Template:Process: Difference between revisions

// via Wikitext Extension for VSCode
// via Wikitext Extension for VSCode
Line 87: Line 87:
       "label": "Governing body",
       "label": "Governing body",
       "description": "Entity providing oversight for the process",
       "description": "Entity providing oversight for the process",
       "type": "string",
       "type": "wiki-page-name",
       "suggested": true
       "suggested": true
     },
     },
Line 93: Line 93:
       "label": "Secretariat",
       "label": "Secretariat",
       "description": "Standing administrative secretariat (if any)",
       "description": "Standing administrative secretariat (if any)",
       "type": "string",
       "type": "wiki-page-name",
       "suggested": true
       "suggested": true
     },
     },
Line 118: Line 118:
     "website": {
     "website": {
       "label": "Website",
       "label": "Website",
       "description": "Official website URL",
       "description": "Official website, URL only",
       "type": "string",
       "type": "url",
       "suggested": true
       "suggested": true
     },
     },