Template:Infobox map/doc

From QWiki
< Template:Infobox map
Revision as of 11:04, 9 October 2020 by Bps (talk | contribs) (Finishing cleanup of doc)
[e][h]Mapname
Infobox placeholder.png
Creator:
Gametype:
2on2
Size:
Medium
Family:
TB5

This Infobox is designed to give basic information about Quakeworld maps.

Parameters

  • name = Map name
  • creator = (optional) Nickname of author with flag
  • released year = (optional) Year first released
  • image = (optional) Picture
  • gametype = (optional) 1on1, 2on2, 4on4, ffa, dmm4 or other modes
  • size = (optional) Small, Medium, Large
  • family = (optional) TB3 or TB5

Blank template

You can copy the code snippet below and fill in the parameters to customize this Infobox. If any parameter doesn't apply, leave it blank and that line will not appear in the Infobox.

{{Infobox map
|name=
|creator=
|released year=
|image=
|gametype=
|size=
|family=
}}

Example

The code below created the Infobox on this page.

{{Infobox map
|name=Mapname
|creator={{player|lurq|flag=se}}
|released year=2020
|image=Infobox placeholder.png
|gametype=2on2
|size=Medium
|family=TB5
|no-cat=true
}}