Processes: Difference between revisions
From SemanticOrganization
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Create an attribute for the process step (datatype: date): <code>MYSTEP-process-step</code> | Create an attribute for the process step (datatype: date): <code>MYSTEP-process-step</code> | ||
Add hidden fields to your form: <code>{{{field|MYSTEP|hidden}}}</code> | Add hidden fields to your form: <code><nowiki>{{{field|MYSTEP|hidden}}}</nowiki></code> | ||
Add calls to <code><nowiki>{{semorg-process-step}}</nowiki></code> to the template (it must have the same name as the form). Use the following parameters: | Add calls to <code><nowiki>{{semorg-process-step}}</nowiki></code> to the template (it must have the same name as the form). Use the following parameters: |
Revision as of 19:31, 9 May 2018
Create an attribute for the process step (datatype: date): MYSTEP-process-step
Add hidden fields to your form: {{{field|MYSTEP|hidden}}}
Add calls to {{semorg-process-step}}
to the template (it must have the same name as the form). Use the following parameters:
step=STEP
form=FORM
value={{{MYSTEP|}}}
Create messages:
MediaWiki:MYSTEP-process-step-title
: Titel des ProzessschrittsMediaWiki:MYSTEP-process-step-text
: Erklärtext für den Prozessschritt