On Friday, April 19, 2024 at 10:00 PM New York time, all OpenWiki Project sites will be undergoing scheduled maintenance for about 2 hours. Expect read-only access and brief periods of downtime.

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)
(Fixed.)
Line 1: Line 1:
<div class="content" style="
<div class="content" style="
{{#ifeq:{{{2|1}}}|{{{1}}}  
{{#ifeq:{{{1}}}|{{{2}}}
  |display:block;
  |display:block;
  |{{#if:{{{3|}}}
  |{{#ifeq:{{{1}}}|{{{3}}}
   |
   |
   |display:none;
   |display:none;

Revision as of 15:05, 4 May 2014

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