Meta:ICANNWiki Documentation: Difference between revisions
Appearance
→Resources: -> "Wiki resources" |
"Data sources" ported to Meta:ICANNWiki Documentation |
||
(48 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
This meta space | 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== | ==Templates== | ||
Line 32: | Line 8: | ||
===Template:Articles needing attention=== | ===Template:Articles needing attention=== | ||
{{#invoke:ShowTemplateContent|showTemplate|Template:Articles needing attention}} | |||
===Template:Candidates for deletion=== | ===Template:Candidates for deletion=== | ||
{{#invoke:ShowTemplateContent|showTemplate|Template:Candidates for deletion}} | |||
===Template:Major articles parallel with Wikipedia=== | ===Template:Major articles parallel with Wikipedia=== | ||
{{#invoke:ShowTemplateContent|showTemplate|Template:Major articles parallel with Wikipedia}} | |||
==ICANNWiki feature documentation== | ==ICANNWiki feature documentation== | ||
Line 55: | Line 25: | ||
*'''Audio embedding''' | *'''Audio embedding''' | ||
** Built-in via MediaWiki. | ** Built-in via MediaWiki. | ||
** Usage: <nowiki>[[File: | ** 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. | ||
* '''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: | ** Usage: <nowiki><math>LaTeX-formatted math expression</math></nowiki> | ||
** Example: | ** 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: | ** Example: | ||
<nowiki> | |||
{{#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}} | |||
</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. | ||
* [[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 Help:Magic_words]: Magic words list | |||
===Pages=== | ===Pages=== | ||
Line 136: | Line 106: | ||
* [[Special:Version]] | * [[Special:Version]] | ||
[[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 .
- 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}}
- External data
- Provided via Extension:External Data
- Usage: See documentation.
- Example:
{{#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
- Edit sidebar: MediaWiki:Sidebar
- Welcome messages are dictated by: MediaWiki:Confirmaccount-welc
- Lingo grabs acronyms from the Terminology article.
- Special:CheckUser: Insights into technical information of users.
- Special:Nuke: Mass deletion of articles tool, for recent changes only.
- Special:ReplaceText: Mass text replacement across multiple articles.
- Special:BatchUpload: Batch file uploading via Extension:SimpleBatchUpload.
- 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
- Extension:Approved Revs: Sets an "approved revision" of an article that will display by default to readers instead of the current revision.
- Special:Interwiki (dev only): Internal shortcuts for other wiki projects.
- Page Notice
- Provided via 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
;ACRONYM:[[Internal Link]]. Brief description as per the most canonical source available, such as the ICANN Bylaws (''Source'').
Wiki resources
Wikimedia
- Help:Wikitext: Formatting reference
- Help:Magic_words: Magic words list
Pages
- Special:AllPages
- Special:LonelyPages
- Special:DeadendPages
- Special:LongPages
- Special:MostLinkedPages
- Special:PopularPages
- Special:ListRedirects