Overview pages
From SemanticOrganization
Building Blocks
Creating new instances
If the page names are automatically created it's {{#semorg-formlink:<feature>}}, otherwise it's {{#semorg-forminput:<feature>}}.
Examples:
| Markup | Result |
|---|---|
{{#semorg-formlink:meeting-group}}
|
Create Meeting |
{{#semorg-forminput:group}}
|
Listing existing instances
Using {{#semorg-list:<feature>}}.
Special cases for derivative features:
{{#semorg-list:<parent-feature>
|category=semorg-<feature>
|row template=<feature>
}}
Example:
| Markup | Result | |||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{#semorg-list:project}}
|
| |||||||||||||||||||||||||||||||||||||||||||||||
{{#semorg-list:person
|category=semorg-person-user
|row template=person-user
}}
|