Template:Series
Revision as of 04:05, 25 June 2023 by Penguinplushie (talk | contribs) (Created page with "{{ #if:{{{2|}}} | {{ #if:{{{1|}}} | [[{{{1}}}|<< Previous]] {{!}} [[{{{2}}}|Next >>]] | [[{{{2}}}|Next >>]] }} | {{ #if:{{{1|}}} | [[{{{1}}}|<< Previous]]| }} }}<noinclude> {{Documentation}} <!-- Add categories to the /doc subpage, not here! --> </noinclude>")
This template is used to format the Previous
and Next
enteries of a CD series in the infobox. It is built into the infobox so editors don't need to use it directly.
Usage
- {{Series
|previous CD |next CD}}
Parameters
|1=
- The name of the Previous CD in the series
|2=
- The name of the Next CD in the series.
Examples
- {{Series
|Caste Heaven |Caste Heaven 3}} → << Previous | Next >>
First CD in the Series
- Note the
||
, because this template uses unnamed parameters, you must include the|
even if there is nothing to go there.
Last CD in the Series
- {{Series
|Caste Heaven 3 |}} → << Previous
- The last
|
does not need to include, but leaving it won't hurt anything either.
See Also
- {{Series multi}}
TemplateData
Formats the Series Previous and Next enteries of a CD series in the infobox.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Previous CD | 1 | The name of the Previous CD in the series | String | optional |
Next CD | 2 | The name of the Next CD in the series | String | optional |