Difference between revisions of "Template:MobileMapRow"

From MINR.ORG WIKI
m (Every section was taller for some reason, this should fix it?)
m (Test)
 
Line 7: Line 7:
 
| data-th="Difficulty"| {{{difficulty}}}
 
| data-th="Difficulty"| {{{difficulty}}}
 
| data-th="Map Code"| {{{mapcode}}}
 
| data-th="Map Code"| {{{mapcode}}}
| data-th="Publication"| {{{date}}}
+
| data-th="Publication"| {{{date}}}</includeonly>
</includeonly>
 
 
<noinclude>{{documentation}}</noinclude>
 
<noinclude>{{documentation}}</noinclude>

Latest revision as of 05:41, 14 December 2025

Template documentation[view] [edit] [history] [purge]

Usage[edit]

This template is used for the Minr Maps page to generate rows. The individual rows come from the Minr Maps sheet.

|-
! scope="row" data-th="Map"| {{{name}}}
| data-th="Creator(s)"| {{{creators}}}
| data-th="Primary Type"| {{{primary}}}
| data-th="Secondary Type(s)"| {{{secondary|None}}}
| data-th="Location"| {{{location}}}
| data-th="Difficulty"| {{{difficulty}}}
| data-th="Map Code"| {{{mapcode}}}
| data-th="Publication"| {{{date}}}

Variables usually come with double bracket page links now.

name refers to the map name (e.g. [['Napped]]).

creators refers to all creators (e.g. [[Rickyboy320]] and [[skyerzz]]).

primary refers to the primary map type (e.g. [[Parkour]]).

secondary refers to the secondary map type(s) (e.g. [[Search]])

location refers to map location (e.g. [[FFA]])

difficulty refers to map difficulty (e.g. [[:Category:Moderate|Moderate]])

mapcode refers to the map code (e.g. npd).

date refers to the publication date (e.g. January 14, 2014).