Parser Functions: Difference between revisions
From SemanticOrganization
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
=== semorg-person === | === #semorg-person === | ||
called like this (preferably via template): | called like this (preferably via template): | ||
Line 23: | Line 23: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=== semorg-person-ref === | === #semorg-person-ref === | ||
=== semorg-form === | === #semorg-form === | ||
=== semorg-field === | === #semorg-field === | ||
=== semorg-template === | === #semorg-template === |
Revision as of 18:15, 5 January 2018
#semorg-person
called like this (preferably via template):
{{#semorg-person:
|ref={{FULLPAGENAME}}
|prefix={{{prefix|}}}
|firstname={{{firstname|}}}
|lastname={{{lastname|}}}
|name={{{firstname|}}} {{{lastname|}}}
|suffix={{{suffix|}}}
|workstreet={{{workstreet|}}}
|workpostalcode={{{workpostalcode|}}}
|worklocality={{{worklocality|}}}
|email={{{email|}}}
|workphone={{{workphone|}}}
|homepage={{{homepage|}}}
|note={{{note|}}}
|organization={{{organization|}}}
|gender={{{gender|}}}
}}