Difference between revisions of "Template:PetsSP"

From Flexible Survival
Jump to: navigation, search
(Created page with "<noinclude> A template to standardize the format of single-player monster stats and info. ==Usage== Put the following on your page, filling in the blanks as appropriate. Not...")
 
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
A template to standardize the format of single-player monster stats and info.
+
A template to standardize the format of single-player pet stats and info.
  
 
==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.<br><pre><nowiki>{{MonsterSP
+
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.<br><pre><nowiki>{{PetsSP
|location=
+
|Species=
|level=
+
|Gender=
|HP=
+
|InitialEventlocation=
|dmg=
+
|EventName=
|loot=
 
 
|targetgender=
 
|targetgender=
|tailstrike=
 
|altcombat=
 
 
|flags=
 
|flags=
 
}}</nowiki></pre>
 
}}</nowiki></pre>
Line 19: Line 16:
 
<div align=center>'''{{FULLPAGENAME}}'''</div><br>
 
<div align=center>'''{{FULLPAGENAME}}'''</div><br>
 
{|style="width:198px; border-collapse: collapse; border-width: 1px; border-style: solid; border-color: #000"
 
{|style="width:198px; border-collapse: collapse; border-width: 1px; border-style: solid; border-color: #000"
{{#if:{{{location|}}}|{{!}}style="border-style: solid; border-width: 1px"{{!}}Location:
+
{{#if:{{{location|}}}|{{!}}style="border-style: solid; border-width: 1px"{{!}}Species:
{{!}}style="border-style: solid; border-width: 1px; text-align:right"{{!}}{{{location}}}
+
{{!}}style="border-style: solid; border-width: 1px; text-align:right"{{!}}{{{Species}}}
 
{{!}}-|}}
 
{{!}}-|}}
{{#if:{{{level|}}}|{{!}}style="border-style: solid; border-width: 1px"{{!}}Level:
+
{{#if:{{{level|}}}|{{!}}style="border-style: solid; border-width: 1px"{{!}}Gender:
{{!}}style="border-style: solid; border-width: 1px; text-align:right"{{!}}{{{level}}}
+
{{!}}style="border-style: solid; border-width: 1px; text-align:right"{{!}}{{{Gender}}}
 
{{!}}-|}}
 
{{!}}-|}}
{{#if:{{{HP|}}}|{{!}}style="border-style: solid; border-width: 1px"{{!}}HP:
+
{{#if:{{{HP|}}}|{{!}}style="border-style: solid; border-width: 1px"{{!}}Initial Event Location:
{{!}}style="border-style: solid; border-width: 1px; text-align:right"{{!}}{{{HP}}}
+
{{!}}style="border-style: solid; border-width: 1px; text-align:right"{{!}}{{{InitialEventlocation}}}
 
{{!}}-|}}
 
{{!}}-|}}
{{#if:{{{dmg|}}}|{{!}}style="border-style: solid; border-width: 1px"{{!}}Damage:
+
{{#if:{{{dmg|}}}|{{!}}style="border-style: solid; border-width: 1px"{{!}}EventName:
{{!}}style="border-style: solid; border-width: 1px; text-align:right"{{!}}{{{dmg|}}}
+
{{!}}style="border-style: solid; border-width: 1px; text-align:right"{{!}}{{{Event Name|}}}
{{!}}-|}}
 
{{#if:{{{loot|}}}|{{!}}style="border-style: solid; border-width: 1px"{{!}}Loot:
 
{{!}}style="border-style: solid; border-width: 1px; text-align:right"{{!}}{{{loot}}}
 
 
{{!}}-|}}
 
{{!}}-|}}
 
{{#if:{{{targetgender|}}}|{{!}}style="border-style: solid; border-width: 1px"{{!}}Target Gender:
 
{{#if:{{{targetgender|}}}|{{!}}style="border-style: solid; border-width: 1px"{{!}}Target Gender:
 
{{!}}style="border-style: solid; border-width: 1px; text-align:right"{{!}}{{{targetgender}}}
 
{{!}}style="border-style: solid; border-width: 1px; text-align:right"{{!}}{{{targetgender}}}
{{!}}-|}}
 
{{#if:{{{tailstrike|}}}|{{!}}style="border-style: solid; border-width: 1px"{{!}}Tail Strike?:
 
{{!}}style="border-style: solid; border-width: 1px; text-align:right"{{!}}{{{tailstrike}}}
 
{{!}}-|}}
 
{{#if:{{{altcombat|}}}|{{!}}style="border-style: solid; border-width: 1px"{{!}}Alt Combat?:
 
{{!}}style="border-style: solid; border-width: 1px; text-align:right"{{!}}{{{altcombat}}}
 
 
{{!}}-|}}
 
{{!}}-|}}
 
|}
 
|}
Line 50: Line 38:
 
{{!}}-|}}
 
{{!}}-|}}
 
|}</div>
 
|}</div>
[[Category:Monsters (Single Player)]]
+
[[Category:Pets ]]
 
</includeonly>
 
</includeonly>

Revision as of 03:02, 19 September 2012

A template to standardize the format of single-player pet stats and info.

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.
{{PetsSP
|Species=
|Gender=
|InitialEventlocation=
|EventName=
|targetgender=
|flags=
}}