Template:!: Difference between revisions

From FFXI Wiki
m (fixing the example)
No edit summary
 
(15 intermediate revisions by 9 users not shown)
Line 1: Line 1:
|<noinclude>
<includeonly>|</includeonly><noinclude>
=usage=
<pre>
<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 the vertical pipe | inside templates, primarily to generate sub-tables inside variables where a vertical pipe would otherwise break the template.
===Example===
</pre>
<hr>
=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"
Line 17: Line 17:
{{!}}Row2
{{!}}Row2
{{!}}}
{{!}}}
[[category:Templates]]</noinclude>
[[Category:Templates/System|{{PAGENAME}}]]</noinclude>

Latest revision as of 14:37, 5 October 2016

{{!}}
  • Used in place of the 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