Template:Infobox campaign

From Gaming Wiki
Jump to navigation Jump to search
Template documentation[view] [edit] [history] [purge]

This infobox is used to display concisely information about a campaign or game.

{{Infobox campaign}} may be used to summarize information about a particular recurring event, usually at the top of an article.

The infobox may be added by pasting the template as shown below into an article and then filling in the desired fields. Any parameters left blank or omitted will not be displayed.

Usage

{{Infobox campaign
| name         = <!--Uses page name if omitted-->
| native_name  = 
| native_name_lang = 
| logo         = 
| logo_alt     = 
| logo_caption = 
| logo_size    = 
| image        = 
| image_size   = 
| alt          = 
| caption      = 
| status       = <!-- e.g. active, on hold, completed ... -->
| genre        = <!-- e.g. fantasy, sci-fi, theme, setting name ... -->
| system       = <!-- e.g. Hackmaster, D&D, etc ... -->
| date         = <!-- {{start date|YYYY|mm|dd}} -->
| began        = <!-- {{start date|YYYY|mm|dd}} -->
| ended        = <!-- {{start date|YYYY|mm|dd}} -->
| time_active  = <!-- {{age|YYYY|mm|dd}} Date of the first occurrence, or manual time -->
| game_master  = <!-- e.g. [[User:Benjamin|Benjamin]], name of whoever the GM is -->
| players      = <!-- list of names, like [[User:Andrew|Andrew]], [[User:Jamie|Jamie]], [[User:Luke|Luke]], [[User:Rob|Rob]] -->
| website      = <!-- {{URL|example.com}} if you need this for some reason -->
| footnotes    = 
}}

Parameters

  • name – name of the event, if omitted, the page name will be used
  • native_name – the native name of the event, if different
  • native_name_langISO 639-2 code for the native name e.g. 'fr' for French.
  • logo – logo file name
  • logosize – size of the logo, default is frameless
  • logo_caption – optional caption to the logo
  • image – name of the image of the event
  • imagesize – size of the image, default is frameless
  • caption – optional caption of the image
  • status – is the campaign active, on hold, or over, etc
  • genre – something about the flavor of the game, or its setting
  • system – what mechanical system the game is using
  • date – the date of a single-day game
  • began – the starting date for multi-day games
  • ended – the ending date for multi-day games
  • time_active – length of time the game is/was active
  • game_master – Game Master's name
  • players – list of players' names
  • website – Use {{URL}}
  • footnotes