From Pirate Software Wiki
An infobox for use on Animal pages. It stores data to Special:CargoTables/Animal.
Usage
{{Infobox Animal
| name =
| image =
| arrivaldate =
| birthday =
| type =
| arrivallink =
}}
Parameters
Parameter |
Data Type |
Default Value |
Description
|
name |
String |
{{PAGENAME}} |
The animal's name
|
image |
String |
{{{name}}}.png or {{PAGENAME}}.png |
The image to be used, without the File: prefix but with the extension. For example, if you wanted to use , you'd input Badger_Mugshot.png. If not given, the page will be added to Category:Animal lacking infobox images.
|
arrivaldate |
String |
|
The date the animal arrived at the shelter
|
birthday |
String |
|
The confirmed known date of birth of the animal
|
type |
String |
|
The animal's type
|
arrivallink |
String |
|
The animal’s link of when it's arrival
|
Example
|
General details
|
Name
|
Pesto
|
Type of animal
|
Dog
|
{{Infobox Animal
| noCategories = 1
| name = Pesto
| image =
| type = Dog
}}