Jump to content

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

Template:Lua

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

Template parameters

ParameterDescriptionTypeStatus
Logologo

File name for the process logo (PNG or SVG format)

Stringoptional
Process / Seriesprocess

Name or umbrella series of the process (e.g., IGF, ICANN)

Stringoptional
Modelmodel

Governance model: Multistakeholder or Single stakeholder

Stringoptional
Start datestart

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

Stringrequired
End dateending

Date the process concluded (if applicable); will normalize to Month DD, YYYY

Stringoptional
Statusprocess_status

Current status: Active, Paused, or Concluded

Stringoptional
Governing bodygoverning_body

Entity providing oversight for the process

Stringoptional
Secretariatsecretariat

Standing administrative secretariat (if any)

Stringoptional
Frequencyfrequency

One‑off, Ad‑hoc, Periodic, or Continuous

Stringoptional
Geographic scopescope_geo

Global, Regional, or National

Stringoptional
Countrycountry

Name of the country or territory (if applicable)

Stringoptional
Websitewebsite

Official website URL

Stringoptional
Previous processhas_previous

Page name of the directly preceding process

Stringoptional
Next processhas_next

Page name of the directly succeeding process

Stringoptional
Social: Facebookfacebook

User handle

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