|
|
| Line 4: |
Line 4: |
| |Name=String | | |Name=String |
| |Species=String | | |Species=String |
| |Breed=String
| |
| |Sex=String
| |
| |Color=String
| |
| |Owner=String
| |
| |FirstAppearance=String
| |
| |LastAppearance=String
| |
| |Series=String
| |
| |Status=String
| |
| |Role=String
| |
| |Importance=String
| |
| |Image=String
| |
| }} | | }} |
| </noinclude><includeonly>
| |
| {{#cargo_store:
| |
| _table=Pets
| |
| |Name={{{name|{{PAGENAME}}}}}
| |
| |Species={{{species|}}}
| |
| |Breed={{{breed|}}}
| |
| |Sex={{{sex|}}}
| |
| |Color={{{color|}}}
| |
| |Owner={{{owner|}}}
| |
| |FirstAppearance={{{first_appearance|}}}
| |
| |LastAppearance={{{last_appearance|}}}
| |
| |Series={{{series|}}}
| |
| |Status={{{status|Alive}}}
| |
| |Role={{{role|Companion}}}
| |
| |Importance={{{importance|Supporting}}}
| |
| |Image={{{image|}}}
| |
| }}
| |
|
| |
| {| class="infobox" style="width: 300px; font-size: 90%; float: right; clear: right; margin: 0 0 2em 4em;"
| |
| |-
| |
| ! colspan="2" style="text-align:center; font-size: 150%;" | {{{name|{{PAGENAME}}}}}
| |
| |-
| |
| | colspan="2" style="text-align:center;" | {{#if:{{{image|}}}|[[File:{{{image}}}|200px]]|''No image available''}}
| |
| |-
| |
| ! colspan="2" style="background:#cccccc;" | Pet
| |
| |-
| |
| | '''Species''' || {{{species|}}}
| |
| |-
| |
| | '''Breed''' || {{{breed|}}}
| |
| |-
| |
| | '''Sex''' || {{{sex|Unknown}}}
| |
| |-
| |
| | '''Color''' || {{{color|}}}
| |
| |-
| |
| | '''Owner''' || {{{owner|}}}
| |
| |-
| |
| ! colspan="2" style="background:#cccccc;" | Canon
| |
| |-
| |
| | '''First appearance''' || {{{first_appearance|}}}
| |
| |-
| |
| | '''Last appearance''' || {{{last_appearance|}}}
| |
| |-
| |
| | '''Series''' || {{{series|}}}
| |
| |-
| |
| | '''Status''' || {{{status|Alive}}}
| |
| |-
| |
| | '''Role''' || {{{role|Companion}}}
| |
| |-
| |
| | '''Importance''' || {{{importance|Supporting}}}
| |
| |}
| |
| [[Category:Pets]]{{#if:{{{species|}}}|[[Category:{{{species}}}s]]}}{{#if:{{{series|}}}|[[Category:{{{series}}}]]}}</includeonly><noinclude>
| |
|
| |
| == Usage ==
| |
| <pre>
| |
| {{Infobox pet
| |
| |name=
| |
| |image=
| |
| |species=
| |
| |breed=
| |
| |sex=
| |
| |color=
| |
| |owner=
| |
| |first_appearance=
| |
| |last_appearance=
| |
| |series=
| |
| |status=
| |
| |role=
| |
| |importance=
| |
| }}
| |
| </pre>
| |
|
| |
| </noinclude> | | </noinclude> |
This template defines the table "Pets". View table.