More actions
Infobox for members can now have optional data |
No edit summary |
||
| Line 75: | Line 75: | ||
"description": "Discord user ID, used to fetch avatar (if this doesn't work, @Saku)", | "description": "Discord user ID, used to fetch avatar (if this doesn't work, @Saku)", | ||
"example": "255673616342056961", | "example": "255673616342056961", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"joinyear": { | "joinyear": { | ||
| Line 85: | Line 84: | ||
"description": "The year this member joined the server", | "description": "The year this member joined the server", | ||
"example": "2016", | "example": "2016", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"role": { | "role": { | ||
| Line 95: | Line 93: | ||
"description": "The member's main role in the server (eg. staff / member)", | "description": "The member's main role in the server (eg. staff / member)", | ||
"example": "Member", | "example": "Member", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"location": { | "location": { | ||
| Line 105: | Line 102: | ||
"description": "Member's rough location (don't dox!!)", | "description": "Member's rough location (don't dox!!)", | ||
"example": "London, GB", | "example": "London, GB", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"dob": { | "dob": { | ||
| Line 115: | Line 111: | ||
"description": "The member's date of birth (can also be N/A)", | "description": "The member's date of birth (can also be N/A)", | ||
"example": "01/01/2000", | "example": "01/01/2000", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"gender": { | "gender": { | ||
| Line 125: | Line 120: | ||
"description": "The member's gender (can also be N/A)", | "description": "The member's gender (can also be N/A)", | ||
"example": "Male", | "example": "Male", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"pronouns": { | "pronouns": { | ||
| Line 135: | Line 129: | ||
"description": "The member's main pronouns (can also be N/A)", | "description": "The member's main pronouns (can also be N/A)", | ||
"example": "he/him", | "example": "he/him", | ||
"type": "string", | "type": "string" | ||
" | }, | ||
"imageFile": { | |||
"aliases": [ | |||
"Profile Image" | |||
], | |||
"label": "Profile Image", | |||
"description": "File name of an image uploaded to wiki to be used as profile picture", | |||
"example": "Guardian-logo.png", | |||
"type": "wiki-file-name" | |||
} | } | ||
}, | }, | ||
"description": "Infobox for a server member" | "description": "Infobox for a server member", | ||
"paramOrder": [ | |||
"username", | |||
"userId", | |||
"imageFile", | |||
"joinyear", | |||
"role", | |||
"location", | |||
"dob", | |||
"gender", | |||
"pronouns" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Revision as of 20:45, 15 February 2023
| Example: Saku | |
|---|---|
| Server information | |
| Joined | 2020 |
| Role | Barista |
| Personal information | |
| Location | London, GB |
| Date of Birth | 24/05/2001 |
| Gender | Male |
| Pronouns | he/him |
Infobox for a server member
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Username | username Username | Server username (don't include the tag)
| String | required |
| User ID | userId User ID | Discord user ID, used to fetch avatar (if this doesn't work, @Saku)
| String | optional |
| Profile Image | imageFile Profile Image | File name of an image uploaded to wiki to be used as profile picture
| File | optional |
| Join Year | joinyear Join Year | The year this member joined the server
| String | optional |
| Role | role Role | The member's main role in the server (eg. staff / member)
| String | optional |
| Location | location Location | Member's rough location (don't dox!!)
| String | optional |
| Date of Birth | dob Date of Birth | The member's date of birth (can also be N/A)
| String | optional |
| Gender | gender Gender | The member's gender (can also be N/A)
| String | optional |
| Pronouns | pronouns Pronouns | The member's main pronouns (can also be N/A)
| String | optional |