Test: Difference between revisions

Test
[checked revision][checked revision]
Content deleted Content added
Tag: 2017 source edit
 
(170 intermediate revisions by 2 users not shown)
Line 1:
{{DISPLAYTITLE:Testing Times}}[[File:Test-button.jpg|thumb]]
{{TOCright}}
[[Category:AutoDumpContentFromCommons]]
 
{{Nutshell|This is a common '''Test''' page used across all wikis. Persistent changes should be committed into the page on commons. Examples of nearly all wiki features and extensions below.}}
== About ==
 
<br/><br/>
This is a common '''Test''' page used across all wikis. Persistent changes should be committed into the page on commons...
 
= Admin Links<ref>[[mediawikiwiki:Extension:AdminLinks]]</ref> =
== Advanced Search ==
[[File:ClipCapIt-200314-182004AdminLinks.PNG| 200pxpng]]
<br/><br/>
 
= Advanced Search<ref>[[mediawikiwiki:Extension:AdvancedSearch]]</ref> =
== Date, Time and Magic Words ==
A new interface for the [[Special:Search|search page]], if this extension is loaded it will look like the screenshot below:
 
[[File:Advanced Search Screenshot.PNG| 200px]]
<br/><br/>
 
= Article Creation Workflow<ref>[[mediawikiwiki:Extension:ArticleCreationWorkflow]]</ref> =
ArticleCreationWorkflow is a project that was initiated by the WMF (at the request of the English Wikipedia community) in 2012 to improve the workflow for creating new articles. This extension is installed in our wikis but not configured. The documentation is on [[mediawikiwiki:ArticleCreationWorkflow|mediawiki]] and a working example is the [[Wikipedia:Wikipedia:Article_wizard|Article wizard]] on the English Wikipedia.
<br/><br/>
 
= Date, Time and Magic Words =
You local system clock should agree that it is {{LOCALDAYNAME}} the '''{{LOCALDAY}} of {{LOCALMONTHNAME}}''' in the year '''{{LOCALYEAR}}''' and the time is '''{{LOCALTIME}}''' if this is not the case check the time zone in your [[Special:Preferences | preferences]].
<br/><br/>
 
= Babel<ref>[[mediawikiwiki:Extension:Babel]]</ref> =
== Babel ==
* Only Expectation here is that parser function is accepted by mediawiki, no support wiki's have babel set up currently:
{{#babel: en=5 | fr=1 }}
* If it is working correctly (1.35) you will see a box like this floating right (Below TOC):
[[File:Babel_example.PNGpng]]
<br/><br/>
 
= Beta Features<ref>[[mediawikiwiki:Extension:BetaFeatures]]</ref> =
* Adds a new BetaFeatures link and additional section in User Preferences, not enabled in supportwikis but installed in docker image:
[[File:BetaFeatures Screenshot.PNG]]
<br/><br/>
 
== Bugzilla Reports<ref>[[mediawikiwiki:Extension:BugzillaReports]]</ref> ==
* Future use on MTP Rack pages, syntax is like this:
<pre>
Line 30 ⟶ 47:
}}
</pre>
<br/><br/>
 
== Bulleted Lists ==
# one
# two
Line 50 ⟶ 67:
* two
* three
<br/><br/>
 
== Category Tree<ref>[[mediawikiwiki:Extension:CategoryTree]]</ref> ==
<categorytree mode="pages">Cherrywood</categorytree>
 
= Check User<ref>[[mediawikiwiki:Extension:CheckUser]]</ref> =
== Cite (References) ==
CheckUser is an extension that allows a user (with the checkuser permission) to check which IPs are used by a given username and which usernames are used by a given IP, without having to run queries directly against the database by hand. The extension is running live on all Wikimedia wikis. [[Special:CheckUser]]
<br/><br/>
 
= Cite<ref>[[mediawikiwiki:Extension:Cite]]</ref> (References) =
A good question: <ref>Did caleb clone vm?</ref>
;(See bottom of page for reference and also mouseover)
<br/><br/>
 
