Template:Tab Content

From Puella Magi Wiki
Revision as of 01:31, 18 August 2023 by Celtic Minstrel (talk | contribs) (Documentation)
Jump to navigation Jump to search

Add a tab to a tab-view div.

Sample usage:

<div class="tabs">
{{Tab Content|id=a|title=Tab A|This is the content of tab A.}}
{{Tab Content|id=b|title=Tab B|This is the content of tab B.}}
{{Tab Content|id=c|title=Tab C|This is the content of tab C.}}
{{Tab Content|id=d|title=Tab D|This is the content of tab D.}}
{{Tab Content|id=e|title=Tab E|This is the content of tab E.}}
</div>

The above code renders as follows:

Tab A
This is the content of tab A.
Tab B
This is the content of tab B.
Tab C
This is the content of tab C.
Tab D
This is the content of tab D.
Tab E
This is the content of tab E.