Site News
Warning: This wiki contains spoilers. Read at your own risk!

Social media: If you would like, please join our Discord server, and/or follow us on Twitter (X) or Tumblr!

Template:Tab/Content: Difference between revisions

From Fire Emblem Wiki, your source on Fire Emblem information. By fans, for fans.
(Created page with "<div {{#ifeq:{{{2|1}}}|{{{1}}} |style="display:block" |{{#if:{{{3|}}} | |style="display:none;" }} }}>{{{4}}}</div><noinclude> ==Purpose== Properly formats the tab contents...")
 
m (This should make things more readable in case of JS failure)
Line 5: Line 5:
   |style="display:none;"
   |style="display:none;"
  }}
  }}
}}>{{{4}}}</div><noinclude>
}}>
{{{4}}}
</div><noinclude>
==Purpose==
==Purpose==
Properly formats the tab contents. For use with the [[Template:Tab|Tab template]].
Properly formats the tab contents. For use with the [[Template:Tab|Tab template]].

Revision as of 22:09, 20 August 2011

{{{4}}}

Purpose

Properly formats the tab contents. For use with the Tab template.

Usage

{{Tab/Content | number | default | tabtext | content }}
  • number: The number of the tab
  • default: The number of the tab to select by default
  • tabtext: The parameter containing the tab text (eg. {{{tab2}}})
  • content: The parameter containing the content (eg. {{{content2}}})