Actions

Template

Difference between revisions of "Person"

From Dragon Eye Atlas

Line 3: Line 3:
{| class="wikitable"
{| class="wikitable"
|-
|-
| house || [[lastname::{{{lastname}}}]]
| house || [[-has member::{{{lastname}}}]]
|-
|-
| born || {{#if: {{{born|}}} | [[birthdate::{{{born}}} | {{#ifexpr: {{{born}}} > 0 | {{{born}}} AV | {{#expr: abs({{{born|0}}}) }} BV  }}]] | (unknown) }}
| born || {{#if: {{{born|}}} | [[birthdate::{{{born}}} | {{#ifexpr: {{{born}}} > 0 | {{{born}}} AV | {{#expr: abs({{{born|0}}}) }} BV  }}]] | (unknown) }}
Line 23: Line 23:
{{#set:  
{{#set:  
  firstname={{{firstname}}}
  firstname={{{firstname}}}
|[[lastname::{{{lastname}}}]]
  |birthname={{#if: {{{birthname|}}} | {{{birthname}}} | {{{lastname}}} }}
  |birthname={{#if: {{{birthname|}}} | {{{birthname}}} | {{{lastname}}} }}
}}
}}

Revision as of 06:11, 10 October 2019


Parameters

  • born
  • died
  • father (optional)
  • mother (optional)
  • sex (male/female)
  • firstname
  • lastname
  • birthname (optional)
Semantic Coded Template
This template contains. Do not use for anything other than its intended purpose.