Template:Marriage: Difference between revisions
(amended abbreviation to avoid confusion with 'divorced', particularly because details of whether the spouse is living will not be immediately to hand where the spouse predeceased the subject) |
m (1 revision imported) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<div style="display:inline-block;line-height:normal;{{#if:{{{1|<br>}}}{{{end|{{{reason|}}}}}}|margin:2px 0px;}}">{{#if:{{{1|}}} | |||
|{{trim|{{#if:{{{end|{{{reason|}}}}}} | {{MultiReplace|{{{1|}}}|<br />||<br >||<br/>||<br>|}} |{{{1}}} | |||
}}|}}{{#if:{{{end|{{{reason|}}}}}}|<br />| }}}} | }}|}}{{#if:{{{end|{{{reason|}}}}}}|<br />| }}}}({{#if:{{{2|}}} | ||
|{{abbr|m.|married}} {{#ifeq:{{{2|}}}|{{get year|{{{2|}}}}} | |{{abbr|m.|married}} {{#ifeq:{{{2|}}}|{{get year|{{{2|}}}}} | ||
|{{{2|}}} | |{{{2|}}} | ||
|{{hover title|dotted=no|2={{get year|{{{2|}}}}}|1={{{2|{{#time:F j, Y}}}}}}} | |{{hover title|dotted=no|2={{get year|{{{2|}}}}}|1={{{2|{{#time:F j, Y}}}}}}} | ||
}} | }} | ||
|{{#if:{{{3|}}}||{{main other|[[Category:Marriage template errors|U{{PAGENAME}}]]}}{{error-small|Undated.}}}} | |||
}}{{#if:{{{3|}}} | }}{{#if:{{{3|}}} | ||
|{{#ifeq:{{{end|{{{reason|}}}}}}| | |{{#ifeq:{{{end|{{{reason|}}}}}}| | ||
| | |– | ||
|{{#if:{{{2|}}} | |{{#if:{{{2|}}} | ||
|;  | |;  | ||
Line 14: | Line 15: | ||
| d | d. | died = died <!-- this used to be {{abbr|d.|died}} but caused confusion with "divorced" --> | | d | d. | died = died <!-- this used to be {{abbr|d.|died}} but caused confusion with "divorced" --> | ||
| div | div. | divorced = {{abbr|div.|divorced}} | | div | div. | divorced = {{abbr|div.|divorced}} | ||
| w | w. | wid | wid. | widow | widowed = {{main other|[[Category:Marriage template errors|W{{PAGENAME}}]]}}{{abbr|wid.|widowed}} | | w | w. | wid | wid. | widow | widowed = {{main other|[[Category:Marriage template errors|W{{PAGENAME}}]]}}{{dc|{{abbr|wid.|widowed}} }} | ||
| = <!--(reason marriage ended not supplied)--> | | = <!--(reason marriage ended not supplied)--> | ||
| #default = {{{end|{{{reason|}}}}}} | | #default = {{{end|{{{reason|}}}}}} | ||
Line 22: | Line 23: | ||
|{{hover title|dotted=no|2={{get year|{{{3|}}}}}|1={{{3|}}}}} | |{{hover title|dotted=no|2={{get year|{{{3|}}}}}|1={{{3|}}}}} | ||
}} | }} | ||
}} | |{{#if:{{{2|}}} | ||
|{{main other|[[Category:Marriage template errors|U{{PAGENAME}}]]}} | |{{#if:{{{end|{{{reason|}}}}}}|, |}} | ||
}}{{#switch:{{{end|{{{reason|}}}}}} | |||
| d | d. | died = died | |||
| div | div. | divorced = divorced | |||
| w | w. | wid | wid. | widow | widowed = {{main other|[[Category:Marriage template errors|W{{PAGENAME}}]]}}{{dc|widowed}} | |||
| = <!--(reason marriage ended not supplied)--> | |||
| #default = {{{end|{{{reason|}}}}}} | |||
}} | |||
}})</div>{{#ifeq:{{{4|+}}}|{{{4|-}}} | |||
|{{main other|[[Category:Marriage template errors|*U{{PAGENAME}}]]}} | |||
}}<!-- | }}<!-- | ||
--><noinclude>{{Documentation}}</noinclude> | --><noinclude>{{Documentation}}</noinclude> |
Latest revision as of 01:27, 10 May 2019
This template is used on approximately 39,000 pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them.
Transclusion count updated automatically (see documentation). |
Usage
This template is intended for use in infoboxes; specifically {{Infobox person}} and templates calling Infobox person.
{{Marriage}} takes up to three unnamed parameters (name, start date, end date)—plus an optional named parameter |end=
—to produce output such as the following:
- Fred Smith (m. 2010)
- Jane Smith
(m. 1885; died 1888) - Frank Lee (m. 2002–2013)
The above were produced by:
{{marriage |[[John Doe|Jane Doe]] |1 January 1895 |December 31, 1905}}
{{marriage |Fred Smith |2010}}
{{marriage |Jane Smith |1885 |July 27, 1888 |end=d.}}
{{marriage |Frank Lee |2002 |2013}}
In an infobox
Infobox person | |
---|---|
Spouse(s) |
|
Infoboxes already reduce text size to 88%, and MOS:FONTSIZE sets a lower limit for text size at 85% of the normal page font size, so it is not appropriate to use font size reduction when this template is used in an infobox. The example here is produced by:
{{Infobox person|name=Infobox person |spouse = {{Unbulleted list | {{marriage |[[John Doe|Jane Doe]] |1 January 1895 |December 31, 1905}} | {{marriage |Fred Smith |2010}} | {{marriage |Jane Smith |1885 |July 27, 1888 |end=d.}} | {{marriage |Frank Lee |2002 |2013}} }} }}
Syntax and parameters
{{marriage | <text> | <start date> | <end date> [| end= ]}}
Parameter | Description |
<text> | Some text—usually a spouse's name—preceding the parenthesis carrying the marriage date/s, etc. |
| Only the year within each of these will be displayed. If either has more information (e.g., month, day), it is given via a tooltip; i.e., {{Hover title}}. (See first and third examples above.) |
end | Reason for marriage's end.
Otherwise,
w , w. , wid , wid. , widow , or widowed is deprecated. See Category:Marriage template errors. |
TemplateData
TemplateData for Marriage
insert description here
Parameter | Description | Type | Status | |
---|---|---|---|---|
Spouse's name | 1 | Name of the person to whom the subject is married.
| String | required |
Date married | 2 | Date the marriage began.
| String | optional |
Date ended | 3 | Date the marriage was dissolved or the spouse of the article's subject died.
| String | optional |
Reason ended | end reason | Reason for marriage's end.
| String | optional |