Template:Process: Difference between revisions
// via Wikitext Extension for VSCode |
// via Wikitext Extension for VSCode |
||
| Line 11: | Line 11: | ||
| frequency = {{{frequency|}}} | | frequency = {{{frequency|}}} | ||
| scope_geo = {{{scope_geo|}}} | | scope_geo = {{{scope_geo|}}} | ||
| region = {{{region|}}} | |||
| country = {{{country|}}} | | country = {{{country|}}} | ||
| website = {{{website|}}} | | website = {{{website|}}} | ||
| Line 18: | Line 19: | ||
== Usage == | == Usage == | ||
* The following code block creates an "Process" template floating to the right of an article. | * The following code block creates an "Process" template floating to the right of an article. | ||
* Choose a single option from the choices within '''curly brackets''' '''{''' and '''}''', but remove the curly brackets. For example: ''' | * Choose a single option from the choices within '''curly brackets''' '''{''' and '''}''', but remove the curly brackets. For example: '''process_status = Active'''. | ||
* '''Every parameter other than "type" and "formed" is optional'''. | * '''Every parameter other than "type" and "formed" is optional'''. | ||
<pre>{{Process| | <pre>{{Process| | ||
| Line 45: | Line 46: | ||
"logo": { | "logo": { | ||
"label": "Logo", | "label": "Logo", | ||
"description": "File name of the logo without 'https://icannwiki.org/File:', needs to be uploaded to ICANNWiki first | "description": "File name of the logo without 'https://icannwiki.org/File:', needs to be uploaded to ICANNWiki first", | ||
"type": " | "example": "Example.png", | ||
"type": "wiki-file-name", | |||
"required": false | "required": false | ||
}, | }, | ||
| Line 63: | Line 65: | ||
"start": { | "start": { | ||
"label": "Start date", | "label": "Start date", | ||
"description": "Date the | "description": "Date the event began, will normalize to Month DD, YYYY.", | ||
"type": " | "type": "date", | ||
"required": true | "required": true | ||
}, | }, | ||
"ending": { | "ending": { | ||
"label": "End date", | "label": "End date", | ||
"description": "Date the | "description": "Date the event ended, will normalize to Month DD, YYYY.", | ||
"type": " | "type": "date", | ||
"required": | "required": true | ||
}, | }, | ||
"process_status": { | "process_status": { | ||