Template:Person: Difference between revisions

From elijah
Jump to navigation Jump to search
No edit summary
No edit summary
Line 15: Line 15:
{{#if:{{{HasImage|}}}|[[HasImage::{{{HasImage}}}]]}}
{{#if:{{{HasImage|}}}|[[HasImage::{{{HasImage}}}]]}}
{{#if:{{{HasArticle|}}}|[[HasArticle::{{{HasArticle}}}]]}}
{{#if:{{{HasArticle|}}}|[[HasArticle::{{{HasArticle}}}]]}}
{{#if:{{{KnownFor|}}}|[[KnownFor::{{{KnownFor}}}]]}}
{{#if:{{{HasProfession|}}}|[[HasProfession::{{{HasProfession}}}]]}}
{{#if:{{{HasURL|}}}|[[HasURL::{{{HasURL}}}]]}}
{{#if:{{{HasURL|}}}|[[HasURL::{{{HasURL}}}]]}}
<!--{{#if:{{{HasType|}}}|[[HasType::{{{HasType}}}]]}} -->
<!--{{#if:{{{HasType|}}}|[[HasType::{{{HasType}}}]]}} -->
Line 28: Line 28:
   {{#if:{{{HasDateOfDeath|}}}|'''Date of death:''' {{{HasDateOfDeath}}}<br/>}}
   {{#if:{{{HasDateOfDeath|}}}|'''Date of death:''' {{{HasDateOfDeath}}}<br/>}}
   {{#if:{{{HasPlaceOfDeath|}}}|'''Place of death:''' {{{HasPlaceOfDeath}}}<br/>}}
   {{#if:{{{HasPlaceOfDeath|}}}|'''Place of death:''' {{{HasPlaceOfDeath}}}<br/>}}
   {{#if:{{{KnownFor|}}}|'''Known for:''' {{{KnownFor}}}<br/>}}
   {{#if:{{{HasProfession|}}}|'''Known for:''' {{{HasProfession}}}<br/>}}
   {{#if:{{{HasArticle|}}}|'''Related article:''' {{{HasArticle}}}<br/>}}
   {{#if:{{{HasArticle|}}}|'''Related article:''' {{{HasArticle}}}<br/>}}
   {{#if:{{{HasImage|}}}|'''Photo:''' {{{HasImage}}}<br/>}}
   {{#if:{{{HasImage|}}}|'''Photo:''' {{{HasImage}}}<br/>}}
Line 54: Line 54:
  |HasImage=File:Jacob_ben_Moses.jpg
  |HasImage=File:Jacob_ben_Moses.jpg
  |HasArticle=Article:The Jewish Council of Lviv
  |HasArticle=Article:The Jewish Council of Lviv
  |KnownFor=Community leader and rabbinical scholar
  |HasProfession=Community leader and rabbinical scholar
  |HasURL=https://example.org/persons/jacob_ben_moses
  |HasURL=https://example.org/persons/jacob_ben_moses
}}
}}
</pre>
</pre>
</noinclude>
</noinclude>

Revision as of 11:22, 30 October 2025



Use this template on Person: pages to describe individual people.

Example:

{{Person
 |HasName=Jacob ben Moses
 |HasAltName=Yaakov ben Moshe
 |HasType=PublicFigure
 |HasDateOfBirth=1725
 |HasPlaceOfBirth=Community:Lviv
 |HasDateOfDeath=1790
 |HasPlaceOfDeath=Community:Brody
 |HasWikidataID=Q123456
 |HasMazalID=MAZAL-000045
 |HasImage=File:Jacob_ben_Moses.jpg
 |HasArticle=Article:The Jewish Council of Lviv
 |HasProfession=Community leader and rabbinical scholar
 |HasURL=https://example.org/persons/jacob_ben_moses
}}