Template:Infobox rp account/doc
Template page
More actions
This is a documentation subpage for Infobox rp account.
It contains usage information, categories and other content that is not part of the original template page.
Usage
This template produces a standard right-aligned infobox summarising key information about a Gunmetal Olympus fan account.
Blank syntax
{{Infobox book simple
| picture =
| name =
| handle =
}}
Example
{{Infobox book simple
| picture = Zeus.jpg
| name = ZEUS, KING OF OLYMPUS
| handle = [https://bsky.app/profile/futchlightning.gunmetolymp.us @futchlightning.gunmetolymp.us]
}}
Parameters
- picture
- Bare filename of the account's profile image (e.g.
Example.jpg), without theFile:prefix. - name
- The account's display name
- handle
- Hyperlink to the account (e.g
@futchlightning.gunmetolymp.us)
TemplateData
<templatedata> {
"description": "A concise infobox for key information about Gunmetal Olympus fan accounts.",
"format": "block",
"params": {
"picture": {
"label": "Account profile picture (file name)",
"description": "Bare filename of the account's profile image, without the 'File:' prefix.",
"type": "wiki-file-name",
"example": "Zeus.jpg",
"suggested": true
},
"name": {
"label": "Account name",
"description": "The account's display name.",
"type": "string"
},
"handle": {
"label": "handle",
"description": "Hyperlink to the account.",
"type": "string",
"example": "@futchlightning.gunmetolymp.us"
}
}
}