Template:Role infobox: Difference between revisions
Appearance
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 |
||
| Line 27: | Line 27: | ||
</noinclude> | </noinclude> | ||
{| | {| | ||
|- | |||
{{{Image}}} || {{{Name}}} || {{{Blurb}}} | {{{Image}}} || {{{Name}}} || {{{Blurb}}} | ||
|} | |} | ||
Revision as of 00:20, 3 May 2026
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | Name | Name of the role to display | String | required |
| Image | Image | Icon image for the role | File | optional |
| Blurb | Blurb | A brief description of the role | String | required |