Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox rp account: Difference between revisions

Template page
Created page with "{{Documentation subpage}} == Usage == This template produces a standard right-aligned infobox summarising key information about a Gunmetal Olympus fan account. === Blank syntax === <pre> {{Infobox book simple | picture = | name = | handle = }} </pre> === Example === <pre> {{Infobox book simple | picture = Zeus.jpg | name = ZEUS, KING OF OLYMPUS | handle = [https://bsky.app/profile/futchlightning.gunmetolymp.us @futchlightning.gunmetolymp.us] }} </pre>..."
 
No edit summary
Line 1: Line 1:
{{Documentation subpage}}
{{Infobox
| name        = Infobox rp account
| bodyclass  = vcard
| title      = {{{title|{{PAGENAME}}}}}
| titleclass  = fn
| image      = {{#if:{{{cover|}}}|[[File:{{{cover}}}|frameless|upright=1|alt={{{alt|Cover art}}}]]}}
| caption    = {{{caption|}}}


== Usage ==
| label1 = Name
This template produces a standard right-aligned infobox summarising
| data1  = {{{name|}}}
key information about a Gunmetal Olympus fan account.


=== Blank syntax ===
| label2 = Handle
<pre>
| data2  = {{{handle|}}}
{{Infobox book simple
}}<noinclude>
| picture  =  
| name    =  
| handle =
}}
</pre>


=== Example ===
{{Documentation}}
<pre>
== TemplateData ==
{{Infobox book simple
<templatedata>
| picture  = Zeus.jpg
{
| name     = ZEUS, KING OF OLYMPUS
    "description": "A concise infobox for key information about Gunmetal Olympus fan accounts.",
| handle = [https://bsky.app/profile/futchlightning.gunmetolymp.us @futchlightning.gunmetolymp.us]
     "format": "block",
}}
    "params": {
</pre>
        "picture": {
 
            "label": "Account profile picture (file name)",
== Parameters ==
            "description": "Bare filename of the account's profile image, without the 'File:' prefix.",
; picture : Bare filename of the account's profile image (e.g. <code>Example.jpg</code>), without the <code>File:</code> prefix.
            "type": "wiki-file-name",
; name   : The account's display name
            "example": "Zeus.jpg",
; handle : Hyperlink to the account (e.g <code>[https://bsky.app/profile/futchlightning.gunmetolymp.us @futchlightning.gunmetolymp.us]</code>)
            "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": "<code>[https://bsky.app/profile/futchlightning.gunmetolymp.us @futchlightning.gunmetolymp.us]</code>"
        }
    }
}
</templatedata>
<noinclude>

Revision as of 12:21, 24 April 2026

Infobox rp account
Documentation icon

Template documentationview · edit · history · purge


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 the File: 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"
       }
   }

}

The above documentation is transcluded from Template:Infobox rp account/doc (edit · history).
Editors can experiment in this template's sandbox and testcases pages.
Please add categories to the /doc subpage. Subpages of this template.

TemplateData

A concise infobox for key information about Gunmetal Olympus fan accounts.

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Account profile picture (file name)picture

Bare filename of the account's profile image, without the 'File:' prefix.

Example
Zeus.jpg
Filesuggested
Account namename

The account's display name.

Stringoptional
Handlehandle

Hyperlink to the account.

Example
<code>[https://bsky.app/profile/futchlightning.gunmetolymp.us @futchlightning.gunmetolymp.us]</code>
Stringoptional