Template:Process: Difference between revisions
// via Wikitext Extension for VSCode |
// via Wikitext Extension for VSCode |
||
| Line 40: | Line 40: | ||
}}</pre> | }}</pre> | ||
{{Template:SocialMediaExplanation}} | {{Template:SocialMediaExplanation}} | ||
</noinclude><noinclude> | |||
<templatedata> | |||
{ | |||
"description": "Template for documenting multistakeholder or single‑stakeholder processes (e.g., IGF, ICANN policy tracks).", | |||
"params": { | |||
"logo": { | |||
"label": "Logo", | |||
"description": "File name for the process logo (PNG or SVG format)", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"process": { | |||
"label": "Process / Series", | |||
"description": "Name or umbrella series of the process (e.g., IGF, ICANN)", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"model": { | |||
"label": "Model", | |||
"description": "Governance model: Multistakeholder or Single stakeholder", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"start": { | |||
"label": "Start date", | |||
"description": "Date the process began; will normalize to Month DD, YYYY", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"ending": { | |||
"label": "End date", | |||
"description": "Date the process concluded (if applicable); will normalize to Month DD, YYYY", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"process_status": { | |||
"label": "Status", | |||
"description": "Current status: Active, Paused, or Concluded", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"governing_body": { | |||
"label": "Governing body", | |||
"description": "Entity providing oversight for the process", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"secretariat": { | |||
"label": "Secretariat", | |||
"description": "Standing administrative secretariat (if any)", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"frequency": { | |||
"label": "Frequency", | |||
"description": "One‑off, Ad‑hoc, Periodic, or Continuous", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"scope_geo": { | |||
"label": "Geographic scope", | |||
"description": "Global, Regional, or National", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"country": { | |||
"label": "Country", | |||
"description": "Name of the country or territory (if applicable)", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"website": { | |||
"label": "Website", | |||
"description": "Official website URL", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"has_previous": { | |||
"label": "Previous process", | |||
"description": "Page name of the directly preceding process", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"has_next": { | |||
"label": "Next process", | |||
"description": "Page name of the directly succeeding process", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"facebook": { | |||
"label": "Social: Facebook", | |||
"description": "User handle", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"instagram": { | |||
"label": "Social: Instagram", | |||
"description": "User handle", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"linkedin": { | |||
"label": "Social: LinkedIn", | |||
"description": "User handle", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"telegram": { | |||
"label": "Social: Telegram", | |||
"description": "User handle", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"threads": { | |||
"label": "Social: Threads", | |||
"description": "User handle", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"tiktok": { | |||
"label": "Social: TikTok", | |||
"description": "User handle", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"x": { | |||
"label": "Social: X/Twitter", | |||
"description": "User handle", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"youtube": { | |||
"label": "Social: YouTube", | |||
"description": "User handle", | |||
"type": "string", | |||
"required": false | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> | </noinclude> | ||
Revision as of 02:23, 7 May 2025
Usage
[edit source]- The following code creates a Process template floating to the right of an article.
- Choose a single option from the choices within curly brackets { and }, but do not keep the curly brackets. For example: status = Active.
- Every parameter other than "type" and "formed" are optional.
{{Process|
|logo = LogoFile.{png / svg} (Optional: internal address of the process logo file)
|process = {IGF / ICANN / etc. } <!-- REVIEW -->
|model = {Multistakeholder / Single stakeholder}
|start = {YYYY/MM/DD} (Required: start date of process)
|ending = {YYYY/MM/DD} (Optional: end date of process)
|process_status = {Active / Paused / Concluded}
|governing_body = Name of the entity responsible for oversight of the process
|secretariat = If it exists, the standing administrative secretariat
|frequency = {One-off / Ad-hoc / Periodic / Continuous}
|scope_geo = {Global / Regional / National}
|country = Only when applicable, name of the country or territory
|website = https://example.org
|has_previous = The process which historically directly precedes this one
|has_next = The process which historically directly succeeds this one
|platform name = user handle (for social media, see more in Template:SocialMediaExplanation. Each platform in its own line, repeat for each platform)
}}
Template:SocialMediaExplanation
Template for documenting multistakeholder or single‑stakeholder processes (e.g., IGF, ICANN policy tracks).
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Logo | logo | File name for the process logo (PNG or SVG format) | String | optional |
| Process / Series | process | Name or umbrella series of the process (e.g., IGF, ICANN) | String | optional |
| Model | model | Governance model: Multistakeholder or Single stakeholder | String | optional |
| Start date | start | Date the process began; will normalize to Month DD, YYYY | String | required |
| End date | ending | Date the process concluded (if applicable); will normalize to Month DD, YYYY | String | optional |
| Status | process_status | Current status: Active, Paused, or Concluded | String | optional |
| Governing body | governing_body | Entity providing oversight for the process | String | optional |
| Secretariat | secretariat | Standing administrative secretariat (if any) | String | optional |
| Frequency | frequency | One‑off, Ad‑hoc, Periodic, or Continuous | String | optional |
| Geographic scope | scope_geo | Global, Regional, or National | String | optional |
| Country | country | Name of the country or territory (if applicable) | String | optional |
| Website | website | Official website URL | String | optional |
| Previous process | has_previous | Page name of the directly preceding process | String | optional |
| Next process | has_next | Page name of the directly succeeding process | String | optional |
| Social: Facebook | facebook | User handle | String | optional |
| Social: Instagram | instagram | User handle | String | optional |
| Social: LinkedIn | linkedin | User handle | String | optional |
| Social: Telegram | telegram | User handle | String | optional |
| Social: Threads | threads | User handle | String | optional |
| Social: TikTok | tiktok | User handle | String | optional |
| Social: X/Twitter | x | User handle | String | optional |
| Social: YouTube | youtube | User handle | String | optional |