Difference between revisions of "Template:Monster"

From Flexible Survival
Jump to: navigation, search
(Nope, doesn't work well enough.)
(Adding category for all multiplayer monsters.)
 
(26 intermediate revisions by 6 users not shown)
Line 4: Line 4:
 
==Usage==
 
==Usage==
 
Put the following on your page, filling in the blanks as appropriate.  Note that you can leave out any parameters which don't exist or you don't have the information for (e.g. [[Rubber Balls]] don't have heads).
 
Put the following on your page, filling in the blanks as appropriate.  Note that you can leave out any parameters which don't exist or you don't have the information for (e.g. [[Rubber Balls]] don't have heads).
For the locations but location1 corresponds with level1.  So if they are level 1-5 in Fairhaven then you would put location1=fairhaven and level1=1-5.<br><pre><nowiki>{{Monster
+
<br><pre><nowiki>{{Monster
 
|arms=
 
|arms=
 
|tail=
 
|tail=
 
|groin=
 
|groin=
 
|head=
 
|head=
|legs
+
|legs=
 
|skin=
 
|skin=
 
|torso=
 
|torso=
|location1=
+
|form=
|level1=
 
|location2=
 
|level2=
 
|location3=
 
|level3=
 
|location4=
 
|level4=
 
|location5=
 
|level5=
 
|location6=
 
|level6=
 
 
}}</nowiki></pre>
 
}}</nowiki></pre>
 +
 +
A gender can be added using '''==Gender==''' containing one of the following selections: '''Male''', '''Female''', '''Herm''' or '''Neuter'''.  This Gender must match what appears on "List Forms" in the game.
 +
[[Category:Templates]]
 
</noinclude>
 
</noinclude>
 
<includeonly>
 
<includeonly>
Line 50: Line 42:
 
{{#if:{{{torso|}}}|{{!}}style="border-style: solid; border-width: 1px"{{!}}Torso:
 
{{#if:{{{torso|}}}|{{!}}style="border-style: solid; border-width: 1px"{{!}}Torso:
 
{{!}}style="border-style: solid; border-width: 1px; text-align:right"{{!}}{{{torso}}}
 
{{!}}style="border-style: solid; border-width: 1px; text-align:right"{{!}}{{{torso}}}
 +
{{!}}-|}}
 +
{{#if:{{{form|}}}|{{!}}style="border-style: solid; border-width: 1px"{{!}}Form:
 +
{{!}}style="border-style: solid; border-width: 1px; text-align:right"{{!}}{{{form}}}
 
{{!}}-|}}
 
{{!}}-|}}
 
|}
 
|}
<br><div align=center>'''Known Locations'''</div><br>
+
</div>
{|style="width:198px; border-collapse: collapse; border-width: 0px; border-style: solid; border-color: #000"
+
[[Category:Monsters(multiplayer)]]
{{#if:{{{location1|}}}|{{!}}style="border-style: solid; border-width: 1px"{{!}}{{{location1}}}
 
{{!}}style="border-style: solid; border-width: 1px; text-align:center"{{!}}{{{level1}}}
 
{{!}}-|}}
 
{{#if:{{{location2|}}}|{{!}}style="border-style: solid; border-width: 1px"{{!}}{{{location2}}}
 
{{!}}style="border-style: solid; border-width: 1px; text-align:center"{{!}}{{{level2}}}
 
{{!}}-|}}
 
{{#if:{{{location3|}}}|{{!}}style="border-style: solid; border-width: 1px"{{!}}{{{location3}}}
 
{{!}}style="border-style: solid; border-width: 1px; text-align:center"{{!}}{{{level3}}}
 
{{!}}-|}}
 
{{#if:{{{location4|}}}|{{!}}style="border-style: solid; border-width: 1px"{{!}}{{{location4}}}
 
{{!}}style="border-style: solid; border-width: 1px; text-align:center"{{!}}{{{level4}}}
 
{{!}}-|}}
 
{{#if:{{{location5|}}}|{{!}}style="border-style: solid; border-width: 1px"{{!}}{{{location5}}}
 
{{!}}style="border-style: solid; border-width: 1px; text-align:center"{{!}}{{{level5}}}
 
{{!}}-|}}
 
{{#if:{{{location6|}}}|{{!}}style="border-style: solid; border-width: 1px"{{!}}{{{location6}}}
 
{{!}}style="border-style: solid; border-width: 1px; text-align:center"{{!}}{{{level6}}}
 
{{!}}-|}}
 
|}</div>
 
[[Category:Monsters]]
 
 
</includeonly>
 
</includeonly>

Latest revision as of 05:36, 27 February 2018

A template to standardize the format of monster mutant power listings - for now, might add more data points later.

Usage

Put the following on your page, filling in the blanks as appropriate. Note that you can leave out any parameters which don't exist or you don't have the information for (e.g. Rubber Balls don't have heads).


{{Monster
|arms=
|tail=
|groin=
|head=
|legs=
|skin=
|torso=
|form=
}}

A gender can be added using ==Gender== containing one of the following selections: Male, Female, Herm or Neuter. This Gender must match what appears on "List Forms" in the game.