Test: Difference between revisions

Test
[unchecked revision][unchecked revision]
Content deleted Content added
Created page with "== Image from commons.dub.emea.dell.com == Image:Bugs_Bunny.png <br><br> == Bulleted Lists == # one # two # three ## two one ## two two # three #* bullet * one * two * th..."
 
Line 1:
{{TOCright}}
== Image from commons.dub.emea.dell.com ==
 
[[Image:Bugs_Bunny.png]]
== 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]].
 
== 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.PNG]]
<br>
 
== BugzillaReports ==
* Future use on MTP Rack pages, syntax is like this:
<pre>
{{#bugzilla:columns=id,priority,status,to,from,hardware,component,summary
|status=OPEN,PENDING
|priority=P1 - blocker,P2 - major
|sort=priority,id
|noresultsmessage="No matching bugs found."
|bzalternateconfig=SecondBZ
}}
</pre>
<br><br>
 
== Bulleted Lists ==
# one
Line 10 ⟶ 32:
# three
#* bullet
# This one has a pre
 
#:<pre>
#:: line one
#:: line two
#:: line three
#:: </pre>
# Numbering continues after pre
* one
* two
Line 16 ⟶ 44:
<br><br>
 
== Long Hypen testCategoryTree ==
<categorytree mode="pages">Cherrywood</categorytree>
;Dell Storage – EqualLogic
 
== Cite (References) ==
SLN302154 Equallogic Troubleshooting HARDWARE COMPONENT FAILURE CRITICAL
SLN302128 EQL eSupport - Delta Backup Process
SLN302126 Qlogic 57810 - DCBX Configured by OS QOS Message Appears In Qlogic Control Suite And BACS
 
<br><br>
 
== UTF-8 Support Test ==
설치 및 사용 설명서 <br>
 
トールおよびユーザーズガイド バージョ <br>
 
速入门指南 <br>
 
ي استخدام صفيفجهاز صفيف التخزينيصف هذا الدليل <br>
 
מדריך התקנה והגדרה <br>
 
Οδηγός εγκατάστασης και ρύθμισης <br>
 
ക്യനാടുകൾ, ചൈന തുടങ്ങിയ നിരവധി രാജ്യങ്ങളിൽ
 
ভাষা পরিবর্তন করুন <br>
 
русский <br>
<br><br>
 
== References ==
A good question: <ref>Did caleb clone vm?</ref>
;(See bottom of page for reference and also mouseover)
<br><br>
 
== MathCite TestThis Page ==
* 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>
<math>k_{n+1} = n^2 + k_n^2 - k_{n-1}</math>
Click and test: [[Special:CiteThisPage/Test]]
<br><br>
 
