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.
m (OH MY GOD PROGRESS)
mNo edit summary
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<div class="content" style="
<div class="tab_content" style="
{{#ifeq:{{{2|1}}}|{{{1}}}  
{{#ifeq:{{{1}}}|{{{2}}}
  |display:block;
  |display:block;
  |{{#if:{{{3|}}}
  |{{#ifeq:{{{1}}}|{{{3}}}
   |
   |
   |display:none;
   |display:none;
Line 19: Line 19:
*'''tabtext''': The parameter containing the tab text (eg. {{{tab2}}})
*'''tabtext''': The parameter containing the tab text (eg. {{{tab2}}})
*'''content''': The parameter containing the content (eg. {{{content2}}})
*'''content''': The parameter containing the content (eg. {{{content2}}})
[[Category:Formatting Templates]]
[[Category:Formatting templates]]
</noinclude>
</noinclude>

Revision as of 15:42, 23 January 2019

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}}})