Template:PlayerData/doc
Usage
A notice template that is intended to be used before the presentation of data that was collected by players of Pawborough. Currently supports up to 3 persons to contact. Discord contact is optional, but Pawborough ID and Username is not. Only external links are supported.
Pages in the Main namespace that call upon this template are added to Category:Includes Player Data, and if the parameter |outdated= is set as true pages are additionally added to Category:Outdated Player Data.
Syntax
{{PlayerData
|outdated=
|thread=
|sheet=
|form=
|id1=
|user1=
|discord1=
|id2=
|user2=
|discord2=
|id3=
|user3=
|discord3=
}}
Examples
- (#{{{id1}}}) on Pawborough
{{PlayerData}}
- Username (#1) on Pawborough, or John Doe on Discord
{{PlayerData
|outdated=y
|thread=https://pawborough.wiki/wiki/Main_Page
|form=https://pawborough.wiki/wiki/Main_Page
|sheet=https://pawborough.wiki/wiki/Main_Page
|id1=1
|user1=Username
|discord1=John Doe
}}
- Username (#1) on Pawborough, or John Doe on Discord
- Username (#2) on Pawborough
- Username (#3) on Pawborough, or John Doe on Discord
{{PlayerData
|thread=https://pawborough.wiki/wiki/Main_Page
|id1=1
|user1=Username
|discord1=John Doe
|id2=2
|user2=Username
|id3=3
|user3=Username
|discord3=John Doe
}}
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| outdated | outdated | If set as"true" or "yes" , it'll mark the page as containing outdated player data. The box will also turn purple to be visually distinct from up-to-date player data.
| Unknown | optional |
| thread | thread | Link to the Pawborough thread.
| Unknown | required |
| form | form | Link to the input form (ex. Google Forms). | Unknown | optional |
| sheet | sheet | Link to the spreadsheet (ex. Google Spreadsheets). | Unknown | optional |
| id1 | id1 | Pawborough ID of the first person to contact. | Unknown | required |
| user1 | user1 | Pawborough Username of the first person to contact. | Unknown | required |
| discord1 | discord1 | Discord username of the first person to contact, optional. | Unknown | optional |
| id2 | id2 | no description | Unknown | optional |
| user2 | user2 | no description | Unknown | optional |
| discord2 | discord2 | no description | Unknown | optional |
| id3 | id3 | no description | Unknown | optional |
| user3 | user3 | no description | Unknown | optional |
| discord3 | discord3 | no description | Unknown | optional |