== CLDR ==
<math>\cos (2\theta) = \cos^2 \theta - \sin^2 \theta</math>
CLDR provides a database from: [http://www.unicode.org/cldr/repository_access.html unicode.org]
<br><br>
<br>
Functionally this is implemented in parser functions like so:
<Br>
 
{| class="prettytable"
<math>\lim_{x \to \infty} \exp(-x) = 0</math>
! Parser Function Example
! Output
! What it should be
|-
|<pre>{{#language:en|en}}</pre>
|{{#language:en|en}}
| English
|-
|<pre>{{#language:en}}</pre>
|{{#language:en}}
| English
|-
|<pre>{{#language:en|fr}}</pre>
|{{#language:en|fr}}
| anglais
|-
|<pre>{{#language:fr|en}}</pre>
|{{#language:fr|en}}
| French
|-
|<pre>{{#language:fr|fr}}</pre>
|{{#language:fr|fr}}
| français
|-
|<pre>{{#language:fr}}</pre>
|{{#language:fr}}
| français
|}
<br><br>
 
== Clean Changes ==
<math>{n! \over k!(n-k)!} = {n \choose k}</math>
* Cleans up recent changes list, check this page has category tree style drop downs [[Special:RecentChanges]]
<br><br>
 
== Clip Upload ==
<math>\sum_{i=1}^{10} t_i</math>
ClipUpload allows to copy and paste an image directly into the source code editor
<br><br>
 
== Code ==
<math>\int_0^\infty \mathrm{e}^{-x}\,\mathrm{d}x</math>
<code>ah computer code</code>
<br><br>
<br>
 
<math>1.344 Megabits / 8 = 0.168 MegaBytes per second</math>
 
== Code Blocks ==
Line 100 ⟶ 134:
<br><br>
 
* As the browsers windows is reduced in size horizontal scroll bars should appear below (note lines 4 and 7 should be highlighted below):
<syntaxhighlight lang="text" highlight="4,7">
PagePool PagePool Folder Class Speed DiskClassStr Unallocated Unallocated Total Disk AddSpa AddSpa AddSpace AddSpace AddSpace AddSpace Restripe Active
Line 148 ⟶ 182:
<br><br>
 
== Computer Code Editor ==
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.
<code>ah computer code</code>
<br>
 
* syntax highlighting for JavaScript, CSS and Lua
* auto-indent
* tab key produces tab indents (since 1.22), soft indents before.
* indent/unindent selection with tab/shift-tab
* syntax validity check for JavaScript
* Pair-matching for parenthesis, braces and square brackets
<br>
 
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 ==
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/
<br>
 
By default it is switched off. When switching on, it will replace the standard textarea with the editor provided by [http://codemirror.net CodeMirror library].
<br>
 
* Enable here: <section begin=CodeMirror />
[[File:Wiki Editor Toobar CodeMirror Highlighted.png]]<section end=CodeMirror />
<br>
 
* Should look like this:
[[File:Code_editor_example.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>
 
== Commons ==
* Example image from commons.dub.emea.dell.com:
<section begin=bugs />
[[Image:Bugs_Bunny.png|100px]]
<section end=bugs />
<br><br>
 
== Collection ==
{{Caution|Collection is undergoing a rewrite and since July 2019 is using a new PDF rendering engine}}
<Br>
* Start a Collection by clicking "Create a Book" on the bottom of the Sidebar:<br>
[[File:Create_a_Collection.png]]
<br>
 
* Book Creator tool bar provides capability to add multiple pages to PDF:<br>
[[File:Book_Creator_Tool_bar.png]]
<br>
 
* This can be used for exporting offline copies of wiki pages:<Br>
<br><br>
 
== Collapsible Vector ==
* Are the Side Bar items show collapsible like this:<br>
[[File:Collapsible Sidebar items.png]]
<br><br>
 
== Confirm Edit ==
{{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 ==
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>
 
The score is defined as (number of unique pages edited) + 2 * square root ((number of edits) - (number of unique pages edited)).
<br>
 
For testing verify this page exists [[Special:ContributionScores]]
<br><br>
 
== CSS ==
{{#css:Test.css}}
* crazy class for pink pre, custom css test included from Test.css page:
<syntaxhighlight class=crazy lang="text" highlight="6">
#include <iostream>
using namespace std;
int main()
{
cout << "Hello, World!";
return 0;
}
</syntaxhighlight>
<br>or (using pygments to format C++ code)
<syntaxhighlight class=crazy lang="c++" highlight="6">
#include <iostream>
using namespace std;
int main()
{
cout << "Hello, World!";
return 0;
}
</syntaxhighlight>
<br>
{{Note|Make sure to pass <code>action&#61;raw</code> and <code>ctype&#61;text/css</code> when editing customer css page for example}}
<br>
<pre>
http://labwiki.dub.emea.dell.com/index.php?action=raw&title=Test.css&ctype=text/css&action=edit
</pre>
<br><br>
 
== Duplicator ==
Creates the ability for sysops to duplicate pages using this page: [[Special:Duplicator]]
<br><br>
 
== Dynamic Page List ==
* ''Top 10 Longest Pages with No Revision Table'':
{{#dpl:
|namespace =
|count = 10
|ordermethod = size,counter,lastedit
|order = descending
|notcategory = Documented
|addeditdate=true
|addpagecounter=true
|userdateformat= d M 'y
|format = ,\n%DATE% - '''[[%PAGE%]]''' - <font color=green>(%COUNT% Views)</font>,<br/>,
}}
<br><br>
 
== Embed Video ==
{|class="wikitable"
!Release date!!Title!!link!!Description
|- valign="top"
|style="width: 20px;"|May 18, 2016
|style="width: 30%;|Cross-Platform Replication<br> - Part 1: Introduction, Dell Storage Manager, and Configuration||{{youtubethumbs|QL8NGIfoZcc}}||This is part 1 of the 4-part video series on Dell Storage cross-platform replication. This part introduces the Dell Storage Manager GUI, and demonstrates how to add storage and configure iSCSI connections for replication.
 
For more information, see the cross-platform replication solutions guide at http://en.community.dell.com/techcenter/extras/m/white_papers/20442539
|- valign="top"
|May 18, 2016||Cross-Platform Replication<br> - Part 2: Replicate PS Series to SC Series||{{Youtubethumbs|5iTzVZCisjk}}||This is part 2 of the 4-part video series on Dell Storage cross-platform replication. This part demonstrates how to configure a volume for replication and manually replicate the volume.
 
For more information, see the cross-platform replication solutions guide at http://en.community.dell.com/techcenter/extras/m/white_papers/20442539
|- valign="top"
|May 18, 2016||Cross-Platform Replication<br> - Part 3: Failover PS Series to SC Series||{{youtubethumbs|ltdxmHdvA7g}}||This is part 3 of the 4-part video series on Dell Storage cross-platform replication. This part demonstrates failing a volume over to the destination array.
 
For more information, see the cross-platform replication solution guide at http://en.community.dell.com/techcenter/extras/m/white_papers/20442539
|- valign="top"
|May 18, 2016||Cross-Platform Replication<br> - Part 4: Failback SC Series to PS Series||{{youtubethumbs|xLR5zL0bdk8}}||This is part 4 of the 4-part video series on Dell Storage cross-platform replication. This part demonstrates restoring or failing back the volume that was failed over in part 3.
 
For more information, see the cross-platform replication solution guide at http://en.community.dell.com/techcenter/extras/m/white_papers/20442539
|}
<br><br>
 
== FlaggedRevs ==
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><Br>
 
* All pages should have this Revision Review Widget at the bottom of pages:<br>
[[File:Review_This_Revision.PNG]]
<br><br>
 
 
== Gadgets ==
* Confirm there is a gadgets tab in user preferences:<br>
[[File:Gadgets Tab.png|400px]]
<br><br>
 
== 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}}
 
{{Graph:Chart|width=100|height=100|type=pie|legend=Legende
|x=A,B,C,D,E,F,G,H,I|y1=100,200,150,300,100,100,150,50,200
|y2=7,8,9,8,8,9,10,9,5|showValues=}}
 
{{Graph:Chart|width=400|height=100|xAxisTitle=X|yAxisTitle=Y
|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>
 
== Hit Counters ==
Hit Counters is the extension which is used to populate the data here: [[Special:Statistics]]
<br><br>
 
== HTML 2 WIKI ==
This extension provides the page [[Special:Html2Wiki]] for importing HTML exports of word docs etc..
<br><br>
 
== ImageMap ==
<br/><br/>
<imagemap>Image:Room-Overview-v02.png|
rect 189 412 244 494 [[Labwiki:Rack 115|Rack 115]]
rect 245 412 301 494 [[Labwiki:Rack 116|Rack 116]]
rect 302 412 358 494 [[Labwiki:Rack 117|Rack 117]]
rect 359 412 415 494 [[Labwiki:Rack 118|Rack 118]]
rect 416 412 460 494 [[Labwiki:Cooling|Cooling]]
rect 461 412 517 494 [[Labwiki:Rack 119|Rack 119]]
rect 189 246 244 328 [[Labwiki:Rack 120|Rack 120]]
rect 245 246 290 328 [[Labwiki:Cooling|Cooling]]
rect 291 246 347 328 [[Labwiki:Rack 121|Rack 121]]
rect 348 246 403 328 [[Labwiki:Rack 122|Rack 122]]
rect 404 246 460 328 [[Labwiki:Rack 123|Rack 123]]
rect 461 246 517 328 [[Labwiki:Rack 124|Rack 124]]
rect 12 325 69 385 [[Labwiki:Rack 98|Rack-98]]
rect 227 19 524 60 [[Labwiki:Rack 97|Rack-97]]
</imagemap>
<br/><br/>
 
== Input Box ==
Search from here:
<div style="float:left;">
<inputbox>
type=search
default=do hard drives fail
searchbuttonlabel=Dig deeper
bgcolor=#eeeeff
</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 ==
* This code is creating slide show floating right:
{|
|-
|
<pre>
<slideshow sequence="random" transition="fade" refresh="2000">
<div>[[Image:Tasmanian-devil.jpg|thumb|right|128px|Tasmanian Devil]]</div>
<div>[[Image:Tweety.svg.png|thumb|right|128px|Tweety]]</div>
<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>
</pre>
|
<slideshow sequence="random" transition="fade" refresh="2000">
<div>[[Image:Tasmanian-devil.jpg|thumb|right|128px|Tasmanian Devil]]</div>
<div>[[Image:Tweety.svg.png|thumb|right|128px|Tweety]]</div>
<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>
|}
<br><br>
 
== Lingo ==
Enabled Mouseovers for Abbreviations and commons terms from [[Terminology|Terminology page]]
 
* Test Sentences:
** FTP and SCP are common protocols used to transfer files from PowerStoreT and PowerStoreX Nodes
<br>
{{Note|This can be excluded from any one page using the magic word:<Br>
<pre>__NOGLOSSARY__</pre>}}
<br><br>
 
== Labeled Section Transclusion ==
* 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"
!Rabbit
|-
| {{#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 ==
{{Note|Provides no additional functionality for SupportWikis, on WMF is run as a cron job to update translation of extensions, was once a pre-req of VisualEditor, I need to validate if this is still true}}
<Br><br>
 
== 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
 
SLN302154 Equallogic Troubleshooting HARDWARE COMPONENT FAILURE CRITICAL
SLN302128 EQL eSupport - Delta Backup Process
SLN302126 Qlogic 57810 - DCBX Configured by OS QOS Message Appears In Qlogic Control Suite And BACS
 
<br><br>
 
== Maintenance ==
* Convenience access to some Maintenance scripts via [[Special:Maintenance]]
<br><br>
 
== Math Test ==
<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>
 
<math>1.344 Megabits / 8 = 0.168 MegaBytes per second</math>
<section end=math />
 
== Mobile Frontend ==
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.PNG|400px]]
<br><br>
 
== MultimediaViewer ==
* 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 ==
* 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.PNG]]<section end=MsUpload/>
<br><br>
 
== LDAP Authentication ==
Authentication is provided by the following plugins:
* LDAPAuthentication2
* LDAPAuthorization
* LDAPGroups
* LDAPProvider
* LDAPUserInfo
* PluggableAuth
<br>
 
{{Tip|Best way to test this is log in}}
<Br><br>
 
 
== Namespace Manager ==
* Validate by confirming there are multiple customer namespaces on the [[Special:Search|search page]] such as '''L2''' or '''L3'''
<Br><br>
 
== Nuke ==
* The dangerous '''Nuke''' extension makes it possible for sysops to mass delete pages. It is accessed here [[Special:Nuke]]
<br><br>
 
== Page Images ==
* 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 ==
* Provides a widget with flyouts for easy moderating of new pages:<br>
[[Image:PageTriageDeletionFlyout.png]]
<br><br>
 
== Parser Functions ==
* 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 ==
{{Note|PDF handler no longer works since porting the wikis to Alpine Linux}}
<br><br>
 
== Preloader ==
* 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>
 
Line 185 ⟶ 598:
<br><br>
 
== Inter Wiki LinkPoem ==
Preformatted Text similar to '''pre''' and '''code''' only difference being that wiki markup is allowed in side the tags:<br>
[[storagewiki:SMART | SMART]]
<br><brpoem>
If you can keep your '''head''' when all about you
Are losing theirs and {{Red|blaming}} it on you,
If you can trust yourself when all men doubt you,
But make allowance for their doubting too;
If you can wait and not be tired by waiting,
Or being lied about, don’t deal in lies,
Or being hated, don’t give way to hating,
And yet don’t look too good, nor talk too wise:
 
If you can dream—and not make dreams your master;
== Templates ==
If you can think—and not make thoughts your aim;
{{Note|Look a Rabbit}}
If you can meet with Triumph and Disaster
{{Tip|$h1t happens}}
And treat those two impostors just the same;
{{Warning|Don't do that}}
If you can bear to hear the truth you’ve spoken
{{Caution|Careful Now!}}
Twisted by [https://www.dictionary.com/browse/knaves?s=t knaves] to make a trap for fools,
<br><br>
Or watch the things you gave your life to, broken,
And stoop and build ’em up with worn-out tools:
 
If you can make one heap of all your winnings
And risk it on one turn of pitch-and-toss,
And lose, and start again at your beginnings
And never {{Blue|breathe}} a word about your loss;
If you can force your heart and nerve and sinew
To serve your turn long after they are gone,
And so hold on when there is nothing in you
Except the Will which says to them: ‘Hold on!’
 
If you can talk with crowds and keep your virtue,
== Top 10 Longest Pages with No Revision Table ==
Or walk with Kings—nor lose the common touch,
<DynamicPageList>
If neither foes nor loving friends can hurt you,
namespace = Main
If all men count with you, but none too much;
count = 10
If you can fill the unforgiving minute
ordermethod = length
With sixty seconds’ worth of distance run,
order = decending
Yours is the Earth and everything that’s in it,
notcategory = Documented
And—which is more—you’ll be a Man, my son!
</DynamicPageList>
</poem>
 
== Quiz ==
<section begin=quiz />
<quiz display=simple>
{Bulgaria and Rumania joined the
Line 224 ⟶ 658:
- FALSE.
</quiz>
<section end=quiz />
<br><br>
 
== Rename User ==
* Provides special page [[Special:RenameUser|RenameUser]]
<br><br>
 
== ReplaceText 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 ==
{{Caution|Doesn't work since 1.27}}
<br>
 
* Provides a special page to clean up recent changes, test the existence of this special page for qualification:
<pre>http://labwiki.dub.emea.dell.com/wiki/Special:RecentChangesCleanup</pre>
Click and test: [[Special:RecentChangesCleanup]]
<br><br>
 
== Sandbox Link ==
* 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.PNG]]
<br><br>
 
== Set and Get Commands ==
Line 282 ⟶ 740:
|Lights Off !!
|}
<br><br>
 
== 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>
 
== Spam Blacklist ==
* Not used in support wikis
* Used to be used for preventing user name creation for non corporate formatted logins
<br><br>
 
== Survey ==
* Allows creation of surveys to display to users via this page: [[Special:Surveys]]
<br><br>
 
== Syntax Highlighter ==
see [[Test#Code_Blocks]]
<br><br>
 
== Templates ==
{{Note|Look a Rabbit}}
{{Tip|$h1t happens}}
{{Warning|Don't do that}}
{{Caution|Careful Now!}}
<br><br>
 
== Template Data ==
* 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 ==
* 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>
 
== Widgets ==
* 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
}}
 
== Wiki Editor ==
* This is the editor from [[Test#CodeMirror]] and [[Test#MsUpload]] transcluded below:<Br>
{{#lst:Test|CodeMirror}}
{{#lst:Test|MsUpload}}
<br><br>
 
== UTF-8 Support Test ==
설치 및 사용 설명서 <br>
 
トールおよびユーザーズガイド バージョ <br>
 
速入门指南 <br>
 
ي استخدام صفيفجهاز صفيف التخزينيصف هذا الدليل <br>
 
מדריך התקנה והגדרה <br>
 
Οδηγός εγκατάστασης και ρύθμισης <br>
 
ക്യനാടുകൾ, ചൈന തുടങ്ങിയ നിരവധി രാജ്യങ്ങളിൽ
 
ভাষা পরিবর্তন করুন <br>
 
русский <br>
<br><br>
 
== Vote for this page ==
* Vote for this page here:
<vote type=1 />
<br><br><br>