Template:Process: Difference between revisions
Appearance
// via Wikitext Extension for VSCode |
// via Wikitext Extension for VSCode |
||
| Line 2: | Line 2: | ||
{{#invoke:T-Process|render | {{#invoke:T-Process|render | ||
| logo = {{{logo|}}} | | logo = {{{logo|}}} | ||
| | | process = {{{process|}}} | ||
| process_type = {{{type|}}} | |||
| start = {{{start|}}} | | start = {{{start|}}} | ||
| end = {{{end|}}} | | end = {{{end|}}} | ||
| Line 23: | Line 24: | ||
<pre>{{Process| | <pre>{{Process| | ||
|logo = LogoFile.{png / svg} (Optional: internal address of the process logo file) | |logo = LogoFile.{png / svg} (Optional: internal address of the process logo file) | ||
| | |process = {IGF / ICANN / etc. } <!-- REVIEW --> | ||
|process_type = {Multistakeholder / Single stakeholder} | |||
|start = {YYYY/MM/DD} (Required: start date of process) | |start = {YYYY/MM/DD} (Required: start date of process) | ||
|end = {YYYY/MM/DD} (Optional: end date of process) | |end = {YYYY/MM/DD} (Optional: end date of process) | ||
Revision as of 23:57, 26 April 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 -->
|process_type = {Multistakeholder / Single stakeholder}
|start = {YYYY/MM/DD} (Required: start date of process)
|end = {YYYY/MM/DD} (Optional: end date of 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 = {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)
}}