Difference between revisions of "Parser Functions"

From SemanticOrganization
Jump to: navigation, search
Line 3: Line 3:
 
called like this (preferably via template):
 
called like this (preferably via template):
  
{{#semorg-person:
+
<syntaxhighlight>
 +
{{#semorg-person:
 
   |ref={{FULLPAGENAME}}
 
   |ref={{FULLPAGENAME}}
 
   |prefix={{{prefix|}}}
 
   |prefix={{{prefix|}}}
Line 19: Line 20:
 
   |organization={{{organization|}}}
 
   |organization={{{organization|}}}
 
   |gender={{{gender|}}}
 
   |gender={{{gender|}}}
}}
+
}}
 +
</syntaxhighlight>
  
 
=== semorg-person-ref ===
 
=== semorg-person-ref ===

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

semorg-person-ref

semorg-form

semorg-field

semorg-template