Template:Infobox Ferret/doc: Difference between revisions
(basic doc of infobox ferret with cargo) |
(Add new info to the doc) |
||
Line 11: | Line 11: | ||
| valhalla = | | valhalla = | ||
| playgroup = | | playgroup = | ||
| age = | |||
| isinquarantine= | |||
| valhallalink = | |||
}} | }} | ||
</pre> | </pre> | ||
Line 30: | Line 33: | ||
| playgroup || String || || The ferret's playgroup | | playgroup || String || || The ferret's playgroup | ||
|- | |- | ||
| Age || Integer || || The ferret's age | |||
|- | |||
| isinquarantine || Boolean || || The ferret is in quarantine | |||
|- | |||
| valhallalink || String || || The ferret's link of its passed away on. | |||
|- | |||
| noCategories || Boolean || || Optional. If given any value, the page will not be auto-categorized. | | noCategories || Boolean || || Optional. If given any value, the page will not be auto-categorized. | ||
|} | |} | ||
Line 42: | Line 52: | ||
| valhalla = | | valhalla = | ||
| playgroup = BePeepo | | playgroup = BePeepo | ||
| isinquarantine = False | |||
| age = 3 | |||
| valhallalink = | |||
}} | }} | ||
Line 53: | Line 66: | ||
| valhalla = | | valhalla = | ||
| playgroup = BePeepo | | playgroup = BePeepo | ||
| isinquarantine = False | |||
| age = 3 | |||
| valhallalink = | |||
}} | }} | ||
</pre> | </pre> |
Revision as of 10:47, 26 September 2024
An infobox for use on Ferret pages. It stores data to Special:CargoTables/Ferret.
Usage
{{Infobox Ferret | name = | image = | gender = | arrivaldate = | valhalla = | playgroup = | age = | isinquarantine= | valhallalink = }}
Parameters
Parameter | Data Type | Default Value | Description |
---|---|---|---|
name | String | {{PAGENAME}} | The ferret'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 File:Badger_Mugshot.png, you'd input Badger_Mugshot.png. If not given, the page will be added to Category:Ferret lacking infobox images. |
gender | String | The ferret's gender | |
arrivaldate | String | The date the ferret arrived at the shelter | |
valhalla | String | The date the ferret passed away | |
playgroup | String | The ferret's playgroup | |
Age | Integer | The ferret's age | |
isinquarantine | Boolean | The ferret is in quarantine | |
valhallalink | String | The ferret's link of its passed away on. | |
noCategories | Boolean | Optional. If given any value, the page will not be auto-categorized. |
Example
{{Infobox Ferret | noCategories = 1 | name = Badger | image = Badger_Mugshot.png | gender = Male | arrivaldate = 2024/02/26 | valhalla = | playgroup = BePeepo | isinquarantine = False | age = 3 | valhallalink = }}