Difference between revisions of "Template:Infobox person"
Jump to navigation
Jump to search
(test) |
(test again) |
||
| Line 15: | Line 15: | ||
|colspan="2"|[[File:{{{signature}}}|center|top|class=infobox-image|200px]] | |colspan="2"|[[File:{{{signature}}}|center|top|class=infobox-image|200px]] | ||
|} | |} | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"Name": { | |||
"example": "Creebles", | |||
"required": true | |||
}, | |||
"Image": { | |||
"description": "must be exact file name to work", | |||
"suggested": true | |||
}, | |||
"Organsiation": { | |||
"description": "NHS, Police, Staff", | |||
"suggested": true | |||
}, | |||
"rank": { | |||
"example": "PC, CST, Level 3", | |||
"suggested": true | |||
}, | |||
"YearsActive": { | |||
"example": "2", | |||
"suggested": true | |||
}, | |||
"Signature": { | |||
"type": "wiki-file-name", | |||
"suggested": true | |||
} | |||
}, | |||
"paramOrder": [ | |||
"Name", | |||
"Image", | |||
"Organsiation", | |||
"rank", | |||
"YearsActive", | |||
"Signature" | |||
] | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Revision as of 12:34, 7 April 2019
| [[File:{{{Image}}}|center|top|class=infobox-image|200px]] | ||
| Organisation | [[{{{Organsiation}}}]] | |
| Rank | [[{{{rank}}}]] | |
| Years Active | [[{{{YearsActive}}}]] | |
| Signature | [[File:{{{signature}}}|center|top|class=infobox-image|200px]] | |
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | Name | no description
| Unknown | required |
| Image | Image | must be exact file name to work | Unknown | suggested |
| Organsiation | Organsiation | NHS, Police, Staff | Unknown | suggested |
| rank | rank | no description
| Unknown | suggested |
| YearsActive | YearsActive | no description
| Unknown | suggested |
| Signature | Signature | no description | File | suggested |