Difference between revisions of "Template:Infobox map"

From QWiki
m
m (Adding download functionality)
Line 64: Line 64:
 
-->{{#if:{{{download|}}}|
 
-->{{#if:{{{download|}}}|
 
<div>
 
<div>
<div class="infobox-header wiki-backgroundcolor-light infobox-header-2">Download</div>
+
<div class="infobox-center infobox-icons">[{{{download}}} Download map]</div>
<div class="infobox-center infobox-icons">[{{{download}}} Download at maps.quakeworld.nu]</div>
 
 
</div>
 
</div>
 
}}<!--
 
}}<!--

Revision as of 11:34, 9 October 2020

Documentation (view - edit)

[e][h]xm00s19
Map Xm00s19.jpg
Creator:
Gametype:
1on1, ffa
Size:
Small
Released:
2019
Family:
Fun maps

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

Parameters

  • name = Map name
  • creator = (optional) Nickname of author with flag
  • 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) What category/family it belongs to
  • download = (optional) URL to download bsp
  • loc = (optional) URL to download loc

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=
|year=
|image=
|gametype=
|size=
|family=
|download=
|loc=
}}

Example

The code below created the Infobox on this page.

{{Infobox map
|name= xm00s19
|creator={{player|lurq|flag=se}}
|year=2019
|image=Map Xm00s19.jpg
|gametype=1on1, ffa
|size=Small
|family=Fun maps
|download=https://maps.quakeworld.nu/base/xm00s19.bsp
|loc=https://cdn.discordapp.com/attachments/501427349846360064/502962604340281355/an1-beta6.loc
}}