Difference between revisions of "Template:Infobox Location"

From Corruption of Champions II
Jump to navigation Jump to search
(added Author parameter)
(added contributors and versionadded parameters)
 
Line 6: Line 6:
 
| label1 = Author
 
| label1 = Author
 
| data1 = {{{author |}}}
 
| data1 = {{{author |}}}
| label2 = Region
+
| label2 = Contributors
| data2 = {{{region |}}}
+
| data2 = {{{contributors|}}}
| label3 = Level range  
+
| label3 = Region
| data3 = {{{levelRange |}}}
+
| data3 = {{{region |}}}
| label4 = Accessible from
+
| label4 = Level range  
| data4 = {{{accessibleFrom|}}}
+
| data4 = {{{levelRange |}}}
| label5 = Leads to
+
| label5 = Accessible from
| data5 = {{{leadsTo|}}}
+
| data5 = {{{accessibleFrom|}}}
| label6 = Neutral Hub
+
| label6 = Leads to
| data6 = {{{neutralHub|}}}
+
| data6 = {{{leadsTo|}}}
| label7 = Operation Hours
+
| label7 = Neutral Hub
| data7 = {{{opHrs|}}}
+
| data7 = {{{neutralHub|}}}
 +
| label8 = Operation Hours
 +
| data8 = {{{opHrs|}}}
 +
| label9 = Version Added
 +
| label10 = {{{versionadded|}}}
 
}}<noinclude>
 
}}<noinclude>
 
== Usage ==
 
== Usage ==
Line 26: Line 30:
 
| caption = Caption Text
 
| caption = Caption Text
 
| author = Author of the location
 
| author = Author of the location
 +
| contributors = Contributors of the location
 
| region = Region
 
| region = Region
 
| levelRange = Level Range
 
| levelRange = Level Range
Line 32: Line 37:
 
| neutralHub = Yes or No, if location is safe or will not initiate random combat encounters
 
| neutralHub = Yes or No, if location is safe or will not initiate random combat encounters
 
| opHrs = Operation Hours for certain locations  
 
| opHrs = Operation Hours for certain locations  
 +
| versionadded = Version history behind it
 
}}
 
}}
 
</nowiki></pre>
 
</nowiki></pre>
 
</noinclude>
 
</noinclude>

Latest revision as of 01:24, 28 March 2021

Usage

{{Infobox Location
| name = Location Name
| image = missing.png
| caption = Caption Text
| author = Author of the location
| contributors = Contributors 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 
| versionadded = Version history behind it
}}