Overview pages: Difference between revisions
From SemanticOrganization
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
| <pre>{{#semorg-forminput:group}}</pre> | | <pre>{{#semorg-forminput:group}}</pre> | ||
| {{#semorg-forminput:group}} | | {{#semorg-forminput:group}} | ||
|} | |||
==== Listing existing instances ==== | |||
Using <code><nowiki>{{#semorg-list:<feature>}}</nowiki></code>. | |||
Example: | |||
{| class="table table-bordered table-sm" | |||
! Markup | |||
! Result | |||
|- | |||
| <pre>{{#semorg-list:person-user}}</pre> | |||
| {{#semorg-list:person-user}} | |||
|} | |} |
Revision as of 11:57, 16 May 2019
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>}}
.
Example:
Markup | Result |
---|---|
{{#semorg-list:person-user}} |