Template:PetsSP: Difference between revisions
From Flexible Survival
Jump to navigationJump to 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..." |
No edit summary |
||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
A template to standardize the format of single-player | 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>{{ | 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 | ||
| | |Species= | ||
| | |Gender= | ||
| | |InitialEventlocation= | ||
| | |EventName= | ||
|targetgender= | |targetgender= | ||
|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"{{!}} | {{#if:{{{location|}}}|{{!}}style="border-style: solid; border-width: 1px"{{!}}Species: | ||
{{!}}style="border-style: solid; border-width: 1px; text-align:right"{{!}}{{{ | {{!}}style="border-style: solid; border-width: 1px; text-align:right"{{!}}{{{Species}}} | ||
{{!}}-|}} | {{!}}-|}} | ||
{{#if:{{{level|}}}|{{!}}style="border-style: solid; border-width: 1px"{{!}} | {{#if:{{{level|}}}|{{!}}style="border-style: solid; border-width: 1px"{{!}}Gender: | ||
{{!}}style="border-style: solid; border-width: 1px; text-align:right"{{!}}{{{ | {{!}}style="border-style: solid; border-width: 1px; text-align:right"{{!}}{{{Gender}}} | ||
{{!}}-|}} | {{!}}-|}} | ||
{{#if:{{{HP|}}}|{{!}}style="border-style: solid; border-width: 1px"{{!}} | {{#if:{{{HP|}}}|{{!}}style="border-style: solid; border-width: 1px"{{!}}Initial Event Location: | ||
{{!}}style="border-style: solid; border-width: 1px; text-align:right"{{!}}{{{ | {{!}}style="border-style: solid; border-width: 1px; text-align:right"{{!}}{{{InitialEventlocation}}} | ||
{{!}}-|}} | {{!}}-|}} | ||
{{#if:{{{dmg|}}}|{{!}}style="border-style: solid; border-width: 1px"{{!}} | {{#if:{{{dmg|}}}|{{!}}style="border-style: solid; border-width: 1px"{{!}}EventName: | ||
{{!}}style="border-style: solid; border-width: 1px; text-align:right"{{!}}{{{ | {{!}}style="border-style: solid; border-width: 1px; text-align:right"{{!}}{{{Event Name|}}} | ||
{{!}}-|}} | {{!}}-|}} | ||
{{#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}}} | ||
{{!}}-|}} | {{!}}-|}} | ||
|} | |} | ||
| Line 50: | Line 38: | ||
{{!}}-|}} | {{!}}-|}} | ||
|}</div> | |}</div> | ||
[[Category: | [[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=
}}