Template:Person: Difference between revisions

From elijah
Jump to navigation Jump to search
No edit summary
No edit summary
Line 21: Line 21:
{{#if:{{{HasProfession|}}}|[[HasProfession::{{{HasProfession}}}]]}}
{{#if:{{{HasProfession|}}}|[[HasProfession::{{{HasProfession}}}]]}}
{{#if:{{{HasURL|}}}|[[HasURL::{{{HasURL}}}]]}}
{{#if:{{{HasURL|}}}|[[HasURL::{{{HasURL}}}]]}}
{{#arraymap:{{{HasURL|}}}|;|@@|[[HasURL::@@]]|}}
<!--Take the value of HasURL, split it at every semicolon (;), and create one [[HasURL::URL]] triple per item -->
{{#if:{{{HasType|PublicFigure}}}|[[HasType::{{#if:{{{HasType|}}}|{{{HasType}}}|PublicFigure}}]]}}
{{#if:{{{HasType|PublicFigure}}}|[[HasType::{{#if:{{{HasType|}}}|{{{HasType}}}|PublicFigure}}]]}}
</div>
</div>
Line 46: Line 48:
   {{#if:{{{HasWikidataID|}}}|'''Wikidata ID:''' {{{HasWikidataID}}}<br/>}}
   {{#if:{{{HasWikidataID|}}}|'''Wikidata ID:''' {{{HasWikidataID}}}<br/>}}
   {{#if:{{{HasMazalID|}}}|'''Mazal ID:''' {{{HasMazalID}}}<br/>}}
   {{#if:{{{HasMazalID|}}}|'''Mazal ID:''' {{{HasMazalID}}}<br/>}}
   {{#if:{{{HasURL|}}}|'''External link:''' [{{{HasURL}}} link]<br/>}}
   <!-- {{#if:{{{HasURL|}}}|'''External link:''' [{{{HasURL}}} link]<br/>}} -->
 
  {{#if:{{{HasURL|}}}|
    '''External links:'''
    {{#arraymap:{{{HasURL}}}|;|@@|[@@ link]|<br/>}}<br/>
  }}
</div>
</div>
</includeonly>
</includeonly>
Line 69: Line 74:
  |HasArticle=Article:The Jewish Council of Lviv
  |HasArticle=Article:The Jewish Council of Lviv
  |HasProfession=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; https://en.wikipedia.org/wiki/Jacob_ben_Moses
}}
}}
</pre>
</pre>
</noinclude>
</noinclude>

Revision as of 09:37, 5 November 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; https://en.wikipedia.org/wiki/Jacob_ben_Moses
}}