Template:Process: Difference between revisions
// via Wikitext Extension for VSCode |
// via Wikitext Extension for VSCode |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 7: | Line 7: | ||
{{Process| | {{Process| | ||
|logo = LogoFile.{png / svg} (Upload the logo first) | |logo = LogoFile.{png / svg} (Upload the logo first) | ||
|process = {AFRINIC / APNIC / ARIN / DNS-OARC / EuroDIG / ICANN / IEEE / IETF / IGF / ITU / LACNIC | |process = {AFRINIC / APNIC / ARIN / DNS-OARC / EuroDIG / ICANN / IEEE / IETF / IGF / ITU / LACNIC / RIPE NCC / W3C / WSIS} (Property:Has process connection) | ||
|model = {Multistakeholder / Single stakeholder} | |model = {Multistakeholder / Single stakeholder} | ||
|start = Start date of event in YYYY/MM/DD format (Required) | |start = Start date of event in YYYY/MM/DD format (Required) | ||
| Line 17: | Line 17: | ||
|scope_geo = {Global / Regional / National} (Property:Has geographic scope) | |scope_geo = {Global / Regional / National} (Property:Has geographic scope) | ||
|country = Only when applicable, name of the country or territory | |country = Only when applicable, name of the country or territory | ||
|website = https://example.org | |website = https://example.org; https://example.wiki (up to 2 websites, separated by a semicolon) | ||
|has_previous = The process which historically directly precedes this one | |has_previous = The process which historically directly precedes this one | ||
|has_next = The process which historically directly succeeds this one | |has_next = The process which historically directly succeeds this one | ||
| Line 29: | Line 29: | ||
{ | { | ||
"description": "Template for multi or single stakeholder processes.", | "description": "Template for multi or single stakeholder processes.", | ||
"format": "block", | |||
"params": { | "params": { | ||
"logo": { | "logo": { | ||
| Line 40: | Line 41: | ||
"label": "Process", | "label": "Process", | ||
"description": "Self-identification of the governance process; only if it is in the list below.", | "description": "Self-identification of the governance process; only if it is in the list below.", | ||
"suggestedvalues": ["AFRINIC", "APNIC", "ARIN", "DNS-OARC", "EuroDIG", "ICANN", "IEEE", "IETF", "IGF", "ITU", "LACNIC | "suggestedvalues": ["AFRINIC", "APNIC", "ARIN", "DNS-OARC", "EuroDIG", "ICANN", "IEEE", "IETF", "IGF", "ITU", "LACNIC", "RIPE NCC", "W3C", "WSIS"], | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||