Jump to content

Template:Role infobox: Difference between revisions

From FASSAG Wiki
Created page with "<noinclude> <templatedata> { "params": { "Image": { "description": "Icon image for the role", "type": "wiki-file-name" }, "Name": { "description": "Name of the role to display", "type": "string", "required": true }, "Blurb": { "description": "A brief description of the role", "type": "string", "required": true } }, "paramOrder": [ "Name", "Image", "Blurb" ] } </templatedata> </noinclude> {| {{{Image}}} || {{{Name}}} || {{{Blu..."
 
No edit summary
 
(15 intermediate revisions by the same user not shown)
Line 3: Line 3:
{
{
"params": {
"params": {
"Image": {
"description": "Icon image for the role",
"type": "wiki-file-name"
},
"Name": {
"Name": {
"description": "Name of the role to display",
"description": "Name of the role to display",
Line 20: Line 16:
"paramOrder": [
"paramOrder": [
"Name",
"Name",
"Image",
"Blurb"
"Blurb"
]
]
Line 26: Line 21:
</templatedata>
</templatedata>
</noinclude>
</noinclude>
{|
|-
{{{Image}}} || {{{Name}}} || {{{Blurb}}}
|{{Role icon|{{{Name}}}}} || {{{Blurb}}}
|}

Latest revision as of 19:20, 3 May 2026

No description.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
NameName

Name of the role to display

Stringrequired
BlurbBlurb

A brief description of the role

Stringrequired

|- |

[[File:{{{Name}}}.png|50px|link={{{Name}}}]]
[[{{{Name}}}]]
|| {{{Blurb}}}