Template:!: Difference between revisions

From FFXI Wiki
m (fixing the example)
m (fixing the <pre> tables so they don't roll offscreen)
Line 3: Line 3:
<pre>
<pre>
{{!}}
{{!}}
used in place of vertical pipe | inside templates, primarily to generate sub-tables inside variables where a vertical pipe would otherwise break the template.
used in place of vertical pipe | inside templates, primarily to generate sub-tables
inside variables where a vertical pipe would otherwise break the template.
</pre>
</pre>
=example=
=example=
<pre>
<pre>
{{{!}}width="55%" border="1"{{!}}-{{!}}BGCOLOR=#cee0f2{{!}}Title{{!}}-{{!}}Row1{{!}}-{{!}}Row2{{!}}}
{{{!}}width="55%" border="1" {{!}}- {{!}}BGCOLOR=#cee0f2{{!}}Title
{{!}}- {{!}}Row1 {{!}}- {{!}}Row2 {{!}}}
</pre>
</pre>
{{{!}}width="55%" border="1"
{{{!}}width="55%" border="1"

Revision as of 16:22, 28 September 2007

|

usage

{{!}}
used in place of vertical pipe | inside templates, primarily to generate sub-tables
inside variables where a vertical pipe would otherwise break the template.

example

{{{!}}width="55%" border="1" {{!}}- {{!}}BGCOLOR=#cee0f2{{!}}Title
{{!}}- {{!}}Row1 {{!}}- {{!}}Row2 {{!}}}
Title
Row1
Row2