Difference between revisions of "Template:Personjr/doc"
Jump to navigation
Jump to search
(→Usage) |
|||
| Line 22: | Line 22: | ||
"label": "Last name" | "label": "Last name" | ||
}, | }, | ||
"dopt": {} | "dopt": { | ||
} | "label": "Display Option", | ||
"default": "1", | |||
"required": true | |||
}, | |||
"filmsAssoWith": { | |||
"label": "Films Associated With", | |||
"description": "A comma seperated list of the films he or she is associated with (ie was involved in making)", | |||
"type": "string" | |||
}, | |||
"dateborn": {}, | |||
"datedied": {}, | |||
"occ": { | |||
"label": "Occupation", | |||
"description": "Most prominent occupation. Single value only (only one allowed)", | |||
"example": "occ=Film director", | |||
"type": "string" | |||
} | |||
}, | |||
"description": "person template" | |||
} | } | ||
</templatedata> | </templatedata> | ||
Revision as of 17:52, 19 February 2022
- - -
There is a documentation subpage housing the metadata about parent template: Personjr.
See Also
Usage
{{Personjr
|fullname=
|gname=
|lname=
|dopt=1
|filmsAssoWith=
|dateborn=
|datedied=
|occ=}}
Template Data
person template
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| fullname | fullname | no description | Unknown | optional |
| gname | gname | no description | Unknown | optional |
| Last name | lname | no description | Unknown | optional |
| Display Option | dopt | no description
| Unknown | required |
| Films Associated With | filmsAssoWith | A comma seperated list of the films he or she is associated with (ie was involved in making) | String | optional |
| dateborn | dateborn | no description | Unknown | optional |
| datedied | datedied | no description | Unknown | optional |
| Occupation | occ | Most prominent occupation. Single value only (only one allowed)
| String | optional |