From GamingWiki
Jump to: navigation, search
(Created page with "Display a timeline table for a campaign. The main argument to this template is the campaign name, and if that is omitted the "campaign" property of the current page will be u...")
 
 
Line 24: Line 24:
 
However, here is what this template looks like with parameters specified:
 
However, here is what this template looks like with parameters specified:
  
 +
{{Campaign timeline
 +
| campaign    = Ghost Town
 +
| booklabel    = elephant
 +
| chapterlabel = strawberry
 +
| expandbook  = all
 +
}}
 
<pre>
 
<pre>
 
   {{Campaign timeline
 
   {{Campaign timeline
Line 32: Line 38:
 
   }}
 
   }}
 
</pre>
 
</pre>
{{Campaign timeline
 
| campaign    = Ghost Town
 
| booklabel    = elephant
 
| chapterlabel = strawberry
 
| expandbook  = all
 
}}
 

Latest revision as of 17:30, 11 April 2014

Display a timeline table for a campaign.

The main argument to this template is the campaign name, and if that is omitted the "campaign" property of the current page will be used.

Here are the arguments available to this template (all optional):

parameter default description
campaign "campaign" property of the current page The name of the campaign to use.
booklabel Book The label to use for a major (top-level) story arc. An alternate label could be "season".
chapterlabel Chapter The label to use for a small story arc. An alternate label could be "episode".
expandbook latest By default, the latest book will be rendered with its chapters below it, and the other books without. By setting this to a book number you can change which book gets its chapters listed. Other legal values are "latest" "all" and "none".

The usual way of calling this template is simply:

  {{Campaign timeline}}

However, here is what this template looks like with parameters specified:

Campaign Timeline
?has title= ?has ordinal= ?has blurb= sort = ordinal link = none format = template template = SMW campaign timeline userparam = expandbook ; all
               , booklabel ;  
               , chapterlabel ; 

}}

  {{Campaign timeline
  | campaign     = Ghost Town
  | booklabel    = elephant
  | chapterlabel = strawberry
  | expandbook   = all
  }}