Difference between revisions of "Template:MapInfoBox"

From Dungeon Defenders 2 Wiki
Jump to: navigation, search
(Changing the default minimap image to a custom one, draws more attention to the editor if they made an error.)
(Small formatting change to the example)
 
(One intermediate revision by the same user not shown)
Line 76: Line 76:
  
 
             {{MapInfoBox  
 
             {{MapInfoBox  
             | Minimap=File:Minimap_The_Gates_Of_Dragonfall.png           
+
             | Minimap = File:Minimap The Gates of Dragonfall.png           
             | MapName=The Gates of Dragonfall
+
             | MapName = The Gates of Dragonfall
             | Description=Squire, put a description here!
+
             | Description = Squire, put a description here!
             | MCores=1  
+
             | MCores = 1  
             | SCores=0  
+
             | SCores = 0  
             | GLanes=3  
+
             | GLanes = 3  
             | ALanes=2  
+
             | ALanes = 2  
             | DU=600
+
             | DU = 600
             | Region=Dragonfall Town
+
             | Region = Dragonfall Town
 
             }}
 
             }}
  
Line 92: Line 92:
 
|<div style="display: flex; justify-content: center; flex-direction: row-reverse;">
 
|<div style="display: flex; justify-content: center; flex-direction: row-reverse;">
 
     {{MapInfoBox  
 
     {{MapInfoBox  
     | Minimap=File:Minimap_The_Gates_Of_Dragonfall.png
+
     | Minimap = File:Minimap The Gates of Dragonfall.png
     | MapName=The Gates of Dragonfall
+
     | MapName = The Gates of Dragonfall
     | Description=Squire, put a description here!
+
     | Description = Squire, put a description here!
     | MCores=1  
+
     | MCores = 1  
     | SCores=0  
+
     | SCores = 0  
     | GLanes=3  
+
     | GLanes = 3  
     | ALanes=2  
+
     | ALanes = 2  
     | DU=600
+
     | DU = 600
     | Region=Dragonfall Town
+
     | Region = Dragonfall Town
 
     }}
 
     }}
 
</div>
 
</div>

Latest revision as of 16:38, 12 February 2023

Default Minimap.png

Map Name


Main Cores:  ?
Sub Cores:  ?
Ground Lanes:  ?
Air Lanes:  ?
Defense Units:  ?
Region:  ?


Parameters

Parameter Description
Minimap File reference to the Minimap image. File:Minimap_{{{MapName}}}.png will be used if this parameter is not set.
MapName Name of the map.
Description In-game description of the map.
MCores Total amount of Main Cores.
SCores Total amount of Sub Cores.
GLanes Total amount of Ground Lanes.
ALanes Total amount of Air Lanes.
DU Defense Unit Limit.
Region The region the map belongs to.

Example

Wiki Text Result
{{MapInfoBox | Minimap = File:Minimap The Gates of Dragonfall.png | MapName = The Gates of Dragonfall | Description = Squire, put a description here! | MCores = 1 | SCores = 0 | GLanes = 3 | ALanes = 2 | DU = 600 | Region = Dragonfall Town }}

Minimap The Gates of Dragonfall.png

The Gates of Dragonfall


Main Cores: 1
Sub Cores: 0
Ground Lanes: 3
Air Lanes: 2
Defense Units: 600
Region: Dragonfall Town

Squire, put a description here!