From Pirate Software Wiki
An infobox for use on Person pages. It stores data to Special:CargoTables/Person.
Usage
{{Infobox Person
| name =
| nickname =
| image =
| position =
}}
Parameters
Parameter |
Data Type |
Default Value |
Description
|
name |
String |
{{PAGENAME}} |
The person's name
|
nickname |
String |
{{PAGENAME}} |
The person's nicknames
|
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
|
Goblin lord
|
Position
|
streamer
|
{{Infobox Person
| noCategories = 1
| name = Thor
| nickname = Goblin lord
| image =
| position = streamer
}}