Template:Person: Difference between revisions

From elijah
Jump to navigation Jump to search
No edit summary
No edit summary
Line 89: Line 89:
       }}
       }}


       <!-- Vital Statistics — always show all four rows -->
       <!-- Vital Statistics — always show both rows -->
       <table style="border-collapse:collapse; font-size:0.88em; margin-bottom:0.55em;">
       <table style="border-collapse:collapse; font-size:0.88em; margin-bottom:0.55em;">
         <tr>
         <tr>
           <td style="color:#777; padding:0.12em 0.8em 0.12em 0; white-space:nowrap; vertical-align:top; text-align:left;">'''Born'''</td>
           <td style="color:#777; padding:0.12em 0.8em 0.12em 0; white-space:nowrap; vertical-align:top; text-align:left;">'''Born'''</td>
           <td style="color:#222; text-align:left;">
           <td style="color:#222; text-align:left;">
             {{#if:{{{HasDateOfBirth|}}}|
             {{#if:{{{HasDateOfBirth|}}}{{{HasPlaceOfBirth|}}}|
               {{{HasDateOfBirth}}}{{#if:{{{HasPlaceOfBirth|}}}|&ensp;·&ensp;[[{{{HasPlaceOfBirth}}}]]}}
               {{#if:{{{HasDateOfBirth|}}}|{{{HasDateOfBirth}}}}}{{#if:{{{HasDateOfBirth|}}}{{{HasPlaceOfBirth|}}}|{{#if:{{{HasDateOfBirth|}}}|{{#if:{{{HasPlaceOfBirth|}}}|&ensp;·&ensp;}}}}}}{{#if:{{{HasPlaceOfBirth|}}}|[[{{{HasPlaceOfBirth}}}]]}}
             |<span style="color:#bbb;">—</span>}}
             |<span style="color:#bbb;">—</span>}}
          </td>
        </tr>
        <tr>
          <td style="color:#777; padding:0.12em 0.8em 0.12em 0; white-space:nowrap; vertical-align:top; text-align:left;">'''Place of birth'''</td>
          <td style="color:#222; text-align:left;">
            {{#if:{{{HasPlaceOfBirth|}}}|[[{{{HasPlaceOfBirth}}}]]|<span style="color:#bbb;">—</span>}}
           </td>
           </td>
         </tr>
         </tr>
Line 108: Line 102:
           <td style="color:#777; padding:0.12em 0.8em 0.12em 0; white-space:nowrap; vertical-align:top; text-align:left;">'''Died'''</td>
           <td style="color:#777; padding:0.12em 0.8em 0.12em 0; white-space:nowrap; vertical-align:top; text-align:left;">'''Died'''</td>
           <td style="color:#222; text-align:left;">
           <td style="color:#222; text-align:left;">
             {{#if:{{{HasDateOfDeath|}}}|
             {{#if:{{{HasDateOfDeath|}}}{{{HasPlaceOfDeath|}}}|
               {{{HasDateOfDeath}}}{{#if:{{{HasPlaceOfDeath|}}}|&ensp;·&ensp;[[{{{HasPlaceOfDeath}}}]]}}
               {{#if:{{{HasDateOfDeath|}}}|{{{HasDateOfDeath}}}}}{{#if:{{{HasDateOfDeath|}}}{{{HasPlaceOfDeath|}}}|{{#if:{{{HasDateOfDeath|}}}|{{#if:{{{HasPlaceOfDeath|}}}|&ensp;·&ensp;}}}}}}{{#if:{{{HasPlaceOfDeath|}}}|[[{{{HasPlaceOfDeath}}}]]}}
             |<span style="color:#bbb;">—</span>}}
             |<span style="color:#bbb;">—</span>}}
          </td>
        </tr>
        <tr>
          <td style="color:#777; padding:0.12em 0.8em 0.12em 0; white-space:nowrap; vertical-align:top; text-align:left;">'''Place of death'''</td>
          <td style="color:#222; text-align:left;">
            {{#if:{{{HasPlaceOfDeath|}}}|[[{{{HasPlaceOfDeath}}}]]|<span style="color:#bbb;">—</span>}}
           </td>
           </td>
         </tr>
         </tr>

Revision as of 06:57, 31 March 2026



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
 |HasVIAFID=22945141
 |HasImage=Image:Josef Perl
 |HasArticle=Article:Perl_Joseph
 |HasProfession=Community leader and rabbinical scholar
 |HasExtResources=https://example.org/persons/jacob_ben_moses; https://en.wikipedia.org/wiki/Jacob_ben_Moses
 |HasWikiLink=
 |HasYIVOLink=
 |HasBibLink=
 |HasRelatedEntries=Article:The Jewish Council of Lviv
}}