Codex Gamicus
Advertisement


Usage

Template Used For? Uses DPL? Opt. Param.? Req. Param.?
- Breaking up a page when floating elements are used No Yes No

Copy and paste the following:

{{-}}

Required parameters

There are no required parameters for this template.

Optional parameters

There is one optional parameter for this template. If you include the word "left" or "right", it will replace "all" as the value of the br tag's attribute clear. In other words, the following two examples:

{{-}}
{{-|left}}
{{-|right}}

will result in the following HTML code, respectively:

<br clear="all" />
<br clear="left" />
<br clear="right" />
Advertisement