Template:Series: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
m (Reverted edits by U mad bro (talk) to last revision by CelticWanderer) Tag: Rollback |
||
Line 1: | Line 1: | ||
< | <noinclude> | ||
This template is included in articles to navigate book series. | |||
==Usage== | |||
Example of usage: | |||
<pre>{{series|series=Rincewind|before=The Colour of Magic|after=Sourcery}}</pre> | |||
You can also leave either <code>before</code> or <code>after</code> empty (or just leave them out) to instead of a link to the book get text saying either "First book" or "Last book". If you want something else instead of those two you can instead of <code>before</code> or <code>after</code> have a <code>altbefore</code> or <code>altafter</code> attribute to specify another text to be shown. | |||
<pre>{{series|series=Rincewind|before=The Colour of Magic|altafter=Dunno}}</pre> | |||
[[Category:Navigation templates|{{PAGENAME}}]] | |||
</noinclude> | |||
{| style="border: 1px solid grey; clear:both; text-align:center; width: 80%; margin: .5em auto .5em auto" | |||
|- | |||
|style="width:30%"| <span style="font-size:90%; font-weight:bold">Previous book</span><br/> | |||
{{if|test={{{before|}}}|then=''[[Book:{{{before}}}|{{{before}}}]]''|else={{{altbefore|First book}}}}} | |||
!style="width:40%"| [[:Category:{{{series}}} Series|{{{series}}} Series]] | |||
|style="width:30%"| <span style="font-size:90%; font-weight:bold">Next book</span><br/> | |||
{{if|test={{{after|}}}|then=''[[Book:{{{after}}}|{{{after}}}]]''|else={{{altafter|Last book}}}}} | |||
|} |
Latest revision as of 15:55, 20 October 2021
This template is included in articles to navigate book series.
Usage
Example of usage:
{{series|series=Rincewind|before=The Colour of Magic|after=Sourcery}}
You can also leave either before
or after
empty (or just leave them out) to instead of a link to the book get text saying either "First book" or "Last book". If you want something else instead of those two you can instead of before
or after
have a altbefore
or altafter
attribute to specify another text to be shown.
{{series|series=Rincewind|before=The Colour of Magic|altafter=Dunno}}
Previous book First book |
[[:Category:{{{series}}} Series|{{{series}}} Series]] | Next book Last book |
---|