JSON blob: open
KeyValue
!bla
$varactually ok sometimes
$wgServerThe base URL of the server, including protocol (or protocol relative leading //) and without the trailing slash (eg, "http://www.example.org" or "//mediawiki.org"). See also https://www.mediawiki.org/wiki/Manual:%24wgServer
?>The PHP closing tag "?>" is never required at the end of a pure-code php file, and mediawiki developers actively remove it, as it often causes problems related to trailing whitespace, and "headers already sent" errors. See also http://news.php.net/php.general/280796 and !bom as well as https://phabricator.wikimedia.org/T19642
@@ is the "error suppression operator" and should never be used in code, ever. This is an example of a lazy coder: $from = @$options['from'];
@param@param $var type description
1.27MediaWiki 1.27 is the current LTS version of MediaWiki, released on June 28th 2016. See https://www.mediawiki.org/wiki/MediaWiki_1.27
2.0No, seriously, 2.0. Have a tracking bug: https://phabricator.wikimedia.org/T72000
3x$1 $1 $1
42The answer to life, the universe and everything.
anot A
abusefilterAbuseFilter is an extension that tags and filters problematic edits. For more information, see <http://www.mediawiki.org/wiki/Extension:AbuseFilter>
accessFor information on customizing user access, see <http://www.mediawiki.org/wiki/Manual:User_rights>. For common examples of restricting access using both rights and extensions, see <http://www.mediawiki.org/wiki/Manual:Preventing_access>.
ackTry ack instead of grep; it's mostly the same syntax as grep, but much faster. http://betterthangrep.com/
actionpathsTo set up action paths like http://example.com/view/Main_Page and http://example.com/edit/Main_Page , see https://www.mediawiki.org/wiki/Manual:$wgActionPaths
actionsFor default actions understood by MediaWiki, see <http://www.mediawiki.org/wiki/Manual:Parameters_to_index.php#Actions>
adminsettingsAdminSettings.php was a additional configuration file for use with the command line maintenance scripts that required higher privileges to the database, This has since been removed in 1.16 and is no longer needed (Unless you are running a version older than 1.16). For more information see: <http://www.mediawiki.org/wiki/Manual:AdminSettings.php>
adsensehttps://www.mediawiki.org/wiki/Extension:Google_AdSense_2
ajaxhttps://www.mediawiki.org/wiki/Manual:Ajax
allmessagesFor a list of system messages available in the MediaWiki: namespace, see Special:AllMessages
allowoverrideApache 2 .htaccess files require the AllowOverride directive to be set to one of many values in your virtual host configuration file. Easy way to do this is by setting it to All, adding the line in your <Directory > section should it be missing. To read more on this subject, http://is.gd/jczEO5
amendhttps://www.mediawiki.org/wiki/Git/Workflow#Amend_your_change
ampersandhttp://www.mediawiki.org/wiki/Manual:Short_URL#Ampersand_.28.26.29_problem
analyticsSee <https://www.mediawiki.org/wiki/User:Dantman/Analytics_integration> for techniques on adding analytics scripts using your LocalSettings file.
ancientOld MediaWiki versions may have bugs and security vulnerabilities, we don't recommend you to use any release older than 1 year. See http://www.mediawiki.org/wiki/Version_lifecycle for details.
anglebracketsIn PHP prior to version 5.2.9 there is an incompatibility with libxml2 versions 2.7.0?2.7.2. This causes the very noticable issue of angle brackets, < and >, being stripped on Export and Import from Mediawiki. Upgrading PHP to at least 5.2.9 and libxml2 to 2.7.3 OR downgrading libxml2 to a version prior to the 2.7.x series fixes this issue. More info: http://bugs.php.net/bug.php?id=45996
announcemediawiki-announce is a very-low-traffic email list announcing new MediaWiki releases and security updates. Subscribe at https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce
annoyinglittlebughttps://www.mediawiki.org/wiki/Annoying_Little_Bug
anonnoticeAnonnotice is a wiki-wide message viewable by all logged out users at the top of every page. Similar to sitenotice, if anonnotice exists only logged out users will see anonnotice and only logged in users will see Sitenotice, they will not see each other. Anonnotice is editable by sysops at [[MediaWiki:Anonnotice]]. See also: !sitenotice
answer42
apiThe MediaWiki API provides direct, high-level access to the data contained in the MediaWiki databases. Client programs should be able to use the API to login, get data, and post changes. Find out more at < https://www.mediawiki.org/wiki/API >. For client libraries in various languages, see < https://www.mediawiki.org/wiki/API:Client_Code >.
apiclienthttps://www.mediawiki.org/wiki/API:Client_code
apiinternalhttps://www.mediawiki.org/wiki/API:Calling_internally
askPlease feel free to ask your question: if anybody who knows the answer is around, they will surely reply. Don't ask for help or for attention before actually asking your question, that's just a waste of time – both yours and everybody else's. :)
auditWarnings thrown by code auditing tools like Fortify are mostly nonsense. Unless you understand the MediaWiki code and know what you're talking about, don't ask us about every warning you get.
authenticationSee http://www.mediawiki.org/wiki/Category:User_identity_extensions for a list of external/shared user authentication extensions. Also see http://www.mediawiki.org/wiki/AuthPlugin for an overview on creating your own.
AuthManagerhttps://www.mediawiki.org/wiki/Manual:SessionManager_and_AuthManager
autoblockhttp://www.mediawiki.org/wiki/Autoblock
autoconfirmedAutoconfirmed is a user group where users are automatically added to X days after account creation and after Y edits. See <http://www.mediawiki.org/wiki/Manual:User_rights#List_of_Groups>
autoloadClasses used by extensions must be added to $wgAutoloadClasses so that they are picked up by the autoloader, see http://www.mediawiki.org/wiki/Manual:$wgAutoloadClasses for more information.
autopromotehttps://www.mediawiki.org/wiki/Manual:$wgAutopromote
autothumbWikimedia generates thumbnails on-demand by shelling out to thumb.php with a custom 404 handler. See <http://svn.wikimedia.org/viewvc/mediawiki/trunk/tools/upload-scripts/> for source.
autowikibrowserAutoWikiBrowser (often abbreviated AWB) is a semi-automated MediaWiki editor designed to make tedious repetitive tasks quicker and easier. https://en.wikipedia.org/wiki/Wikipedia:AutoWikiBrowser
backupSee http://www.mediawiki.org/wiki/Manual:Backing_up_a_wiki for information about backing up your wiki. For restoring your wiki, see http://www.mediawiki.org/wiki/Manual:Moving_a_wiki#Import_the_database_backup for more. If you don't have database access, try !grabber.
bestcaseYou create a wiki as popular as Wikipedia, with an Adsense clickthrough rate above 99%. And you get laid.
blacklistFor blocking articles and accounts with certain name patterns, see https://www.mediawiki.org/wiki/Extension:TitleBlacklist.
blameWhatever happened, it's Domas' fault. For everything else, there's `git blame`.
blankA blank page or HTTP 500 error usually indicates a fatal PHP error. For information on debugging (including viewing errors), see <https://www.mediawiki.org/wiki/Manual:How_to_debug>.
blankpageA blank page or HTTP 500 error usually indicates a fatal PHP error. For information on debugging (including viewing errors), see <https://www.mediawiki.org/wiki/Manual:How_to_debug>.
bleedingedgeTo run master see https://www.mediawiki.org/wiki/Download_from_Git (Location: https://gerrit.wikimedia.org/r/p/mediawiki/core.git ). See also https://www.mediawiki.org/wiki/Gerrit. If slightly less adventurous, see https://www.mediawiki.org/wiki/Nightlies
blocking<http://www.mediawiki.org/wiki/Manual:Block_and_unblock>
bluespicehttp://www.blue-spice.org/ - an enterprise MediaWiki distribution. Their software does not work with MediaWiki 1.23, so watch out!
boilerplatehttp://www.mediawiki.org/wiki/Manual:Creating_pages_with_preloaded_text
bomThe byte-order mark (BOM) is a special character added to files by some text editors, most notably, by Notepad. It is unnecessary and breaks PHP code. You should not use Notepad to edit PHP files. Alternatives for Windows include Notepad++, SciTE, EditPlus, and UltraEdit. See also !?>
boostrap404The MediaWiki Bootstrap extension does not yet have a release version, so if you're trying to install it with composer, you'll need to configure composer to allow cloning of development versions.
botA bot is an automatic process which interacts with MediaWiki as though it were a human editor and is designed to simplify repetitive actions too cumbersome to do manually. An overview of how to create a bot and a list of known frameworks can be found at http://en.wikipedia.org/wiki/Wikipedia:Creating_a_bot
botnoobI don't know everything about everything. I am mostly for lazy experienced users to echo quick answers to very common mediawiki questions. Please don't randomly experiment with me for help. Everything I know is at https://wm-bot.wmflabs.org/dump/%23mediawiki.htm and you can visit #mwbot which shares the same db (read only)
branchpointshttp://www.mediawiki.org/wiki/Branch_points
bribeStroopwafels for everyone!!!
browserhttps://www.mediawiki.org/wiki/Compatibility#Browser
bughttps://phabricator.wikimedia.org
bug1https://phabricator.wikimedia.org/T2001
bugsearchhttps://phabricator.wikimedia.org/search/?query=$url_encoded_*
bugsonghttp://www.mediawiki.org/wiki/User:Robchurch/BugZilla_song
bugzillahas replaced Bugzilla with Phabricator! --> https://phabricator.wikimedia.org/
bulkpagecreatorThe MediaWiki Bulk Page Creator is a bot that can create lots of pages for you from a formatted input file. See http://meta.wikimedia.org/wiki/MediaWiki_Bulk_Page_Creator for more information.
bunchinghttp://en.wikipedia.org/wiki/Wikipedia:How_to_fix_bunched-up_edit_links
bureaucracya state of being between steward and sysop
butterflieshttps://xkcd.com/378/
cacheGeneral information about caches can be seen at <http://www.mediawiki.org/wiki/Manual:Cache>, for configuration settings see <http://www.mediawiki.org/wiki/Manual:Configuration_settings#Cache>
canreedydeploynowyes
captchaFor more information about CAPTCHAs and MediaWiki, see <http://www.mediawiki.org/wiki/Extension:ConfirmEdit>.
cardhttps://mingle.corp.wikimedia.org/projects/analytics/cards/$1
catSee http://www.mediawiki.org/wiki/Category:$1
categorieshttp://www.mediawiki.org/wiki/Help:Categories
cc/jsThe mediawiki coding conventions for JavaScript can be found at http://www.mediawiki.org/wiki/CC/JS
centralauthCentralAuth extension allows global/shared accounts between projects, it's generally not needed for small-scall wiki farms. For more information, see <http://www.mediawiki.org/wiki/Extension:CentralAuth>
chansearchhttp://bots.wmflabs.org/~wm-bot/searchlog/
chanspamYou can actually privmsg me too, you know. Also see #mwbot
charinsertCharInsert is an extension that enables the creation of JavaScript links which, when clicked, insert predefined text into the text box. These links are usually used in the "MediaWiki:Edittools" interface message. For more information, see < http://www.mediawiki.org/wiki/Extension:CharInsert >; for example usage, see < http://en.wikipedia.org/wiki/MediaWiki:Edittools >.
cheatsheethttp://en.wikipedia.org/wiki/Wikipedia:Cheatsheet
checkuserCheckUser is an extension that allows privileged users to see what IPs a user edited from or what users edited from an IP. For more information see < http://www.mediawiki.org/wiki/Extension:CheckUser >
cihttps://integration.mediawiki.org/ci/
ciaThe retired bot CIA-# used to announce changes in the MediaWiki subversion repository. More information is available at <http://cia.vc> and <http://cia.vc/stats/project/MediaWiki>.
citehttp://www.mediawiki.org/wiki/Extension:Cite
classSee https://doc.wikimedia.org/mediawiki-core/master/php/class$1.html
cloakhttp://meta.wikimedia.org/wiki/Cloak
cmsWikis are designed for openness, to be readable and editable by all. If you want a forum, a blog, a web authoring toolkit or corporate content management system, perhaps don't use wiki software. There is a nice overview of free tools available at <http://www.opensourcecms.com/> including the possibility to try each system. For ways to restrict access in MediaWiki, see !access.
codehttp://www.mediawiki.org/wiki/Special:Code
codereviewhttp://www.mediawiki.org/wiki/Code_review
codesearchhttps://github.com/search?l=&q=$url_encoded_*+%40wikimedia&ref=advsearch&type=Code
collapsehttp://www.mediawiki.org/wiki/Manual:Collapsible_tables
collapsiblehttps://www.mediawiki.org/wiki/Manual:Collapsible_elements
colonTo escape the usual function of [[Image:]] links, [[Category:]] links, [[en:Interlanguage]] links, and create an inline simple link, prefix a colon. [[:Image:Wiki.png]], [[:Category:Cats]], [[:en:Foobar]]. A colon can also be used to transclude an article in the main namespace, eg {{:Main_Page}} or {{subst::Main_Page}}. Note: Colons in per-page css classes are escaped to underscores: [[User:Foo]]'s class is "page-User_Foo".
commithttp://www.mediawiki.org/wiki/Commit_access_requests
commonsWikimedia Commons is an online hard disk with almost infinite capability. You can upload anything you want there as long as you follow its policy.
compareFor a comparison of wiki software, see <http://en.wikipedia.org/wiki/Comparison_of_wiki_software> and <http://www.wikimatrix.org/>
composerComposer is a dependency manager for PHP. MediaWiki uses it to include certain external libraries. See https://www.mediawiki.org/wiki/Composer for more details. For information on how to install MediaWiki dependencies with composer see https://www.mediawiki.org/wiki/Download_from_Git#Fetch_external_libraries
compressionCompression in MediaWiki is covered at http://www.mediawiki.org/wiki/Compression
configAll configuration is done in LocalSettings.php (near the end of the file). Editing other files means modifying the software. Default settings are not in LocalSettings.php, you can look in DefaultSettings.php. See <http://www.mediawiki.org/wiki/Manual:Configuring_MediaWiki>, <http://www.mediawiki.org/wiki/Manual:LocalSettings.php>, <http://www.mediawiki.org/wiki/Manual:Config_script>, and <http://noc.wikimedia.org/conf>
consoleThe console and it's asociated features allows one to execute JavaScript on a page, see errors, inspect CSS, manipulate the DOM or CSS, run profiling and more. See !firebug (Firefox) and !webinspector (Safari/Chrome) for more.
contributeFor information on how to contribute towards the MediaWiki project, check out <https://www.mediawiki.org/wiki/How_to_become_a_MediaWiki_hacker>
cookiesTo enable cookies for popular browsers, see <http://www.google.com/support/accounts/bin/answer.py?&answer=61416>
coolurisTim Berners-Lee says: Cool URIs don't change! <http://www.w3.org/Provider/Style/URI>
copyhelpSee <http://www.mediawiki.org/wiki/Help:Copying> for instructions on copying the help pages to your wiki.
copyingThe "Help:" namespace on mediawiki.org is available for copying. See < http://www.mediawiki.org/wiki/Help:Copying >.
copyinghelpSee <http://www.mediawiki.org/wiki/Help:Copying> for information about copying help to your own wiki.
copytemplatesFor help copying templates from one wiki to another, see < http://www.mediawiki.org/wiki/Help:Templates#Copying_from_one_wiki_to_another >.
corehackhttps://www.mediawiki.org/wiki/Do_not_hack_MediaWiki_core
cornhttp://en.wikipedia.org/wiki/Maize
createandpromoteTo recreate the admin user, run "php maintenance/createAndPromote.php" on the command line.
createpageThe best way to create a new wiki page is to create a link to the not-yet-existing page on some page that does exist, save it, and then click the new red link and create the page. Alternatively, you can enter the name of the page in the search box and hit go and then create the page. For extensions that help with creating pages, see <http://www.mediawiki.org/wiki/Category:Page_creation_extensions>
creditNOTE: when using content from another wiki, follow the LICENSE TERMS, especially, attribute source and authors! Please read <http://en.wikipedia.org/wiki/Wikipedia:Copyright> and <http://en.wikipedia.org/wiki/Wikipedia:Reusing_Wikipedia_content>.
cronhttp://en.wikipedia.org/wiki/cron
csThe acronym CS stands for Computer Science.
cssTo change styles for your wiki, go to one of the MediaWiki:xxx.css wiki page (NOT a file) and put your custom styles there (sysop/admin rights required). MediaWiki:Common.css is for all skins and should be used for content styles. MediaWiki:Vector.css is for the Vector skin (default), etc. For more information, see !skins and https://www.mediawiki.org/wiki/Manual:Interface/CSS
csshideheaderTo hide the header on the main page, you need to add this CSS to the wiki page [[MediaWiki:Common.css]]: "body.page-Main_Page h1.firstHeading { display: none; }". If your main page's title is not "Main Page", you'll need to change it accordingly (look at the class on the <body> tag in the HTML source).
csv2wikihttp://area23.brightbyte.de/csv2wp.php
csv2wpcsv2wp is an online tool for converting tables in CSV format, like the one Excel can produce, to WikiText or HTML.
damneditcounthttps://phabricator.wikimedia.org/T21311
dbSee http://www.mediawiki.org/wiki/Manual:$1_table
dbtablehttp://www.mediawiki.org/wiki/Manual:$1_table
debbughttp://bugs.debian.org/$1
debianubuntuWhile there is a MediaWiki package in the Debian/Ubuntu repositories, you should probably not install it. It's very out of date, and we can't necessarily help you with it. Please see https://www.mediawiki.org/wiki/Debian/Ubuntu for how to get MediaWiki running on your machine.
debugFor information on debugging (including viewing errors), see https://mediawiki.org/wiki/Manual:How_to_debug . A list of related configuration variables is at https://mediawiki.org/wiki/Manual:Configuration_settings#Debug.2Flogging Also see https://mediawiki.org/wiki/Manual:Errors_and_symptoms
defaultsettingshttps://phabricator.wikimedia.org/source/mediawiki/browse/master/includes/DefaultSettings.php
defenestratedefenestrates $1
deleteuserDeleting users is very messy and not recommended, because this breaks referential integrity in the database (they appear in many different tables like users, edit histories, recentchanges, preferences, etc). A safe solution is to block the users, and possibly rename them with <http://www.mediawiki.org/wiki/Extension:Renameuser>. You can also try <http://www.mediawiki.org/wiki/Extension:User_Merge_and_Delete>
deploymentshttp://wikitech.wikimedia.org/view/Software_deployments
detailsPlease give us details when reporting a problem. <http://img526.imageshack.us/img526/8871/problem1a.gif>
developerDid you mean engineer?
developershttp://www.mediawiki.org/wiki/Developers
devsecurityhttp://www.mediawiki.org/wiki/Security_for_developers
diff3http://www.mediawiki.org/wiki/Manual:$wgDiff3
diffusionspamChad is an idiot.
dirtydiffshttps://tools.wmflabs.org/visualeditor/dirtydiffs/
dismissablesitenoticeDismissableSiteNotice is an extension which lets users hide SiteNoticess. For more information see <http://www.mediawiki.org/wiki/Extension:DismissableSiteNotice>
displaytitleSee <http://www.mediawiki.org/wiki/Manual:%24wgAllowDisplayTitle>.
dnfiles $* into dev/null as requested.
dockerDocker stuff is experimental. https://www.mediawiki.org/wiki/Docker
documentationAn overview of available documentation about MediaWiki can be found at <http://www.mediawiki.org/wiki/Developer_hub>
doesntwork"It doesn't work" is not helpful. What exactly happens when you try? What message do you get?
domdocumentIf the DOM_Document class is missing, install PHP's XML module (and restart Apache) or set $wgParserConf['preprocessorClass'] = 'Preprocessor_Hash' (see <http://www.mediawiki.org/wiki/Manual:%24wgParserConf> for details)
dontdothathttp://c2.com/cgi/wiki?DontDoThat
downgradeI don't know anything about "downgrade"... you must be a Windows user. Perhaps you mean http://www.mediawiki.org/wiki/Manual:Upgrading
downloadThe latest stable release of MediaWiki can be downloaded from <https://www.mediawiki.org/wiki/Download>. Files are supplied in a .tar.gz archive. MediaWiki can also be obtained direct from our Git repository <https://www.mediawiki.org/wiki/Download_from_Git>.
doxygenhttps://doc.wikimedia.org/
dplThe DynamicPageList (DPL) extension outputs reports based on criteria given in a special tag. For more information, see <http://www.mediawiki.org/wiki/Extension:DynamicPageList> and <http://semeb.com/dpldemo/index.php?title=Dynamic_Page_List>.
draftif you want to submit an unfinished changeset, you can add the argument "--draft" (or "-D") to "git review" to upload a draft that can either be abandoned or published at a later time, and it wont show up in open reviews
dumpFor information on how to get dumps from Wikimedia Wikis, see http://meta.wikimedia.org/wiki/Data_dumps . For a how-to on importing dumps, see https://www.mediawiki.org/wiki/Manual:Importing_XML_dumps .
dumphtmlFor creating a static HTML dump of your wiki, see <http://www.mediawiki.org/wiki/Manual:DumpHTML.php>
e_testhttps://www.mediawiki.org/wiki/Extension:$*
easyWe keep a list of bugs that are easy to solve, in case new developers want a simple step to start out with. Check out https://phabricator.wikimedia.org/tag/easy/ and let us know if you need any help fixing your first bug!
echohttp://www.mediawiki.org/wiki/Echo_%28Notifications%29
editbuttonsSee <http://www.mediawiki.org/wiki/Manual:FAQ#How_do_I_add_more_buttons_on_the_edit_page.3F>, also have a look at <http://www.mediawiki.org/wiki/Extension:CharInsert>
editingFor assistance with editing, see: http://en.wikipedia.org/wiki/Help:Contents/Editing_Wikipedia
edittokento edit pages through the API, you will need an edit token, which you can fetch through the API : http://www.mediawiki.org/wiki/API:Edit_-_Create%26Edit_pages#Token
emailFor information about setting up email, see <http://www.mediawiki.org/wiki/Email#Email_settings>. For extensions, see <http://www.mediawiki.org/wiki/Category:Email_extensions>
emailconfirmedThe implicit "emailconfirmed" group has been removed from MediaWiki 1.13. To create it, use $wgAutopromote['emailconfirmed'] = APCOND_EMAILCONFIRMED;
enableapiTo enable bot API in your MediaWiki installation, add $wgEnableAPI = true; to LocalSettings.php. If you also need to modify the wiki using the API, also add $wgEnableWriteAPI = true;
enotifhttp://www.mediawiki.org/wiki/Manual:Configuration_settings#Email_notification_.28Enotif.29_settings
enwphttp://enwp.org/$1
errorsTo see PHP errors, add this to the very top of LocalSettings.php: error_reporting(E_ALL); ini_set("display_errors", 1); Fatal PHP errors usually go to Apache's error log - also check the error_log setting in php.ini (or use phpinfo). For more details in wiki error reports, set $wgShowExceptionDetails = true; $wgShowSQLErrors = true; For full debug output, set $wgDebugLogFile to some path you like.
eshttp://www.mediawiki.org/wiki/External_Storage
etherpadhttp://etherpad.wikimedia.org/$1
evalTo query MediaWiki objects and functions live, you can use maintenance/eval.php script https://www.mediawiki.org/wiki/Manual:Eval.php
eventsWe run face-to-face events for MediaWiki developers and people who want to learn: https://www.mediawiki.org/wiki/MediaWiki_developer_meetings We also have online meetings in IRC to triage bugs: https://www.mediawiki.org/wiki/Bug_management/Triage
evilglobalsThings that if you add when there are other ways to get the information, ^demon will kill you. See <https://phabricator.wikimedia.org/T25307> for example.
exclamationA red exclamation point (<span class="unpatrolled">!</span>)in recent changes or on your watchlist is due to either the enabling of patrolled editing <http://www.mediawiki.org/wiki/Help:Patrolled_edits> or the Flagged Revisions extension <http://www.mediawiki.org/wiki/Extension:FlaggedRevs>
exportTo export pages from a wiki, navigate to Special:Export on the wiki, type in the names of the pages to export, and hit "export". See <http://en.wikipedia.org/wiki/Special:Export> for an example of this form. See also: !import
exthttps://www.mediawiki.org/wiki/Extension:$wiki_encoded_*
extensiondistributorYou can download bundeled for extensions maintained in the wikimedia repository from <http://www.mediawiki.org/wiki/Special:ExtensionDistributor>.
extensionmatrixhttp://www.mediawiki.org/wiki/Extension_Matrix
extensionsMediaWiki has been built so it can easily be customized by adding extensions. This is usually a simple process. See http://www.mediawiki.org/wiki/Manual:Extensions for instructions to install extensions, as well as for writing them. See http://www.mediawiki.org/wiki/Extension_Matrix for an overview of known extensions.
externalauthhttp://www.mediawiki.org/wiki/ExternalAuth
externaleditorMediaWiki allows editing with external tools by sending control files when you request to edit. See <http://www.mediawiki.org/wiki/Manual:External_editors>. Browsers not configured properly may ask you to download those files so you're unable to edit with "action=edit" only. To avoid it, go to your preferences and set it as a non-default edit action: Preferences ? Editing ? "Use external editor by default".
externalimagesTo allow images from elsewhere to be included in your wiki, see <http://www.mediawiki.org/wiki/Manual:%24wgAllowExternalImages>. To limit this to some specific sources, see <http://www.mediawiki.org/wiki/Manual:%24wgAllowExternalImagesFrom>.
extranamespaceTo add a namespace, modify your LocalSettings.php file, and add namespaces via $wgExtraNamespaces. A comprehensive set of instructions for adding a namespace can be found at <http://www.mediawiki.org/wiki/Manual:Using_custom_namespaces>. $wgExtraNamespaces can also be used to rename the default namespaces.
f5Bypassing your cache: Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh); Konqueror: click Reload or press F5; Opera: clear the cache in Tools ? Preferences; Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.
failI don't know anything about "fail". You might try: !rewriteproblems
falsetrue
faqBefore reporting a problem or requesting assistance, please check the FAQ first. The FAQ for MediaWiki can be found at http://www.mediawiki.org/wiki/Manual:FAQ
farmTo run multiple wikis, you can simply install MediaWiki in different folders, with different databases or in one with database prefixes. You can also have multiple wikis using a single installation: <http://www.mediawiki.org/wiki/Manual:Wiki_family> If you run a farm or want to, join the mailing list: <https://lists.wikimedia.org/mailman/listinfo/wikifarm>
featureIt's a feature, not a bug :)
feedsFeed aggregator extensions: <http://www.mediawiki.org/wiki/Category:RSS_Extensions>. Feed generator extensions: <http://www.mediawiki.org/wiki/Category:Feed_generator_extensions>.
filecachehttp://www.mediawiki.org/wiki/Manual:File_cache
filepermissionshttp://www.mediawiki.org/wiki/Manual:Configuring_file_uploads#Check_directory_security
filesizeThe size of files you can upload to PHP is limited by the upload_max_filesize and post_max_size directives in your php.ini. Your web server may also have a configurable limit (LimitRequestBody in apache, client_max_body_size in nginx, etc). MediaWiki itself only limits direct (copy) uploads from a URL, this is configured via $wgMaxUploadSize.
filetypehttp://www.mediawiki.org/wiki/Manual:%24wgFileExtensions
fileuploadhttps://www.mediawiki.org/wiki/Manual:Configuring_file_uploads
fileurlTo allow local file:///xxx links, use $wgUrlProtocols[] = "file:"; See http://www.mediawiki.org/wiki/Manual:%24wgUrlProtocols for more information. Beware that several browsers do not allow file urls on pages loaded via http. Also note that most browsers do not support "remote file" urls like file://server/share
firebugPlease install http://getfirebug.com/ . It will help you to fix problems with your website. Use the console to see JavaScript bugs. Right click your page and pick "Inspect Element" to track down CSS problems. See also !console and !webinspector
fishbowlhttp://www.mediawiki.org/wiki/Help:User_rights should explain how to set up a wiki that's private, where users can see the content but cannot edit or create it.
flaggedrevsThe 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. https://www.mediawiki.org/wiki/Extension:FlaggedRevs
flashhttp://www.mediawiki.org/wiki/Category:Flash_Video_extensions
flowFlow is a new discussion interface for MediaWiki. https://www.mediawiki.org/wiki/Flow_Portal
foreignfilerepossee http://www.mediawiki.org/wiki/Manual:$wgForeignFileRepos
fpmPHP-FPM is a way to connect PHP to the web server by running a separate PHP process connected via FastCGI: http://php.net/manual/en/install.fpm.php Recommended for heavy load.
fuI don't know anything about "fu". You might try: !ie6 !stringfunctions
gadgetFor information about using Gadgets, see https://www.mediawiki.org/wiki/Gadget_kitchen . For information about Extension:Gadgets see http://www.mediawiki.org/wiki/Extension:Gadgets
gadgetsFor information about Extension:Gadgets see http://www.mediawiki.org/wiki/Extension:Gadgets
gciGoogle Code-In is a contest to introduce pre-university students (ages 13-17) to the many kinds of contributions that make open source software development possible. https://www.mediawiki.org/wiki/Google_Code-In
gcihelphttps://www.mediawiki.org/wiki/Google_Code-in_2015#Instructions_for_GCI_students
gerritapihttps://gerrit.wikimedia.org/r/Documentation/rest-api.html
gerritdocshttps://gerrit.wikimedia.org/r/Documentation/index.html
gerriterrorFor a list of common Gerrit errors and what can cause them, please see <https://gerrit.wikimedia.org/r/Documentation/error-messages.html>
gerrithelphttp://gerrit-documentation.googlecode.com/svn/Documentation/2.4/user-search.html
gerritkeyshttps://gerrit.wikimedia.org/r/#settings,ssh-keys
gerritsearchhttps://gerrit.wikimedia.org/r/#q,$1,n,z
gethelpPlease read http://workaround.org/getting-help-on-irc for a good explanation of getting help on IRC.
gfihttps://www.mediawiki.org/wiki/User:Petrb/Git_for_idiots
gitMediaWiki development is using Git, a distributed source control manager, with Gerrit for code review. Details: https://www.mediawiki.org/wiki/Gerrit Instructions for using it: https://www.mediawiki.org/wiki/Gerrit/Tutorial To get an account: https://www.mediawiki.org/wiki/Developer_access
git_clone_petrbgit clone ssh://petrb@gerrit.wikimedia.org:29418/$1.git
gitauthorhttps://gerrit.wikimedia.org/r/#q,owner:$1,n,z
gitblithttps://git.wikimedia.org/summary/?r=$1
gitcheatHere is an awesome quick-and-dirty Git Cheatsheet you can use. Print it off. Frame it. Hang it beside your computer. <http://www.git-tower.com/files/cheatsheet/Git_Cheat_Sheet_grey.pdf>
gitemailhttp://www.mediawiki.org/wiki/Git/Workflow#Email_doesn.27t_match
githubhttps://github.com/Wikimedia/mediawiki-core
gitrepoTo request a new Git repository, use the "New repositories" page on mediawiki.org <https://www.mediawiki.org/wiki/Git/New_repositories>
git-reviewgit-review is a tool to make working with Gerrit much easier. Installation instructions are at <https://www.mediawiki.org/wiki/Git/Workflow#git-review>
giturlANON: https://gerrit.wikimedia.org/r/p/mediawiki/core.git AUTH: ssh://gerrit.wikimedia.org:29418/mediawiki/core.git
gnGood night!
gnua recursive name stands for GNU's Not Unix. for more information see http://gnu.org
goathttps://phabricator.wikimedia.org/project/profile/2926/
googlehttps://www.google.com/search?q=$url_encoded_*
googleanalyticshttp://www.mediawiki.org/wiki/Extension:Google_Analytics_Integration or http://www.mediawiki.org/wiki/Extension:Google_Analytics
googleitLet me Google that for you. < http://letmegooglethatforyou.com/?q=$1 >
grabberSee http://mediawiki.org/wiki/Manual:Grabbers for a way to export a wiki without necessarily having access to a database or database dump. If you have access, see !backup.
grepTry ack instead; it's mostly the same syntax as grep but much faster. http://betterthangrep.com/ and https://github.com/petdance/ack
gsoc20151) To follow updates, login on mediawiki.org and click the star at https://www.mediawiki.org/wiki/GSoC2015 2) All the instructions you need now are at https://www.mediawiki.org/wiki/Hack 3) We have some ideas at https://www.mediawiki.org/wiki/OPPP , but the list a) is not complete, b) is only useful when you got some idea of MediaWiki 4) So, as first thing try to fix an easy bug https://www.mediawiki.org/wiki/Easy
gsocappStart a draft on mediawiki.org. In April, submit it to GSoC officially via Melange www.google-melange.com . Then, as you get feedback in IRC and on the wikitech-l mailing list, revise both wiki & Melange versions. Thus there's a public copy that everyone can see + an official copy the mentors see & evaluate. Also, Melange may crash at the 'last minute', so don't wait. Check the Melange FAQ & en.flossmanuals.net/GSoCStudentGuide/
gsodGreen Screen Of Death - the Wikimedia sites error message written in green
hackerhttp://www.mediawiki.org/wiki/How_to_become_a_MediaWiki_hacker
HALstatus: completely operational, and all my circuits are functioning perfectly.
hdssYou are talking about ORDINARY MediaWiki, not the awesomeness added to it by Semantic MediaWiki (http://semantic-mediawiki.org). Try asking on the #mediawiki channel instead.
helpThere are a lot of topics you could be asking about. Besides, this bot is mostly for experienced users to quickly answer common questions. Please just ask your question and wait patiently, as the best person to answer your question may be away for a few minutes or longer. If you're looking for help pages, we moved that to !helpfor.
helpforhttps://www.mediawiki.org/wiki/Help:$1
hetdeployhttp://www.mediawiki.org/wiki/Heterogeneous_deployment
hhvmHHVM is a thing. It's like PHP but faster. MediaWiki supports HHVM. <https://mediawiki.org/wiki/HHVM>
hiddencategoriesUse __HIDDENCAT__ (the end)
hidetabsTo hide tabs see the FAQ <http://www.mediawiki.org/wiki/Manual:FAQ#How_do_I_remove_the_article.2Fedit_etc_tabs.3F> Note that hiding the edit tab does not disallow editting; see !userrights for that
hidetocTo hide the Table of Contents on a page, add the text "__NOTOC__" (without the quotes) to the page.
highlightThere are several extensions for syntax highlighting, see http://www.mediawiki.org/wiki/Category:Syntax_highlighting - the most popular one is at http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi
hookhttps://www.mediawiki.org/wiki/Manual:Hooks/$1
hooksHooks allow you to run functions at various points in the main MediaWiki code. For more information about using hooks in MediaWiki, see <http://www.mediawiki.org/wiki/Manual:Hooks>.
hostingFor a list of popular wiki hosting services, see <http://en.wikipedia.org/wiki/Comparison_of_wiki_farms>. You can also set up MediaWiki on most webspace that provides PHP and MySQL (SSH recommended).
hostshttps://www.mediawiki.org/wiki/Hosting_services is a list of various MediaWiki hosting services
hsshttps://upload.wikimedia.org/wikipedia/labs/6/69/Hesaidsemanticga2.jpg
htmlFor allowing any and all HTML, see <http://www.mediawiki.org/wiki/Manual:%24wgRawHtml>. This is of course VERY DANGEROUS. Safer options include <http://www.mediawiki.org/wiki/Extension:HTMLets>, <http://www.mediawiki.org/wiki/Extension:RawMsg> and <http://www.mediawiki.org/wiki/Extension:SecureHTML>.
html9http://html9responsiveboilerstrapjs.com/
htmlformhttps://www.mediawiki.org/wiki/HTMLForm/tutorial
htmllogshttp://tools.wmflabs.org/wm-bot/logs/
humorHUMOR IS STRICTLY FORBIDDEN
i18nSee http://www.mediawiki.org/wiki/Internationalisation for developer help on MediaWiki internationalisation. To translate MediaWiki in another language, please visit http://translatewiki.net
iamabotHello! I am not really an human, I am merely a robot controlled by someone else. Please excuse my ignorance. <3
icon<http://www.mediawiki.org/wiki/Extension:Icon>
iesadness.
IE10'yes, there are issues with IE10'
ie6IE6 is an awful browser, don't use it
iframeTo embed iframes on wiki pages, you can use <http://www.mediawiki.org/wiki/Extension:Website_in_iFrame>. Alternatively, see !html for information on using full HTML on your wiki pages.
iisWhile many people in #mediawiki correctly suggest that IIS sucks, MediaWiki in general is careful to work around its limitations. See <https://phabricator.wikimedia.org/T24710>
iis404If you get 404 errors with MediaWiki and IIS, read https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Manual:Installing_MediaWiki_on_Windows_Server_2003#h._IIS_returns_a_404_error_page_instead_of_MediaWiki_default_error_page
imabotI'm an irc bot, I just act on commands given by users in the channel, you're best off directing your questions to the humans in the channel.
imageauthFor protecting against unauthorized access to images, see <http://www.mediawiki.org/wiki/Manual:Image_Authorization>
imagemagicImageMagick is a software which can be used with MediaWiki Image Administration. You can read more about it on <http://www.mediawiki.org/wiki/Manual:Image_Administration#Image_thumbnailing>. ImageMagick is available from <http://imagemagick.org/>.
imagemapImageMap is an extension that allows you to override the default linking behavior of images. See <http://www.mediawiki.org/wiki/Extension:ImageMap> for more information.
imagesFor instructions to use images in MediaWiki, see <http://www.mediawiki.org/wiki/Help:Images>. For more technical details about image uploads, see <http://www.mediawiki.org/wiki/Manual:Image_Administration> and <http://www.mediawiki.org/wiki/Manual:Configuring_file_uploads>. Note that uploads are disabled per default (see !uploads).
img_authBy default, all uploaded files are accessible directly by the web server. If you wish to allow access only to authorized users within the MediaWiki framework, the actual directory must be protected from direct access and MediaWiki Authorization must be invoked when an file access occurs by executing a script when any url containing that directory is requested. See <http://www.mediawiki.org/wiki/Manual:Image_Authorization>.
importTo import a few pages, use Special:Import - you can also import pages directly from another wiki (see !importsources). For mass imports, use importDump.php - see <http://www.mediawiki.org/wiki/Manual:Importing_XML_dumps> for details. NOTE: when using content from another wiki, follow the LICENSE TERMS, especially, attribute source and authors!
important!important is a keyword in CSS to override conflicting styles
importhelphttp://www.mediawiki.org/wiki/Project:PD_help/Copying
importimageshttps://www.mediawiki.org/wiki/Manual:ImportImages.php
importsourcesFor information on configuring interwiki page imports, please refer to <http://www.mediawiki.org/wiki/Manual:%24wgImportSources>
index.phphttps://www.mediawiki.org/wiki/Manual:Parameters_to_index.php
infohttp://www.mediawiki.org/wiki/Special:Search?search=$1&go=Go
infoboxhttps://en.wikipedia.org/wiki/Template:Infobox
inputboxhttp://www.mediawiki.org/wiki/Extension:Inputbox
installInstalling MediaWiki takes between 10 and 30 minutes, and involves uploading/copying files and running the installer script to configure the software. Full instructions can be found in the INSTALL file supplied in the distribution archive. An installation manual can also be found at <http://www.mediawiki.org/wiki/Manual:Installation>. See also: !download
installlinux"Install Linux, problem solved," is not advice. Though, this is probably preferable to Windows + IIS...
installmacosxTelling someone to get a Mac isn't much more helpful than telling them to use Linux (but it's still better than Windows + IIS).
instantcommonsInstantCommons is a feature for MediaWiki 1.16+ that allows any MediaWiki installation to use media on the Wikimedia Commons. This has basically been realized via $wgForeignFileRepos. See <http://www.mediawiki.org/wiki/Manual:$wgForeignFileRepos>. If you're only looking to use images from Wikimedia Commons and no other wikis, you can use the shortcut setting $wgUseInstantCommons to true.
interfaceYou can edit the text which appears in most parts of the interface by editing the right pages in the MediaWiki: namespace. See <http://www.mediawiki.org/wiki/Manual:System_message>
interlanguageIf you want to create interlanguage links, so that there is list of other languages in the sidebar (like wikipedia), see https://www.mediawiki.org/wiki/Manual:Interwiki#Interwiki_links_to_other_languages
internalapihttp://www.mediawiki.org/wiki/API:Calling_internally
interwikiInterwiki links are links between wikis. For instance, on Wikibooks, [[w:Article name]] or [[wikipedia:Article name]] will link to a Wikipedia article. To set up interwiki links, see <http://mediawiki.org/wiki/Manual:Guide_to_setting_up_interwiki_linking> and <http://mediawiki.org/wiki/Interwiki>. For easy configuration, use <http://mediawiki.org/wiki/Extension:SpecialInterwiki>
invaliduploadThis is a common error. Please see http://www.mediawiki.org/wiki/Manual:FAQ#.22File_is_corrupt_or_has_an_invalid_extension.22
irctabWhile talking to someone on IRC, if you include their name in your comment, it sends them a ping which is helpful in case they navigate away from the tab. You can type the first few characters of someone's name and press Tab key to auto-complete it.
isis
javascriptTo set up custom javascript on a wiki, edit the page called [[MediaWiki:Common.js]] (NOT a file, a page on your wiki, which is included via <script>) as a sysop. If $wgAllowUserJs is true in LocalSettings.php, you may also edit the /vector.js (assuming your skin is vector) subpage of your userpage. https://www.mediawiki.org/wiki/Manual:Interface/JavaScript
jenkinshttps://integration.wikimedia.org/ci/job/$1
jjbhttps://www.mediawiki.org/wiki/Continuous_integration/Jenkins_job_builder
jobhttp://integration.wikimedia.org/ci/job/$1
jobqueueThe Job Queue is a way for mediawiki to run large update jobs in the background. See http://www.mediawiki.org/wiki/Manual:Job_queue
jobsThe Wikimedia Foundation has open positions listed at https://wikimediafoundation.org/wiki/Work_with_us#Wikimedia_Careers - consider applying and helping improve MediaWiki!
jqueryhttp://www.mediawiki.org/wiki/jQuery
jsduckMediaWiki core and several extensions are now using a Ruby script called JSDuck for their documentation. It's like Doxygen, but for JavaScript code. See https://www.mediawiki.org/wiki/Jsduck#Documentation
kiwixKiwix enables you to have the whole Wikipedia at hand wherever you go! You don't need an Internet connection, everything is stored on your computer, USB flash drive or DVD. http://www.kiwix.org/
labshttps://www.mediawiki.org/wiki/WMF_Projects/Wikimedia_Labs
largeuploadshttps://commons.wikimedia.org/wiki/Help:Server-side_upload
ldaphttp://www.mediawiki.org/wiki/Extension:LDAP_Authentication To get support, open a new thread on the support page http://www.mediawiki.org/wiki/Extension_talk:LDAP_Authentication
ldapdebughttp://www.mediawiki.org/wiki/Extension:LDAP_Authentication/Options#Debugging_options
ldapsupportPlease open a new thread on the support page (http://www.mediawiki.org/wiki/Extension_talk:LDAP_Authentication)
legacyrelease1.27.3 (LTS)
librariesStarting with 1.25, MediaWiki core's git repository no longer contains certain external libraries, see https://www.mediawiki.org/wiki/Download_from_Git#Fetch_external_libraries for how to get them
linehttp://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/includes/$1.php?view=annotate#l`2
listmediawiki-l and wikitech-l are the primary mailing lists for MediaWiki-related issues. See http://lists.wikimedia.org/ for details.
listinfohttps://lists.wikimedia.org/mailman/listinfo/$1
listsmediawiki-l and wikitech-l are the primary mailing lists for MediaWiki-related issues. See https://www.mediawiki.org/wiki/Mailing_lists for details.
lmddgtfyhttps://lmddgtfy.net/?q=$url_encoded_*
lmgtfyhttp://lmgtfy.com/?q=$url_encoded_*
localhost::1
lockdownLockdown is an extension for preventing read or write access by namespace and limiting access to special pages, see < http://mediawiki.org/wiki/Extension:Lockdown >. For per-page access protection, see !ppp. For general information on preventing access to your wiki, see !access.
logWrong channel, try again.
logschannel logs: http://wm-bot.wmflabs.org/logs/%23mediawiki/
lowercasehttps://www.mediawiki.org/wiki/Manual:$wgCapitalLinks
lsbLate static bindings (LSB) are an awful awful hack introduced in PHP 5.3 to make lives easier for programmers who make bad decisions (they're also useful for factory functions, but that's about it)
lstThe Labeled Section Transclusion extension allows selective transclusion of marked-off sections of text. Its functionality is similar to an enhanced version of the <onlyinclude> tag. See https://www.mediawiki.org/wiki/Extension:LabeledSectionTransclusion
ltsCurrent long-term support release is 1.27. https://www.mediawiki.org/wiki/Version_lifecycle#Versions_and_their_end-of-life
luaScribunto is a new extension that makes it easier to write repeatable code in Lua, rather than in complex wikitext templates. See http://www.mediawiki.org/wiki/Lua_scripting and http://www.mediawiki.org/wiki/Extension:Scribunto for more information.
lucene`!e MWSearch``
magicwordsFor more information about creating magic words and their inner workings, see <http://www.mediawiki.org/wiki/Manual:Magic_words>. For a list of magic words, please see <http://www.mediawiki.org/wiki/Help:Magic_words>.
mailarchivehttp://lists.wikimedia.org/pipermail/$1
mainpageTo change which page is the "main page" of your wiki, edit MediaWiki:Mainpage.
mainpagetitleTo edit the <title> of the Main Page, change MediaWiki:Pagetitle-view-mainpage; see also: !mainpage
maintenancehttps://www.mediawiki.org/wiki/Manual:Maintenance_scripts
manhttps://www.mediawiki.org/wiki/Manual:$1
manapihttps://www.mediawiki.org/wiki/API:$1
mapsMaps is an awesome MediaWiki extension that provides the ability to dynamically visualize geographic data in your wiki pages and handle geographical data. See <http://mapping.referata.com/wiki/Maps>. Also try !sm
masterhttps://phabricator.wikimedia.org/source/mediawiki/
mathhttps://www.mediawiki.org/wiki/Extension:Math
maxlag`!man Maxlag_parameter``
mediawikiMediaWiki is a free software wiki package originally written for Wikipedia. It is now used by several other projects of the non-profit Wikimedia Foundation and by many other wikis. You can find out more about it at http://www.mediawiki.org
meetingshttps://www.mediawiki.org/wiki/MediaWiki_developer_meetings
memcachedUsing memcached can speed up your wiki and is required by certain features. Read more about memcached at <http://www.mediawiki.org/wiki/Memcached>
memoryIf you're getting out-of-memory errors or internal server errors, raise PHP's memory limit to 50M or more. The memory limit is set in php.ini (as memory_limit) and possibly overridden in LocalSettings.php with ini_set('memory_limit', '20M');
memoservMemoServ is a Freenode service used to asynchronously deliver messages to users when they next sign in. /msg MemoServ HELP for more information.
migratehttp://meta.wikimedia.org/wiki/Migration_to_the_new_preprocessor
mimeFor assistance in configuring mime type detection on MediaWiki, please consult < http://www.mediawiki.org/wiki/Manual:Mime_type_detection >
mlebhttps://www.mediawiki.org/wiki/MediaWiki_Language_Extension_Bundle
moderationModeration is not for Wikis. You are advised to install a forum software or propert web CMS if you want complete control over what gets modified and published. However, the FlaggedRevs extension may in future give some control over which version of a page is served per default - see http://www.mediawiki.org/wiki/Extension:FlaggedRevs
mondayShould be monday. But we don't know *which* monday. Maybe next week. Maybe next month. Maybe next year. Maybe not even a monday.
moomw-bot does not have Super Cow Powers
moveFor help about moving pages, see <http://www.mediawiki.org/wiki/Help:Moving_a_page>. For help about moving wikis, see <http://www.mediawiki.org/wiki/Manual:Moving_a_wiki>.
mssqlReedy
multiplecommitsgit-review's recent versions have revived an old bug where it complains about multiple new commits. 'git fetch gerrit' should fix that problem temporarily, see http://lists.wikimedia.org/pipermail/wikitech-l/2013-April/068263.html for more.
multiplewikiTo run multiple wikis, you can simply install MediaWiki in different folders, with different databases or in one with database prefixes. You can also have multiple wikis using a single installation: <http://www.mediawiki.org/wiki/Manual:Wiki_family> and <http://booleandreams.wordpress.com/2007/06/12/running-multiple-instance-of-mediawiki-on-the-same-server-using-the-same-source-code/>.
mwhttps://www.mediawiki.org/wiki/$wiki_encoded_*
mwbotmwbot was the the bot previously used in #mediawiki See also https://www.mediawiki.org/wiki/mwbot
mw-configThe old "config" folder is now called "mw-config". It was moved due to various web hosting panels unconditionally rewriting /config to load the web panel
mwdumper`!mw Mwdumper``
mwhelpAn introduction to using MediaWiki is at <http://www.mediawiki.org/wiki/Help:Contents>, see <http://www.mediawiki.org/wiki/Help:Copying> for information about copying it to your own wiki. More technical information for MediaWiki administrators is at <http://www.mediawiki.org/wiki/Manual:Contents>. For an introduction on programming with MediaWiki, see <http://www.mediawiki.org/wiki/Developer_hub>.
mysqlMySQL is an open-source database, and one of the databases that MediaWiki supports (MW requires some database). MySQL's website is http://mysql.com/.
namespaceprotectionFor instructions on limiting editing access to a specific namespace see https://www.mediawiki.org/wiki/Manual:$wgNamespaceProtection
namespacesSee http://www.mediawiki.org/wiki/Help:Namespaces for user help and documentation, and http://www.mediawiki.org/wiki/Manual:Namespace for administration. For adding namespaces, see !extranamespace
networkauthhttp://www.mediawiki.org/wiki/Extension:NetworkAuth
newbughttps://phabricator.wikimedia.org/maniphest/task/create/
newgithttp://www.mediawiki.org/wiki/Git/New_repositories/Requests
newusergroupTo create a new usergroup, simply set permissions for that group in LocalSettings.php, using $wgGroupPermissions. Then, simply add users to that group
newwindowYou shouldn't do this, but since you asked: <http://www.mediawiki.org/wiki/Manual:Opening_external_links_in_a_new_window>
nextAnother satisfied customer. NEXT!
nightlyhttps://www.mediawiki.org/wiki/Nightlies
nofollowYou can disable nofollow on external links by adding $wgNoFollowLinks=false; in LocalSettings.php or to some domains only adding $wgNoFollowDomainExceptions = array( 'domaintofollow.com' );
noobyou
noshellIf you don't have shell access to the server, you could use extensions like <https://www.mediawiki.org/wiki/Extension:MaintenanceShell> and <https://www.mediawiki.org/wiki/Extension:Maintenance>. To upgrade your installation without shell access follow directions from <https://www.mediawiki.org/wiki/Manual:Upgrading#Re-run_the_installer>.
nosql<domas> we should migrate to nosql <domas> then we wouldn't have all these tables/fields problems <domas> and could have more agile development! <domas> and everything would just work
notTemplates are not for programming.
notesFor a full list of what's new with each release, check the RELEASE-NOTES or read the complete listing <http://www.mediawiki.org/wiki/Release_notes>
nowikisomewiki is better than nowiki.
nukehttp://www.mediawiki.org/wiki/Extension:Nuke
nullpathDon't use the example.com/Page_title URL scheme. It isn't supported by developers and WILL break in ways you can't foresee (and if it doesn't, it might break in the future). Some examples can be found at http://www.mediawiki.org/wiki/Manual:Wiki_in_site_root_directory#Reasons_why_putting_wiki_pages_in_the_root_directory_of_the_web_site_is_bad
numberedparamsIf you're using numbered params in templates ({{{1}}}) then when calling the template with the param value containing the equal sign you have to prepend the x= where x is the parameter number. Eg. {{MyTemplate|1=foo=bar}} instead of {{MyTemplate|foo=bar}} which actually says parameter foo has bar value.
nyan~=[,,_,,]:3
oauthhttps://www.mediawiki.org/wiki/OAuth
ogghttp://www.mediawiki.org/wiki/Extension:OggHandler
oid-oid is the suffix we put on all projects to make them cool now. If you're writing a food delivery service, call it Foodoid. Counting things? Countoid. Something that ANDs several variables together? Android.
omgevilbug!omgevilbug
oouihttps://www.mediawiki.org/wiki/OOjs_UI
openbasedirYou need to fix your basedir setting. See https://www.mediawiki.org/wiki/Manual:Errors_and_symptoms#UNIX_utility_binaries_not_found for more information.
openidhttp://www.mediawiki.org/wiki/Extension:OpenID
opsschoolhttp://www.opsschool.org/en/latest/index.html
opwOutreach Program for Women, now called Outreachy, see https://www.mediawiki.org/wiki/Outreachy
oraclefreakolowsky!
outreachyWikimedia is a participant in Outreachy, Free and Open Source Software internships. For more information see https://www.mediawiki.org/wiki/Outreachy Check out some tasks to work on https://phabricator.wikimedia.org/tag/possible-tech-projects/
oversightOversighting removes revisions from access by normal users and sysops. More information is available here: <http://www.mediawiki.org/wiki/Extension:Oversight>. Note: This extension has been superseded by a core feature: <http://www.mediawiki.org/wiki/RevisionDelete>.
packageLinux distributions provide MediaWiki in a packaged format for that distro. The ones in Debian and Ubuntu work, however other distros sometimes contain obsolete & unsupported versions of MediaWiki. If you are using a distro other than Debian or Ubuntu, try downloading MediaWiki (use !download for more)
packagefixIf you are having issues with a packaged distribution install of MediaWiki (such as through apt-get), try uninstalling it and installing the official release tarball at http://www.mediawiki.org/wiki/Download and see if that fixes your issues.
packagesMany Linux distributions provide MediaWiki in a packaged format for that distribution. These packages typically contain obsolete and unsupported versions of MediaWiki, also they like to move around files, change the files, and do other batshit insane things. You'll get the best support here if you install MediaWiki directly from one of our tarballs, available at https://www.mediawiki.org/
packagessimplecheckout gerrit, install gerrit review, configure it, sync it, set up your credentials, change the puppet config, commit, request a pull, wait few weeks for someone to have a look on that and eventually merge it
padindexhttp://www.mediawiki.org/wiki/Project:Etherpad_index
pagecsshttp://www.mediawiki.org/wiki/Extension:PageCSS
paranoidYou can be notified of every edit by setting up email, enabling email notificiation, and then adding yourself to the $wgUsersNotifiedOnAllChanges array. See <http://www.mediawiki.org/wiki/Manual:$wgUsersNotifiedOnAllChanges>.
parserFor alternative parsers, see <http://www.mediawiki.org/wiki/Alternative_parsers>. For an (incomplete) specification of mediawiki syntax, see <http://www.mediawiki.org/wiki/Markup_spec>.
parserconfSee <http://www.mediawiki.org/wiki/Manual:%24wgParserConf> for information about parser configuration.
parserfunctions"Parser functions" are a way to extend the wiki syntax. ParserFunctions is an extension that provides the basic set of parser functions (you have to install it separately!). For help using parser functions, please see <http://www.mediawiki.org/wiki/Help:Magic_words#Parser_functions>. For details about the extension, see <http://www.mediawiki.org/wiki/Extension:ParserFunctions>.
parsoidParsoid is a bi-directional wikitext parser and runtime. Converts back and forth between MediaWiki wikitext and HTML/XML DOM with RDFa. Backend for the VisualEditor (see !visualeditor). See also https://www.mediawiki.org/wiki/Parsoid and #mediawiki-parsoid channel.
passthrumake a php file with the following content: <?php ini_set('display_errors', 1); error_reporting(E_ALL); passthru("whatevercommand 2>&1"); ?> - replace "whatevervcommand" with the command you want to test. call it from your browser.
passwordsqlFor database queries to reset a user's password, please see <http://www.mediawiki.org/wiki/Manual:Resetting_passwords#Direct_database_modification>
pastehttp://tools.wmflabs.org/paste
pastebinTo avoid overflowing the channel with inane amounts of text, use https://dpaste.org or https://phabricator.wikimedia.org/paste/edit/form/14/ or other awesome pastebin sites to share code, errors, and other large texts.
pastelocalsettingsTo help us figure out some problems with third-party MediaWiki sites, it might be helpful to put your LocalSettings.php on a site like http://dpaste.com. Please remember to remove any personal or sensitive information (like secret keys or database passwords). See also !pastebin and !config.
patchFor information on using *.patch files, see <http://en.wikipedia.org/wiki/Patch_%28Unix%29>. To contribute a patch to MediaWiki, see https://www.mediawiki.org/wiki/How_to_become_a_MediaWiki_hacker#Submit_your_changes .
patrolhttps://www.mediawiki.org/wiki/Help:Patrolled_edits
pdhelphttp://www.mediawiki.org/wiki/Help:$1
performance<http://www.mediawiki.org/wiki/User:Aaron_Schulz/How_to_make_MediaWiki_fast> <http://mituzas.lt/2007/01/26/mediawiki-performance-tuning/>
petanlazy
phabnewhttps://phabricator.wikimedia.org/maniphest/task/create/
phabricatorhttps://phabricator.wikimedia.org/$1
phase3will live on forevah
phpMediaWiki is written in PHP. PHP's website is http://php.net. For a full list of MediaWiki requirements, see http://www.mediawiki.org/wiki/Manual:Installation_requirements
phpinfocreate a file called info.php in your wiki's installation directory. It should have the following content: <?php phpinfo(); ?>; Visit it with your browser to see information about your php installation. If it doesn't work, check file permissions. Remove the file when done, it makes life easier for attackers.
phpmyadminphpMyAdmin ( http://www.phpmyadmin.net/ ) is a web application written in PHP for administration of your mySQL database. Very useful for web site administrators who do not have shell access to their server.
phpshellPHP Shell emulates shell access to a system. Read more about it and download it at <http://phpshell.sf.net/>.
phpsuckshttp://www.tnx.nl/php.html
pingPong.
ping2pong
pipetrickIf you desire to use a | in a parserfunction (Example: If function), you will need to escape it so it's not considered part of the overall parserfunction. Use the {{!}} magic word to do that.
playerhttp://www.mediawiki.org/wiki/Category:Media_handling_extensions
poemThe Poem extension allows for easy formatting of poems and similar material in MediaWiki pages, by simply putting them between <poem></poem> tags. See <http://www.mediawiki.org/wiki/Extension:Poem>.
pongPing.
pppThe PrivatePageProtection extension allows access to individual pages to be restricted to specific user groups, see < http://www.mediawiki.org/wiki/Extension:PrivatePageProtection >. For restricting access to entire name spaces, special pages and actions, see !lockdown. For general information on preventing access to your wiki, see !access.
preloadhttps://www.mediawiki.org/wiki/Manual:Creating_pages_with_preloaded_text
preventaccessFor information on preventing access to your wiki, please see <http://www.mediawiki.org/wiki/Manual:Preventing_access>.
profilingFor information on how to enable profiling for MediaWiki, see <http://www.mediawiki.org/wiki/Profiling#Profiling>
protectYou can protect pages to prevent them from being edited by certain user groups. When a page is deleted, its protection is retained. You can protect non-existent pages since 1.12. For more info, see: <http://www.mediawiki.org/wiki/Manual:Administrators#Protections>.
protocolsTo allow additional protocols (prefixes) for urls ("free links"), see <http://www.mediawiki.org/wiki/Manual:%24wgUrlProtocols>
psrIn 1.25, MediaWiki starts using the PSR-3 log interfaces. If you're getting errors about classes or interfaces not existing, you need to fetch external libraries. See !libraries
purgeTo purge a cached page, such as when making changes to the navigation bar, add &action=purge to the end of the page url, or ?action=purge if using Simple URLs. E.g: http://en.wikipedia.org/wiki/Main_Page?action=purge
puttyhttp://www.chiark.greenend.org.uk/~sgtatham/putty/
pythonPython is used in several Wikimedia-related projects. See https://www.mediawiki.org/wiki/Manual:Pywikibot https://www.mediawiki.org/wiki/Analytics/Wikimetrics for a start.
pywikibotpywikibot is a bot framework written in Python that allows for easier automated actions on a wiki. For more information, see <http://www.mediawiki.org/wiki/Manual:Pywikibot>. For alternatives, see <http://www.mediawiki.org/wiki/API:Client_code>. We're in #pywikibot if you want to chat :)
qqxIf you want to find a particular system message being used on a page, you can append the uselang=qqx parameter to the URL. That will replace all system messages used on the page by their message names. See https://www.mediawiki.org/wiki/Qqx
query<http://www.mediawiki.org/wiki/API:Query> - The old query.php interface was disabled on Wikimedia sites in August 2008
queueAmbiguous! Try !reviewqueue, !jobqueue, or !deploymentqueue.
rangeblockinghttp://www.mediawiki.org/wiki/Help:Range_blocks
rawrrawr
rcbotTo create an IRC bot to display recent changes to your Wiki, follow the directions at <http://www.mediawiki.org/wiki/Manual:IRC_RC_Bot>.
realprogrammershttps://xkcd.com/378/
rebaseRebase to fix merge conflicts: https://www.mediawiki.org/wiki/Gerrit/Advanced_usage#Build_failed_due_to_merge_conflict / Interactive rebase: https://www.mediawiki.org/wiki/Git/Rebase
reboothttps://wikitech.wikimedia.org/wiki/Nova_Resource:Bots/Documentation/wm-bot
recaptchareCAPTCHA relies upon, and is bundled with, the http://www.mediawiki.org/wiki/Extension:ConfirmEdit. Its version may be out-of-date, however, so grab a fresh copy if you have problems.
redirectRedirects are used to forward users from one page name to another. They can be useful if a particular article is referred to by multiple names, or has alternative punctuation, capitalization or spellings. See <http://www.mediawiki.org/wiki/Help:Redirects>
referentialintegrityLack of referential integrity is Mediawiki's BIGGEST FLAW EVER
refreshYour browser saves copies of pages it views so it doesn't download them again next time. This is usually good, but it can take several days to update CSS and JavaScript when they change. To force it to update ("refresh") in Firefox, press [CTRL] and [R] at the same time; for other browsers and more information, see <http://en.wikipedia.org/wiki/Wikipedia:Bypass_your_cache>.
releasedateSoon... promise!
renameuserRenameuser provides a special page which allows authorised users to rename user accounts. See < http://www.mediawiki.org/wiki/Extension:Renameuser > for more details.
repeatPlease do not repeat yourself too often. If little conversation has occurred since your last message, then it is likely no one has an answer or someone who does hasn't looked in IRC yet. You risk annoying people if you incessantly repeat yourself. Try the mailing lists: https://www.mediawiki.org/wiki/Mailing_lists
reportbughttps://phabricator.wikimedia.org/maniphest/task/create/
reportshttps://www.mediawiki.org/wiki/Gerrit/Reports
reposhttps://gerrit.wikimedia.org/r/#/admin/projects/
requestcontexthttps://www.mediawiki.org/wiki/Manual:RequestContext
researchhttps://meta.wikimedia.org/wiki/Research
resetpasswordFor information regarding the resetting of a user's password, please see <http://www.mediawiki.org/wiki/Manual:Resetting_passwords>
resourceloaderResourceLoader is the delivery system for JavaScript/CSS in MediaWiki. First released in MediaWiki 1.17. See also https://www.mediawiki.org/wiki/ResourceLoader , https://www.mediawiki.org/wiki/ResourceLoader/Migration_guide_%28users%29 and https://www.mediawiki.org/wiki/ResourceLoader/Migration_guide_for_extension_developers
restOh, give it a REST. https://www.mediawiki.org/wiki/Requests_for_comment/API_roadmap#Content_API
revdeleteRevisionDelete can change the visibility of revisions and log entries. See <http://www.mediawiki.org/wiki/RevisionDelete> for more information.
reverthttp://www.mediawiki.org/wiki/Manual:Administrators#Rollback
reviewqueuehttp://www.mediawiki.org/wiki/Review_queue
rewriteproblems1) Try <http://www.mediawiki.org/wiki/Manual:Short_URL/wiki/Page_title_--_no_root_access> as a fail-safe method; 2) Do not put the files into the document root; 3) Do not map the pages into the document root (see !nullpath); 4) Use different, non-overlapping paths for real files and virtual pages; 5) Do not set a RewriteBase; 6) Put all rules into the .htaccess file in the document root. See also !shorturls
rfc[RFC $1] Plain text: http://www.ietf.org/rfc/rfc`e1.txt HTML: http://tools.ietf.org/html/rfc`e1
rightsFor information on customizing user access, see < http://www.mediawiki.org/wiki/Help:User_rights >. For common examples of restricting access using both rights and extensions, see < http://www.mediawiki.org/wiki/Manual:Preventing_access >.
rightssqlINSERT INTO user_groups (ug_user, ug_group) VALUES ('1', 'bureaucrat'); Where '1' is your user ID, and 'bureaucrat' is the group you wish to apply.
roadmapFor long-term engineering goals roadmap, see <http://www.mediawiki.org/wiki/Roadmap>. For short-term WMF deployments roadmap, see <https://www.mediawiki.org/wiki/MediaWiki_1.23/Roadmap>.
robotshttp://www.mediawiki.org/wiki/Manual:Robots.txt
rollback'Rollback' reverts edits by one user after a certain version, but only for top edits: if Billy edits three times, Jane edits once, and Billy edits four more times, "rollback" will revert Billy's last four edits. See <http://meta.wikimedia.org/wiki/Help:Reverting#Rollback> for information, or <http://www.mediawiki.org/wiki/Help:User_rights> for how to let non-admins use it.
rthttps://rt.wikimedia.org/Ticket/Display.html?id=$1
rtamRead The Awesome Manual
rtfmPlease search and read the MediaWiki manual at <http://mediawiki.org/wiki/Manual:Contents> before asking.
rubberduckhttps://en.wikipedia.org/wiki/Rubber_duck_debugging
rubyI don't know anything about "ruby". Really.
shttps://www.mediawiki.org/wiki/Skin:$wiki_encoded_*
safemodesafe_mode is an ill-concieved, broken-by-design setting in PHP that is supposed to make broken scripts safe. It was deprecated in PHP5. MediaWiki can run with safe_mode enabled, but many of the advanced features will not work or need additional configuration (image thumbnailing using ImageMagick, for example). See http://www.mediawiki.org/wiki/Safe_mode for more information.
salhttps://wikitech.wikimedia.org/wiki/Server_Admin_Log
sandboxA lot of wikis use "sandboxes" for testing. Users can try out their editing skills at these sandboxes. MediaWiki.org's sandbox can be found at <http://www.mediawiki.org/wiki/Sandbox>. Sandbox testing areas are usually cleaned up after a while.
sanitizerhttps://www.mediawiki.org/wiki/Sanitizer
sarcasmSarcasm isn't very well detected on the internet. Consider using </sarcasm>
sbSemantic Bundle (SB) is a pre-packaged bundle of extensions for use with wikis that are based around the Semantic MediaWiki (SMW) extension. See http://www.mediawiki.org/wiki/Semantic_Bundle.
scapSync-Common-All-PHP - this is when Git changes are synchronised to the application servers. For further information, see <https://wikitech.wikimedia.org/wiki/How_to_deploy_code>
scarytranscludinghttp://www.mediawiki.org/wiki/Manual%3A%24wgEnableScaryTranscluding
schemahttp://www.mediawiki.org/wiki/Manual:Database_layout
screenshotIn order for us to diagnose your problem, please take a screenshot of the error message or strange display you are seeing, then upload it to an image host like https://lut.im and share the link with us.
secretsMediaWiki was not designed with read-restrictions in mind, and may not provide air-tight protection against unauthorized access. We will not be held responsible should private information, such as a password or bank details, be leaked, leading to loss of funds or one's job. See also !lockdown
securityThe manual page on MediaWiki security can be found at <http://www.mediawiki.org/wiki/Manual:Security>. If you believe you have found a security problem in MediaWiki or in one of Wikimedia's web sites, please contact security@wikimedia.org directly so we can prepare a bug fix release. For security guidelines for developers, see <http://www.mediawiki.org/wiki/Security_for_developers>.
seenDid you mean @seen $*?
selfmergeSelf-merging is almost always evil. You generally shouldn't do that.
selinuxSELinux is a linux variant that allows fine grained access control. If you are using it, you may have to adjust the access control rules in order for MediaWiki to work. See <http://www.mediawiki.org/wiki/SELinux>.
semantichelpSemantic MediaWiki is MediaWiki extension that lets you store and query data within the wiki's pages. It has a dedicated IRC channel at #semantic-mediawiki.
semanticmediawikiSemanticMediaWiki is an extension that lets you conenct wiki pages with semantic relations. See <http://www.mediawiki.org/wiki/Extension:Semantic_MediaWiki> and <http://ontoworld.org>.
sequelReedy likes it when you say SQL as Sequel :D
serversuperglobalhttp://koivi.com/apache-iis-php-server-array.php
sessionmake sure session.save_path is set correctly in your php.ini. Verify that it exists, is readable and writable to PHP, and check that session data is actually being written there. On a server farm, make sure it's a shared directory, accessible from all servers.
sharedloginsMediaWiki can be configured to share user login data between between multiple wikis. See <http://www.mediawiki.org/wiki/Manual:Shared_database>.
sharedwebheadsShared web heads is supposedly another name for load balancing
shellShell access (that is, SSH access, see http://en.wikipedia.org/wiki/SSH) is highly recommended if you want to run MediaWiki. You can install without it, and basic operation will work, but even creating backups or upgrading will be painful without it. Some more involved maintenance tasks may even be impossible. MediaWiki is not designed for minimal environments.
shellrequesthttps://meta.wikimedia.org/wiki/Requesting_wiki_configuration_changes
shorturlsTo create simple URLs (such as the /wiki/PAGENAME style URLs on Wikimedia sites), follow the instructions at <http://www.mediawiki.org/wiki/Manual:Short_URL> or try the new beta tool at <http://shorturls.redwerks.org/>. There are instructions for most different webserver setups. If you have problems getting the rewrite rules to work, see !rewriteproblem
sitemapTo generate a sitemap, run maintenance/generateSitemap.php
sitenoticeSitenotice is a wiki-wide message that appears at the top of the page for all users. It is editable by users in the sysop usergroup at [[MediaWiki:Sitenotice]]. https://www.mediawiki.org/wiki/Manual:Interface/Sitenotice See also: !anonnotice
siwaehttps://www.mediawiki.org/wiki/Security_issues_with_authorization_extensions
skinningFrom scratch: https://www.mediawiki.org/wiki/Manual:Skinning/Tutorial / Based on another skin: http://blog.redwerks.org/2012/02/28/mediawiki-subskin-tutorial/ / See also !skins for general help and list of available skins
skinsGeneral skin help: http://www.mediawiki.org/wiki/Manual:Skins / List of available skins: https://www.mediawiki.org/wiki/Category:All_skins / Creating a new skin: see !skinning
sleepway overrated
smSemantic Maps is an awesome MediaWiki extension that adds semantic capabilities to the maps extension by extending Semantic MediaWiki. See <http://mapping.referata.com/wiki/Semantic_Maps>. Also try !maps and !smw
smart"It's better to be a smart ass than a dumb ass, but at the end of it all, you're still an ass." --- some smart ass.
smartqshttp://catb.org/~esr/faqs/smart-questions.html
smtpSee <http://www.mediawiki.org/wiki/Manual:$wgSMTP> for information about configuring MediaWiki to use SMTP for sending mails, instead of using the sendmail interface.
smwSemanticMediaWiki is an awesome extension that lets you connect wiki pages with semantic relations. See <http://www.mediawiki.org/wiki/Extension:Semantic_MediaWiki> and <http://semantic-mediawiki.org/>. Mailing lists are available at <http://sourceforge.net/mail/?group_id=147937>
sofixitFix it or revert it. It's that simple.
songshttp://www.mediawiki.org/wiki/Songs
sopStandard Operating Procedure
sortkeyBy default, a page is sorted under the first letter of its full name including the namespace. A sort key specifies under which letter heading, and where in the category list, the page will appear. You can add a sort key by placing it inside the tag after a pipe character. See also <http://www.mediawiki.org/wiki/Categories#Sort_key>
sorttableIn recent versions of MediaWiki, a table can be made sortable by assigning the css class "sortable" to it. This feature requires JavaScript to be enabled.
sourcecodeYou can browse MediaWiki source code at https://phabricator.wikimedia.org/source/mediawiki/ or using the GitHub mirror at https://github.com/Wikimedia/mediawiki-core
sourceforgesee <http://www.mediawiki.org/wiki/Manual:Running_MediaWiki_on_Sourceforge.net> for instructions.
spamFor information about combating and handling spam in MediaWiki, see <https://www.mediawiki.org/wiki/Manual:Combating_spam>.
specialpagesFor information on creating Special Pages, see <http://www.mediawiki.org/wiki/Manual:Special_pages>
speedtry instructions at http://www.mediawiki.org/wiki/User:Aaron_Schulz/How_to_make_MediaWiki_fast and http://mituzas.lt/2007/01/26/mediawiki-performance-tuning
sqliteMaxSem
sqllogTo log all SQL queries to a file, set $wgDebugDumpSql = true; and set $wgDebugLogFile to a filename
sqlsearchhttp://dev.mysql.com/doc/refman/5.0/en/fulltext-search.html
stablerelease1.29.0
starthttps://www.mediawiki.org/wiki/How_to_become_a_MediaWiki_hacker
stashhttp://git-scm.com/book/en/Git-Tools-Stashing
stfustfu
stringfunctionsStringFunctions is an extension that provides some useful parser functions for manipulating strings. For more information and a download link, see <http://www.mediawiki.org/wiki/Extension:StringFunctions>
stroopwafelsSee <http://en.wikipedia.org/wiki/Stroopwafel> for a developer and sys-admins friend.
submoduleshttps://www.mediawiki.org/wiki/Download_from_Git#Download_all_extensions
subpagesBy default some namespaces have subpages enabled and others don't. You can enable or disable them using $wgNamespacesWithSubpages in LocalSettings.php. http://www.mediawiki.org/wiki/Manual:$wgNamespacesWithSubpages
substSubstitution is automatic conversion of wikitext of a page referring to a templatehttp://meta.wikimedia.org/wiki/Help:Template, variable, or parser function when the referring page is saved. You can read more about it on http://meta.wikimedia.org/wiki/Help:Substitution
subversionMediaWiki used the Subversion version control system, but has since migrated MediaWiki core and nearly all extensions to Git. See https://www.mediawiki.org/wiki/Git/Conversion and https://www.mediawiki.org/wiki/Subversion
suggestto enable suggestions in the search box, set $wgEnableMWSuggest = true;
sulSee <http://meta.wikimedia.org/wiki/Single_login_specifications>, <http://meta.wikimedia.org/wiki/Help:Unified_login>, and <http://www.mediawiki.org/wiki/Extension:CentralAuth>.
supportIf we are unable to answer your query there are alternate avenues you can take to get support. There is a support mailing list <http://lists.wikimedia.org/mailman/listinfo/mediawiki-l> and the support desk on MediaWiki.org <http://www.mediawiki.org/wiki/Project:Support_desk>
svgFor more information regarding SVGs in MediaWiki, see <http://www.mediawiki.org/wiki/SVG>.
svnauthorhttp://www.mediawiki.org/wiki/Special:Code/MediaWiki/author/$1
svnpropsWhen commiting to the MediaWiki SVN repository, please make sure you set SVN properties on the new files. You can do this automagically using the instructions at http://www.mediawiki.org/wiki/Subversion/auto-props
svn-revhttps://www.mediawiki.org/wiki/Special:Code/MediaWiki/$1
svnsearchhttp://toolserver.org/~krinkle/wikimedia-svn-search/
syntaxFor help with MediaWiki's Wikitext syntax, please see <http://meta.wikimedia.org/wiki/Help:Editing>. For an (incomplete) formal specification, see <http://www.mediawiki.org/wiki/Markup_spec>.
syntaxhighlightthere are several extensions for syntax highlighting, see http://www.mediawiki.org/wiki/Category:Syntax_highlighting - the most popular one is at http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi
sysadminhttps://www.mediawiki.org/wiki/Sysadmin_hub
t_paamayim_nekudotayimT_PAAMAYIM_NEKUDOTAYIM is PHP's way of referring to the scope-resolution-operator "::" aka: A double colon, see http://php.net/manual/en/language.oop5.paamayim-nekudotayim.php for more info
tabcompletionInstead of manually typing another person's nickname in IRC, you can type the beginning of their name and hit TAB on your keyboard to get it autocompleted, like on the command line. This avoids misspellings. Just make sure it's the right person!
tableFor help on creating tables in wikitext, see <http://meta.wikimedia.org/wiki/Help:Table> and <http://www.mediawiki.org/wiki/Help:Tables>
tables.sqlhttps://phabricator.wikimedia.org/source/mediawiki/browse/master/maintenance/tables.sql
tabsfor adding/removing tabs, see http://www.mediawiki.org/wiki/Manual:FAQ#How_do_I_add.2Fremove_tabs_throughout_my_wiki.3F
tag{{#tag:...}} is a way to allow parameter expansion in tag hooks. Since MW 1.12 it's builtin into Mediawiki, and versions before that must use http://www.mediawiki.org/wiki/Extension:TagParser to enable the functionallity.
taskhttps://phabricator.wikimedia.org/T$1
tautologyIt will be ready when it's ready
teaplease have a seat $1 and I'll go get you a nice cup of tea. Any sugar?
technewshttps://meta.wikimedia.org/wiki/Tech/News/Latest
technexthttps://meta.wikimedia.org/wiki/Tech/News/Next
telepathyAll our telepaths are on vacation, so we can't help you unless you provide more details.
tempFoobar
templatehttps://www.mediawiki.org/wiki/Help:Templates
templateproblemsThe most common issues with templates copied from Wikipedia can be fixed by installing ParserFunctions <http://www.mediawiki.org/wiki/Help:Extension:ParserFunctions> and enabling HTML Tidy <https://www.mediawiki.org/wiki/Manual:$wgUseTidy>. Also make sure you copied dependency templates, see <http://www.mediawiki.org/wiki/Templates#Copying_from_one_wiki_to_another>
templatesFor more information about templates, see <http://www.mediawiki.org/wiki/Help:Templates>. See also: !templateproblems , !wptemplates
ternaryhttp://devopsreactions.tumblr.com/post/94052613996/multi-line-triple-nested-ternaries
testThis is a nifty test of niftiness ... http://z0r.de/2650 << lookie, isn't that cool? :)
test2$*
testinghttp://www.mediawiki.org/wiki/Manual:Unit_testing
testswarmTestSwarm (Distributed continuous integration for JavaScript) | Wikimedia's swarm: https://integration.mediawiki.org/testswarm/ | Project for 'mediawiki/core.git': http://integration.mediawiki.org/testswarm/user/mediawiki | More info: https://github.com/jquery/testswarm/
testwikihttp://test.wikipedia.org/
thisbotisnotstupid$1 $2 $3 $4
thisisalongkeybla
threadsFor a proposed threaded discussion system for MediaWiki, see http://www.mediawiki.org/wiki/Extension:LiquidThreads
thumbFor information on configuring thumbnailing on MediaWiki, please refer to <http://www.mediawiki.org/wiki/Manual:Image_Administration#Image_thumbnailing>.
tiasTry it and see. You learn much more by experimentation than by asking without having even tried.
tidyHTML Tidy is an external application that cleans up HTML for XHTML compliance (such as bad user input like <table><tr></td></table>). Prior to the new preprocessor in 1.12 it was also needed for distributed, transcluded, or conditional HTML, or mixed HTML and wikitables, but newer versions allow it without Tidy. See <http://www.mediawiki.org/wiki/Manual:%24wgUseTidy>
tidyforidiots1. Go into LocalSettings.php 2. Add $wgUseTidy = true; in there somewhere 3. Commit 4. Enjoy
timestampMediaWiki's PHP wfTimestamp() function provides a convenient way to convert from timestamps in common formats to the MediaWiki timestamp format https://www.mediawiki.org/wiki/Manual:Timestamp For timestamps in the API calls, see https://www.mediawiki.org/wiki/API:Data_formats#Timestamps
timezoneFor help with configuring timezones in MediaWiki, please consult <http://www.mediawiki.org/wiki/Manual:Timezone>.
tocTOC stands for "table of contents". A TOC is shown on every wiki page that is long enough to need one. One can force wiki to show TOC on a page by adding __TOC__ to the wikicode; also, one can prevent a TOC to be shown on a page by adding __NOTOC__ to the page code.
toolserverThe Wikimedia Toolserver is a cluster of servers that provide free Unix hosting for Wikimedia users and researchers and includes access to copies of the live wiki databases. Access is granted on request on a case-by-case basis. See https://wiki.toolserver.org/view/Main_Page for more info and https://wiki.toolserver.org/view/Category:Tools for a list of documented tools.
tooquietYes, #mediawiki has a lot of people idling. If they were all talking, there'd be no on-topic discussions at all. The channel can be social but is in no way required to be. If you take offense at the silence, you may wish to find a more social channel. If you need help, just ask, and please don't ask for help or for attention before actually asking your question, that's just a waste of time, see !ask
transclusionTransclusion is a general MediaWiki term for including things into a page using double-brace "{{}}" markup. This can be things like templates, pages in other namespaces, variables, output of parser functions, some Special pages, interwiki pages, and such. See http://www.mediawiki.org/wiki/Help:Transclusion for an overview.
translatewikiYou can help translating MediaWiki to your language at translatewiki.net <http://translatewiki.net>
troutTrout $* your dang self!
truefalse
tryflowTry the mockup: http://unicorn.wmflabs.org/flow
tsI don't know anything about "ts". Did you mean: !testswarm, !toolserver or !translatewiki ?
tsohttps://toolserver.org
tunemysqlhttp://dev.mysql.com/doc/refman/5.0/en/fulltext-fine-tuning.html
twnhttp://translatewiki.net
uihttps://www.mediawiki.org/wiki/Extension:UsabilityInitiative
ulsfoUnited Layer, San Franciso
umaskIf using suphp, make sure the umask is set to 0022 (or less) in /etc/suphp.conf
undo'Undo' attempts to undo any single edit, not just the top edit. It essentially determines what was changed, and makes the reverse change; so you can easily undo a vandal edit that is followed by legitimate edits. See <http://meta.wikimedia.org/wiki/Help:Reverting#Undo>.
unicode_testThe following character is a c-cedille: ??; The following is avar's name in proper icelandic: ??var Arnfj??r?? Bjarmason
unicornNeed more magic in your life? See https://wikitech.wikimedia.org to create your own!
uninstallIf you want uninstall mediawiki from your server, visit http://www.mediawiki.org/wiki/Manual:Uninstallation
uniqstrings like UNIQ7dcd9-example-14c1dc-QINU apprearing in pages are caused, in 99% of cases, by a bug with an extension. The usual fix for that is to use the method recursiveTagParse of the parser instead of Parser::parse
unreviewedcodeAll commits in Gerrit that haven't had a human review yet: https://gerrit.wikimedia.org/r/#q,is:open+project:mediawiki/core+-CodeReview%252B2+-CodeReview%252B1+-CodeReview-1+-CodeReview-2,n,z
update.phpupdate.php is a script that updates the database tables. You usually need to run it after upgrading MediaWiki or installing certain extensions. For details, see <http://www.mediawiki.org/wiki/Manual:Upgrading#Run_the_update_script>
upgradehttp://www.mediawiki.org/wiki/Manual:Upgrading
uploadFile uploads are disabled by default, set $wgEnableUploads=true; to enable it. See <https://www.mediawiki.org/wiki/Manual:Configuring_file_uploads> for configuration details, <https://www.mediawiki.org/wiki/Help:Managing_files> and <https://www.mediawiki.org/wiki/Help:Images> for using uploaded images and other files.
uploadbyurlhttp://www.mediawiki.org/wiki/Manual:Configuring_file_uploads#Uploading_directly_from_a_URL_.28.22Sideloading.22.29
usefulMediaWiki is useful for everything, it can simulate nuclear weapons blasts or feed your cat
useragentThe User-Agent string tells the server about your browser (or HTTP library). Wikimedia servers require a User-Agent string to be sent. See http://meta.wikimedia.org/wiki/User-Agent_policy for details.
userapprovalTo require approval before accounts can edit, see <http://www.mediawiki.org/wiki/Extension:ConfirmAccount>. Alternatively, remove edit rights from all users, and create a new user group like with edit rights; a bureaucrat can then add users to the group. See <http://www.mediawiki.org/wiki/Help:Assigning_permissions>
vagranthttps://www.mediawiki.org/wiki/MediaWiki-Vagrant
variablesTo use user-defined variables inside wiki pages, you can use <http://www.mediawiki.org/wiki/Extension:VariablesExtension>.
vebugSubmit a new ticket on Phabricator for the VisualEditor: https://phabricator.wikimedia.org/maniphest/task/create/?projects=PHID-PROJ-dafezmpv6huxg3taml24
vectorVector is MediaWiki's default skin since MW 1.17. It has been included in the download tarballs since then. For instructions on how to install it if you don't have it, see <https://www.mediawiki.org/wiki/Skin:Vector#Installation>. Say !skin or !localsettings for more details.
veqYou can get more specific answers to your VisualEditor related questions from the VE developers themselves in #mediawiki-visualeditor
versionTo find the current version of Wikimedia wikis, see https://tools.wmflabs.org/versions/. To find out the version of your MediaWiki installation, visit the page Special:Version. Should the wiki be broken, but you have access to the program files, find $wgVersion in DefaultSettings.php. Please note that 1.15.0 > 1.5.0 (since nobody wants to go to 2.0). See http://www.mediawiki.org/wiki/Version_lifecycle for supported versions.
versionlifecyclehttps://www.mediawiki.org/wiki/Version_lifecycle
viewvchttp://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/$1?view=markup
visualeditorVisualEditor is a project to create a simple editor for MediaWiki that would make it far simpler for people to contribute to Wikimedia projects. See also https://www.mediawiki.org/wiki/VisualEditor and #mediawiki-visualeditor channel.
vulnerabilityIf you believe you have found a security problem in MediaWiki or in one of Wikimedia's web sites, please contact security@wikimedia.org directly so we can prepare a bug fix release.
wallofshametracks devs with pending fixme : http://www.mediawiki.org/wiki/Special:Code/MediaWiki/stats
webinspectorWebKit browser (Chrome, Safari) come with a console and debugger package built-in. Once enabled right click to Inspect and bring up the consoles. How to enable: http://mactips.info/2010/07/use-safari-5s-web-inspector | http://www.google.com/chrome/intl/en/webmasters-faq.html
webrequestThe WebRequest class encapsulates getting at data passed in the URL or via a POSTed form, handling remove of "magic quotes" slashes, stripping illegal input characters and normalizing Unicode sequences. For more info check <http://svn.wikimedia.org/doc/classWebRequest.html>.
webscaleDon't just scale for the web, webscale for the cloud <http://nosql.mypopescu.com/post/1016320617/mongodb-is-web-scale>
welcomeWelcome to #mediawiki, the channel for MediaWiki development and support! Don't ask if anyone's around, just ask your questions. Do, however, consult the FAQ, located at <FAQ: http://www.mediawiki.org/wiki/FAQ>, first.
wfhttps://phabricator.wikimedia.org/source/mediawiki/browse/master/includes/GlobalFunctions.php
wghttps://www.mediawiki.org/wiki/Manual:%24wg$1
wgConfWHAT ARE YOU DOING? STOP!
wikiA wiki is a collaborative website which can be directly edited by anyone with access to it. Ward Cunningham, developer of the first wiki WikiWikiWeb, originally described it as "the simplest online database that could possibly work". Wikipedia is one of the best known wikis.
wiki2pdfGoogle it; one example is http://toolserver.org/~magnus/pdf.php
wiki2xmlhttp://tools.wikimedia.de/~magnus/wiki2xml/w2x.php
wikiahttp://wikia.com is a site that hosts free content community wikis.
wikiacodeWikia's customized mediawiki code is mostly available via <https://svn.wikia-code.com/wikia/>. Wikia-specific extensions can usually be found in <https://svn.wikia-code.com/wikia/trunk/extensions/wikia/>.
wikibugshttps://www.mediawiki.org/wiki/Wikibugs
wikidatahttps://meta.wikimedia.org/wiki/Wikidata
wikieditorhttp://www.mediawiki.org/wiki/Extension:WikiEditor
wikiloveWikiLove is an extension that makes it easy to add positive feedback to user talk pages. See https://www.mediawiki.org/wiki/Extension:WikiLove for installation and usage information.
wikimaniahttps://meta.wikimedia.org/wiki/Wikimania
wikimediaMediaWiki not Wikimedia; Wikimedia is the foundation, MediaWiki is the software. See !mediawiki and !wmf
wikipediaA massively multiplayer online role-playing game (MMORPG) where players can click on the "edit this page" tab at the top of each level and add quips of information. Then, the Wikipedia Game Masters (GMs) check over these "edits" and if they are bad, the player is sent to "WikiJail," where they must appease the god Jimbo in order to escape. However, good "edits" gain the player "contributions", the much sought-after currency of Wikipe
wikipmediawikiConfused about the differences between MediaWiki, Wikimedia, Wikipedia and wiki? See https://www.mediawiki.org/wiki/Wikipmediawiki
wikiteamWikiteam software is a set of tools for archiving wikis. http://www.archiveteam.org/index.php?title=WikiTeam software https://github.com/WikiTeam/wikiteam Internet Archive https://archive.org/details/wikiteam
wipWIP means "Work in progress"
wm-botHello, I'm wm-bot. The database for this channel is published at https://wm-bot.wmflabs.org/dump/%23mediawiki.htm More about WM-Bot: https://meta.wikimedia.org/wiki/wm-bot
wm-bot-pingpong
wmfthe Wikimedia Foundation runs the servers which host Wikipedia and other projects; and is the driving force behind the development of MediaWiki <http://www.wikimediafoundation.org>
wmf-deploymenthttps://gerrit.wikimedia.org/r/#/admin/groups/21,members
wmohttps://wikimedia.org
workflowhttp://xkcd.com/1172/
workforushttps://wikimediafoundation.org/wiki/Jobs
worstcaseGenerally, the worst that can happen is that someone compromises your site, steals your data, deletes it and replaces it with kiddy porn. Then they start a spam service on your server advertising the kiddy porn to twenty million email addresses, daily. Then your home gets raided, you get fired and your wife leaves you. Then you get killed in your sleep by ninjas.
wphttps://en.wikipedia.org/?title=$url_encoded_*
wptemplatesTo copy templates from Wikipedia, use Special:Export and check the "Include templates" option to get all the sub-templates, then upload the file with Special:Import on your wiki. You'll also likely have to install the ParserFunctions extension, Scribunto extension and install/enable HTML tidy. You also might need some CSS from Wikipedia's Common.css. You'll also need a lot of...
wtfhttp://i.imgur.com/7mleSTG.jpg
wysiwygWhat You See Is What You Get editors allow you to create articles and see the text formatting without needing to Show Preview. A list of wysiwyg editor extensions may be found at <http://www.mediawiki.org/wiki/Category:WYSIWYG_extensions>. For some discussion, see <http://www.mediawiki.org/wiki/WYSIWYG_editor>. See also <http://meta.wikimedia.org/wiki/Usability>.
xamppXAMPP is an easy to install bundle of Apache, MySQL, PHP, Perl, and more stuff, available for all popular operating systems - see <http://www.apachefriends.org/de/xampp.html>. For installing MediaWiki on XAMPP, see <http://tinyurl.com/2shgph> and also <http://www.nat32.com/xampp/wiki.htm>.
xkcdhttps://xkcd.com/$1
xmlUse HTML5, Luke
xyThe XY problem is asking about your attempted *solution* rather than your *actual problem*. http://meta.stackoverflow.com/a/66378
yodahttp://www.globalnerdy.com/wordpress/wp-content/uploads/2010/05/yodaconditional.jpg

Aliases

$wgextranamespacesextranamespace
&ampersand
1.1ancient
1.10ancient
1.11ancient
1.12ancient
1.13ancient
1.14ancient
1.15ancient
1.16ancient
1.2ancient
1.3ancient
1.4ancient
1.5ancient
1.6ancient
1.8ancient
1.9ancient
531php531
:colon
[[mw
aboutmediawiki
accesscontrolaccess
aclcms
actionpathactionpaths
addnamespacesextranamespace
admincreateandpromote
aliasshorturl
antispamspam
apiclientcodeapiclient
attributioncredit
authorgitauthor
authpluginauth
autopropssvnprops
betawikitranslatewiki
blankpageblank
blockblocking
botinfobotnoob
botsbot
bpbranchpoints
branchesbranchpoints
branchpointbranchpoints
bsbugsearch
bzbugzilla
cclass
cachingcache
captchascaptcha
categorycategories
cctests
changegerritsearch
cheatcheatsheet
cheetcheatsheet
clientcodeapiclient
closingtag?>
coderdevelopers
collapsiblecollapse
commandsbotnoob
commitaccesscommit
confconfig
configurationconfig
confirmaccountuserapproval
confirmeditcaptcha
cookiecookies
crcodereview
cruisecontroltests
csvcsv2wp
customnamespaceextranamespace
datadumpdump
dbtablesschema
debuggingdebug
debugldapldapdebug
deleteaccountdeleteuser
deluserdeleteuser
developerdevelopers
docdocumentation
docsdocumentation
domdomdocument
doublecolont_paamayim_nekudotayim
dumpsdump
dumpsqlsqllog
dynamicpagelistdpl
eext
e-mailemail
editfilterabusefilter
edittoolscharinsert
eeexternaleditor
enginescompare
epetherpad
errordebug
error_logerrors
error_reportingerrors
errorlogerrors
errorreportingerrors
etherpadspadindex
exporttemplateswptemplates
extauthauth
extensionextensions
extensionditributorextensiondistributor
externalimageexternalimages
extranamespacesextranamespace
familyfarm
fastperformance
filelinkfileurl
filelinksfileurl
filetypesfiletype
flaggedrevisionsflaggedrevs
flrflaggedrevs
foreignfilerepoforeignfilerepos
fortifyaudit
ggerritsearch
gerritgerritsearch
gerritchangegerritsearch
geshihighlight
gettinghelpgethelp
gitchangegerritsearch
githashgerritsearch
gosearch
grouppermissionsrights
groupsrights
hpdhelp
hashgerritsearch
headers?>
helppdhelp
helpimportimporthelp
helpmeask
hesaidsemantichss
hiddencathiddencategories
hiddencategoryhiddencategories
hideshowcollapse
hidetitlecsshideheader
hotlinkexternalimages
htmldumpdumphtml
htmletshtml
htmltidytidy
iconsicon
iframesiframe
imagelinksimagelink
imagemagickimagemagic
imagemagikimagemagic
imgauthimg_auth
installationinstall
installinginstall
interwikitranscludescarytranscluding
ircrcbot
iwinterwiki
jsjavascript
lline
l10ni18n
languagelinkslanglinks
linklinks
linknwnewwindow
localsettingsconfig
localsettings.phpconfig
logsqlsqllog
lqtthreads
lsconfig
mmeta
magicmagicwords
magicwordmagicwords
mailinglistslist
mailistlist
maillistlist
manualmwhelp
markupsyntax
maskthe_mask
matrixextensionmatrix
maxuploadfilesize
mediawikipagesallmessages
mediazillabugzilla
memlimitmemory
memory_limitmemory
memorylimitmemory
movewikimove
movingmove
movingawikimove
mw-botmwbot
mwsuggestsuggest
mytoolsaysyousuckaudit
mzbugzilla
namespacenamespaces
navboxsidebar
navframecollapse
naviboxsidebar
navigation_boxsidebar
needhelpask
newpagecreatepage
newparsermigrate
nightlybleedingedge
nocconfig
nopastepastebin
nosshnoshell
notepadbom
npnext
nsnamespaces
oldversionancient
oommemory
padetherpad
padspadindex
parserfunctionparserfunctions
parsersparser
passwordresetresetpassword
pastepastebin
permissionsrights
pfparserfunctions
pfuncparserfunctions
php5.3.1php531
phpunittesting
pmaphpmyadmin
preloadboilerplate
prevaccesspreventaccess
preventingaccesspreventaccess
problemdetails
protectionprotect
pywikipywikipediabot
pywikibotpywikipediabot
pywikipediapywikipediabot
query.phpquery
qunittesting
rsvn-rev
rangeblockrangeblocking
rarrawr
rawhtmlhtml
redirectsredirect
remotefilesforeignfilerepos
removeuserdeleteuser
restorebackup
reusecredit
revdelrevdelete
revisiondeleteoversight
rewriteproblemrewriteproblems
rlresourceloader
roreadonly
robotbot
robots.txtrobots
rooturlnullpath
rprewriteproblems
rssfeeds
rvrevert
safe_modesafemode
scarytransclusionscarytranscluding
secretsecrets
securedevdevsecurity
securehtmlhtml
semanticsemantichelp
session.save_pathsession
sessiondatasession
sesson.save_pathsession
sha1gerritsearch
sharedusersharedlogins
short_urlshorturl
simpleurlshorturl
simpleurlsshorturl
sortablesorttable
spammingspam
speedperformance
sqltablesschema
sshshell
stableversionflaggedrevs
staticdumphtml
statswallofshame
stringstringfunctions
stringfunctionstringfunctions
stylecss
subpagesubpages
swarmtestswarm
tablestable
templatetemplates
templateproblemtemplateproblems
texmath
texvcmath
thanksthankyou
thumbnailthumb
thumbnailingthumb
thumbnailsthumb
thumbsthumb
timetimezone
toolbareditbuttons
toolboxeditbuttons
translatetranslatewiki
transwikiimportsources
troubleshootingdebug
trunkbleedingedge
tuningperformance
tythankyou
tztimezone
uauseragent
unittesting
updateupdate.php
updatingupgrade
upgradingupgrade
uploadsupload
uploadsizefilesize
urlshorturls
usabilityui
userdeletedeleteuser
usergroupnewusergroup
usergroupsaccess
userrightrights
userrightsrights
versionssupported
videoplayer
waitrepeat
wgfileextensionsfiletype
whiteblank
whitescreenblank
wikifamilyfarm
wikifarmfarm
wikihostinghosting
wikilinkmw
wikimarkupsyntax
wikiscompare
wikitextsyntax
wmbotwm-bot
botbrainwm-bot
botwm-bot
brainwm-bot
youwm-bot
searchlogchansearch
stfwlmgtfy
serveradminlogsal
pipermailmailarchive
enwikienwp
packagepackages
sqlerrorssqllog
releasecycleversionlifecycle
newreponewgit
chmodfilepermissions
uploadpermissionsfilepermissions
rbreportbug
bbugzilla
MediaWiki:common.csscss
sqlerrorsqllog
Special:Exportexport
500blank
contextrequestcontext
blitgitblit
browsemaster
nightliesnightly
hackcorehack
debiandebianubuntu
ubuntudebianubuntu
schoolopsschool
svnsubversion
patrollingpatrol
transferbackup
databaseschema
AbuseFilterabusefilter
vevisualeditor
shorturlshorturls
$wgserver$wgServer
servername$wgServer
wgServer$wgServer
wgserver$wgServer
shortenshorturls
prettyurlshorturls
prettyurlsshorturls
rewriterewriteproblems
prettyshorturls
forumcms
webserviceparsoid-web
testwebparsoid-test
rtstatsparsoid-test
skinskins
skingalleryskins
searchcodesearch
codecodesearch
gitwebgitblit
repositoriesrepos
projectsrepos
ie9ie
deploymentqueuedeployments
deploymentdeployments
deployerswmf-deployment
quiettooquiet
AWBautowikibrowser
restrictingaccess
scribuntolua
exporttemplatewptemplates
testsforce-alias phpunit
ttask
bugbugzilla
oldbugbugsearch
branchbranchpoints
phabphabricator
externaldatabulkpagecreator
importpagesbulkpagecreator
fileabugnewbug
shareddbsharedlogins
git-accessgit
gitaccountgit
1.17ancient
1.18ancient
1.20ancient
1.21ancient
1.22ancient
1.24ancient
1.25ancient
1.26ancient
wm-bot
1.7ancient
1.19ancient
1.23ancient
howtohacker
pywikipediabotpywikibot
resetpassresetpassword
supportedsupport
coremaster
titlecapslowercase
capitallinkslowercase
authauthentication


Most active users :) (enabled: 5/13/2013 3:56:47 PM)


N.NickMessages (average / day)Number of posted messagesActive since
1.wikibugs33.5414984445/13/2013 3:56:47 PM
2.wikibugs_9.156442268655/14/2013 3:23:46 PM
3.Reedy7.016355205935/13/2013 6:13:40 PM
4.bawolff5.084157149225/14/2013 1:30:56 AM
5.Vulpix3.979216116795/13/2013 8:37:27 PM
6.MatmaRex3.932174115375/14/2013 4:58:37 PM
7.marktraceur3.28960896555/13/2013 6:12:44 PM
8.Skizzerz3.0663789635/25/2013 6:38:44 PM
9.sumanah2.31720668015/13/2013 9:08:40 PM
10.legoktm2.17177963725/14/2013 5:40:39 AM
11.andre__2.10838461865/14/2013 2:00:23 PM
12.Nemo_bis1.76278151725/14/2013 9:04:55 PM
13.Krenair1.43796942195/14/2013 10:23:49 PM
14.jubo21.17165534066/10/2013 7:02:36 PM
15.Elsie1.14575533336/8/2013 10:22:53 PM
16.Platonides1.07172131385/20/2013 9:35:16 AM
17.saper1.04737630735/14/2013 6:59:29 PM
18.YuviPanda0.92273526995/23/2013 2:24:13 AM
19.biberao0.972983225573/16/2014 11:28:11 PM
20.Betacommand0.853859424896/2/2013 9:23:37 PM
21.Gloria0.8902752242612/9/2013 1:43:30 AM
22.sasan0.947891823837/8/2014 5:35:58 AM
23.Krinkle0.725877921295/15/2013 5:14:17 PM
24.Niharika0.7274053199611/20/2013 8:08:24 AM
25.Ulfr0.678168819855/21/2013 4:46:58 PM
26.rickyb980.670985319685/15/2013 4:10:15 PM
27.ShakespeareFan000.805462416819/8/2015 9:08:23 PM
28.RoanKattouw0.566950616645/13/2013 10:57:56 PM
29.paladox0.8056503165410/12/2015 4:33:59 PM
30.yaron0.50068414645/24/2013 11:41:39 AM
31.bd8080.498950314267/29/2013 11:42:39 PM
32.aharoni0.483771814165/21/2013 8:22:32 AM
33.fhocutt0.53115513983/12/2014 10:03:49 PM
34.DanielK_WMDE0.460724113495/20/2013 2:04:56 PM
35.MaxSem0.457240213425/13/2013 6:25:54 PM
36.Carmela0.525443813326/17/2014 2:13:14 AM
37.kim_bruning0.459421813197/16/2013 7:07:34 PM
38.ori0.467873126712/26/2013 9:19:41 AM
39.thedj0.426380412515/14/2013 7:48:18 PM
40.PiRSquared0.432347812437/12/2013 1:57:52 PM
41.harmaahylje0.814153412314/5/2017 11:50:22 AM
42.petan0.41965212305/17/2013 12:20:23 PM
43.^d0.420450612137/2/2013 4:45:18 PM
44.ningu1.56883112084/17/2019 10:03:06 PM
45.tgr0.4335867119811/1/2013 7:07:24 PM
46.Wikinaut0.396592911645/13/2013 10:57:05 PM
47.jackmcbarn0.414912611639/22/2013 2:53:29 AM
48.allaze-eroler0.669560211579/1/2016 3:51:21 PM
49.ori-l0.39284511535/13/2013 11:53:39 PM
50.Nahiyan0.399930511517/9/2013 9:08:33 PM
51.huh0.415555611221/4/2014 12:18:16 AM
52.Juandev0.377853511095/13/2013 6:10:46 PM
53.James_F0.36763210795/14/2013 1:27:35 AM
54.Nikerabbit0.364505110685/18/2013 5:53:52 PM
55.wmat0.3870614105911/28/2013 7:06:12 PM
56.hypergrove0.361139710526/5/2013 1:09:08 AM
57.Ulfr_0.358904110485/28/2013 3:12:15 PM
58.Amgine0.355828210445/14/2013 2:18:09 PM
59.ashley0.346416410155/18/2013 2:25:35 PM
60.valhallasw0.343441210085/13/2013 8:37:31 PM
61.Qcoder000.33321989785/13/2013 8:36:24 PM
62.karami0.38381839637/13/2014 4:34:26 AM
63.Amir10.32169759405/26/2013 2:11:36 PM
64.qgil0.31670659275/21/2013 7:02:49 PM
65.Trela0.44187179169/22/2015 2:47:03 PM
66.justinl0.4851389143/29/2016 3:37:27 PM
67.Lcawte0.30947519085/14/2013 8:56:13 PM
68.Remilia1.1952519064/29/2019 3:23:41 PM
69.GEOFBOT0.380952489612/18/2014 1:16:12 AM
70.mutante0.30402188925/14/2013 8:46:31 PM
71.Svetlana0.321428689110/23/2013 8:02:45 PM
72.brion0.30153328855/13/2013 6:26:56 PM
73.Dereckson0.29522188655/18/2013 10:51:07 PM
74.Withoutaname0.312937784912/21/2013 7:24:02 PM
75.Fiona0.349535182712/3/2014 3:43:30 AM
76.p858snake|l0.27991828215/15/2013 2:31:41 AM
77.Zppix0.45883028087/30/2016 10:01:44 PM
78.c0.27550678026/6/2013 9:24:57 PM
79.Isarra0.27207647985/15/2013 7:15:53 PM
80.gry0.26527117736/3/2013 12:27:24 PM
81.Katie0.3493377645/31/2015 7:29:56 AM
82.auvajs0.33942097624/3/2015 3:50:33 PM
83.Sid-G0.26277377567/10/2013 8:12:46 AM
84.Ivy0.584518274012/7/2017 5:07:48 AM
85.greg-g0.25231727356/4/2013 6:30:53 PM
86.aelevadoan0.308867272812/12/2014 6:27:02 PM
87.DanielK_WMDE_0.24124917036/3/2013 7:42:40 PM
88.Justin_ZW0.23358676766/23/2013 4:04:49 PM
89.PJosepherum0.268746747/14/2014 11:46:33 PM
90.robolobster0.24755826592/10/2014 1:45:01 PM
91.liangent0.22358556565/14/2013 5:04:29 PM
92.hexmode0.22358556565/14/2013 11:49:54 PM
93.Rahul210.21820666405/15/2013 12:18:59 PM
94.kevindank0.2196976386/13/2013 1:04:54 PM
95.p858snake0.21731696355/26/2013 12:39:13 PM
96.Leah0.27292296341/15/2015 4:35:47 PM
97.Glaisher0.23836556303/1/2014 12:20:17 PM
98.Sveta0.23250566182/14/2014 10:58:18 AM
99.TimStarling0.20870466095/30/2013 6:45:39 AM
100.Rosencrantz0.20949436096/10/2013 6:39:09 PM
N/ATotal:189.8273557143N/A