Difference between revisions of "Template:Infobox Location"

From Corruption of Champions II
Jump to navigation Jump to search
(trying to put the image below the information because the image pushes it too far down if it's big)
(Undo revision 4830 by Spacecraft Maintenance (talk) it doesn't work that way)
Line 3: Line 3:
  
 
| above = {{{name|}}}
 
| above = {{{name|}}}
 +
 +
| image  = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|}}}|size={{{image_size|}}}|sizedefault=frameless|upright={{{image_upright|1}}}|alt={{{alt|}}}}}
 +
 +
| caption = {{{caption|}}}
  
 
| label1 = Region
 
| label1 = Region
Line 15: Line 19:
 
| label4 = Leads to
 
| label4 = Leads to
 
| data4 = {{{leadsTo|}}}
 
| data4 = {{{leadsTo|}}}
 
| image  = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|}}}|size={{{image_size|}}}|sizedefault=frameless|upright={{{image_upright|1}}}|alt={{{alt|}}}}}
 
 
| caption = {{{caption|}}}
 
 
}}<noinclude>
 
}}<noinclude>
 
== Usage ==
 
== Usage ==
  
<pre>
+
<pre><nowiki>
<nowiki>
 
 
{{Infobox Location
 
{{Infobox Location
 
| name = Location Name
 
| name = Location Name
Line 33: Line 32:
 
| leadsTo = list of locations
 
| leadsTo = list of locations
 
}}
 
}}
</nowiki>
+
</nowiki></pre>
</pre>
 
 
</noinclude>
 
</noinclude>

Revision as of 18:22, 22 May 2019

Usage

{{Infobox Location
| name = Location Name
| image = missing.png
| caption = Caption Text
| region = Region
| levelRange = Level Range
| accesibleFrom = list of locations
| leadsTo = list of locations
}}