Template:Process: Difference between revisions
// via Wikitext Extension for VSCode |
// via Wikitext Extension for VSCode |
||
| Line 89: | Line 89: | ||
"governing_body": { | "governing_body": { | ||
"label": "Governing body", | "label": "Governing body", | ||
"description": "Entity providing oversight of the process.", | "description": "Entity providing oversight of the process from a broader perspective.", | ||
"example": "United Nations", | "example": "United Nations", | ||
"type": "wiki-page-name", | "type": "wiki-page-name", | ||
| Line 117: | Line 117: | ||
"country": { | "country": { | ||
"label": "Country", | "label": "Country", | ||
"description": "Name of the country or territory | "description": "Name of the country or territory, if the process has the 'National' geographical scope.", | ||
"type": "string", | "type": "string", | ||
"required": false | "required": false | ||
| Line 130: | Line 130: | ||
"has_previous": { | "has_previous": { | ||
"label": "Previous process", | "label": "Previous process", | ||
"description": " | "description": "Name of the directly preceding process, if it exists.", | ||
"example": "For the IGF, this would be the 'WSIS'.", | |||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
"required": false | "required": false | ||
| Line 136: | Line 137: | ||
"has_next": { | "has_next": { | ||
"label": "Next process", | "label": "Next process", | ||
"description": " | "description": "Name of the directly succeeding process, if it exists.", | ||
"example": "For the WSIS, this would be the 'IGF'.", | |||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
"required": false | "required": false | ||