Difference between revisions of "Parser Functions"

From SemanticOrganization
Jump to: navigation, search
Line 22: Line 22:
 
}}
 
}}
 
</syntaxhighlight>
 
</syntaxhighlight>
 +
 +
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
  
 
=== #semorg-person-ref ===
 
=== #semorg-person-ref ===

Revision as of 18:17, 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|}}}
}}

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

#semorg-person-ref

#semorg-form

#semorg-field

#semorg-template