Template:Process: Difference between revisions
// via Wikitext Extension for VSCode |
// via Wikitext Extension for VSCode |
||
| Line 127: | Line 127: | ||
"facebook": { | "facebook": { | ||
"label": "Social: Facebook", | "label": "Social: Facebook", | ||
"example": "icannwiki", | |||
"description": "User handle", | "description": "User handle", | ||
"type": "string", | "type": "string", | ||
"required": false | "required": false | ||
| Line 134: | Line 134: | ||
"instagram": { | "instagram": { | ||
"label": "Social: Instagram", | "label": "Social: Instagram", | ||
"example": "icannwiki", | |||
"description": "User handle", | "description": "User handle", | ||
"type": "string", | "type": "string", | ||
| Line 140: | Line 141: | ||
"linkedin": { | "linkedin": { | ||
"label": "Social: LinkedIn", | "label": "Social: LinkedIn", | ||
"example": "icannwiki", | |||
"description": "User handle", | "description": "User handle", | ||
"type": "string", | "type": "string", | ||
" | "suggested": true | ||
}, | }, | ||
"telegram": { | "telegram": { | ||
"label": "Social: Telegram", | "label": "Social: Telegram", | ||
"example": "icannwiki", | |||
"description": "User handle", | "description": "User handle", | ||
"type": "string", | "type": "string", | ||
| Line 152: | Line 155: | ||
"threads": { | "threads": { | ||
"label": "Social: Threads", | "label": "Social: Threads", | ||
"example": "icannwiki", | |||
"description": "User handle", | "description": "User handle", | ||
"type": "string", | "type": "string", | ||
| Line 158: | Line 162: | ||
"tiktok": { | "tiktok": { | ||
"label": "Social: TikTok", | "label": "Social: TikTok", | ||
"example": "icannwiki", | |||
"description": "User handle", | "description": "User handle", | ||
"type": "string", | "type": "string", | ||
| Line 164: | Line 169: | ||
"x": { | "x": { | ||
"label": "Social: X/Twitter", | "label": "Social: X/Twitter", | ||
"example": "icannwiki", | |||
"description": "User handle", | "description": "User handle", | ||
"type": "string", | "type": "string", | ||
| Line 170: | Line 176: | ||
"youtube": { | "youtube": { | ||
"label": "Social: YouTube", | "label": "Social: YouTube", | ||
"example": "icannwiki", | |||
"description": "User handle", | "description": "User handle", | ||
"type": "string", | "type": "string", | ||
Revision as of 20:26, 3 June 2025
Usage
[edit source]- The following code block creates a "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.
- Every parameter is optional other than: "process_status" and scope_geo.
{{Process|
|logo = LogoFile.{png / svg} (Upload the logo first)
|process = {AFRINIC / APNIC / ARIN / DNS-OARC / EuroDIG / ICANN / IEEE / IETF / IGF / ITU / LACNIC / NETmundial / RIPE NCC / W3C / WSIS} (Property:Has process connection)
|model = {Multistakeholder / Single stakeholder}
|start = Start date of event in YYYY/MM/DD format (Required)
|ending = End date of event in YYYY/MM/DD format (Required)
|process_status = {Active / Paused / Concluded} (Property:Has process status)
|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} (Property:Has frequency)
|scope_geo = {Global / Regional / National} (Property:Has geographic scope)
|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 = social media user handle (see below for the supported platforms; e.g.: instagram = icannwiki)
}}
Social media
[edit source]Any social media platform listed below can be called by this template, being rendered at its footer. E.g.: instagram = icannwiki will render an icon leading to: instagram.com/icannwiki/
The current list of available platforms is as follows (transcluded from Module:SocialMedia):
Facebook, Github, Instagram, LinkedIn, Telegram, Threads, TikTok, X/Twitter, Youtube
Template data
[edit source]Template for multi or single stakeholder processes.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Logo | logo | File name of the logo without 'https://icannwiki.org/File:', needs to be uploaded to ICANNWiki first.
| File | suggested |
| Process | process | Self-identification of the governance process; only if it is in the list below. | String | suggested |
| Model | model | Participation model of the main activities of the process.
| String | suggested |
| Start date | start | Date the process began, will normalize to Month DD, YYYY. | Date | suggested |
| End date | ending | Date the process ended, will normalize to Month DD, YYYY. | Date | optional |
| Status | process_status | Status of the main activities of the process.
| String | required |
| Governing body | governing_body | Entity providing oversight of the process from a broader perspective.
| Page name | suggested |
| Secretariat | secretariat | Standing administrative secretariat (if any).
| Page name | suggested |
| Frequency | frequency | How often the process occurs.
| String | suggested |
| Geographic scope | scope_geo | Geographical reach or jurisdiction of the process.
| String | required |
| Country | country | Name of the country or territory, if the process has the 'National' geographical scope. | String | optional |
| Websites | website | Official websites, URL only, semi-colon separated.
| URL | suggested |
| Previous process | has_previous | Name of the directly preceding process, if it exists. | File | optional |
| Next process | has_next | Name of the directly succeeding process, if it exists. | File | optional |
| Social: Facebook | facebook | User handle
| String | optional |
| Social: Instagram | instagram | User handle
| String | optional |
| Social: LinkedIn | linkedin | User handle
| String | suggested |
| 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 |