== Cite This Page<ref>[[mediawikiwiki:Extension:CiteThisPage]]</ref> ==
* Provides a special page to get citation info about a specific page, test the existence of this special page for qualification:
<pre>http://labwiki.dub.emea.dell.com/wiki/Special:CiteThisPage/Test</pre>
Click and test: [[Special:CiteThisPage/Test]]
<br/><br/>
 
 
= Chart <ref>[[mediawikiwiki:Extension:Chart]]</ref> =
Chart extension replaces [[#Graph|Graph]] extension.
 
Note the following data pages (on common 'pool' wiki) used to create the below graphs:
 
[[Data:Chart_Example_Data.tab]]
 
[[Data:Example.Line.chart]]
 
[[Data:Example.Pie.chart]]
 
[[Data:Example.Area.chart]]
 
[[Data:Example.Bar.chart]]
 
 
==== Line ====
 
{{#chart:Example.Line.chart}}
 
==== Bar ====
 
{{#chart:Example.Bar.chart}}
 
==== Area ====
 
{{#chart:Example.Area.chart}}
 
==== Pie ====
 
Pie charts are a special chart type, and data sources may require modification to be rendered appropriately.
 
When reading data, any non-number columns (e.g., the x-axis) will be discarded, and the sum of all rows will be represented on the chart.
 
For example, where multiple rows depict values for A, B, and C on numerous dates, e.g., January 1st and January 2nd, the pie chart segment for A will represent the sum of all A's row values across those dates.
{{#chart:Example.Pie.chart}}
 
= CLDR<ref>[[mediawikiwiki:Extension:CLDR]]</ref> =
== CLDR ==
CLDR provides a database from: [http://www.unicode.org/cldr/repository_access.html unicode.org]
<br>
Line 101 ⟶ 160:
| français
|}
<br/><br/>
 
== Clean Changes<ref>[[mediawikiwiki:Extension:CleanChanges]]</ref> ==
* Cleans up recent changes list, check this page has category tree style drop downs [[Special:RecentChanges]]
<br/><br/>
 
== Clip Upload<ref>[[mediawikiwiki:Extension:ClipUpload]]</ref> ==
ClipUpload allows to copy and paste an image directly into the source code editor
{{Note|Clipupload has been removed since 1.35 as it is no longer maintained and does not work with 1.35 and later}}
<br><br>
<br/><br/>
 
== Code ==
When using a code example inline in a block of text use <code><nowiki><code></code></nowiki></code> tags.
<code>ah computer code</code>
 
<br><br>
<pre>Block of test with embedded example <code>this code snippet</code> note that the preformatted code is inline with the text.</pre>
Block of test with embedded example <code>this code snippet</code> note that the preformatted code is inline with the text.
<br/><br/>
 
== Code Blocks ==
* Standard Pre formating should be tight to the code it's self:
<pre>
Line 127 ⟶ 190:
Capacity 5,185,085,374,464 bytes
</pre>
<br/><br/>
 
* Add class shell to make this Black & Green:
Line 140 ⟶ 203:
Capacity 5,185,085,374,464 bytes
</pre>
<br/><br/>
 
* As the browsers windows is reduced in size horizontal scroll bars shouldwill appear below if the class="scroll" is used (note lines 4 and 7 should be highlighted below):
<syntaxhighlight lang="text" highlight="4,7" class="scroll">
PagePool PagePool Folder Class Speed DiskClassStr Unallocated Unallocated Total Disk AddSpa AddSpa AddSpace AddSpace AddSpace AddSpace Restripe Active
Index ClassInd Index Index Index PageCount BlockCount BlockCount Count Stats Failur Failure OptimalBlockCou OptimalPageCoun Debug Reserved Controller
======== ======== ======== ======== ===== =============== =============== =============== =============== ====== ====== ====== ======== =============== =============== ============================== ========== ==========
1 4 3 6 1 Write-Intensive 503203 4122238784 7814439360 20 0 0 (0) Fals 244201230 59620 (1) None 61640
1 5 3 6 1 Write-Intensive 805125 4122238784 7814439360 20 0 0 (0) Fals 390721968 95392 (1) None 61640
Line 158 ⟶ 221:
Walk: Display 9 of 9
</syntaxhighlight>
<br/><br/>
 
* Can also use format Syntax Highlight elements black and green:
Line 170 ⟶ 233:
 
Index Name ManagementDiscipline OperStatus Health ParentFolder Class TotalBlockCoun UnallocatedBlo DiskSize
===== ==================== ==================== ========== ==================== ============ ===== ============== ============== ==============
<box>10</box> (1) Managed (1) Up Healthy 3 8 7501476528 495593872<point-here-tr> 3.49 TB
27 (1) Managed (1) Up Healthy 3 8 7501476528 495593872 3.49 TB
Line 188 ⟶ 251:
0 SHELLCommand ID: 77:01:52:35.871_914_180| (disk show where class 8 orderby unallocatedblockcount) completed, RETVal: Success
</syntaxhighlight>
<br/><br/>
 
== Code Editor<ref>[[mediawikiwiki:Extension:CodeEditor]]</ref> ==
The '''CodeEditor''' extension extends the [[mediawikiwiki:Extension:WikiEditor|WikiEditor]] advanced editing toolbar with an embedded [http://ace.ajax.org/ Ace editor widget], providing some handy features for user/site JS, CSS pages, and when [[mediawikiwiki:Extension:Scribunto|Scribunto Extension]] is also installed, for pages in '''''Module''''' namespace.
<br>
Line 204 ⟶ 267:
One of the easiest ways to see this working is edit or view source code of [[MediaWiki:Common.css]] it should look like this:<br>
[[File:Code Editor Example.png]]
<br/><br/>
 
== Code Mirror<ref>[[mediawikiwiki:Extension:CodeMirror]]</ref> ==
The '''CodeMirror''' extension provides syntax highlighting in MediaWiki's wikitext editor.
It adds a button with the icon [[File:Codemirror-icon.png|30px]] to the editing toolbar that allows for switching syntax highlighting on and off. It supports the [[mediawikiwiki:Extension:WikiEditor|WikiEditor]] toolbar/
Line 219 ⟶ 282:
 
* Should look like this:
[[File:Code_editor_example.PNGCode editor example sample code.png|400px]]
<Br>
 
{{Note|working links prove interwiki is configured correctly for mediawiki and ajax thumbnail of image proves MultimediaViewer extension is working}}
<br/><br/>
 
= Columns <ref>[[Help:Template_cheatsheet#Columns]]</ref> <ref>[[Template:Columns]]</ref>=
<syntaxhighlight>
{{col-begin}}
{{col-break}}
 
Column 1
 
== Commons ==
* Example image from commons.dub.emea.dell.com:
<section begin=bugs />
[[Image:Bugs_Bunny.png|100px]]
<section end=bugs />
<br><br>
 
{{col-break}}
== Collection ==
 
Column 2
 
* Alpha
* Beta
* Delta
 
# One
# Two
# Three
 
{{col-break}}
 
Column 3
 
{{Tip|A Tip!}}
 
{{col-end}}
</syntaxhighlight>
 
 
{{col-begin}}
{{col-break}}
 
Column 1
 
[[Image:Bugs_Bunny.png|100px]]
 
{{col-break}}
 
Column 2
 
* Alpha
* Beta
* Delta
 
# One
# Two
# Three
 
{{col-break}}
 
Column 3
 
{{Tip|A Tip!}}
 
{{col-end}}
<br/><br/>
 
= Collection<ref>[[mediawikiwiki:Extension:Collection]]</ref> =
{{Caution|Collection is undergoing a rewrite and since July 2019 is using a new PDF rendering engine}}
<Br>
Line 245 ⟶ 360:
 
* This can be used for exporting offline copies of wiki pages:<Br>
<br/><br/>
 
== Collapsible Vector<ref>[[mediawikiwiki:Extension:CollapsibleVector]]</ref> ==
* Are the Side Bar items show collapsible like this:<br>
[[File:Collapsible Sidebar items.png]]
<br/><br/>
 
= Commons <ref>[[mediawikiwiki:Manual:$wgForeignFileRepos]]</ref> =
* Example image from commons.dub.emea.dell.com:
<section begin=bugs />
[[Image:Bugs_Bunny.png|100px]]
<section end=bugs />
<br/><br/>
 
 
== Confirm Edit<ref>[[mediawikiwiki:Extension:ConfirmEdit]]</ref> ==
{{Note|Bundled with Mediawiki but not currently used in support wikis as we are not public facing websites and unlikely to be spammed}}
<br/><br/>
 
== Contribution Scores<ref>[[mediawikiwiki:Extension:ContributionScores]]</ref> ==
The Contribution Scores extension polls the wiki database to locate contributors with the highest contribution volume. The extension is intended to add metric for contributors to see how much they are helping out.
<br>
Line 264 ⟶ 387:
 
For testing verify this page exists [[Special:ContributionScores]]
<br/><br/>
 
= CSS<ref>[[mediawikiwiki:Extension:CSS]]</ref> =
== CSS ==
{{#css:Test.css}}
* crazy class for pink pre, custom css test included from Test.css page:
Line 294 ⟶ 417:
http://labwiki.dub.emea.dell.com/index.php?action=raw&title=Test.css&ctype=text/css&action=edit
</pre>
<br/><br/>
 
= Data Transfer<ref>[[mediawikiwiki:Extension:DataTransfer]]</ref> =
== Duplicator ==
'''Data Transfer''' is an extension to MediaWiki that allows users to both export and import data from and to the wiki, with export done in XML format and import possible in both XML, CSV and some spreadsheet formats.
 
It should be noted that Data Transfer is not an ideal solution for backing up one's wiki, or transferring wiki pages from one MediaWiki site to another; for that, the much better solution is to use MediaWiki's built-in "[[Special:Export]]" and "[[Special:Import]]" pages.
<br/><br/>
 
= Discussion Tools<ref>[[mediawikiwiki:Extension:DiscussionTools]]</ref> =
The '''Discussion Tools''' extension is a set of tools to enhance discussion pages.
 
Examples are the <span class="mw-ui-button mw-ui-progressive">Reply</span> and <span class="mw-ui-button mw-ui-progressive">Add Topic</span> buttons on Talk pages:
 
[[File:Reply_tool_version_2b_screenshot.png|thumb|left]]
 
[[File:DiscussionTools_New_Discussion_visual_advanced_2021.png|thumb|left]]
<br/><br style="clear:both"/>
 
= Dismissable Site Notice<ref>[[mediawikiwiki:Extension:DismissableSiteNotice]]</ref> =
The '''DismissableSiteNotice''' extension allows users to close the sitenotice, using cookies. Not easy to test this one unless a site notice has been configured.
 
Detail of site notice implementation is on [[mediawikiwiki:Manual:Interface/Sitenotice|mediawiki]]
<br/><br style="clear:both"/>
 
= Display Title<ref>[[mediawikiwiki:Extension:Display Title]]</ref> =
The '''Display Title''' extension allows a page's display title to be used as the default link text in links to the page - both links from other pages as well as self-links on the page.
 
This page has a Display Title "Testing Times" this is created using magic word <code><nowiki>{{DISPLAYTITLE:Testing Times}}</nowiki></code>.
 
The link text for <code><nowiki>[[Test]]</nowiki></code> will be the display title if this extension is working (as a self reference it will show bold):
[[Test]]
<br/><br/>
 
= Duplicator =
Creates the ability for sysops to duplicate pages using this page: [[Special:Duplicator]]
<br/><br/>
 
= Dynamic Page List<ref>[[mediawikiwiki:Extension:DynamicPageList3]]</ref><ref>https://help.fandom.com/wiki/Extension:DPL3/Manual</ref> =
== Dynamic Page List ==
* ''Top 10 Longest Pages with No Revision Table'':
{{#dpl:
Line 313 ⟶ 467:
|format = ,\n%DATE% - '''[[%PAGE%]]''' - <font color=green>(%COUNT% Views)</font>,<br/>,
}}
<br/><br/>
 
= Dynamic Sidebar<ref>[[mediawikiwiki:Extension:DynamicSidebar]]</ref> =
The '''DynamicSidebar''' extends the capabilities of the sidebar for logged in users. If allowed, users can add their own custom sidebars via the page "User:&lt;username>/Sidebar". Administrators can add sidebars for groups, and userpage categories via the pages "MediaWiki:Sidebar/Group:&lt;group>", and "MediaWiki:Sidebar/Category:&lt;category>".
 
Create the following subpage under your user page:
<code>User:User_Name/Sidebar</code>
 
Add something similar to this:
<pre>
* My Links
** Page_Name|Display Name
</pre>
<br/><br/>
 
= Easy Timeline<ref>[[mediawikiwiki:Extension:EasyTimeline]]</ref> =
The '''EasyTimeline''' extension produces an embedded image from wikitext. The image can be a one-dimensional diagram (horizontally or vertically), or a two-dimensional one.
 
<timeline>
ImageSize = width:903 height:660
PlotArea = left:73 right:130 top:30 bottom:140
Legend = top:110 columnwidth:250 orientation:vertical left:120
AlignBars = late
 
DateFormat = dd/mm/yyyy
Period = from:01/01/2001 till:01/01/2007
 
Colors =
id:canvas value:gray(0.95) # background for whole image
id:bars value:white # background for bars
id:grid1 value:gray(0.6) # major grid
id:grid2 value:gray(0.85) # minor grid
id:gray value:gray(0.5) # for colophon
id:gray2 value:gray(0.8) # for colophon
id:darkred value:rgb(0.5,0,0) # for colophon
 
id:A10 value:rgb(0.3,0,0) legend:10+_articles_(*)
id:A100 value:rgb(0.5,0,0) legend:100+_articles
id:A1000 value:rgb(0.8,0.2,0) legend:1000+_articles
id:A10000 value:rgb(1,0.5,0) legend:10,000+_articles
id:A100000 value:rgb(1,0.8,0) legend:100,000+_articles
id:A1000000 value:rgb(1,1,0) legend:1,000,000+_articles
 
#id:U10 value:rgb(0.85,0.85,1) legend:10+_editors
id:U100 value:rgb(0.8,0.8,1) legend:100+_editors
id:U1000 value:rgb(0.6,0.6,1) legend:1000+_editors
id:U10000 value:rgb(0.35,0.35,1) legend:10,000+_editors
id:U100000 value:rgb(0,0,1) legend:100,000+_editors
 
id:D0 value:rgb(0.95,0.95,0.95) legend:. # dummy
id:D1 value:gray(0.95) legend:. # dummy
 
id:L100 value:rgb(0.8,0.35,0) legend:languages_with_100+_articles
id:L1000 value:rgb(0.8,0,0.6) legend:languages_with_1000+_articles
id:L10000 value:rgb(0,0,0.8) legend:languages_with_10,000+_articles
id:L100000 value:rgb(0,0.6,0) legend:languages_with_100,000+_articles
ScaleMajor = grid:grid1 unit:year increment:1 start:01/01/2001
ScaleMinor = grid:grid2 unit:month increment:3 start:01/01/2001
BackgroundColors = canvas:canvas
TimeAxis = orientation:horizontal format:yyyy
 
BarData =
bar:Wikipedias text:[http://stats.wikimedia.org/EN/TablesWikipediaZZ.htm|Wikipedia]
bar:Meta text:[http://stats.wikimedia.org/wikispecial/EN/TablesWikipediaMETA.htm|Meta]
bar:Wiktionaries text:[http://stats.wikimedia.org/wiktionary/EN/TablesWikipediaZZ.htm|Wiktionary]
bar:Wikiquotes text:[http://stats.wikimedia.org/wikiquote/EN/TablesWikipediaZZ.htm|Wikiquote]
bar:Wikibooks text:[http://stats.wikimedia.org/wikibooks/EN/TablesWikipediaZZ.htm|Wikibooks]
bar:Wikisources text:[http://stats.wikimedia.org/wikisource/EN/TablesWikipediaZZ.htm|Wikisources]
bar:Commons text:[http://stats.wikimedia.org/wikispecial/EN/TablesWikipediaCOMMONS.htm|Commons]
bar:Wikinews text:[http://stats.wikimedia.org/wikinews/EN/TablesWikipediaZZ.htm|Wikinews]
bar:Wikiversity text:[http://stats.wikimedia.org/wikiversity/EN/TablesWikipediaZZ.htm|Wikiversity]
 
Define $A10 = color:A10 width:0.1in
Define $A100 = color:A100 width:0.15in
Define $A1000 = color:A1000 width:0.2in
Define $A10000 = color:A10000 width:0.3in
Define $A100000 = color:A100000 width:0.4in
Define $A1000000 = color:A1000000 width:0.5in
 
Define $U10 = color:U10 width:0.02in
Define $U100 = color:U100 width:0.06in
Define $U1000 = color:U1000 width:0.10in
Define $U10000 = color:U10000 width:0.15in
Define $U100000 = color:U100000 width:0.20in
 
Define $L100 = textcolor:L100 align:left fontsize:9
Define $L1000 = textcolor:L1000 align:right fontsize:9
Define $L10000 = textcolor:L10000 align:right fontsize:9
Define $L10000c = textcolor:L10000 align:right fontsize:9
Define $L100000 = textcolor:L100000 align:right fontsize:9
 
# make numbers fit exactly below 1,000,000+ bar
Define $S00a1 = shift:( 3,-35)
Define $S000a1 = shift:( -1,-35)
Define $S0000a1 = shift:(-12,-35)
Define $S00000a1 = shift:(-26,-35)
 
Define $S0000a2 = shift:(-17,-35)
Define $S00000a2 = shift:(-34,-35)
 
Define $S0000a3 = shift:(-21,-35)
Define $S00000a3 = shift:(-39,-35)
 
# make numbers fit exactly below 100,000+ bar
Define $S00b1 = shift:( 3,-30)
Define $S000b1 = shift:( -1,-30)
Define $S0000b1 = shift:(-12,-30)
Define $S00000b1 = shift:(-26,-30)
 
Define $S0000b2 = shift:(-17,-30)
Define $S00000b2 = shift:(-34,-30)
 
Define $S00000b3 = shift:(-39,-30)
 
# make numbers fit exactly below 10,000+ bar
Define $S00c1 = shift:( 3,-25)
Define $S000c1 = shift:( -1,-25)
Define $S0000c1 = shift:(-12,-25)
Define $S00000c1 = shift:(-26,-25)
 
Define $S0000c2 = shift:(-17,-25)
Define $S00000c2 = shift:(-34,-25)
 
Define $S00000c3 = shift:(-39,-25)
 
# make numbers fit exactly below 1,000+ bar
Define $S00d1 = shift:( 3,-20)
Define $S000d1 = shift:( -1,-20)
Define $S0000d1 = shift:(-12,-20)
Define $S00000d1 = shift:(-26,-20)
 
Define $S0000d2 = shift:(-17,-20)
Define $S00000d2 = shift:(-34,-20)
 
Define $S00000d3 = shift:(-39,-20)
 
Define $TTt = textcolor:black shift:(78, 30) align:center # Title
Define $TAn = textcolor:black shift:(75, 10) align:right # Articles count
Define $TUn = textcolor:black shift:(75, -4) align:right # Users count
Define $TEn = textcolor:black shift:(75,-18) align:right # Edits count
Define $TAt = textcolor:black shift:(82, 10) align:left # Articles label
Define $TUt = textcolor:black shift:(82, -4) align:left # Users label
Define $TEt = textcolor:black shift:(82,-18) align:left # Edits label
 
# Define $Figures = textcolor:white align:right shift:(0,-4) fontsize:S # experiment with figures centered in bars
 
PlotData=
bar:Wikipedias from:01/01/2001 till:01/02/2001 $A10
bar:Wikipedias from:01/02/2001 till:01/04/2001 $A100
bar:Wikipedias from:01/04/2001 till:01/10/2001 $A1000
bar:Wikipedias from:01/10/2001 till:01/10/2002 $A10000
bar:Wikipedias from:01/10/2002 till:01/09/2004 $A100000
bar:Wikipedias from:01/09/2004 till:end $A1000000
 
# bar:Wikipedias from:01/01/2001 till:01/07/2001 $U10
bar:Wikipedias from:01/07/2001 till:01/08/2002 $U100
bar:Wikipedias from:01/08/2002 till:01/01/2004 $U1000
bar:Wikipedias from:01/01/2004 till:01/10/2005 $U10000
bar:Wikipedias from:01/10/2005 till:end $U100000
 
# experiment with figures centered in bars
# bar:Wikipedias at:01/01/2002 text:"1, 1, 7" $L100 $Figures
# bar:Wikipedias at:01/01/2003 text:"1, 8, 14" $L100 $Figures
# bar:Wikipedias at:01/01/2004 text:"1, 9, 22, 29" $L100 $Figures
# bar:Wikipedias at:01/01/2005 text:"2, 20, 52, 81" $L100 $Figures
# bar:Wikipedias at:01/01/2006 text:"8, 37, 84, 120" $L100 $Figures
# bar:Wikipedias at:01/01/2007 text:"12, 55, 124, 179" $L100 $Figures
 
bar:Wikipedias at:01/01/2002 text:7 $L100 $S00a1
bar:Wikipedias at:01/01/2002 text:1 $L1000 $S000a1
bar:Wikipedias at:01/01/2002 text:1 $L10000 $S0000a1
bar:Wikipedias at:01/01/2003 text:14 $L100 $S00a1
bar:Wikipedias at:01/01/2003 text:_8 $L1000 $S000a1
bar:Wikipedias at:01/01/2003 text:1 $L10000 $S0000a1
 
# 100K for Dec 2002 in wikistats is rounded figure, actually 99939
# bar:Wikipedias at:01/01/2003 text:1 $L100000b $S00000a1
 
bar:Wikipedias at:01/01/2004 text:39 $L100 $S00a1
bar:Wikipedias at:01/01/2004 text:22 $L1000 $S000a1
bar:Wikipedias at:01/01/2004 text:9_ $L10000 $S0000a2
bar:Wikipedias at:01/01/2004 text:1 $L100000 $S00000a2
 
bar:Wikipedias at:01/01/2005 text:81 $L100 $S00a1
bar:Wikipedias at:01/01/2005 text:52 $L1000 $S000a1
bar:Wikipedias at:01/01/2005 text:20 $L10000 $S0000a2
bar:Wikipedias at:01/01/2005 text:2_ $L100000 $S00000a2
 
bar:Wikipedias at:01/01/2006 text:120 $L100 $S00a1
bar:Wikipedias at:01/01/2006 text:84 $L1000 $S000a1
bar:Wikipedias at:01/01/2006 text:37 $L10000 $S0000a2
bar:Wikipedias at:01/01/2006 text:8_ $L100000 $S00000a2
 
bar:Wikipedias at:01/01/2007 text:179 $L100 $S00a1
bar:Wikipedias at:01/01/2007 text:124 $L1000 $S000a1
bar:Wikipedias at:01/01/2007 text:55_ $L10000 $S0000a3
bar:Wikipedias at:01/01/2007 text:12 $L100000 $S00000a3
 
bar:Wikipedias at:end $TTt text:"January 1, 2007"
 
bar:Wikipedias at:end $TAn text:? # "3,100,000" textcolor:darkred
bar:Wikipedias at:end $TUn text:? # "124,580" textcolor:darkred
bar:Wikipedias at:end $TEn text:? # "53,940,000" textcolor:darkred
bar:Wikipedias at:end $TAt text:"articles" textcolor:darkred
bar:Wikipedias at:end $TUt text:"editors" textcolor:darkred
bar:Wikipedias at:end $TEt text:"edits" textcolor:darkred
textcolor:black
 
bar:Meta from:01/11/2001 till:01/02/2002 $A10
bar:Meta from:01/02/2002 till:01/03/2004 $A100
bar:Meta from:01/03/2004 till:end $A1000
 
# bar:Meta from:01/11/2001 till:01/06/2003 $U10
bar:Meta from:01/06/2003 till:30/04/2005 $U100
bar:Meta from:01/05/2005 till:end $U1000
 
bar:Meta at:01/01/2007 text:n.a. $L100 $S00d1
 
bar:Meta at:end $TAn text:"8,600"
bar:Meta at:end $TUn text:"2,084"
bar:Meta at:end $TEn text:"244,000" # 8.6K articles * 28.4 mean edits per article
bar:Meta at:end $TAt text:"articles"
bar:Meta at:end $TUt text:"editors"
bar:Meta at:end $TEt text:"edits"
 
bar:Wiktionaries from:01/12/2002 till:01/02/2003 $A100
bar:Wiktionaries from:01/02/2003 till:01/09/2003 $A1000
bar:Wiktionaries from:01/09/2003 till:01/11/2004 $A10000
bar:Wiktionaries from:01/11/2004 till:01/07/2006 $A100000
bar:Wiktionaries from:01/07/2006 till:end $A1000000
 
# bar:Wiktionaries from:01/12/2002 till:01/09/2003 $U10
bar:Wiktionaries from:01/09/2003 till:01/02/2005 $U100
bar:Wiktionaries from:01/02/2005 till:end $U1000
 
bar:Wiktionaries at:01/01/2003 text:1 $L100 $S00a1
 
bar:Wiktionaries at:01/01/2004 text:1 $L100 $S00a1
bar:Wiktionaries at:01/01/2004 text:1 $L1000 $S000a1
bar:Wiktionaries at:01/01/2004 text:1 $L10000 $S0000a1
 
bar:Wiktionaries at:01/01/2005 text:27 $L100 $S00a1
bar:Wiktionaries at:01/01/2005 text:12 $L1000 $S000a1
bar:Wiktionaries at:01/01/2005 text:3 $L10000 $S0000a2
 
bar:Wiktionaries at:01/01/2006 text:53 $L100 $S00a1
bar:Wiktionaries at:01/01/2006 text:32 $L1000 $S000a1
bar:Wiktionaries at:01/01/2006 text:10 $L10000 $S0000a2
bar:Wiktionaries at:01/01/2006 text:1 $L100000 $S00000a2
 
bar:Wiktionaries at:01/01/2007 text:79 $L100 $S00a1
bar:Wiktionaries at:01/01/2007 text:49 $L1000 $S000a1
bar:Wiktionaries at:01/01/2007 text:25 $L10000 $S0000a2
bar:Wiktionaries at:01/01/2007 text:4 $L100000 $S00000a2
 
bar:Wiktionaries at:end $TAn text:"1,700,000"
bar:Wiktionaries at:end $TUn text:"4,398"
bar:Wiktionaries at:end $TEn text:"7,480,000" # 1.7M articles * 4.4 mean edits per article
bar:Wiktionaries at:end $TAt text:"lemmas"
bar:Wiktionaries at:end $TUt text:"editors"
bar:Wiktionaries at:end $TEt text:"edits"
 
bar:Wikiquotes from:01/07/2003 till:01/05/2004 $A100
bar:Wikiquotes from:01/05/2004 till:31/03/2005 $A1000
bar:Wikiquotes from:01/04/2005 till:end $A10000
 
# bar:Wikiquotes from:01/07/2003 till:01/07/2004 $U10
bar:Wikiquotes from:01/07/2004 till:30/09/2005 $U100
bar:Wikiquotes from:01/10/2005 till:end $U1000
 
bar:Wikiquotes at:01/01/2004 text:1 $L100 $S00c1
bar:Wikiquotes at:01/01/2005 text:7 $L100 $S00c1
bar:Wikiquotes at:01/01/2006 text:23 $L100 $S00c1
bar:Wikiquotes at:01/01/2007 text:32 $L100 $S00c1
 
bar:Wikiquotes at:01/01/2005 text:2 $L1000 $S000c1
bar:Wikiquotes at:01/01/2006 text:7 $L1000 $S000c1
bar:Wikiquotes at:01/01/2007 text:13 $L1000 $S000c1
 
bar:Wikiquotes at:end $TAn text:"55,000"
bar:Wikiquotes at:end $TUn text:"2,472"
bar:Wikiquotes at:end $TEn text:"748,000" # 55K articles * 13.6 mean edits per article
bar:Wikiquotes at:end $TAt text:"articles"
bar:Wikiquotes at:end $TUt text:"editors"
bar:Wikiquotes at:end $TEt text:"edits"
 
bar:Wikibooks from:01/07/2003 till:01/08/2003 $A10
bar:Wikibooks from:01/08/2003 till:01/12/2003 $A100
bar:Wikibooks from:01/12/2003 till:31/03/2005 $A1000
bar:Wikibooks from:01/04/2005 till:end $A10000
 
# bar:Wikibooks from:01/07/2003 till:01/03/2004 $U10
bar:Wikibooks from:01/03/2004 till:01/03/2005 $U100
bar:Wikibooks from:01/03/2005 till:end $U1000
 
bar:Wikibooks at:01/01/2004 text:1 $L100 $S00c1
 
bar:Wikibooks at:01/01/2005 text:8 $L100 $S00c1
bar:Wikibooks at:01/01/2005 text:1 $L1000 $S000c1
 
bar:Wikibooks at:01/01/2006 text:25 $L100 $S00c1
bar:Wikibooks at:01/01/2006 text:3 $L1000 $S000c1
 
bar:Wikibooks at:01/01/2007 text:37 $L100 $S00c1
bar:Wikibooks at:01/01/2007 text:11 $L1000 $S000c1
bar:Wikibooks at:01/01/2007 text:1 $L10000 $S0000c2
 
bar:Wikibooks at:end $TAn text:"55,000"
bar:Wikibooks at:end $TUn text:"5,475"
bar:Wikibooks at:end $TEn text:"841,000" # 55K articles * 15.3 mean edits per article
bar:Wikibooks at:end $TAt text:"chapters"
bar:Wikibooks at:end $TUt text:"authors"
bar:Wikibooks at:end $TEt text:"edits"
 
bar:Wikisources from:01/11/2003 till:01/12/2003 $A10
bar:Wikisources from:01/12/2003 till:01/04/2004 $A100
bar:Wikisources from:01/04/2004 till:28/02/2005 $A1000
bar:Wikisources from:01/03/2005 till:01/07/2006 $A10000
bar:Wikisources from:01/07/2006 till:end $A100000
 
# bar:Wikisources from:01/11/2003 till:01/07/2004 $U10
bar:Wikisources from:01/07/2004 till:01/03/2006 $U100
bar:Wikisources from:01/03/2006 till:end $U1000
 
bar:Wikisources at:01/01/2005 text:6 $L100 $S00b1
bar:Wikisources at:01/01/2005 text:1 $L1000 $S000b1
 
bar:Wikisources at:01/01/2006 text:20 $L100 $S00b1
bar:Wikisources at:01/01/2006 text:8 $L1000 $S000b1
bar:Wikisources at:01/01/2006 text:1 $L10000 $S0000b2
 
bar:Wikisources at:01/01/2007 text:35 $L100 $S00b1
bar:Wikisources at:01/01/2007 text:22 $L1000 $S000b1
bar:Wikisources at:01/01/2007 text:3 $L10000 $S0000b2
 
bar:Wikisources at:end $TAn text:"144,000"
bar:Wikisources at:end $TUn text:"1,838"
bar:Wikisources at:end $TEn text:"705,000" # 144K articles * 4.9 mean edits per article
bar:Wikisources at:end $TAt text:"sources"
bar:Wikisources at:end $TUt text:"editors"
bar:Wikisources at:end $TEt text:"edits"
 
bar:Commons from:01/09/2004 till:01/10/2004 $A1000
bar:Commons from:01/10/2004 till:01/05/2005 $A10000
bar:Commons from:01/05/2005 till:01/12/2006 $A100000
bar:Commons from:01/12/2006 till:end $A1000000
 
# bar:Commons from:01/09/2004 till:01/11/2004 $U10
bar:Commons from:01/11/2004 till:31/05/2005 $U100
bar:Commons from:01/06/2005 till:end $U1000
 
bar:Commons at:01/01/2007 text:n.a. $L100 $S00a1
 
bar:Commons at:end $TAn text:"1,046,000"
bar:Commons at:end $TUn text:"3,315"
 
bar:Commons at:end $TAt text:"binaries"
bar:Commons at:end $TUt text:"editors"
 
bar:Wikinews from:01/11/2004 till:01/12/2004 $A10
bar:Wikinews from:01/12/2004 till:01/02/2005 $A100
bar:Wikinews from:01/02/2005 till:01/09/2005 $A1000
bar:Wikinews from:01/09/2005 till:end $A10000
 
# bar:Wikinews from:01/11/2004 till:01/12/2004 $U10
bar:Wikinews from:01/12/2004 till:01/02/2006 $U100
bar:Wikinews from:01/02/2006 till:end $U1000
 
bar:Wikinews at:01/01/2005 text:2 $L100 $S00c1
 
bar:Wikinews at:01/01/2006 text:13 $L100 $S00c1
bar:Wikinews at:01/01/2006 text:5 $L1000 $S000c1
 
bar:Wikinews at:01/01/2007 text:19 $L100 $S00c1
bar:Wikinews at:01/01/2007 text:9 $L1000 $S000c1
 
bar:Wikinews at:end $TAn text:"32,000"
bar:Wikinews at:end $TUn text:"1,572"
bar:Wikinews at:end $TEn text:"358,000" # 32K articles * 11.2 mean edits per article
bar:Wikinews at:end $TAt text:"reports"
bar:Wikinews at:end $TUt text:"reporters"
bar:Wikinews at:end $TEt text:"edits"
 
# bar:Wikiversity from:01/10/2004 till:01/07/2005 $A10 # start at offical wikiversity launch date
# bar:Wikiversity from:01/07/2005 till:01/10/2006 $A100 # start at offical wikiversity launch date
bar:Wikiversity from:01/08/2006 till:01/10/2006 $A100
bar:Wikiversity from:01/10/2006 till:end $A1000
bar:Wikiversity from:01/08/2006 till:end $U100
 
# bar:Wikiversity at:01/01/2006 text:2 $L100 $S00d1 # start at offical wikiversity launch date
 
bar:Wikiversity at:01/01/2007 text:5 $L100 $S00d1
bar:Wikiversity at:01/01/2007 text:2 $L1000 $S000d1
 
bar:Wikiversity at:end $TAn text:"1,800"
bar:Wikiversity at:end $TUn text:"337"
bar:Wikiversity at:end $TEn text:"27,000" # 1.8K articles * 15.4 mean edits per article
bar:Wikiversity at:end $TAt text:"articles"
bar:Wikiversity at:end $TUt text:"editors"
bar:Wikiversity at:end $TEt text:"edits"
 
TextData =
pos:(300,673)
fontsize:XL
textcolor:black
text:"Wikimedia Projects Growth"
 
fontsize:S
textcolor:gray
pos:(8,52)
text:"Plot _generated"
pos:(8,37)
text:"by"
pos:(23,37)
text:"[http://en.wikipedia.org/wiki/User:Erik%5FZachte|Erik_Zachte]"
pos:(8,23)
text:"with"
pos:(31,23)
text:"[http://www.mediawiki.org/wiki/Extension:EasyTimeline|EasyTimeline]"
 
textcolor:black
pos:(300,24)
text:(*) for Commons bars show binaries, not articles
 
textcolor:darkred
pos:(780,110)
text:? = English Wikipedia
text:statistics after Aug 2006
text:are still not available
 
textcolor:gray
pos:(845,58)
text:"editors="
text:"registered"
text:"users with"
text:"10+ edits"
 
</timeline>
<br/><br/>
= Echo<ref>[[mediawikiwiki:Extension:Echo]]</ref> =
The '''Echo''' extension provides an in-wiki notification system that can be used by other extensions.
[[Test#Thanks.5B84.5D|Thanks]] and [[Test#Structured_Discussions.5B80.5D|Structured Discussions (Flow)]] are two MediaWiki extensions that make use of Echo.
 
Echo does not work unless email is enabled and a user is confirmed by email.
 
Notifications are shown here:
 
[[File:ClipCapIt-210304-132508.png]]
 
<br/><br/>
 
== Embed Video<ref>[[mediawikiwiki:Extension:EmbedVideo]]</ref> ==
{|class="wikitable"
!Release date!!Title!!link!!Description
Line 336 ⟶ 942:
For more information, see the cross-platform replication solution guide at http://en.community.dell.com/techcenter/extras/m/white_papers/20442539
|}
<br/><br/>
 
= Event Bus<ref>[[mediawikiwiki:Extension:EventBus]]</ref> =
== FlaggedRevs ==
Ultimately required for [[Test#Navigation_Timing.5B53.5D|Navigation Timing]] to work but is a requirement for [[Test#Event_Stream_Config.5B31.5D|Event Stream Config]]
 
EventBus -> EventStreamConfig -> EventLogging -> NavigationTiming
<br/><br/>
 
= Event Logging<ref>[[mediawikiwiki:Extension:EventLogging]]</ref> =
Required by [[Test#Navigation_Timing.5B53.5D|Navigation Timing]]
<br/><br/>
 
= Event Stream Config<ref>[[mediawikiwiki:Extension:EventStreamConfig]]</ref> =
Required by [[Test#Event_Logging.5B31.5D|Event Logging]] which in turn is required by [[Test#Navigation_Timing.5B53.5D|Navigation Timing]]
<br/><br/>
 
= File Importer<ref>[[mediawikiwiki:Extension:FileImporter]]</ref> =
This extensions implements [[Special:ImportFile]] for importing files from other wikis, this will be found on the commons wiki
<br/><br/>
 
= File Exporter<ref>[[mediawikiwiki:Extension:FileExporter]]</ref> =
On the Details page for an image file there should be an option "Export File" this is utilised to export an image to commons:
 
[[File:FileImporter Screenshot.png|left]]
 
 
<br/><br/>
 
= Flagged Revisions<ref>[[mediawikiwiki:Extension:FlaggedRevs]]</ref> =
The '''Flagged Revisions''' extension allows for '''Editor''' and '''Reviewer''' users to rate revisions of articles and set those revisions as the default revision to show upon normal page view. These revisions will remain the same even if included templates or images are changed. This allows for MediaWiki to act more like a [[w:Content_Management_System|Content Management System (CMS)]].
<br/><Brbr/>
 
* All pages should have this Revision Review Widget at the bottom of pages:<br>
[[File:Review_This_Revision.PNGpng]]
<br/><br/>
 
= Flow =
This extension has since been renamed [[Test#Structured_Discussions.5B74.5D|Structured Discussions]]
<br/><br/>
 
= Gadgets<ref>[[mediawikiwiki:Extension:Gadgets]]</ref> =
== Gadgets ==
* Confirm there is a gadgets tab in user preferences:<br>
[[File:Gadgets Tab.png|400px]]
<br/><br/>
 
= Graph<ref>[[mediawikiwiki:Extension:Graph]]</ref> =
== Graph ==
{{Graph:Chart|width=600|height=100|xAxisTitle=X|yAxisTitle=Y
|type=rect|x=1,2,3,4,5,6,7,8|y=10,12,6,14,2,10,7,9}}
Line 363 ⟶ 998:
|legend=Legend|type=stackedarea|x=1,2,3,4,5,6|y1=10,12,6,14,2,10
|y2=2,4,6,8,13,11|interpolate=monotone|colors=seagreen,orchid}}
<br/><br/>
 
= Header Tabs<ref>[[mediawikiwiki:Extension:Header_Tabs]]</ref> =
== Hit Counters ==
The '''Header Tabs''' extension transforms top-level MediaWiki headers into JavaScript-based tabs.
 
{{Note|Only uses top level headers}}
 
Each such top-level header, if it's anywhere above the <code><nowiki><headertabs /></nowiki></code> tag, it will be displayed as a tab.
 
So typically this goes at the end of a page if it is desired for all sections to be displayed as header tabs.
 
use:
<pre>
__NOTOC__
= A =
Section 1
= B =
Section 2
= C =
Section 3
= D =
Section 4
 
<headertabs />
</pre>
 
To achieve:
:[[File:ClipCapIt-210304-142327.png]]
 
:[[File:ClipCapIt-210304-142342.png]]
 
<br/><br/>
 
= Hit Counters<ref>[[mediawikiwiki:Extension:HitCounters]]</ref> =
Hit Counters is the extension which is used to populate the data here: [[Special:Statistics]]
<br/><br/>
 
= Horizontal Lists =
{{Keywords|
*write protect
*ProtectMode
*ExitOos
*RAID space below threshold
*HA_FLOW|
<pre>./cyc_triage.pl -j -- -t xtremapp| egrep "write protect|ProtectMode|ExitOos|RAID space below threshold|HA_FLOW"</pre>}}
 
 
{{flatlist |
* {{KB|SLN289175}}
* {{KB|SLN303005}}
* {{KB|SLN306202}}
* {{KB|SLN289175}}
}}
 
{{hlist|entry1|entry2|entry3|entry4|entry5|entry6|entry7|entry8|entry9}}
 
 
<br>
 
= Html 2 Wiki<ref>[[mediawikiwiki:Extension:Html2Wiki]]</ref> =
== HTML 2 WIKI ==
This extension provides the page [[Special:Html2Wiki]] for importing HTML exports of word docs etc..
<br><br>
 
{{Note|Does not work since 1.34 and is disabled by default}}
== ImageMap ==
<br/><br/>
 
= ImageMap<ref>[[mediawikiwiki:Extension:ImageMap]]</ref> =
<br/><br/>
<imagemap>Image:Room-Overview-v02.png|
Line 393 ⟶ 1,083:
<br/><br/>
 
== Input Box<ref>[[mediawikiwiki:Extension:InputBox]]</ref> ==
Search from here:
<div style="float:left;">
Line 403 ⟶ 1,093:
</inputbox>
</div><br><br style="clear:both;">
<br/><br/>
 
== Inter Wiki Links ==
Check for existence of this: [[Special:Interwiki]] and check the links on this page all work..
<br>
 
[[storagewiki:SMART | SMART]]
<br/><br/>
 
== Javascript Slideshow<ref>[[mediawikiwiki:Extension:JavascriptSlideshow]]</ref> ==
* This code is creating slide show floating right:
<pre class=inline>
{|
|-
|
<pre>
<slideshow sequence="random" transition="fade" refresh="2000">
<div>[[Image:Tasmanian-devil.jpg|thumb|right|128px|Tasmanian Devil]]</div>
Line 425 ⟶ 1,112:
</slideshow>
</pre>
<div style="float: right">
|
<slideshow sequence="random" transition="fade" refresh="2000">
<div>[[Image:Tasmanian-devil.jpg|thumb|right|128px|Tasmanian Devil]]</div>
Line 431 ⟶ 1,118:
<div>[[Image:Sylvester_the_Cat.svg.png|thumb|right|128px|Sylvester The Cat]]</div>
<div>[[Image:Bugs_Bunny.png|thumb|right|128px|Bugs Bunny]]</div>
</slideshow></div>
|}
<br><br>
 
<br/><br/>
== Lingo ==
 
= Lingo<ref>[[mediawikiwiki:Extension:Lingo]]</ref> =
Enabled Mouseovers for Abbreviations and commons terms from [[Terminology|Terminology page]]
 
Lingo is now disabled in favour of [[Test#Popups.5B27.5D|Popups]] (Page Preview)
* Test Sentences:
** FTP and SCP are common protocols used to transfer files from PowerStoreT and PowerStoreX Nodes
Line 443 ⟶ 1,131:
{{Note|This can be excluded from any one page using the magic word:<Br>
<pre>__NOGLOSSARY__</pre>}}
<br/><br/>
 
= Linter<ref>[[mediawikiwiki:Extension:Linter]]</ref> =
Required for [[Test#Discussion_Tools.5B24.5D|Discussion Tools]]
<br/><br/>
 
== Labeled Section Transclusion<ref>[[mediawikiwiki:Extension:Labeled Section Transclusion]]</ref> ==
* Collapsed Collapsible Table cells below include transcluded content from other sections on this page, demonstrating java scripting and transclusion:
{|class="wikitable mw-collapsible mw-collapsed" data-collapsetext="less" data-expandtext="more"
Line 451 ⟶ 1,143:
|-
| {{#lst:Test|bugs}}
|}<br/><br/>
{|class="wikitable mw-collapsible mw-collapsed" data-collapsetext="less" data-expandtext="more"
!Math
|-
| {{#lst:Test|math}}
|}<br/><br/>
{|class="wikitable mw-collapsible mw-collapsed" data-collapsetext="less" data-expandtext="more"
!Quiz
|-
| {{#lst:Test|quiz}}
|}<br/><br/>
 
== Localisation Update<ref>[[mediawikiwiki:Extension:LocalisationUpdate]]</ref> ==
{{Note|Provides no additional functionality for SupportWikis, on WMF is run as a cron job to update translation of extensions, wasthis onceis abuilt pre-reqinto ofmediawiki VisualEditor, I need to validate if this iscore stillsince true1.21}}
<Brbr/><br/>
 
= Lockdown<ref>[[mediawikiwiki:Extension:Lockdown]]</ref> =
== Lockdown ==
{{Tip|This extension is used for Authorisation, only way to validate is users who are not L2 should not have access to L2 namespaces}}
<br/><br/>
 
== Long Hypen test ==
;Dell Storage – EqualLogic
 
Line 478 ⟶ 1,170:
SLN302126 Qlogic 57810 - DCBX Configured by OS QOS Message Appears In Qlogic Control Suite And BACS
 
{{Note|Test added as consequence of Character display issues in previous versions}}
<br><br>
<br/><br/>
 
== Maintenance<ref>[[mediawikiwiki:Extension:Maintenance]]</ref> ==
* Convenience access to some Maintenance scripts via [[Special:Maintenance]]
<br><br>
 
{{Note|Unmaintained extension removed since 1.31}}
== Math Test ==
<br/><br/>
 
= Math <ref>[[mediawikiwiki:Extension:Math]]</ref> =
<section begin=math />
<math>k_{n+1} = n^2 + k_n^2 - k_{n-1}</math>
<br/><br/>
 
<math>\cos (2\theta) = \cos^2 \theta - \sin^2 \theta</math>
<br/><br/>
 
<math>\lim_{x \to \infty} \exp(-x) = 0</math>
<br/><br/>
 
<math>{n! \over k!(n-k)!} = {n \choose k}</math>
<br/><br/>
 
<math>\sum_{i=1}^{10} t_i</math>
<br/><br/>
 
<math>\int_0^\infty \mathrm{e}^{-x}\,\mathrm{d}x</math>
<br/><br/>
<br>
 
Line 508 ⟶ 1,203:
<section end=math />
 
= Mermaid<ref>[[mediawikiwiki:Extension:Mermaid]]</ref> =
== Mobile Frontend ==
The '''Mermaid''' extension provides a parser function to help generate diagrams and flowcharts using the [https://mermaid-js.github.io/mermaid/#/ mermaid] script language. See the [https://github.com/SemanticMediaWiki/Mermaid/blob/master/README.md README] file for detailed instructions on how to install, configure and use this extension.
 
3 example use cases below:
 
{{#mermaid:sequenceDiagram
participant Alice
participant Bob
Alice->John: Hello John, how are you?
loop Healthcheck
John->John: Fight against hypochondria
end
Note right of John: Rational thoughts <br/>prevail...
John-->Alice: Great!
John->Bob: How about you?
Bob-->John: Jolly good!
}}
{{#mermaid:graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
}}
 
{{#mermaid:gantt
dateFormat YYYY-MM-DD
title Adding GANTT diagram functionality to mermaid
section A section
Completed task :done, des1, 2014-01-06,2014-01-08
Active task :active, des2, 2014-01-09, 3d
Future task : des3, after des2, 5d
Future task2 : des4, after des3, 5d
section Critical tasks
Completed task in the critical line :crit, done, 2014-01-06,24h
Implement parser and jison :crit, done, after des1, 2d
Create tests for parser :crit, active, 3d
Future task in critical line :crit, 5d
Create tests for renderer :2d
Add to mermaid :1d
}}
<br/><br/>
 
= Mobile Frontend<ref>[[mediawikiwiki:Extension:MobileFrontend]]</ref> =
Either use the devloper tools in the browser to simulate a mobile device, for example here in chrome:<br>
[[File:Chrome Mobile View Example.PNG]]
<br>
 
Or view from an actual mobile device using VMware Web browser, either way confirm looks similar to this:<br>
[[File:Mobile Frontend Example.PNGpng|400px]]
<br/><br/>
 
= Modern Timeline<ref>[https://github.com/ProfessionalWiki/ModernTimeline/blob/master/README.md Github:ProfessionalWiki/ModernTimeline]</ref> =
== MultimediaViewer ==
The Modern Timeline extension provides a modern timeline visualization for Semantic MediaWiki as a result format.
 
This extension requires semantic mediawiki.
 
{{#ask:
[[Modification date::+]]
|?Modification date
|?Page creator
|?Number of revisions
|format=moderntimeline
}}
<br/><br/>
 
= Multimedia Viewer<ref>[[mediawikiwiki:Extension:MultimediaViewer]]</ref> =
* Clicking on Image should enable Multimedia Viewer, I have choose an image in commons due to possible config issues with AJAX and Cross Origin Requests:
{{#lst:Test|bugs}}
<br/><br/>
 
= MsUpload<ref>[[mediawikiwiki:Extension:MsUpload]]</ref> =
== MsUpload ==
* Enables Drag & Drop uploading of files
* Adds "Drop Files Here" below the editing panel in the Source Editor:<br><section begin=MsUpload />
[[File:MsUpload Screenshot.PNGpng]]<section end=MsUpload/>
<br/><br/>
 
= LDAP Authentication<ref>[[mediawikiwiki:Extension:LDAPAuthentication2]]</ref><ref>[[mediawikiwiki:LDAP Stack]]</ref> =
== LDAP Authentication ==
Authentication is provided by the following plugins:
* LDAPAuthentication2
Line 539 ⟶ 1,290:
 
{{Tip|Best way to test this is log in}}
<Brbr/><br/>
 
 
== Namespace Manager<ref>https://github.com/hexmode/mediawiki-NamespaceManager</ref> ==
* Validate by confirming there are multiple customer namespaces on the [[Special:Search|search page]] such as '''L2''' or '''L3'''
<Brbr/><br/>
 
= Navigation Timing<ref>[[mediawikiwiki:Extension:NavigationTiming]]</ref> =
== Nuke ==
The '''NavigationTiming''' extension allows logging perceived latency measurements, exposed by browsers as part of the [https://www.w3.org/TR/navigation-timing/ W3C Navigation Timing] spec, which "''defines an interface for web applications to access timing information related to navigation and elements''".
 
This is installed on support wikis but not configured.
<br/><br/>
 
= Nuke<ref>[[mediawikiwiki:Extension:Nuke]]</ref> =
* The dangerous '''Nuke''' extension makes it possible for sysops to mass delete pages. It is accessed here [[Special:Nuke]]
<br/><br/>
 
= NumerAlpha<ref>[[mediawikiwiki:Extension:NumerAlpha]]</ref> =
== Page Images ==
The '''NumerAlpha''' extension methods of inserting incrementing numbers, letters, and roman numerals into pages. You can reset the count at any moment or begin to a specified number.
 
Originally this extension was designed to supplement the [[Test#Page_Forms.5B61.5D|Page Forms]] extension allowing to add a numbered table when you use the multiple option but you can also use it in [[templates]] by utilizing either the <code><nowiki>{{#tag: in |}}</nowiki></code> magic word or the <code><nowiki>{{#counter:}}</nowiki></code> parser function.
 
{| class="prettytable"
|-
|
<pre>
<ia>hello</ia>
<ia>world</ia>
<ia reset=1>goodbye</ia>
<ia>world</ia>
<ia begin=11>jupiter</ia>
<ia>jazz</ia>
</pre>
|
<ia>hello</ia>
<ia>world</ia>
<ia reset=1>goodbye</ia>
<ia>world</ia>
<ia begin=11>jupiter</ia>
<ia>jazz</ia>
|-
|
<pre>
<in>hello</in>
<in>world</in>
<in reset=1>goodbye</in>
<in>world</in>
<in begin=11>jupiter</in>
<in>jazz</in>
</pre>
|
<in>hello</in>
<in>world</in>
<in reset=1>goodbye</in>
<in>world</in>
<in begin=11>jupiter</in>
<in>jazz</in>
|-
|
<pre>
<ir>hello</ir>
<ir>world</ir>
<ir reset=1>goodbye</ir>
<ir>world</ir>
<ir begin=11>jupiter</ir>
<ir>jazz</ir>
</pre>
|
<ir>hello</ir>
<ir>world</ir>
<ir reset=1>goodbye</ir>
<ir>world</ir>
<ir begin=11>jupiter</ir>
<ir>jazz</ir>
|}
<br/><br/>
 
= Paged Tiff Handler<ref>[[mediawikiwiki:Extension:PagedTiffHandler]]</ref> =
[[File:Multipage tiff example.tif|left|thumb|page=7]]
 
<br style="clear: both"><br/>
 
= Page Forms<ref>[[mediawikiwiki:Extension:Page_Forms]]</ref> =
'''Page Forms''' (known before 2016 as '''Semantic Forms''') is an extension to MediaWiki that allows users to add, edit and query data using forms.
It was originally created as an offshoot of the [[mediawikiwiki:Extension:Semantic MediaWiki]] extension, to be able to edit templates that store their parameters via SMW, which is why it was originally called "Semantic Forms". However, it can now also work with the alternative [[mediawikiwiki:Extension:Cargo]] extension, or with neither extension installed.
 
Page Forms allows you to have '''forms for creating and editing pages''' on your wiki, as well as '''for querying data''', all '''without any programming'''.
Forms can be created and edited not just by administrators, but by users themselves.
 
 
Additional Special Pages:
* [[Special:CreateCategory]]
* [[Special:CreateClass]]
* [[Special:CreateForm]]
* [[Special:CreateProperty]]
* [[Special:CreateTemplate]]
* [[Special:MultiPageEdit]]
* [[Special:Forms]]
* [[Special:RunQuery]]
* [[Special:FormStart]]
* [[Special:Templates]]
 
 
View when page forms in implemented on page using parser function <code><nowiki>{{#default_form:form-name}}</nowiki></code>:
 
[[File:EditFormTab.PNG]]
 
 
<br/><br/>
 
= Page Images<ref>[[mediawikiwiki:Extension:PageImages]]</ref> =
* Page images are listed on the <code>P?action=info</code> page for example:
<pre>http://labwiki.dub.emea.dell.com/wiki/Test?action=info</pre>
<br/><br/>
 
== Page Triage<ref>[[mediawikiwiki:Extension:PageTriage]]</ref> ==
* Provides a widget with flyouts for easy moderating of new pages:<br>
[[Image:PageTriageDeletionFlyout.png]]
<br/><br/>
 
== Parser Functions<ref>[[mediawikiwiki:Extension:ParserFunctions]]</ref> ==
* Parser Functions are heavily used all over the wikis, for example in the [[Test#Set_and_Get_Commands|Set and Get Commmands]] on this page
<br/><br/>
 
== PDF Handler<ref>[[mediawikiwiki:Extension:PdfHandler]]</ref> ==
[[File:Wiki markup cheatsheet EN.pdf|page=1|thumb|left|My PDF]]
{{Note|PDF handler no longer works since porting the wikis to Alpine Linux}}
[[File:Lab Security Standard v2.0.pdf|page=3|thumb|left|My PDF]]
<br><br>
<br/><br style="clear: both"/>
 
= Popups<ref>[[mediawikiwiki:Extension:Popups]]</ref> =
== Preloader ==
The Popups extension displays page and reference previews when hovering over a link to an article or respectively to a reference. The former consists of summaries of an article's content, the latter shows the full content of the reference.
<br/><br/>
 
= Preloader<ref>[[mediawikiwiki:Extension:Preloader]]</ref> =
* In some Support wikis this is used to automatically add a "Draft" image and heading to each [[new page]]
* If this is not configured of your wiki add to LocalSettings.php <code>$wgPreloaderSource[ NS_MAIN ] = 'Template:Draft';</code>
<br/><br/>
 
== Pretty Table ==
{| class="prettytable"
|+Test table
Line 604 ⟶ 1,459:
|
|}
<br/><br/>
 
= Poem<ref>[[mediawikiwiki:Extension:Poem]]</ref> =
== Poem ==
Preformatted Text similar to '''pre''' and '''code''' only difference being that wiki markup is allowed in side the tags:<br>
<poem>
Line 646 ⟶ 1,501:
</poem>
 
= Quiz<ref>[[mediawikiwiki:Extension:Quiz]]</ref> =
== Quiz ==
<section begin=quiz />
<quiz display=simple>
Line 667 ⟶ 1,522:
</quiz>
<section end=quiz />
<br/><br/>
 
== Rename User<ref>[[mediawikiwiki:Extension:RenameUser]]</ref> ==
* Provides special page [[Special:RenameUser|RenameUser]]
<br/><br/>
 
== ReplaceText<ref>[[mediawikiwiki:Extension:ReplaceText]]</ref> User ==
* Provides a rather danger special page [[Special:ReplaceText|ReplaceText]] to find a replace text across entire wiki, best to test in a wiki sand box first.
<br/><br/>
 
== Recent Changes =Cleanup<ref>[[mediawikiwiki:Extension:Recent Changes Cleanup]]</ref> =
{{Caution|Doesn't work since 1.27}}
<br>
Line 684 ⟶ 1,539:
<pre>http://labwiki.dub.emea.dell.com/wiki/Special:RecentChangesCleanup</pre>
Click and test: [[Special:RecentChangesCleanup]]
<br/><br/>
 
== Sandbox Link<ref>[[mediawikiwiki:Extension:SandboxLink]]</ref> ==
* Provides a link to a personal sandbox for testing code at: <code>User:<User_Name>/sandbox</code> [[Special:MyPage/sandbox|a subpage of your user page]]<br>
[[Image:Sandbox_Screenshot.PNGpng]]
<br/><br/>
 
== Set and Get Commands ==
{{Get|disk walk 10}}
{{Set|scsi i device undoreadyforremoval|scsi i device undoreadyforremoval <scsi device id>}}
<br/><br/>
 
= Score<ref>[[mediawikiwiki:Extension:Score]]</ref> =
<score sound="1" lang="lilypond">
<<
\new Voice \relative c' {
\autoBeamOff
\set Staff.midiInstrument = #"trumpet"
\key a \minor \time 2/4
a8 e' e4 | e e | f8 f d f | e4. r8 | d b4 d8 | e e e e | b4 c8. b16 | a4 r |
a8 e' e4 | e e | f8 f d f | e4. r8 | d b4 d8 | e e e e | b4 c8. b16 | a4 r |
a'8 a4 b8 | c c c4 | c8 b a b | e,4. r8 | d4 e8 f | g8. g16 g8 g | d8. d16 e8 d | c r r4 |
a'8 a4 b8 | c c c4 | c8 b a b | e,4. r8 | d4 e8 f | g8. g16 g8 g | d8. d16 e8 d | c r r4 |
c'8 c b a | g8. g16 g4 | a8 a g f | e4. r8 | a, b c d | e e e4 | a8 a gis a | b4. r8 \bar "||"
\key a \major cis4 b8. a16 | a8 a a a | fis fis a a | cis4. r8 | a a gis8. a16 | fis4 gis8 a | b8. b16 b8 b | b4. r8 |
cis cis b a | a a a4 | fis8 fis d' d | cis4. r8 | b4 cis8 d | e cis a d | cis4 b8. cis16 | a4 a8 r \bar "|."
}
\addlyrics {
わ れ は かん ぐん わ が て き は て ん ち い れ ざ る ちょう て き ぞ
て き の たい しょう た る も の は こ こ ん む そ う の えい ゆ う で
こ れ に し た がう つ わ も の は と も に ひょ う か ん け っ し の し
き じん に は じ ぬ ゆ う あ る も て ん の ゆ る さ ぬ は ん ぎゃ く を
お こ せ し も の は む か し よ り さ か え し た め し あ ら ざ る ぞ
て き の ほ ろ ぶ る そ れ ま で は す す め や す す め も ろ と も に
た ま ち る つ る ぎ ぬ き つ れ て し す る か く ご で す す む べ し
}
>>
</score>
<br/><br/>
 
= Scribunto<ref>[[mediawikiwiki:Extension:Scribunto]]</ref> =
== Scribunto Sort Test ==
If the following is sorted alphabetically Scribunto and Lua are installed and working:
{{sort|asc|2=
* Guava
Line 737 ⟶ 1,621:
}}
 
== SVG Support ==
{|style="background-color:#F2F9F8;"
|valign="top" width="60"|[[file:Bulbgraph.svg|20px]] '''Note:'''
Line 748 ⟶ 1,632:
|Lights Off !!
|}
<br/><br/>
 
= Sphinx<ref>[[mediawikiwiki:Extension:SphinxSearch]]</ref> =
== Sphinx Search ==
* Check if search engine is indexing new pages after 30 minutes
* Check if it is automatically recommending alternative spellings
** (ie recommending words in the index as replacements for words not in the index)
* Check if appropriately displaying search relative to the namespaces a user has permission to use
<br><br>
 
{{Note|Removed from supportwikis from 1.33 and replaced with elastic search as used in WMF}}
== Spam Blacklist ==
<br/><br/>
 
= Spam Blacklist<ref>[[mediawikiwiki:Extension:SpamBlacklist]]</ref> =
* Not used in support wikis
* Used to be used for preventing user name creation for non corporate formatted logins
<br/><br/>
 
= Survey<ref>[[mediawikiwiki:Extension:Survey]]</ref> =
== Survey ==
* Allows creation of surveys to display to users via this page: [[Special:Surveys]]
<br><br>
 
{{Note|Another unmainted extension which was droped}}
== Syntax Highlighter ==
<br/><br/>
 
= Structured Discussions<ref>[[mediawikiwiki:Extension:StructuredDiscussions]]</ref> =
This extension used to be called '''Flow'''.
 
The '''StructuredDiscussions''' extension provides a discussion and collaboration system for talk pages.
 
Go to any page, if the discussion tab looks similar to this the extension is loaded:
 
[[File:Structured Discussions.png]]
 
<br/><br/>
 
= Syntax Highlighter<ref>[[mediawikiwiki:Extension:SyntaxHighlight]]</ref> =
see [[Test#Code_Blocks]]
<br/><br/>
 
== Templates ==
{{Note|Don't do that, do this.}}
{{Note|Don't forget..|reminder-yellow}}
Line 782 ⟶ 1,681:
Highlight {{H|words in the middle| #00FF00}} of a sentence
{{Draft}}
{{Get|multi howmany|example=
<br><br>
<pre>
<11440 (?)>
multi howmany
<11440 (?)>
NumberOfControllers: 2
I Am HSN 11440 (@0x82971c000)
Leader is HSN 11441 (@0x82972a000)
Licensed for 2 controllers.
Supports 3 controllers.
Controller[0] HSN 11440 SSN 11440 * Peer ci:0
Controller[1] HSN 11441 SSN 11441 Leader ci:1
Controller[2] HSN 0 SSN N/A N/A
<11440 (?)>
</pre>}}
 
 
== Template Data ==
{{Reveal|
* LUN Masking – Allocate a LUN number to a volume at the Storage Array and limit access to specific hosts, the storage controller enforces the access process
* Zoning – this is performed at the fibre switch level ensures initiators do not cross talk
}}
 
 
{{Hidden|Title text here|Body text line 1<br/>Body text line 2|headerstyle=background:#ccccff|style=text-align:center;}}
<br/><br/>
 
= Template Data<ref>[[mediawikiwiki:Extension:TemplateData]]</ref> =
* Creates the ability to add metadata to templates, currently used for Set and Get templates in compiki
* Metadata is best viewed by editing a Set or Get template in Visual Editor
<br/><br/>
 
== Template Styles<ref>[[mediawikiwiki:Extension:TemplateStyles]]</ref> ==
* Template Styles are required for Graphs to display properly on mobiles on this page ie [[Test#Graph|page]]
* The style in this case is provided by [[Template:Graph:Chart/styles.css]]
* There is a special page for changing content styles from wikitext to css or json or raw etc: [[Special:ChangeContentModel]]
<br/><br/>
 
= Thanks<ref>[[mediawikiwiki:Extension:Thanks]</ref> =
== Widgets ==
The '''Thanks''' extension adds a quick way to give positive feedback for productive contributions to MediaWiki sites.
* There is a dedicated namespace for adding HTML code to transclude external services for example survey monkey:
It allows users to send public 'thank you' notifications (via [[Test#Echo.5B30.5D|Echo]]) to other users for their individual edits and some logged actions.
{{#widget:SurveyMonkey
|sm=po-s58YMwf85Q3UxRzdGOBw
|width=600
|height=750
}}
 
== Wiki Editor ==
* This is the editor from [[Test#CodeMirror]] and [[Test#MsUpload]] transcluded below:<Br>
{{#lst:Test|CodeMirror}}
{{#lst:Test|MsUpload}}
<br><br>
 
:[[File:ClipCapIt-210304-125916.png]]
== UTF-8 Support Test ==
 
<br/><br/>
 
= TimedMediaHandler<ref>[[mediawikiwiki:Extension:TimedMediaHandler]]</ref> =
The '''TimedMediaHandler''' extension allows you to display audio and video files in wiki pages, using the same syntax as for image files. It includes the VideoJS Player. There is support for subtitles and captions (aka Timed Text) and real time stream switching between multiple WebM and other derivatives and many other features.
 
Example video on instant commons:
[[File:Video Tour of NGC 346 (JWST).webm|320px|thumb|left]]
{{clear}}
 
Example video on our commons:
[[File:Videoonwikipedia.ogv|320px|thumb|left]]
 
{{clear}}
Example 4K webm:
[[File:Big Buck Bunny_4K.webm|320px|thumb|left]]
 
{{clear}}
See also examples on [[mediawikiwiki:Extension:TimedMediaHandler/Tests|mediawiki]]
 
<br><br style="clear:both">
 
= UTF-8 Support Test =
설치 및 사용 설명서 <br>
 
Line 827 ⟶ 1,764:
 
русский <br>
<br/><br/>
 
== Vote ==
* Vote for this page here:
<vote type=1 />
<br/><br><br/>
 
= Visual Diffs<ref>[[mediawikiwiki:VisualEditor/Diffs]]</ref> =
[[File:VisualEditor visual diff paragraph move and vandalism.png|thumb|left|The [[Mediawikiwiki:VisualEditor/Diffs|visual diffs system]] highlights added text. (March 2017 version)]]
 
A '''visual [[wikipedia:File_comparison|diff]]''' compares and shows differences between rendered (or displayed) documents, as opposed to showing the text (or markup) that is used to format such documents.
 
Since 2017, the main approach for visual diffs in MediaWiki is the [[Mediawikiwiki:VisualEditor/Diffs|visual diffs system]] (pictured) provided by the [[Mediawikiwiki:Extension:VisualEditor|VisualEditor]] extension, which compares the HTML of two documents. It provides visual diffs in VisualEditor's editing preview, as well as (still as a beta feature) in MediaWiki's standard diff display.
<br/><br style="clear:both" />
 
= Who Is Watching<ref>[[mediawikiwiki:Extension:WhoIsWatching]]</ref> =
The '''WhoIsWatching''' extension allows to find out who is watching a particular page, and add others to watchlist for that page. It provides this [[Special:WhoIsWatching]].
 
 
This extension also provides the <code>{{#whoiswatching|Some Page}}</code> parser function showing the number of watching users of <code>Some Page</code> plus providing a link to <code>Special:WhoIsWatching/Some Page</code>. This can be used with skins not supporting footer links or to create the WhoIsWatching link somewhere in a wiki page.
<br/><br/>
 
= Whitespace<ref>[[Help:Template_cheatsheet#Text]]</ref> =
{{Template:Space comparison}}
<br/><br style="clear:both" />
 
= Wiki Love<ref>[[mediawikiwiki:Extension:WikiLove]]</ref> =
'''WikiLove''' is an extension designed to promote the spread of [[wikipedia:Wikipedia:WikiLove|WikiLove]] within Wikipedia and possibly other wikis.
Specifically, it makes adding awards, gifts, and invitations to user talk pages as simple as clicking a few buttons.
 
This Heart icon will appear on a users personal page:
 
[[File:WikiLoveScreenshot.PNG]]
 
<br/><br/>
 
= Wiki Editor<ref>[[mediawikiwiki:Extension:WikiEditor]]</ref> =
The WikiEditor extension provides an improved interface for editing wikitext. It is the wikitext editing interface that Wikipedia started using in 2010 for desktop users, and so it is sometimes called the "2010 wikitext editor". The extension used to provide "Labs" features for "publication" and "preview" steps, but these are removed from Version 1.31 onwards.
 
This is the editor from [[Test#CodeMirror]] and [[Test#MsUpload]] transcluded below:<Br>
{{#lst:Test|CodeMirror}}
{{#lst:Test|MsUpload}}
<br/><br/>
 
= Wiretap<ref>[[mediawikiwiki:Extension:Wiretap]]</ref> =
The Wiretap extension allows users to track the usage of the wiki from [[Special:Wiretap]].
 
It will display the pages hits by users in reverse chronological order. It is heavily based on Extension:UserPageViewTracker, but records each individual hit instead of counting number of hits. Additionally, it tracks the referring page for each hit, so you can see how each user got to the page. Also, it tracks hits to the [[Special:Wiretap]] page itself, so all snooping is being tracked.
 
{{Note|Where this is enabled it replaces [[Test#Hit_Counters.5B31.5D|HitCounters]] which is automatically disabled}}
 
<br/><br/>
 
= Widgets<ref>[[mediawikiwiki:Extension:Widgets]]</ref> =
* There is a dedicated namespace for adding HTML code to transclude external services for example survey monkey:
{{#widget:SurveyMonkey
|sm=po-s58YMwf85Q3UxRzdGOBw
|width=600
|height=750
}}
<br/><br style="clear:both" />
 
= References =
{{Reflist|20em}}