Difference between revisions of "Template:MobileMapRow"

From MINR.ORG WIKI
m (Typo fix)
m (Updated documentation)
 
Line 1: Line 1:
 +
<includeonly>|-
 +
! 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}}}
 +
</includeonly><noinclude>
 +
<pre style="overflow:auto;">
 
|-
 
|-
 
! scope="row" data-th="Map"| {{{name}}}
 
! scope="row" data-th="Map"| {{{name}}}
Line 8: Line 19:
 
| data-th="Map Code"| {{{mapcode}}}
 
| data-th="Map Code"| {{{mapcode}}}
 
| data-th="Publication"| {{{date}}}
 
| data-th="Publication"| {{{date}}}
<noinclude>
 
<pre style="overflow:auto;">
 
1 refers to the map name (e.g. 'Napped).
 
  
2 refers to the first creator (e.g. rickyboy320). If this equals Minr, it will give a dagger symbol for it as well.
+
Variables usually come with double bracket page links now.
 +
 
 +
name refers to the map name (e.g. [['Napped]]).
  
3, 4, 11, and 12 refer to creators of a map, if they exist (e.g. skyerzz).
+
creators refers to all creators (e.g. [[Rickyboy320]] and [[skyerzz]]).
  
5 refers to the Map Types (e.g. Parkour) [You'll have to do these yourself as I'm not double-bracket checking for 4 types].
+
primary refers to the primary map type (e.g. [[Parkour]]).
  
6 refers to the Difficulty, possibly will be colored, too? (E.g. 12 Points).
+
secondary refers to the secondary map type(s) (e.g. [[Search]])
  
7 refers to the Location (e.g. FFA).
+
location refers to map location (e.g. [[FFA]])
  
8 refers to the Map Code (e.g. npd).
+
difficulty refers to map difficulty (e.g. [[:Category:Moderate|Moderate]])
  
9 refers to the Publication (e.g. January 14, 2014).
+
mapcode refers to the map code (e.g. npd).
  
10 refers to maps with multiple point values. It just leaves an indicator for the specifications at the bottom of the list.
+
date refers to the publication date (e.g. January 14, 2014).
 
</pre>
 
</pre>
 
</noinclude>
 
</noinclude>

Latest revision as of 07:05, 11 December 2025

|-
! 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).