Difference between revisions of "Template:Infobox map/doc"
From QWiki
m |
m (Finishing cleanup of doc) |
||
Line 1: | Line 1: | ||
{{Infobox map | {{Infobox map | ||
− | |creator= | + | |name=Mapname |
− | |released year= | + | |creator={{player|lurq|flag=se}} |
− | |image= | + | |released year=2020 |
− | |gametype= | + | |image=Infobox placeholder.png |
− | |size= | + | |gametype=2on2 |
− | | | + | |size=Medium |
+ | |family=TB5 | ||
|no-cat=true | |no-cat=true | ||
}} | }} | ||
− | This Infobox is designed to give basic information about | + | This Infobox is designed to give basic information about Quakeworld maps. |
===Parameters=== | ===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 | + | === 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. | 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. | ||
<pre style="overflow: auto"> | <pre style="overflow: auto"> | ||
Line 68: | Line 25: | ||
|name= | |name= | ||
|creator= | |creator= | ||
− | | | + | |released year= |
− | | | + | |image= |
− | | | + | |gametype= |
− | | | + | |size= |
− | | | + | |family= |
− | |||
− | |||
− | |||
}} | }} | ||
</pre> | </pre> | ||
Line 83: | Line 37: | ||
<pre style="overflow: auto"> | <pre style="overflow: auto"> | ||
{{Infobox map | {{Infobox map | ||
− | | | + | |name=Mapname |
− | |creator= | + | |creator={{player|lurq|flag=se}} |
− | | | + | |released year=2020 |
− | | | + | |image=Infobox placeholder.png |
+ | |gametype=2on2 | ||
+ | |size=Medium | ||
+ | |family=TB5 | ||
+ | |no-cat=true | ||
}} | }} | ||
</pre> | </pre> | ||
<noinclude>[[Category:Template Documentation Pages]]</noinclude> | <noinclude>[[Category:Template Documentation Pages]]</noinclude> |
Revision as of 11:04, 9 October 2020
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 }}