Difference between revisions of "Template:Person"
From Shangpa Resource Center
(74 intermediate revisions by the same user not shown) | |||
Line 12: | Line 12: | ||
|Teachers= | |Teachers= | ||
|Students= | |Students= | ||
− | |||
|Primary seat= | |Primary seat= | ||
|Place of birth= | |Place of birth= | ||
Line 19: | Line 18: | ||
|Associated lineages= | |Associated lineages= | ||
|Links= | |Links= | ||
+ | |PersonClassification= | ||
}} | }} | ||
</pre> | </pre> | ||
Edit the page to see the template text. | Edit the page to see the template text. | ||
− | </noinclude><includeonly>{| | + | </noinclude><includeonly>__NOTOC__ |
− | + | {{#set:PersonID={{{PersonID|}}}}} | |
− | | | + | {{#set:DateOfBirth={{{Date of Birth|}}}}} |
− | | | + | {{#set:DateOfDeath={{{Date of Death|}}}}} |
− | + | {{#arraymap:{{{Name Variants|}}}|,|x|{{#set:NameVariants=x}}}} | |
− | | | + | {{#set:Notes={{{Notes|}}}}} |
+ | {{#arraymap:{{{Teachers|}}}|,|x|{{#set:Teachers=x}}}} | ||
+ | {{#arraymap:{{{Students|}}}|,|x|{{#set:Students=x}}}} | ||
+ | {{#set:PlacesPrimarySeat={{{Primary seat|}}}}} | ||
+ | {{#set:PlacesBirth={{{Place of birth|}}}}} | ||
+ | {{#set:PlacesDeath={{{Place of death|}}}}} | ||
+ | {{#arraymap:{{{Monastery founded|}}}|,|x|{{#set:Monastery founded=x}}}} | ||
+ | {{#arraymap:{{{Associated lineages|}}}|,|x|{{#set:AssociatedLineages=x}}}} | ||
+ | {{#arraymap:{{{Links|}}}|,|x|{{#set:Links=x}}}} | ||
+ | {{#set:PersonClassification={{{PersonClassification|}}}}} | ||
+ | <div class="text_left_column"> | ||
+ | {| class="text_properties" | ||
+ | ! Resource ID | ||
+ | | {{{PersonID|}}} | ||
|- | |- | ||
! Date of Birth | ! Date of Birth | ||
− | | | + | | {{#if: {{{Date of Birth|}}} | {{{Date of Birth|}}} | Unknown }} |
− | | | ||
! Date of Death | ! Date of Death | ||
− | | | + | | {{#if: {{{Date of Death|}}} | {{{Date of Death|}}} | Unknown }} |
− | |||
− | |||
− | | {{ | ||
|- | |- | ||
− | + | {{#if: {{{Links|}}}| ! External links | |
− | + | {{!}} {{#arraymap:{{{Links|}}}|,|x|x|<br/>}} |}} | |
− | |||
− | |||
− | |||
− | |||
− | ! | ||
− | |||
− | |||
− | ! | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | | | ||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} | ||
+ | </div> | ||
+ | {{#css: | ||
+ | .mw-parser-output { | ||
+ | display: flex; | ||
+ | } | ||
+ | |||
+ | .firstHeading { | ||
+ | margin-left: 21%; | ||
+ | } | ||
+ | }} | ||
+ | {{#arraydefine: MyTextAuthorArray | ||
+ | |{{#ask: [[Author::{{BASEPAGENAME}}]] |headers=hide |link=none |limit=5000 }} | ||
+ | |, | sort=asc, unique | ||
+ | }}{{#arraydefine: MyTextAssociatedArray | ||
+ | |{{#ask: [[AssociatedPerson::{{BASEPAGENAME}}]] |headers=hide |link=none |limit=5000 }} | ||
+ | |, | sort=asc, unique | ||
+ | }}<div class="text_right_column"> | ||
+ | {{#if: {{{Name Variants|}}} | <h2 class="h2_person">Name Variants</h2> {{#arraymap:{{{Name Variants|}}}|,|x|x|<br/>}} |}}{{#if: {{{Teachers|}}} | <h2 class="h2_person">Teachers</h2> {{#arraymap:{{{Teachers|}}}|,|x|[[x]]|<br/>}} |}}{{#if: {{{Students|}}} | <h2 class="h2_person">Students</h2> {{#arraymap:{{{Students|}}}|,|x|[[x]]|<br/>}} |}} | ||
+ | {{#if: {{{Primary seat|}}}{{{Place of birth|}}}{{{Place of death|}}}{{{Monastery founded|}}} | <h2 class="h2_person">Associated Places</h2> | ||
+ | <ul>{{#if: {{{Primary seat|}}} | <li>Primary seat: [[{{{Primary seat|}}}]] </li> |}}{{#if: {{{Place of birth|}}} | <li>Place of birth: [[{{{Place of birth|}}}]] </li> |}}{{#if: {{{Place of death|}}} | <li>Place of death: [[{{{Place of death|}}}]] </li> |}}{{#if: {{{Monastery founded|}}} | <li>Monastery founded: {{#arraymap:{{{Monastery founded|}}}|,|x|[[x]]}} </li> |}} | ||
+ | </ul> |}}{{#ifexpr: {{#arraysize:MyTextAuthorArray}}+{{#arraysize:MyTextAssociatedArray}} = 0 ||<h2 class="h2_person">Associated works</h2>}}{{#ifeq: {{#arraysize:MyTextAuthorArray}} | 0 || <h3 class="h3_person">Author</h3><ul>{{#arrayprint: MyTextAuthorArray||@@@@|<li>[[@@@@]]</li> }}</ul> }}{{#ifeq: {{#arraysize:MyTextAssociatedArray}} | 0 || <h3 class="h3_person">Associated to work</h3><ul>{{#arrayprint: MyTextAssociatedArray||@@@@|<li>[[@@@@]]</li> }}</ul> }} | ||
+ | {{#if: {{{Notes|}}}|<h2 class="h2_person">Notes</h2> {{{Notes|}}}|}} | ||
+ | </div> | ||
[[Category:Person]] | [[Category:Person]] | ||
</includeonly> | </includeonly> |
Latest revision as of 18:32, 9 June 2019
This is the "Person" template. It should be called in the following format:
{{Person |PersonID= |Gender= |Date of Birth= |Date of Death= |Name Variants= |Notes= |Teachers= |Students= |Primary seat= |Place of birth= |Place of death= |Monastery founded= |Associated lineages= |Links= |PersonClassification= }}
Edit the page to see the template text.