Template:Person: Difference between revisions

From elijah
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:
<div style="display:none;">
<div style="display:none;">
{{#if:{{{HasName|}}}|[[HasName::{{{HasName}}}]]}}
{{#if:{{{HasName|}}}|[[HasName::{{{HasName}}}]]}}
{{#if:{{{HasAltName|}}}|[[HasAltName::{{{HasAltName}}}]]}}
{{#if:{{{HasHebName|}}}|[[HasHebName::{{{HasHebName}}}]]}}
{{#if:{{{HasYiddishName|}}}|[[HasYiddishName::{{{HasYiddishName}}}]]}}
{{#if:{{{HasDateOfBirth|}}}|[[HasDateOfBirth::{{{HasDateOfBirth}}}]]}}
{{#if:{{{HasDateOfBirth|}}}|[[HasDateOfBirth::{{{HasDateOfBirth}}}]]}}
{{#if:{{{HasDateOfDeath|}}}|[[HasDateOfDeath::{{{HasDateOfDeath}}}]]}}
{{#if:{{{HasDateOfDeath|}}}|[[HasDateOfDeath::{{{HasDateOfDeath}}}]]}}
Line 38: Line 39:
   <!-- Person details -->
   <!-- Person details -->
   {{#if:{{{HasName|}}}|'''Name:''' {{{HasName}}}<br/>}}
   {{#if:{{{HasName|}}}|'''Name:''' {{{HasName}}}<br/>}}
   {{#if:{{{HasAltName|}}}|'''Alternate name:''' {{{HasAltName}}}<br/>}}
   {{#if:{{{HasHebName|}}}|'''Hebrew name:''' {{{HasHebName}}}<br/>}}
  {{#if:{{{HasYiddishName|}}}|'''Yiddish name:''' {{{HasYiddishName}}}<br/>}}
   {{#if:{{{HasType|}}}|'''Type:''' {{{HasType}}}<br/>}}
   {{#if:{{{HasType|}}}|'''Type:''' {{{HasType}}}<br/>}}
   {{#if:{{{HasDateOfBirth|}}}|'''Date of birth:''' {{{HasDateOfBirth}}}<br/>}}
   {{#if:{{{HasDateOfBirth|}}}|'''Date of birth:''' {{{HasDateOfBirth}}}<br/>}}
Line 62: Line 64:
<pre>
<pre>
{{Person
{{Person
  |HasName=Jacob ben Moses
  |HasName=Perl ,Joseph
  |HasAltName=Yaakov ben Moshe
  |HasHebName=פרל, יוסף
|HasYiddishName=פערל, יוסף
  |HasType=PublicFigure
  |HasType=PublicFigure
  |HasDateOfBirth=1725
  |HasDateOfBirth=1773
  |HasPlaceOfBirth=Community:Lviv
  |HasPlaceOfBirth=Community:Lviv
  |HasDateOfDeath=1790
  |HasDateOfDeath=1839
  |HasPlaceOfDeath=Community:Brody
  |HasPlaceOfDeath=Community:Brody
  |HasWikidataID=Q123456
  |HasWikidataID=Q123456

Revision as of 21:12, 11 November 2025



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

Example:

{{Person
 |HasName=Perl ,Joseph
 |HasHebName=פרל, יוסף
 |HasYiddishName=פערל, יוסף
 |HasType=PublicFigure
 |HasDateOfBirth=1773
 |HasPlaceOfBirth=Community:Lviv
 |HasDateOfDeath=1839
 |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
}}