Difference between revisions of "Contributing"

From Corruption of Champions II
Jump to navigation Jump to search
Line 3: Line 3:
 
===Character===
 
===Character===
 
----
 
----
 +
Use this infobox when working on a character page.
 
<pre>
 
<pre>
 
<nowiki>
 
<nowiki>
Line 29: Line 30:
 
| resolve = Resolve
 
| resolve = Resolve
 
| strengths = Strengths
 
| strengths = Strengths
 +
}}
 +
</nowiki>
 +
</pre>
 +
 +
 +
===Location===
 +
----
 +
Use this infobox when working on a location/region page.
 +
<pre>
 +
<nowiki>
 +
{{Infobox Location
 +
| name = Location Name
 +
| image = missing.png
 +
| caption = Caption Text
 +
| region = Region
 +
| levelRange = Level Range
 
}}
 
}}
 
</nowiki>
 
</nowiki>
Line 36: Line 53:
 
===Race===
 
===Race===
 
----
 
----
 +
Use this infobox when working on a race page.
 
<pre>
 
<pre>
 
<nowiki>
 
<nowiki>

Revision as of 22:25, 10 May 2018

Infoboxes

Character


Use this infobox when working on a character page.


{{Infobox Character
| name = Name
| image = missing.png
| caption = Caption Text
| creator = Creator
| fullname = Full Name
| nickname = Nick Name
| alias = Alias
| species = Species
| gender = Gender
| occupation = Occupation
| title = Title
| family = Family
| spouse = Spouse
| relatives = Relatives
| religion = Religion
| significant other = Significant Other
| children = Children
| nationality = Nationality
| location = Location
| level = Level
| health = Health
| resolve = Resolve
| strengths = Strengths
}}


Location


Use this infobox when working on a location/region page.


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


Race


Use this infobox when working on a race page.


{{Infobox Location
| name = Race Name
| image = missing.png (Limit to 300px wide)
| caption = Caption Text
| location = Location(s)
}}