Difference between revisions of "Template:Infobox Location"

From Corruption of Champions II
Jump to navigation Jump to search
(Undo revision 8876 by Spotty McBumble Fuck (talk))
(added Author parameter)
Line 4: Line 4:
 
| image  = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|}}}|size={{{image_size|}}}|sizedefault=frameless|upright={{{image_upright|1}}}|alt={{{alt|}}}}}
 
| image  = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|}}}|size={{{image_size|}}}|sizedefault=frameless|upright={{{image_upright|1}}}|alt={{{alt|}}}}}
 
| caption = {{{caption|}}}
 
| caption = {{{caption|}}}
| label1 = Region
+
| label1 = Author
| data1 = {{{region |}}}
+
| data1 = {{{author |}}}
| label2 = Level range  
+
| label2 = Region
| data2 = {{{levelRange |}}}
+
| data2 = {{{region |}}}
| label3 = Accessible from
+
| label3 = Level range  
| data3 = {{{accessibleFrom|}}}
+
| data3 = {{{levelRange |}}}
| label4 = Leads to
+
| label4 = Accessible from
| data4 = {{{leadsTo|}}}
+
| data4 = {{{accessibleFrom|}}}
| label5 = Neutral Hub
+
| label5 = Leads to
| data5 = {{{neutralHub|}}}
+
| data5 = {{{leadsTo|}}}
| label6 = Operation Hours
+
| label6 = Neutral Hub
| data6 = {{{opHrs|}}}
+
| data6 = {{{neutralHub|}}}
 +
| label7 = Operation Hours
 +
| data7 = {{{opHrs|}}}
 
}}<noinclude>
 
}}<noinclude>
 
== Usage ==
 
== Usage ==
Line 23: Line 25:
 
| image = missing.png
 
| image = missing.png
 
| caption = Caption Text
 
| caption = Caption Text
 +
| author = Author of the location
 
| region = Region
 
| region = Region
 
| levelRange = Level Range
 
| levelRange = Level Range

Revision as of 06:51, 7 June 2020

Usage

{{Infobox Location
| name = Location Name
| image = missing.png
| caption = Caption Text
| author = Author of the location
| region = Region
| levelRange = Level Range
| accessibleFrom = List of locations that the Champion can come from. Note that locations that can be accessed back and forth should be placed here (I.E. The Frost Hound Tavern to Hawkethorne and vice-versa).
| leadsTo = List of locations that the Champion can go to exclusively. Note that locations listed in accessibleFrom should not repeat here
| neutralHub = Yes or No, if location is safe or will not initiate random combat encounters
| opHrs = Operation Hours for certain locations 
}}