Template:PetsSP: Difference between revisions

From Flexible Survival
Jump to navigationJump to search
Theguy (talk | contribs)
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..."
 
No edit summary
 
(5 intermediate revisions by 2 users not shown)
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=
|Level=
|dmg=
|Dex=
|loot=
|Dmg=
|Eventlocation=
|EventName=
|SexWithPet=
|InfectionStrain=
|targetgender=
|targetgender=
|tailstrike=
|altcombat=
|flags=
|flags=
}}</nowiki></pre>
}}</nowiki></pre>
[[Category:Templates]]
</noinclude>
</noinclude>
<includeonly>
<includeonly>
Line 19: Line 22:
<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:{{{Species|}}}|{{!}}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:{{{Gender|}}}|{{!}}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:{{{Level|}}}|{{!}}style="border-style: solid; border-width: 1px"{{!}}Level:
{{!}}style="border-style: solid; border-width: 1px; text-align:right"{{!}}{{{HP}}}
{{!}}style="border-style: solid; border-width: 1px; text-align:right"{{!}}{{{Level}}}
{{!}}-|}}
{{!}}-|}}
{{#if:{{{dmg|}}}|{{!}}style="border-style: solid; border-width: 1px"{{!}}Damage:
{{#if:{{{Dex|}}}|{{!}}style="border-style: solid; border-width: 1px"{{!}}Dexterity:
{{!}}style="border-style: solid; border-width: 1px; text-align:right"{{!}}{{{dmg|}}}
{{!}}style="border-style: solid; border-width: 1px; text-align:right"{{!}}{{{Dex}}}
{{!}}-|}}
{{!}}-|}}
{{#if:{{{loot|}}}|{{!}}style="border-style: solid; border-width: 1px"{{!}}Loot:
{{#if:{{{Dmg|}}}|{{!}}style="border-style: solid; border-width: 1px"{{!}}Damage:
{{!}}style="border-style: solid; border-width: 1px; text-align:right"{{!}}{{{loot}}}
{{!}}style="border-style: solid; border-width: 1px; text-align:right"{{!}}{{{Dmg}}}
{{!}}-|}}
{{#if:{{{Eventlocation|}}}|{{!}}style="border-style: solid; border-width: 1px"{{!}}Event Location:
{{!}}style="border-style: solid; border-width: 1px; text-align:right"{{!}}{{{Eventlocation}}}
{{!}}-|}}
{{#if:{{{EventName|}}}|{{!}}style="border-style: solid; border-width: 1px"{{!}}Event Name:
{{!}}style="border-style: solid; border-width: 1px; text-align:right"{{!}}{{{EventName|}}}
{{!}}-|}}
{{#if:{{{SexWithPet|}}}|{{!}}style="border-style: solid; border-width: 1px"{{!}}Sex With Pet?:
{{!}}style="border-style: solid; border-width: 1px; text-align:right"{{!}}{{{SexWithPet|}}}
{{!}}-|}}
{{#if:{{{InfectionStrain|}}}|{{!}}style="border-style: solid; border-width: 1px"{{!}}Infection Strain:
{{!}}style="border-style: solid; border-width: 1px; text-align:right"{{!}}{{{InfectionStrain|}}}
{{!}}-|}}
{{!}}-|}}
{{#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 59:
{{!}}-|}}
{{!}}-|}}
|}</div>
|}</div>
[[Category:Monsters (Single Player)]]
[[Category:Pets ]]
</includeonly>
</includeonly>

Latest revision as of 05:31, 27 February 2018

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=
|Level=
|Dex=
|Dmg=
|Eventlocation=
|EventName=
|SexWithPet=
|InfectionStrain=
|targetgender=
|flags=
}}