Template:Map infobox: Difference between revisions

From Stalburg Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(17 intermediate revisions by the same user not shown)
Line 4: Line 4:
  | title = {{{title}}}
  | title = {{{title}}}


  | image = [[File:{{{image}}}|200px|alt={{{title}}}]]
  | image = [[File:{{{image}}}|200px|alt=mapimage:{{{title}}}]]


  | header1 = General
  | header1 = General
Line 10: Line 10:
  | data2 = {{{title}}}
  | data2 = {{{title}}}
  | label3 = BSP Name  
  | label3 = BSP Name  
  | data3 = {{{bspname}}}
  | data3 = {{{bspname|N/A}}}
  | label4 = In Playtest
  | label4 = Stalburg Map
  | data4 = No
  | data4 = [https://map.stalburg.net/#{{{title}}} {{{title}}}]
  | header5 = Statistics
  | header5 = Statistics
  | label6 = Photo Spots  
  | label6 = Photo Spots  
  | data6 = {{{photospots}}}
  | data6 = {{{photospots|0}}}
  | label7 = Corruption Spots  
  | label7 = Corruption Spots  
  | data7 = {{{corruptionspots}}}
  | data7 = {{{corruptionspots|0}}}
  | label8 = Repair Spots
  | label8 = Repair Spots
  | data8 = {{{repairspots}}}
  | data8 = {{{repairspots|0}}}
  | label8 = Mistake Spots  
  | label9 = Mistake Spots  
  | data8 = {{{mistakespots}}}
  | data9 = {{{mistakespots|0}}}
  | label9 = Geocaches  
  | label10 = Geocaches  
  | data9 = {{{geocaches}}}
  | data10 = {{{geocaches|0}}}
  | label10 = Water Flow Meters  
  | label11 = Water Flow Meters  
  | data10 = {{{flowmeters}}}
  | data11 = {{{flowmeters|0}}}
| header12 = Connected Maps
| label13 = Previous Map
| 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]]}}