Template:Personjr
Jump to navigation
Jump to search
- - -
There is a documentation subpage housing the metadata about parent template: Personjr.
IMPT TODO
{{#if:{{{datedied}}}|'''Died:''' {{{datedied}}}|a?}}
{{Ifdef|{{{occ}}}|* '''Occupation:''' {{{occ}}}}}
{{Ifdef|{{{org}}}|* '''Organizational Affiliation:''' {{{org}}}}}
keys
- datedied
- occ
- org
are snafu and require bug fix
Usage
{{Personjr
|fullname=
|gname=
|lname=
|dopt=1
|filmsAssoWith=
|dateborn=
|datedied=
|occ=}}
Helpers
See Also
- example of tpl in use: Ken Nordine
- preload? Template:Personjr/Preload - https://www.mediawiki.org/wiki/Manual:Creating_pages_with_preloaded_text
Template Data
person template - note that this template takes the fullname param and uses it as a displaytitle
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Full Name | fullname | this is used it as the displaytitle of the page | String | 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). This field needs to convert strings like "Gifts of the Sun" or "Gifts+of+the+Sun" or "Gifts_of_the_Sun" into [[Moving Image:Gifts_of_the_Sun]]
| String | optional |
| Date of Birth | dateborn | no description | Date | optional |
| Date of Death | datedied | no description | Date | optional |
| Occupation | occ | Most prominent occupation. Single value only (only one allowed)
| String | optional |