Claybough Wiki
(Created page with "This module stores configuration data for Module:Namespace detect. Here you can localise the module to your wiki's language. To activate a configuration item, you need to u...")
 
(Created page with "<includeonly><infobox> <title source="title"><default>'' {{#explode:{{PAGENAME}}|(}} ''</default></title> <image source="image"><caption source="caption" /></image> <dat...")
 
Line 1: Line 1:
  +
<includeonly><infobox>
This module stores configuration data for Module:Namespace detect. Here you can localise the module to your wiki's language.
 
  +
<title source="title"><default>'' {{#explode:{{PAGENAME}}|(}} ''</default></title>
 
  +
<image source="image"><caption source="caption" /></image>
To activate a configuration item, you need to uncomment it. This means that you need to remove the text "-- " at the start of the line.
 
  +
<data source="release"><label>First released</label></data>
  +
<data source="seasons"><label>Seasons</label></data>
  +
<data source="episodes"><label>Episodes</label></data>
  +
<data source="runtime"><label>Run time</label></data>
  +
<data source="genre"><label>Genre</label></data>
  +
<data source="network"><label>Network</label></data>
  +
<data source="distrib"><label>Distributor</label></data>
  +
<data source="creator"><label>Created by</label></data>
  +
<data source="writer"><label>Written by</label></data>
  +
<data source="director"><label>Directed by</label></data>
  +
<data source="composer"><label>Composer</label></data>
  +
<data source="based on"><label>Based on</label></data>
  +
<data source="exec prod"><label>Executive producer</label></data>
  +
<data source="producer"><label>Producer</label></data>
  +
<data source="prod co"><label>Production company</label></data>
  +
<data source="country"><label>Country</label></data>
  +
<data source="language"><label>Language</label></data>
  +
</infobox></includeonly><noinclude>{{documentation}}</noinclude>

Latest revision as of 05:20, 19 March 2024

Template documentation
Note: portions of the template sample may not be visible without values provided.
View or edit this documentation. (About template documentation)
Editors can experiment in this template's sandbox and test case pages.

Description

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

Syntax

{{Series
 | title     = 
 | image     = 
 | caption   = 
 | release   = 
 | seasons   = 
 | episodes  = 
 | runtime   = 
 | genre     = 
 | network   = 
 | distrib   = 
 | creator   = 
 | writer    = 
 | director  = 
 | composer  = 
 | based on  = 
 | exec prod = 
 | producer  = 
 | prod co   = 
 | country   = 
 | language  = 
}}

Sample output

{{Series
 | title     = ''Default page title''
 | image     = Wiki.png
 | caption   = Test
 | release   = Test
 | seasons   = Test
 | episodes  = Test
 | runtime   = Test
 | genre     = Test
 | network   = Test
 | distrib   = Test
 | creator   = Test
 | writer    = Test
 | director  = Test
 | composer  = Test
 | based on  = Test
 | exec prod = Test
 | producer  = Test
 | prod co   = Test
 | country   = Test
 | language  = Test
}}