Template:End tab: Difference between revisions

From Symphogear Wiki
Jump to navigation Jump to search
Created page with "<includeonly>{{!}}-{{!}}</includeonly><noinclude>Pseudo-magic word used to give tabber end indicators inside templates or <code>{{#tag:tabber}}</code>. Category:Pseudo-magi..."
 
No edit summary
 
Line 1: Line 1:
<includeonly>{{!}}-{{!}}</includeonly><noinclude>Pseudo-magic word used to give tabber end indicators inside templates or <code>{{#tag:tabber}}</code>.
<includeonly>{{!}}-{{!}}</includeonly><noinclude>Pseudo-magic word used to give tabber end indicators inside templates or <code><nowiki>{{#tag:tabber}}</nowiki></code>.
 
As an example of this use case, {{#tag:tabber|
Tab1 = This is the first tab!
{{End tab}}
Tab2 = This is the second tab!}}
works, while
 
{{#tag:tabber|
Tab1 = This is the first tab!
|-|
Tab2 = This is the second tab!}}
only shows the first tab. {{End tab}} is essential for using tabbers inside templates and infoboxes.


[[Category:Pseudo-magic words]]</noinclude>
[[Category:Pseudo-magic words]]</noinclude>

Latest revision as of 15:49, 12 June 2018

Pseudo-magic word used to give tabber end indicators inside templates or {{#tag:tabber}}.

As an example of this use case, <tabber> Tab1 = This is the first tab! |-| Tab2 = This is the second tab!</tabber> works, while

<tabber Tab2="This is the second tab!"> Tab1 = This is the first tab! </tabber> only shows the first tab. |-| is essential for using tabbers inside templates and infoboxes.