Template:Wdtable row/regicide
This template will retrieve certain data from Wikidata for use in a table in an article. It is a wrapper template for Module:Wikidata table function makerow, using predefined properties.
It was designed for use on List of regicides but may also be used on other articles. (Search)
Usage
Column 1 | Column 2 | Column 3 | Column 4 | Column 5 | Column 6 | Column 7 | Column 8 |
---|---|---|---|---|---|---|---|
Label | country of citizenship (P27) | position held (P39) | date of death (P570) | place of death (P20) | manner of death (P1196) cause of death (P509) | killed by (P157) | Custom input |
Example
{{Wdtable row/regicide|qid=Q24405}}
produces
Name | Country of citizenship | Position held | Date of death | Place of death | Manner of death | Killed by | Column 8 |
---|---|---|---|---|---|---|---|
Brihadratha Maurya | Maurya Empire | Mauryan Emperor | 180 BCE | Homicide | Pushyamitra Shunga |
Notes
- The table caption, column headings, etc. need to be added manually.
- Please be careful about making changes to this template, as corresponding changes will need to be made to the column headings on List of regicides and any other article using it. (Search)
Overriding columns
- To completely override column n with some custom content, use parameter
cn=
- For example, to replace column 5 with the number 1957 use
c5=1957
- For example, to replace column 5 with the number 1957 use
- To append some custom content to the end of column n use parameter
cn+=
- For example, to add a footnote to column 6 use
c6+={{efn|This value is approximate.}}
- For example, to add a footnote to column 6 use
Add named reference
refname
. This will add a reference to column 1 directly after the label.
For example you can define a reference called Smith1 by using {{reflist|refs= <ref name="Smith1">reference</ref> }}Then use
refname=Smith1
References
TemplateData
This template reads some data from Wikidata while also allowing an editor to override or append their own content.
Parameter | Description | Type | Status | |
---|---|---|---|---|
QID | qid | Enter the Wikidata QID, which is a number beginning with Q. You can also add the name of the item as an HTML comment.
| String | suggested |
Add named reference | refname | Add a named reference defined in a list
| String | optional |
Override label | c1 | Override the label (column 1) with this value | Content | optional |
Append to label | c1+ | Append this content to the label (column 1) | Content | optional |
Override country of citizenship | c2 | Override the country of citizenship (column 2) with this content | Content | optional |
Append to country of citizenship | c2+ | Append this content to the country of citizenship (column 2) | Content | optional |
Override position held | c3 | Override the position held (column 3) with this content | Content | optional |
Append to position held | c3+ | Append this content to the position held (column 3) | Content | optional |
Override date of death | c4 | Override the date of death (column 4) with this content | Content | optional |
Append to date of death | c4+ | Append this content to the date of death (column 4) | Content | optional |
Override place of death | c5 | Override the place of death (column 5) with this content | Content | optional |
Append to place of death | c5+ | Append this content to the place of death (column 5) | Content | optional |
Override manner of death | c6 | Override the manner of death (column 6) with this content | Content | optional |
Append to manner of death | c6+ | Append this content to the manner of death (column 6) | Content | optional |
Override killed by | c7 | Override the killed by (column 7) with this content | Content | optional |
Append to killed by | c7+ | Append this content to the killed by (column 7) | Content | optional |
Define column 8 | c8 | Define column 8 with this content | Content | optional |