Jump to content

Template:Process: Difference between revisions

// via Wikitext Extension for VSCode
// via Wikitext Extension for VSCode
Line 20: Line 20:
* The following code block creates a "Process" template floating to the right of an article.
* 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'''.
* 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", "process_status", and scope_geo'''.
* '''Every parameter is optional other than: "process_status" and scope_geo'''.
<syntaxhighlight lang="wiki">
<syntaxhighlight lang="wiki">
{{Process|
{{Process|
Line 31: Line 31:
|governing_body = Name of the entity responsible for oversight of the process
|governing_body = Name of the entity responsible for oversight of the process
|secretariat = If it exists, the standing administrative secretariat
|secretariat = If it exists, the standing administrative secretariat
|frequency = {One-off / Ad-hoc / Periodic / Continuous}
|frequency = {One-off / Ad-hoc / Periodic / Continuous} (Property:Has frequency)
|scope_geo = {Global / Regional / National}
|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
Line 56: Line 56:
     "process": {
     "process": {
       "label": "Process",
       "label": "Process",
       "description": "Broader process the event belongs to.",
       "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", "NETmundial", "RIPE NCC", "W3C", "WSIS"],
       "suggestedvalues": ["AFRINIC", "APNIC", "ARIN", "DNS-OARC", "EuroDIG", "ICANN", "IEEE", "IETF", "IGF", "ITU", "LACNIC", "NETmundial", "RIPE NCC", "W3C", "WSIS"],
       "type": "string",
       "type": "string",
       "required": true
       "suggested": true
     },
     },
     "model": {
     "model": {
       "label": "Model",
       "label": "Model",
       "description": "Governance model",
       "description": "Participation model of the main activities of the process.",
       "suggestedvalues": ["Multistakeholder", "Single stakeholder"],
       "suggestedvalues": ["Multistakeholder", "Single stakeholder"],
       "type": "string",
       "type": "string",
Line 70: Line 70:
     "start": {
     "start": {
       "label": "Start date",
       "label": "Start date",
       "description": "Date the event began, will normalize to Month DD, YYYY.",
       "description": "Date the process began, will normalize to Month DD, YYYY.",
       "type": "date",
       "type": "date",
       "suggested": true
       "suggested": true
Line 76: Line 76:
     "ending": {
     "ending": {
       "label": "End date",
       "label": "End date",
       "description": "Date the event ended, will normalize to Month DD, YYYY.",
       "description": "Date the process ended, will normalize to Month DD, YYYY.",
       "type": "date",
       "type": "date",
       "required": false
       "required": false
Line 82: Line 82:
     "process_status": {
     "process_status": {
       "label": "Status",
       "label": "Status",
       "description": "Current status: Active, Paused, or Concluded",
       "description": "Status of the main activities of the process.",
       "suggestedvalues": ["Active", "Paused", "Concluded"],
       "suggestedvalues": ["Active", "Paused", "Concluded"],
       "type": "string",
       "type": "string",
Line 89: Line 89:
     "governing_body": {
     "governing_body": {
       "label": "Governing body",
       "label": "Governing body",
       "description": "Entity providing oversight for the process",
       "description": "Entity providing oversight of the process.",
      "example": "United Nations",
       "type": "wiki-page-name",
       "type": "wiki-page-name",
       "suggested": true
       "suggested": true
Line 95: Line 96:
     "secretariat": {
     "secretariat": {
       "label": "Secretariat",
       "label": "Secretariat",
       "description": "Standing administrative secretariat (if any)",
       "description": "Standing administrative secretariat (if any).",
      "example": "Multistakeholder Advisory Group",
       "type": "wiki-page-name",
       "type": "wiki-page-name",
       "suggested": true
       "suggested": true
Line 101: Line 103:
     "frequency": {
     "frequency": {
       "label": "Frequency",
       "label": "Frequency",
       "description": "One-off, Ad-hoc, Periodic, or Continuous",
       "description": "How often the process occurs.",
       "suggestedvalues": ["One-off", "Ad-hoc", "Periodic", "Continuous"],
       "suggestedvalues": ["One-off", "Ad-hoc", "Periodic", "Continuous"],
       "type": "string",
       "type": "string",
Line 108: Line 110:
     "scope_geo": {
     "scope_geo": {
       "label": "Geographic scope",
       "label": "Geographic scope",
       "description": "Scope",
       "description": "Geographical reach or jurisdiction of the process.",
       "suggestedvalues": ["Global", "Regional", "National"],
       "suggestedvalues": ["Global", "Regional", "National"],
       "type": "string",
       "type": "string",
Line 115: Line 117:
     "country": {
     "country": {
       "label": "Country",
       "label": "Country",
       "description": "Name of the country or territory (if applicable)",
       "description": "Name of the country or territory (if applicable to the process).",
       "type": "string",
       "type": "string",
       "required": false
       "required": false
Line 121: Line 123:
     "website": {
     "website": {
       "label": "Websites",
       "label": "Websites",
       "description": "Official websites, URL only, semi-colon separated",
       "description": "Official websites, URL only, semi-colon separated.",
       "example": "https://icannwiki.org; https://pir.org",
       "example": "https://icannwiki.org; https://pir.org",
       "type": "url",
       "type": "url",
Line 129: Line 131:
       "label": "Previous process",
       "label": "Previous process",
       "description": "Page name of the directly preceding process",
       "description": "Page name of the directly preceding process",
       "type": "string",
       "type": "wiki-file-name",
       "required": false
       "required": false
     },
     },
Line 135: Line 137:
       "label": "Next process",
       "label": "Next process",
       "description": "Page name of the directly succeeding process",
       "description": "Page name of the directly succeeding process",
       "type": "string",
       "type": "wiki-file-name",
       "required": false
       "required": false
     },
     },
Line 141: Line 143:
       "label": "Social: Facebook",
       "label": "Social: Facebook",
       "description": "User handle",
       "description": "User handle",
      "example": "icannwiki",
       "type": "string",
       "type": "string",
       "required": false
       "required": false

Revision as of 12:10, 20 May 2025

  • 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.

Template parameters

ParameterDescriptionTypeStatus
Logologo

File name of the logo without 'https://icannwiki.org/File:', needs to be uploaded to ICANNWiki first

Example
Example.png
Filesuggested
Processprocess

Self-identification of the governance process; only if it is in the list below.

Suggested values
AFRINIC APNIC ARIN DNS-OARC EuroDIG ICANN IEEE IETF IGF ITU LACNIC NETmundial RIPE NCC W3C WSIS
Stringsuggested
Modelmodel

Participation model of the main activities of the process.

Suggested values
Multistakeholder Single stakeholder
Stringsuggested
Start datestart

Date the process began, will normalize to Month DD, YYYY.

Datesuggested
End dateending

Date the process ended, will normalize to Month DD, YYYY.

Dateoptional
Statusprocess_status

Status of the main activities of the process.

Suggested values
Active Paused Concluded
Stringrequired
Governing bodygoverning_body

Entity providing oversight of the process.

Example
United Nations
Page namesuggested
Secretariatsecretariat

Standing administrative secretariat (if any).

Example
Multistakeholder Advisory Group
Page namesuggested
Frequencyfrequency

How often the process occurs.

Suggested values
One-off Ad-hoc Periodic Continuous
Stringsuggested
Geographic scopescope_geo

Geographical reach or jurisdiction of the process.

Suggested values
Global Regional National
Stringrequired
Countrycountry

Name of the country or territory (if applicable to the process).

Stringoptional
Websiteswebsite

Official websites, URL only, semi-colon separated.

Example
https://icannwiki.org; https://pir.org
URLsuggested
Previous processhas_previous

Page name of the directly preceding process

Fileoptional
Next processhas_next

Page name of the directly succeeding process

Fileoptional
Social: Facebookfacebook

User handle

Example
icannwiki
Stringoptional
Social: Instagraminstagram

User handle

Stringoptional
Social: LinkedInlinkedin

User handle

Stringoptional
Social: Telegramtelegram

User handle

Stringoptional
Social: Threadsthreads

User handle

Stringoptional
Social: TikToktiktok

User handle

Stringoptional
Social: X/Twitterx

User handle

Stringoptional
Social: YouTubeyoutube

User handle

Stringoptional