Difference between revisions of "Template:Infobox Map/doc"

From MINR.ORG WIKI
(Added example.)
(Example for single creator.)
Line 30: Line 30:
  
 
==Examples==
 
==Examples==
 +
An infobox with all arguments present.
 
*{{tlx|Infobox_Map |name{{=}}Example |points{{=}}1|location {{=}} FFA |mapcode {{=}} FFA-c-xxx |creators {{=}} One, Two |foodtype {{=}} Cooked Salmon |foodamount {{=}} 64 |description {{=}} This is a description. }}
 
*{{tlx|Infobox_Map |name{{=}}Example |points{{=}}1|location {{=}} FFA |mapcode {{=}} FFA-c-xxx |creators {{=}} One, Two |foodtype {{=}} Cooked Salmon |foodamount {{=}} 64 |description {{=}} This is a description. }}
 
{{Infobox_Map
 
{{Infobox_Map
Line 42: Line 43:
 
}}
 
}}
  
 +
An infobox without the food parameters.
 
*{{tlx|Infobox_Map |name{{=}}Example |points{{=}}1|location {{=}} FFA |mapcode {{=}} FFA-c-xxx |creators {{=}} One, Two |description {{=}} This is a description. }}
 
*{{tlx|Infobox_Map |name{{=}}Example |points{{=}}1|location {{=}} FFA |mapcode {{=}} FFA-c-xxx |creators {{=}} One, Two |description {{=}} This is a description. }}
 
{{Infobox_Map
 
{{Infobox_Map
Line 49: Line 51:
 
| mapcode = FFA-c-xxx
 
| mapcode = FFA-c-xxx
 
| creators = One, Two
 
| creators = One, Two
 +
| description = This is a description.
 +
}}
 +
 +
An infobox with one creator.
 +
*{{tlx|Infobox_Map |name{{=}}Example |points{{=}}1|location {{=}} FFA |mapcode {{=}} FFA-c-xxx |creators {{=}} One |description {{=}} This is a description. }}
 +
{{Infobox_Map
 +
| name = Example
 +
| points = 1
 +
| location = FFA
 +
| mapcode = FFA-c-xxx
 +
| creators = One
 
| description = This is a description.
 
| description = This is a description.
 
}}
 
}}

Revision as of 13:03, 14 August 2017

Template:Mbox

Usage

This template adds an infobox to a map page. It should only be added to map pages and should contain the core information of the map.

{{Infobox_Map
 | image = <!-- Full name of image file. -->
 | caption = <!-- Information about the image. -->
 | points = <!-- Amount of points this map is worth. -->
 | location = <!-- FFA / FFA+ / Valley / Board -->
 | mapcode = <!-- Tag of this map as used on the checkpoint signs. -->
 | creators = <!-- In game names of the creators of this map. -->
 | foodtype = <!-- Type of food the first checkpoint gives. -->
 | foodamount = <!-- Amount of food given. -->
 | description = <!-- Description social sharing should output. -->
}}

Parameters

  • name – specifies the title. Not required. Default is the pagename.
  • image – link to the image. Not required. Default is none.
  • caption – information about the image. Not required.
  • points – amount of points this map rewards. Required.
  • location – location of the map. Required.
  • mapcode – tag of the map. Required.
  • creators – names of the players who made the map. Required. Seperated by a comma.
  • foodtype – type of food the map gives. Not required. Default is None.
  • foodamount – amount of food the map gives. Not required. Default is 64.
  • description – description of the map. Used in SEO and social media cards.

Examples

An infobox with all arguments present.

Example
Map information
Reward 1 FFA Point
Difficulty Very Easy
Location FFA
Mapcode FFA-c-xxx
Creator One
Food None
Publication Unknown


See also