Parser Functions: Difference between revisions
From SemanticOrganization
No edit summary |
|||
Line 3: | Line 3: | ||
called like this (preferably via template): | called like this (preferably via template): | ||
< | <nowiki>{{#semorg-person: | ||
{{#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|}}} | |||
}}</nowiki> | |||
}} | |||
</ | |||
sets all the attributes and spits out a nicely formatted table with all the contact information and also a download link for a .vcard file | sets all the attributes and spits out a nicely formatted table with all the contact information and also a download link for a .vcard file |
Revision as of 05:47, 15 August 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|}}} }}
sets all the attributes and spits out a nicely formatted table with all the contact information and also a download link for a .vcard file