From Pirate Software Wiki
An infobox for use on Person pages. It stores data to Special:CargoTables/Person.
Usage
{{Infobox Person
| name =
| image =
| type =
}}
Parameters
Parameter |
Data Type |
Default Value |
Description
|
name |
String |
{{PAGENAME}} |
The person'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 an image, it has to be used without the file namespace such as "Mouse_Mugshot.png". If not given, the page will be added to Category:Person lacking infobox images.
|
position |
String |
|
The person's job position.
|
Example
|
General details
|
Name
|
Thor
|
Nicknames
|
Infobox Person/doc
|
Position
|
streamer
|
{{Infobox Person
| noCategories = 1
| name = Thor
| image =
| position = streamer
}}