Template:Infobox hereditary title/doc: Difference between revisions
Richardpruen (talk | contribs) m 1 revision imported |
imported>Blairall m Copyedit (minor) |
||
Line 2: | Line 2: | ||
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) --> | <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) --> | ||
{{Lua|Module:Infobox|Module:InfoboxImage|Module:Check for unknown parameters}} | {{Lua|Module:Infobox|Module:InfoboxImage|Module:Check for unknown parameters}} | ||
{{Parameter names example|_template=| name | image | image_size | alt | caption | creation_date | creation | monarch | peerage | baronetage | first_holder | last_holder | present_holder | heir_apparent | heir_presumptive | remainder_to | subsidiary_titles | status | extinction_date | family_seat | former_seat | motto | arms | crest | supporters | pinsel | badge | crest_badge | plant_badge | footnotes }} | {{Parameter names example|_template=| name | image | image_size | alt | caption | creation_date | creation | monarch | peerage | baronetage | first_holder | last_holder | present_holder | heir_apparent | heir_presumptive | limitation |remainder_to | subsidiary_titles | status | extinction_date | family_seat | former_seat | motto | arms | crest | supporters | pinsel | badge | crest_badge | plant_badge | footnotes }} | ||
== Usage == | == Usage == | ||
The box is generally used for descriptions of hereditary [[peerages in the United Kingdom]] or [[baronet]]cies (do not combine peerages and baronetcies into one infobox, even if held together). | |||
The box is generally used for descriptions of [[ | |||
The infobox may be added by pasting the template as shown below into an article and then filling in the desired fields. | The infobox may be added by pasting the template as shown below into an article and then filling in the desired fields. | ||
Line 100: | Line 99: | ||
|- style="vertical-align:top;" | |- style="vertical-align:top;" | ||
| limitation | | limitation | ||
| The standard remainder is heirs male of the body | | The standard remainder is heirs male of the body lawfully begotten. Letters patent may grant a peerage with a non-standard limitation. | ||
|- style="vertical-align:top;" | |- style="vertical-align:top;" | ||
| remainder to | | remainder to | ||
| | | If there are multiple limitations to a peerage, the second and other limitations are remainders. | ||
|- style="vertical-align:top;" | |- style="vertical-align:top;" | ||
Line 185: | Line 184: | ||
[[Category:People and person infobox templates]] | [[Category:People and person infobox templates]] | ||
}}</includeonly> | }}</includeonly> | ||
<templatedata> | |||
{ | |||
"params": { | |||
"name": {}, | |||
"image": {}, | |||
"image_size": {}, | |||
"alt": {}, | |||
"caption": {}, | |||
"creation_date": {}, | |||
"creation": {}, | |||
"monarch": {}, | |||
"peerage": {}, | |||
"baronetage": {}, | |||
"first_holder": {}, | |||
"last_holder": {}, | |||
"present_holder": {}, | |||
"heir_apparent": {}, | |||
"heir_presumptive": {}, | |||
"remainder_to": {}, | |||
"subsidiary_titles": {}, | |||
"status": {}, | |||
"extinction_date": {}, | |||
"family_seat": {}, | |||
"former_seat": {}, | |||
"motto": {}, | |||
"arms": {}, | |||
"crest": {}, | |||
"supporters": {}, | |||
"pinsel": {}, | |||
"badge": {}, | |||
"crest_badge": {}, | |||
"plant_badge": {}, | |||
"footnotes": {}, | |||
"limitation": {} | |||
}, | |||
"paramOrder": [ | |||
"name", | |||
"image", | |||
"image_size", | |||
"alt", | |||
"caption", | |||
"creation_date", | |||
"creation", | |||
"monarch", | |||
"peerage", | |||
"baronetage", | |||
"first_holder", | |||
"last_holder", | |||
"present_holder", | |||
"heir_apparent", | |||
"heir_presumptive", | |||
"limitation", | |||
"remainder_to", | |||
"subsidiary_titles", | |||
"status", | |||
"extinction_date", | |||
"family_seat", | |||
"former_seat", | |||
"motto", | |||
"arms", | |||
"crest", | |||
"supporters", | |||
"pinsel", | |||
"badge", | |||
"crest_badge", | |||
"plant_badge", | |||
"footnotes" | |||
] | |||
} | |||
</templatedata> |