Template:Map infobox: Difference between revisions

From Stalburg Wiki
Jump to navigation Jump to search
(Add fields for previous and next map)
mNo edit summary
 
(12 intermediate revisions by the same user not shown)
Line 11: Line 11:
  | label3 = BSP Name  
  | label3 = BSP Name  
  | data3 = {{{bspname|N/A}}}
  | data3 = {{{bspname|N/A}}}
  | header4 = Statistics
  | label4 = Stalburg Map
  | label5 = Photo Spots  
| data4 = [https://map.stalburg.net/#{{{title}}} {{{title}}}]
  | data5 = {{{photospots|0}}}
| header5 = Statistics
  | label6 = Corruption Spots  
  | label6 = Photo Spots  
  | data6 = {{{corruptionspots|0}}}
  | data6 = {{{photospots|0}}}
  | label7 = Repair Spots
  | label7 = Corruption Spots  
  | data7 = {{{repairspots|0}}}
  | data7 = {{{corruptionspots|0}}}
  | label8 = Mistake Spots  
  | label8 = Repair Spots
  | data8 = {{{mistakespots|0}}}
  | data8 = {{{repairspots|0}}}
  | label9 = Geocaches  
  | label9 = Mistake Spots  
  | data9 = {{{geocaches|0}}}
  | data9 = {{{mistakespots|0}}}
  | label10 = Water Flow Meters  
  | label10 = Geocaches  
  | data10 = {{{flowmeters|0}}}
  | data10 = {{{geocaches|0}}}
  | header11 = Connected Maps
  | label11 = Water Flow Meters  
  | label12 = Previous Map
  | data11 = {{{flowmeters|0}}}
  | data12 = {{{previousmap|N/A}}}
  | header12 = Connected Maps
  | label13 = Next Map
  | label13 = Previous Map
  | data13 = {{{nextmap|N/A}}}
  | data13 = {{{previousmap|N/A}}}
  | label14 = Next Map
  | data14 = {{{nextmap|N/A}}}
}}
}}
{{#if:{{NAMESPACE}}||[[Category:Locations]]}}


<noinclude>
<noinclude>
{{documentation}}
{{documentation}}
[[Category:Templates]]
</noinclude>
</noinclude>

Latest revision as of 09:56, 8 January 2024

{{{title}}}
[[File:{{{image}}}|200px|alt=mapimage:{{{title}}}]]
General
Map Name {{{title}}}
BSP Name N/A
Stalburg Map {{{title}}}
Statistics
Photo Spots 0
Corruption Spots 0
Repair Spots 0
Mistake Spots 0
Geocaches 0
Water Flow Meters 0
Connected Maps
Previous Map N/A
Next Map N/A



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

This is an example of the usage for the infobox template, below is an example for the House custom map.

Title: The title of the map. Example: reserve2.

Image: The name of the uploaded image. Example: Reserve2.png

BSP Name: The name of the map's BSP file. Example: infra_c2_m2_reserve2

Photo spots: The number of photo spots.

Corruption spots: The number of corruption spots.

Repair spots: The number of repair spots.

Mistake spots: The number of mistake spots.

Geocaches: The number of geocaches present.

Flowmeters: The number of flow meters.

{{Map_infobox
|title=House
|image=House.png
|bspname=remnants_c1_m3_house
|photospots=3
|corruptionspots=2
|repairspots=0
|mistakespots=0
|geocaches=1
|flowmeters=0
|previousmap=[[reserve1]]
|nextmap=[[reserve2]]}}