Jump to content

Meta:ICANNWiki Documentation: Difference between revisions

From ICANNWiki
Wiki resources: +Magic words list
"Data sources" ported to Meta:ICANNWiki Documentation
 
(20 intermediate revisions by the same user not shown)
Line 1: Line 1:
This meta space for ICANNWiki Content Planning lists resources and concepts that are being worked on or need work performed in them.
This meta space is dedicated to ICANNWiki Documentation, listing features, resources and concepts that are implemented into the project.


==Content Guide for ICANNWiki==
==Content Guide for ICANNWiki==
Please refer to the article [[Meta:Content Guide for ICANNWiki]].
Please refer to the article [[Meta:Content Guide for ICANNWiki]].
==Data sources==
===Trusted sources===
* [https://orglearningcenter.org/ .org Learning Center]
* [https://www.youtube.com/@ICANNnews/videos ICANN's Youtube Channel]
* [https://www.icann.org/history ICANN History Project]
* [https://www.icann.org/opendata ICANN Open Data Initiative]
* [https://learn.icann.org/ ICANN Learn]
* [https://computerhistory.org/ Computer History Museum]
* [https://ourworldindata.org/internet Our World in Data]
* [https://www.cigionline.org/publications/publication-series/gcig-research-volumes/ GCIG Research Volumes]
* [https://www.youtube.com/user/ComputerHistory Computer History Museum on Youtube]
* [https://arstechnica.com/ Ars Technica]
===Useful sources===
* [https://circleid.com/ CircleID]
* [https://github.com/datactive/bigbang BigBang (mailing list archives)]
* [https://elists.isoc.org/mailman/listinfo/internet-history Internet History mailing list]
* [https://www.platformgovernancearchive.org/ Platform Governance Archive]
* [https://historyofcomputercommunications.info/ The History of Computer Communications]
* [https://www.w3.org/2012/08/history-of-the-web/origins.htm W3C's Web History Primer]R
* [https://restofworld.org/ Rest of World]
* '''Podcasts''':
** [https://www.powerplays.xyz/index.html Power Plays]
** [https://www.internethistorypodcast.com/ Internet History Podcast]
** [https://www.csis.org/podcasts/does-not-compute This Does Not Compute]
** [https://darknetdiaries.com/ Darknet Diaries]
** [https://www.kaspersky.com/blog/kaspersky-transatlantic-podcast/ Kaspersky Transatlantic Podcast]


==Templates==
==Templates==
Line 36: Line 8:


===Template:Articles needing attention===
===Template:Articles needing attention===
<div class="icannwiki-warning">
{{#invoke:ShowTemplateContent|showTemplate|Template:Articles needing attention}}
<div>'''This {{#if:{{{section|}}}|section|article}} needs attention.''' Please help '''improve it''' by revising it in a manner consistent with ICANNWiki's [[Meta:ICANNWiki_Content_Planning|content guidelines]]. Pay attention to matters such as maintaining a neutral point of view and sourcing information where possible.</div>
</div>


===Template:Candidates for deletion===
===Template:Candidates for deletion===
<div class="icannwiki-danger">
{{#invoke:ShowTemplateContent|showTemplate|Template:Candidates for deletion}}
<div>'''This {{#if:{{{section|}}}|section|article}} has been marked for deletion''', most likely due to not following ICANNWiki's [[Meta:ICANNWiki_Content_Planning|content guidelines]]. Without undergoing '''substantial changes''', it will eventually be '''removed''' by our content managers.</div>
</div>


===Template:Major articles parallel with Wikipedia===
===Template:Major articles parallel with Wikipedia===
<div class="icannwiki-signal">
{{#invoke:ShowTemplateContent|showTemplate|Template:Major articles parallel with Wikipedia}}
<div>'''This {{#if:{{{section|}}}|section|article}} concerns a major concept that exist in the English version of Wikipedia''', which can be seen by [https://en.wikipedia.org/wiki/{{PAGENAMEE}} clicking here]. However, it has been deemed appropriate by our content managers to have its own unique and unrelated version in ICANNWiki.</div>
</div>


==ICANNWiki feature documentation==
==ICANNWiki feature documentation==
Line 59: Line 25:
*'''Audio embedding'''
*'''Audio embedding'''
** Built-in via MediaWiki.
** Built-in via MediaWiki.
** Usage: <nowiki>[[File:Filename.extension|Caption]]</nowiki> ('''''Incomplete?''''')
** Usage: <nowiki>[[File:Name.extension|thumb/frameless|left/center/right|autostart=yes/no|loop=yes/no|start=number|end=number|Caption]]</nowiki>
** Example: <nowiki>[[File:Test.mp3|Test]]</nowiki> embeds a media player for the file.
** Example: <nowiki>[[File:Test.mp3|Test]]</nowiki> embeds a media player for the file.
* '''Timelines'''
** Provided via [https://www.mediawiki.org/wiki/Extension:EasyTimeline Extension:EasyTimeline].
** Usage: See [https://www.mediawiki.org/wiki/Extension:EasyTimeline/syntax documentation].
** Example: [[ICANN Historical Timeline]]


* '''Mathematics'''
* '''Mathematics'''
** Provided via [https://www.mediawiki.org/wiki/Extension:Math Extension:Math]
** Provided via [https://www.mediawiki.org/wiki/Extension:Math Extension:Math]
** Usage: Unknown
** Usage: <nowiki><math>LaTeX-formatted math expression</math></nowiki>
** Example: Unknown
** Example: <nowiki><math>\frac{1}{2}/math></nowiki> results in <math>\frac{1}{2}</math>.
 
* '''PDF'''
** Provided via [https://www.mediawiki.org/wiki/Extension:PdfHandler Extension:PdfHandler]
** Usage: PdfHandler display a PDF file like an image, generating thumbnails of its pages.
** Example: <nowiki>[[File:Name.pdf|thumb|page=number|0px|Caption]]</nowiki>
 
* '''Show a template without invoking its categories'''
** Provided via [https://www.mediawiki.org/wiki/Extension:Scribunto Extension:Scribunto]
** Usage: <nowiki>{{#invoke:ShowTemplateContent|showTemplate|TEMPLATE NAME}}</nowiki>
** Example: <nowiki>{{#invoke:ShowTemplateContent|showTemplate|Template:Articles needing attention}}</nowiki>


* '''External data'''
* '''External data'''
** Provided via [https://www.mediawiki.org/wiki/Extension:External_Data Extension:External Data]
** Provided via [https://www.mediawiki.org/wiki/Extension:External_Data Extension:External Data]
** Usage: See [https://www.mediawiki.org/wiki/Extension:External_Data documentation].
** Usage: See [https://www.mediawiki.org/wiki/Extension:External_Data documentation].
** Example: Unknown
** Example:
 
<nowiki>
* '''PDF'''
{{#get_web_data:
** Provided via [https://www.mediawiki.org/wiki/Extension:PdfHandler Extension:PdfHandler]
|url  = https://example.com/data.json
** Usage: Unknown
|format= json
** Example: Unknown
|data  =
  var1 = /key1
  var2 = /key2
}}
Retrieved value: {{#external_value: var1}}
Another value:   {{#external_value: var2}}
</nowiki>


===SysOps and devs===
===SysOps and devs===
* Edit sidebar: [[MediaWiki:Sidebar]]
* Edit sidebar: [[MediaWiki:Sidebar]]
* Welcome messages are dictated by: [[MediaWiki:Confirmaccount-welc]]
* [https://www.mediawiki.org/wiki/Extension:Lingo Lingo] grabs acronyms from the [[Terminology]] article.
* [[Special:CheckUser]]: Insights into technical information of users.
* [[Special:CheckUser]]: Insights into technical information of users.
* [[Special:Nuke]]: Mass deletion of articles tool, for recent changes only.
* [[Special:Nuke]]: Mass deletion of articles tool, for recent changes only.
* [[Special:ReplaceText]]: Mass text replacement across multiple articles.
* [[Special:ReplaceText]]: Mass text replacement across multiple articles.
* [[Special:BatchUpload]]: Batch file uploading via [https://www.mediawiki.org/wiki/Extension:SimpleBatchUpload Extension:SimpleBatchUpload].
* [[Special:BatchUpload]]: Batch file uploading via [https://www.mediawiki.org/wiki/Extension:SimpleBatchUpload Extension:SimpleBatchUpload].
* [https://www.mediawiki.org/wiki/Extension:SpamBlacklist Extension:SpamBlacklist]: [[MediaWiki:Spam-blacklist]], [[MediaWiki:Spam-whitelist]], [[MediaWiki:Email-blacklist]], [[MediaWiki:Email-whitelist]]
* [https://www.mediawiki.org/wiki/Extension:SpamBlacklist Extension:SpamBlacklist]: manual white or black list for URLs and email addresses at: [[MediaWiki:Spam-blacklist]], [[MediaWiki:Spam-whitelist]], [[MediaWiki:Email-blacklist]], [[MediaWiki:Email-whitelist]]
* [https://www.mediawiki.org/wiki/Extension:Approved_Revs Extension:Approved Revs]: Sets an "approved revision" of an article that will display by default to readers instead of the current revision.
* [https://www.mediawiki.org/wiki/Extension:Approved_Revs Extension:Approved Revs]: Sets an "approved revision" of an article that will display by default to readers instead of the current revision.
* [https://www.mediawiki.org/wiki/Extension:PageNotice Extension:PageNotice] Places a note in every article within a namespace.
* [[Special:Interwiki]] (dev only): Internal shortcuts for other wiki projects.
* [[Special:Interwiki]] (dev only): Internal shortcuts for other wiki projects.
* '''Page Notice'''
** Provided via [https://www.mediawiki.org/wiki/Extension:PageNotice Extension:PageNotice].
** Usage: The syntax is "MediaWiki:''Bottom''/''Top''-notice-''ns-0''/''name''", where a page is created with either the Bottom or Top allocation, and for display either a namespace is chosen by its number, or a name string for a page is specified.
** Example: [[MediaWiki:Bottom-notice-ns-0]] creates a notice at the bottom across the Main namespace.
====Lingo extension syntax====
<nowiki>;ACRONYM:[[Internal Link]]. Brief description as per the most canonical source available, such as the ICANN Bylaws (''Source'').</nowiki>


==Wiki resources==
==Wiki resources==
===Wikimedia===
===Wikimedia===
* [https://en.wikipedia.org/wiki/Help:Wikitext Help:Wikitext]: Formatting reference
* [https://en.wikipedia.org/wiki/Help:Wikitext Help:Wikitext]: Formatting reference
* [https://en.wikipedia.org/wiki/Help:Magic_words]: Magic words list
* [https://en.wikipedia.org/wiki/Help:Magic_words Help:Magic_words]: Magic words list


===Pages===
===Pages===
Line 120: Line 105:
* [[Special:Statistics]]
* [[Special:Statistics]]
* [[Special:Version]]
* [[Special:Version]]
<div class="icannwiki-section-header">'''Meta'''</div>
<div class="icannwiki-justified icannwiki-colored-box">
{{Template:MetaResources}}
</div>


[[Category:ICANNWiki]]
[[Category:ICANNWiki]]

Latest revision as of 01:52, 10 January 2025

This meta space is dedicated to ICANNWiki Documentation, listing features, resources and concepts that are implemented into the project.

Content Guide for ICANNWiki

Please refer to the article Meta:Content Guide for ICANNWiki.

Templates

The contents of the templates below are presented for reference only and may not reflect their live version due to these not being directly extracted from the current source of the templates.

Template:Articles needing attention

This article needs attention. Please help improve it by revising the article in accordance with ICANNWiki's content guidelines. In particular, ensure a neutral point of view and proper sourcing of information.

Template:Candidates for deletion

This article has been marked for deletion for not adhering to" ICANNWiki's content guidelines. Without substantial changes, it will eventually be removed by our content managers.

Template:Major articles parallel with Wikipedia

This article concerns a major concept that exist in the English version of Wikipedia, which you can check here. You are reading an independent version by the ICANNWiki community.

ICANNWiki feature documentation

All users

  • Video embedding
    • Provided via Extension:EmbedVideo.
    • Usage: {{#ev:service|id|dimensions|alignment|description|container|urlargs|autoresize|valignment}}
    • Example: {{#ev:youtube|mQr3zTKvnyE}} embeds a Youtube video of ICANN 40's opening press conference.
  • Audio embedding
    • Built-in via MediaWiki.
    • Usage: [[File:Name.extension|thumb/frameless|left/center/right|autostart=yes/no|loop=yes/no|start=number|end=number|Caption]]
    • Example: [[File:Test.mp3|Test]] embeds a media player for the file.
  • Mathematics
    • Provided via Extension:Math
    • Usage: <math>LaTeX-formatted math expression</math>
    • Example: <math>\frac{1}{2}/math> results in 12.
  • PDF
    • Provided via Extension:PdfHandler
    • Usage: PdfHandler display a PDF file like an image, generating thumbnails of its pages.
    • Example: [[File:Name.pdf|thumb|page=number|0px|Caption]]
  • Show a template without invoking its categories
    • Provided via Extension:Scribunto
    • Usage: {{#invoke:ShowTemplateContent|showTemplate|TEMPLATE NAME}}
    • Example: {{#invoke:ShowTemplateContent|showTemplate|Template:Articles needing attention}}

{{#get_web_data: |url = https://example.com/data.json |format= json |data = var1 = /key1 var2 = /key2 }} Retrieved value: {{#external_value: var1}} Another value: {{#external_value: var2}}

SysOps and devs

Lingo extension syntax

;ACRONYM:[[Internal Link]]. Brief description as per the most canonical source available, such as the ICANN Bylaws (''Source'').

Wiki resources

Wikimedia

Pages

Categories

Users

Technical