Usage

edit

This template should always be substituted. The arguments can be named by "b", "d", and "s", or they can be given in the order b, d, s. The type of information created by this template depends both on whether the person is alive and on how much we know about their birth and death years.

The b parameter should be:

  • "missing" if the birth year is not known to the editor, but could be found
  • "unknown" if the birth year is not known and cannot be found
  • "skip" if birth information is not desired
  • the year if the birth year is known

The default value is "missing".

The d parameter should be:

  • "living" if the person is presumably still alive
  • "missing" if the person is dead, the death year is unknown to the editor, and the death year could be found
  • "unknown" if the person is dead, but noone knows the exact year
  • "skip" if death information is not desired
  • the year if the death year is known

The default value is "living".

The s parameter should be the value to be passed to DEFAULTSORT. It can also be called "key" for backwards compatibility.

Here are some samples:

  • If the person is presumably still alive, and the birth year is known:
    • {{subst:lived|1941}}
    • {{subst:lived|1941|living}}
    • {{subst:lived|b=1941|d=living}}
  • If the person is presumably still alive, but the birth year is not known:
    • {{subst:lived}}
    • {{subst:lived|missing}}
    • {{subst:lived|missing|living}}
    • {{subst:lived|b=missing|d=living}}
  • If birth and death years are both known:
    • {{subst:lived|1941|1984}}
    • {{subst:lived|b=1941|d=1984}}
  • If the person has died, and the birth date is not yet known, but can be found:
    • {{subst:lived||1984}}
    • {{subst:lived|missing|1984}}
    • {{subst:lived|d=1984}}
    • {{subst:lived|b=missing|d=1984}}
  • If the person has died, and the birth date will probably never be known:
    • {{subst:lived|unknown|1867}}
    • {{subst:lived|b=unknown|d=1867}}
  • If the person has died, and the death year may never be known:
    • {{subst:lived|1723|unknown}}
    • {{subst:lived|b=1723|d=unknown}}


See also

edit