Template:Process: Difference between revisions

// via Wikitext Extension for VSCode
// via Wikitext Extension for VSCode
Line 20: Line 20:
* 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: '''process_status = Active'''.
* Choose a single option from the choices within '''curly brackets''' '''{''' and '''}''', but remove the curly brackets. For example: '''process_status = Active'''.
* '''Every parameter is optional other than: "process", "start", and "process_status"'''.
* '''Every parameter is optional other than: "process", "process_status", and scope_geo'''.
<pre>{{Process|
<pre>{{Process|
|logo = LogoFile.{png / svg} (Upload the logo first)
|logo = LogoFile.{png / svg} (Upload the logo first)
Line 68: Line 68:
       "description": "Date the event began, will normalize to Month DD, YYYY.",
       "description": "Date the event began, will normalize to Month DD, YYYY.",
       "type": "date",
       "type": "date",
       "required": true
       "suggested": true
     },
     },
     "ending": {
     "ending": {
Line 104: Line 104:
       "description": "Global, Regional, or National",
       "description": "Global, Regional, or National",
       "type": "string",
       "type": "string",
       "suggested": true
       "required": true
     },
     },
     "country": {
     "country": {