Foundation Wiki
No edit summary
 
No edit summary
Line 1: Line 1:
 
<includeonly><infobox/>{{#ifeq: {{NAMESPACENUMBER}} | 0 | [[Category:Seasons]]}}</includeonly><noinclude>{{documentation}}</noinclude>
<includeonly><infobox type="Season">
 
<title source="title"><default>{{PAGENAME}}</default></title>
 
<image source="image"><caption source="caption"/></image>
 
<data source="season"><label>Season</label></data>
 
<data source="episodes"><label>Episodes</label></data>
 
<data source="premiere"><label>Premiered</label></data>
 
<group layout="horizontal">
 
<header>Navigation</header>
 
<data source="previous"><label>← Previous</label></data>
 
<data source="next"><label>Next →</label></data>
 
</group>
 
</infobox>{{#ifeq: {{NAMESPACENUMBER}} | 0 | [[Category:Seasons]]}}</includeonly><noinclude>{{documentation}}</noinclude>
 

Revision as of 01:28, 11 September 2023

Description

To use this template, add the {{Season}} template and fill in the appropriate fields. Fields left blank will not appear in articles. This infobox template uses Fandom's infobox syntax.

Syntax

{{Season
 | title    = 
 | image    = 
 | caption  = 
 | season   = 
 | episodes = 
 | premiere = 
 | finale   =
 | previous = 
 | next     = 
}}


Sample output

{{Season
 | title    = This is a test
 | image    = Wiki.png
 | caption  = This is a test
 | season   = This is a test
 | episodes = This is a test
 | premiere = This is a test
 | finale   = This is a test
 | previous = This is a test
 | next     = This is a test
}}