Key | Value |
@ | @ 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 |
3x | $1 $1 $1 |
42 | The answer to life, the universe and everything. |
a | not A |
abusefilter | AbuseFilter is an extension that tags and filters problematic edits. For more information, see <http://www.mediawiki.org/wiki/Extension:AbuseFilter> |
access | For 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>. |
ack | Try ack instead of grep; it's mostly the same syntax as grep, but much faster. http://betterthangrep.com/ |
actionpaths | To 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 |
actions | For default actions understood by MediaWiki, see <http://www.mediawiki.org/wiki/Manual:Parameters_to_index.php#Actions> |
adminsettings | AdminSettings.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> |
allmessages | For a list of system messages available in the MediaWiki: namespace, see Special:AllMessages |
allowoverride | Apache 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 |
amend | https://www.mediawiki.org/wiki/Git/Workflow#Amend_your_change |
ampersand | http://www.mediawiki.org/wiki/Manual:Short_URL#Ampersand_.28.26.29_problem |
analytics | See <https://www.mediawiki.org/wiki/User:Dantman/Analytics_integration> for techniques on adding analytics scripts using your LocalSettings file. |
ancient | Old 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. |
anglebrackets | In 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 |
announce | mediawiki-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 |
annoyinglittlebug | https://www.mediawiki.org/wiki/Annoying_Little_Bug |
anonnotice | Anonnotice 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 |
answer | 42 |
api | The 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 >. |
audit | Warnings 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. |
authentication | See 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. |
autoblock | http://www.mediawiki.org/wiki/Autoblock |
autoconfirmed | Autoconfirmed 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> |
autoload | Classes 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. |
autothumb | Wikimedia 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. |
bestcase | You create a wiki as popular as Wikipedia, with an Adsense clickthrough rate above 99%. And you get laid. |
blacklist | For blocking articles and accounts with certain name patterns, see https://www.mediawiki.org/wiki/Extension:TitleBlacklist. |
blame | Whatever happened, it's Domas' fault. For everything else, there's `git blame`. |
blank | A 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>. |
bleedingedge | To 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> |
boilerplate | http://www.mediawiki.org/wiki/Manual:Creating_pages_with_preloaded_text |
bom | The 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 !?> |
bot | A 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 |
branchpoints | http://www.mediawiki.org/wiki/Branch_points |
browser | https://www.mediawiki.org/wiki/Compatibility#Browser |
bunching | http://en.wikipedia.org/wiki/Wikipedia:How_to_fix_bunched-up_edit_links |
bureaucracy | a state of being between steward and sysop |
cache | General 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> |
captcha | For more information about CAPTCHAs and MediaWiki, see <http://www.mediawiki.org/wiki/Extension:ConfirmEdit>. |
cat | See http://www.mediawiki.org/wiki/Category:$1 |
categories | http://www.mediawiki.org/wiki/Help:Categories |
centralauth | CentralAuth 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> |
chansearch | http://bots.wmflabs.org/~wm-bot/searchlog/ |
chanspam | You can actually privmsg me too, you know. Also see #mwbot |
charinsert | CharInsert 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 >. |
cheatsheet | http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet |
checkuser | CheckUser 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 > |
ci | https://integration.mediawiki.org/ci/ |
cia | The 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>. |
cite | http://www.mediawiki.org/wiki/Extension:Cite |
cloak | http://meta.wikimedia.org/wiki/Cloak |
cms | Wikis 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. |
code | http://www.mediawiki.org/wiki/Special:Code |
codereview | http://www.mediawiki.org/wiki/Code_review |
collapse | http://www.mediawiki.org/wiki/Manual:Collapsible_tables |
colon | To 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". |
commit | http://www.mediawiki.org/wiki/Commit_access_requests |
commons | Wikimedia Commons is an online hard disk with almost infinite capability. You can upload anything you want there as long as you follow its policy. |
compare | For a comparison of wiki software, see <http://en.wikipedia.org/wiki/Comparison_of_wiki_software> and <http://www.wikimatrix.org/> |
compression | Compression in MediaWiki is covered at http://www.mediawiki.org/wiki/Compression |
config | All 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> |
console | The 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. |
cookies | To enable cookies for popular browsers, see <http://www.google.com/support/accounts/bin/answer.py?&answer=61416> |
cooluris | Tim Berners-Lee says: Cool URIs don't change! <http://www.w3.org/Provider/Style/URI> |
copyhelp | See <http://www.mediawiki.org/wiki/Help:Copying> for instructions on copying the help pages to your wiki. |
copying | The "Help:" namespace on mediawiki.org is available for copying. See < http://www.mediawiki.org/wiki/Help:Copying >. |
copyinghelp | See <http://www.mediawiki.org/wiki/Help:Copying> for information about copying help to your own wiki. |
copytemplates | For help copying templates from one wiki to another, see < http://www.mediawiki.org/wiki/Help:Templates#Copying_from_one_wiki_to_another >. |
corn | http://en.wikipedia.org/wiki/Maize |
createandpromote | To recreate the admin user, run "php maintenance/createAndPromote.php" on the command line. |
createpage | The 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> |
credit | NOTE: 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>. |
cron | http://en.wikipedia.org/wiki/cron |
csv2wp | csv2wp is an online tool for converting tables in CSV format, like the one Excel can produce, to WikiText or HTML. |
db | See http://www.mediawiki.org/wiki/Manual:$1_table |
dbtable | http://www.mediawiki.org/wiki/Manual:$1_table |
debbug | http://bugs.debian.org/$1 |
defenestrate | defenestrates $1 |
deleteuser | Deleting 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> |
deployments | http://wikitech.wikimedia.org/view/Software_deployments |
details | Please give us details when reporting a problem. <http://img526.imageshack.us/img526/8871/problem1a.gif> |
developer | Did you mean engineer? |
developers | http://www.mediawiki.org/wiki/Developers |
devsecurity | http://www.mediawiki.org/wiki/Security_for_developers |
diff3 | http://www.mediawiki.org/wiki/Manual:$wgDiff3 |
dismissablesitenotice | DismissableSiteNotice is an extension which lets users hide SiteNoticess. For more information see <http://www.mediawiki.org/wiki/Extension:DismissableSiteNotice> |
displaytitle | See <http://www.mediawiki.org/wiki/Manual:%24wgAllowDisplayTitle>. |
documentation | An 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? |
domdocument | If 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) |
downgrade | I don't know anything about "downgrade"... you must be a Windows user. Perhaps you mean http://www.mediawiki.org/wiki/Manual:Upgrading |
download | The 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>. |
doxygen | https://doc.wikimedia.org/ |
dpl | The 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>. |
draft | if 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 |
dump | For 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 . |
dumphtml | For creating a static HTML dump of your wiki, see <http://www.mediawiki.org/wiki/Manual:DumpHTML.php> |
echo | http://www.mediawiki.org/wiki/Echo_%28Notifications%29 |
editbuttons | See <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> |
editing | For assistance with editing, see: http://en.wikipedia.org/wiki/Help:Contents/Editing_Wikipedia |
edittoken | to 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 |
email | For 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> |
emailconfirmed | The implicit "emailconfirmed" group has been removed from MediaWiki 1.13. To create it, use $wgAutopromote['emailconfirmed'] = APCOND_EMAILCONFIRMED; |
enableapi | To 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; |
enotif | http://www.mediawiki.org/wiki/Manual:Configuration_settings#Email_notification_.28Enotif.29_settings |
enwp | http://enwp.org/$1 |
errors | To 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. |
es | http://www.mediawiki.org/wiki/External_Storage |
etherpad | http://etherpad.wikimedia.org/$1 |
events | We 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 |
exclamation | A 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> |
export | To 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 |
extensiondistributor | You can download bundeled for extensions maintained in the wikimedia repository from <http://www.mediawiki.org/wiki/Special:ExtensionDistributor>. |
extensionmatrix | http://www.mediawiki.org/wiki/Extension_Matrix |
extensions | MediaWiki 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. |
externalauth | http://www.mediawiki.org/wiki/ExternalAuth |
externaleditor | MediaWiki 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". |
externalimages | To 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>. |
f5 | Bypassing 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. |
fail | I don't know anything about "fail". You might try: !rewriteproblems |
false | true |
faq | Before 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 |
feature | It's a feature, not a bug :) |
feeds | Feed aggregator extensions: <http://www.mediawiki.org/wiki/Category:RSS_Extensions>. Feed generator extensions: <http://www.mediawiki.org/wiki/Category:Feed_generator_extensions>. |
filecache | http://www.mediawiki.org/wiki/Manual:File_cache |
filepermissions | http://www.mediawiki.org/wiki/Manual:Configuring_file_uploads#Check_directory_security |
filesize | The 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. |
filetype | http://www.mediawiki.org/wiki/Manual:%24wgFileExtensions |
fileurl | To 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 |
firebug | Please 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 |
flash | http://www.mediawiki.org/wiki/Category:Flash_Video_extensions |
foreignfilerepos | see http://www.mediawiki.org/wiki/Manual:$wgForeignFileRepos |
fu | I don't know anything about "fu". You might try: !ie6 !stringfunctions |
gadget | For 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 |
gadgets | For information about Extension:Gadgets see http://www.mediawiki.org/wiki/Extension:Gadgets |
gallery | http://www.mediawiki.org/wiki/Gallery#Rendering_a_gallery_of_images |
gerritapi | https://gerrit.wikimedia.org/r/Documentation/rest-api.html |
gerritdocs | https://gerrit.wikimedia.org/r/Documentation/index.html |
gerriterror | For a list of common Gerrit errors and what can cause them, please see <https://gerrit.wikimedia.org/r/Documentation/error-messages.html> |
gerrithelp | http://gerrit-documentation.googlecode.com/svn/Documentation/2.4/user-search.html |
gerritkeys | https://gerrit.wikimedia.org/r/#settings,ssh-keys |
gerritsearch | https://gerrit.wikimedia.org/r/#q,$1,n,z |
gethelp | Please read http://workaround.org/getting-help-on-irc for a good explanation of getting help on IRC. |
gfi | https://www.mediawiki.org/wiki/User:Petrb/Git_for_idiots |
gitauthor | https://gerrit.wikimedia.org/r/#q,owner:$1,n,z |
gitcheat | Here 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> |
gitemail | http://www.mediawiki.org/wiki/Git/Workflow#Email_doesn.27t_match |
gitrepo | To request a new Git repository, use the "New repositories" page on mediawiki.org <https://www.mediawiki.org/wiki/Git/New_repositories> |
git-review | git-review is a tool to make working with Gerrit much easier. Installation instructions are at <https://www.mediawiki.org/wiki/Git/Workflow#git-review> |
giturl | ANON: https://gerrit.wikimedia.org/r/p/mediawiki/core.git AUTH: ssh://gerrit.wikimedia.org:29418/mediawiki/core.git |
gnu | a recursive name stands for GNU's Not Unix. for more information see http://gnu.org |
google | https://www.google.com/search?q=$url_encoded_* |
googleanalytics | http://www.mediawiki.org/wiki/Extension:Google_Analytics_Integration or http://www.mediawiki.org/wiki/Extension:Google_Analytics |
googleit | Let me Google that for you. < http://letmegooglethatforyou.com/?q=$1 > |
grep | Try ack instead; it's mostly the same syntax as grep but much faster. http://betterthangrep.com/ and https://github.com/petdance/ack |
gsocapp | Start 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/ |
gsod | Green Screen Of Death - the Wikimedia sites error message written in green |
hacker | http://www.mediawiki.org/wiki/How_to_become_a_MediaWiki_hacker |
HAL | status: completely operational, and all my circuits are functioning perfectly. |
hdss | You 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. |
help | There 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. |
hetdeploy | http://www.mediawiki.org/wiki/Heterogeneous_deployment |
hiddencategories | Use __HIDDENCAT__ (the end) |
hidetabs | To 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 |
hidetoc | To hide the Table of Contents on a page, add the text "__NOTOC__" (without the quotes) to the page. |
highlight | There 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 |
hooks | Hooks 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>. |
hosting | For 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). |
html | For 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>. |
html9 | http://html9responsiveboilerstrapjs.com/ |
humor | HUMOR IS STRICTLY FORBIDDEN |
i18n | See http://www.mediawiki.org/wiki/Internationalisation for developer help on MediaWiki internationalisation. To translate MediaWiki in another language, please visit http://translatewiki.net |
iamabot | Hello! 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> |
ie6 | IE6 is an awful browser, don't use it |
iframe | To 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. |
iis404 | If 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 |
imabot | I'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. |
imageauth | For protecting against unauthorized access to images, see <http://www.mediawiki.org/wiki/Manual:Image_Authorization> |
imagelink | In MW1.14+: you can use the new 'link' parameter [[Image:Foo.png|link=Bar]] | Before that, image linking was intentionally not supported in MediaWiki, so access to the image's description page was always available. If you need image links, see <http://www.mediawiki.org/wiki/Help:Linked_images> for methods and information. |
imagemagic | ImageMagick 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/>. |
imagemap | ImageMap 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. |
images | For 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_auth | By 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>. |
important | !important is a keyword in CSS to override conflicting styles |
importhelp | http://www.mediawiki.org/wiki/Project:PD_help/Copying |
importimages | https://www.mediawiki.org/wiki/Manual:ImportImages.php |
importsources | For information on configuring interwiki page imports, please refer to <http://www.mediawiki.org/wiki/Manual:%24wgImportSources> |
info | http://www.mediawiki.org/wiki/Special:Search?search=$1&go=Go |
infobox | https://en.wikipedia.org/wiki/Template:Infobox |
inputbox | http://www.mediawiki.org/wiki/Extension:Inputbox |
install | Installing 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... |
installmacosx | Telling someone to get a Mac isn't much more helpful than telling them to use Linux (but it's still better than Windows + IIS). |
instantcommons | InstantCommons 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. |
interface | You 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> |
internalapi | http://www.mediawiki.org/wiki/API:Calling_internally |
interwiki | Interwiki 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> |
invalidupload | This is a common error. Please see http://www.mediawiki.org/wiki/Manual:FAQ#.22File_is_corrupt_or_has_an_invalid_extension.22 |
is | is |
javascript | To 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 |
jobqueue | The Job Queue is a way for mediawiki to run large update jobs in the background. See http://www.mediawiki.org/wiki/Manual:Job_queue |
jquery | http://www.mediawiki.org/wiki/jQuery |
labs | https://www.mediawiki.org/wiki/WMF_Projects/Wikimedia_Labs |
langlinks | Language links are links to translations of the same article on another wiki. For information on how to set up language links, see <http://www.mediawiki.org/wiki/Interwiki#Interwiki_links_to_other_languages> |
ldap | http://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 |
ldapdebug | http://www.mediawiki.org/wiki/Extension:LDAP_Authentication/Options#Debugging_options |
ldapsupport | Please open a new thread on the support page (http://www.mediawiki.org/wiki/Extension_talk:LDAP_Authentication) |
line | http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/includes/$1.php?view=annotate#l`2 |
links | https://meta.wikimedia.org/wiki/Help:Link |
list | mediawiki-l and wikitech-l are the primary mailing lists for MediaWiki-related issues. See http://lists.wikimedia.org/ for details. |
listinfo | https://lists.wikimedia.org/mailman/listinfo/$1 |
lists | mediawiki-l and wikitech-l are the primary mailing lists for MediaWiki-related issues. See https://www.mediawiki.org/wiki/Mailing_lists for details. |
localhost | ::1 |
lockdown | Lockdown 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. |
logo | The logo that appears in the top left of each page is from $wgLogo in LocalSettings.php. To change this you change the value of $wgLogo to point to the URL of your own logo. See <http://www.mediawiki.org/wiki/Manual:%24wgLogo>. Be sure $wgLogo is set to an absolute path, starting with "/" (or a protocol "http:"/"https:"). Using pretty URLs a relative path will behave oddly. 135x135 pixels |
lowercase | https://www.mediawiki.org/wiki/Manual:$wgCapitalLinks |
lsb | Late 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) |
lua | Scribunto 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`` |
magicwords | For 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>. |
mailarchive | http://lists.wikimedia.org/pipermail/$1 |
mainpage | To change which page is the "main page" of your wiki, edit MediaWiki:Mainpage. |
mainpagetitle | To edit the <title> of the Main Page, change MediaWiki:Pagetitle-view-mainpage; see also: !mainpage |
man | https://www.mediawiki.org/wiki/Manual:$1 |
manapi | https://www.mediawiki.org/wiki/API:$1 |
maps | Maps 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 |
maxlag | `!man Maxlag_parameter`` |
mediawiki | MediaWiki 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 |
meetings | https://www.mediawiki.org/wiki/MediaWiki_developer_meetings |
memcached | Using memcached can speed up your wiki and is required by certain features. Read more about memcached at <http://www.mediawiki.org/wiki/Memcached> |
memory | If 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'); |
migrate | http://meta.wikimedia.org/wiki/Migration_to_the_new_preprocessor |
mime | For assistance in configuring mime type detection on MediaWiki, please consult < http://www.mediawiki.org/wiki/Manual:Mime_type_detection > |
moderation | Moderation 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 |
monday | Should be monday. But we don't know *which* monday. Maybe next week. Maybe next month. Maybe next year. Maybe not even a monday. |
moo | mw-bot does not have Super Cow Powers |
move | For 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>. |
mssql | Reedy |
multiplecommits | git-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. |
multiplewiki | To 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/>. |
mwbot | mwbot was the the bot previously used in #mediawiki See also https://www.mediawiki.org/wiki/mwbot |
mw-config | The 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`` |
mwhelp | An 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>. |
mysql | MySQL is an open-source database, and one of the databases that MediaWiki supports (MW requires some database). MySQL's website is http://mysql.com/. |
namespaces | See 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 |
networkauth | http://www.mediawiki.org/wiki/Extension:NetworkAuth |
newgit | http://www.mediawiki.org/wiki/Git/New_repositories/Requests |
newusergroup | To create a new usergroup, simply set permissions for that group in LocalSettings.php, using $wgGroupPermissions. Then, simply add users to that group |
newwindow | You shouldn't do this, but since you asked: <http://www.mediawiki.org/wiki/Manual:Opening_external_links_in_a_new_window> |
next | Another satisfied customer. NEXT! |
nightly | https://www.mediawiki.org/wiki/Nightlies |
nofollow | You can disable nofollow on external links by adding $wgNoFollowLinks=false; in LocalSettings.php or to some domains only adding $wgNoFollowDomainExceptions = array( 'domaintofollow.com' ); |
noob | you |
noshell | If 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 |
not | Templates are not for programming. |
notes | For 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> |
nowiki | somewiki is better than nowiki. |
nuke | http://www.mediawiki.org/wiki/Extension:Nuke |
nullpath | Don'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 |
numberedparams | If 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. |
ogg | http://www.mediawiki.org/wiki/Extension:OggHandler |
omgevilbug | !omgevilbug |
openid | http://www.mediawiki.org/wiki/Extension:OpenID |
oracle | freakolowsky! |
oversight | Oversighting 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>. |
packagefix | If 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. |
padindex | http://www.mediawiki.org/wiki/Project:Etherpad_index |
pagecss | http://www.mediawiki.org/wiki/Extension:PageCSS |
paranoid | You 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>. |
parser | For 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>. |
parserconf | See <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>. |
passthru | make 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. |
passwordsql | For database queries to reset a user's password, please see <http://www.mediawiki.org/wiki/Manual:Resetting_passwords#Direct_database_modification> |
patch | For 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 . |
pdhelp | http://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/> |
petan | lazy |
phase3 | will live on forevah |
php | MediaWiki 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 |
phpinfo | create 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. |
phpmyadmin | phpMyAdmin ( 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. |
phpshell | PHP Shell emulates shell access to a system. Read more about it and download it at <http://phpshell.sf.net/>. |
phpsucks | http://www.tnx.nl/php.html |
ping | Pong. |
plainlinks | Use the 'plainlinks' class for hiding the external link images. For example: <span class="plainlinks">[http://google.com link]</span> |
player | http://www.mediawiki.org/wiki/Category:Media_handling_extensions |
poem | The 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>. |
ppp | The 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. |
preventaccess | For information on preventing access to your wiki, please see <http://www.mediawiki.org/wiki/Manual:Preventing_access>. |
profiling | For information on how to enable profiling for MediaWiki, see <http://www.mediawiki.org/wiki/Profiling#Profiling> |
protect | You 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>. |
protocols | To allow additional protocols (prefixes) for urls ("free links"), see <http://www.mediawiki.org/wiki/Manual:%24wgUrlProtocols> |
purge | To 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 |
putty | http://www.chiark.greenend.org.uk/~sgtatham/putty/ |
query | <http://www.mediawiki.org/wiki/API:Query> - The old query.php interface was disabled on Wikimedia sites in August 2008 |
queue | Ambiguous! Try !reviewqueue, !jobqueue, or !deploymentqueue. |
rangeblocking | http://www.mediawiki.org/wiki/Help:Range_blocks |
rawr | rawr |
rcbot | To create an IRC bot to display recent changes to your Wiki, follow the directions at <http://www.mediawiki.org/wiki/Manual:IRC_RC_Bot>. |
recaptcha | reCAPTCHA 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. |
redirect | Redirects 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> |
redlinks | red links are your friends. they show you what is missing. |
refresh | Your 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>. |
releasedate | Soon... promise! |
renameuser | Renameuser provides a special page which allows authorised users to rename user accounts. See < http://www.mediawiki.org/wiki/Extension:Renameuser > for more details. |
repeat | Please 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 |
reports | https://www.mediawiki.org/wiki/Gerrit/Reports |
requestcontext | https://www.mediawiki.org/wiki/Manual:RequestContext |
research | https://meta.wikimedia.org/wiki/Research |
resetpassword | For information regarding the resetting of a user's password, please see <http://www.mediawiki.org/wiki/Manual:Resetting_passwords> |
resourceloader | ResourceLoader 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 |
rest | Oh, give it a REST. https://www.mediawiki.org/wiki/Requests_for_comment/API_roadmap#Content_API |
revdelete | RevisionDelete can change the visibility of revisions and log entries. See <http://www.mediawiki.org/wiki/RevisionDelete> for more information. |
revert | http://www.mediawiki.org/wiki/Manual:Administrators#Rollback |
reviewqueue | http://www.mediawiki.org/wiki/Review_queue |
rfc | [RFC $1] Plain text: http://www.ietf.org/rfc/rfc`e1.txt HTML: http://tools.ietf.org/html/rfc`e1 |
rights | For 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 >. |
rightssql | INSERT 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. |
robots | http://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. |
rt | https://rt.wikimedia.org/Ticket/Display.html?id=$1 |
rtam | Read The Awesome Manual |
rtfm | Please search and read the MediaWiki manual at <http://mediawiki.org/wiki/Manual:Contents> before asking. |
ruby | I don't know anything about "ruby". Really. |
safemode | safe_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. |
sandbox | A 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. |
sarcasm | Sarcasm isn't very well detected on the internet. Consider using </sarcasm> |
sb | Semantic 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. |
scap | Sync-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> |
scarytranscluding | http://www.mediawiki.org/wiki/Manual%3A%24wgEnableScaryTranscluding |
schema | http://www.mediawiki.org/wiki/Manual:Database_layout |
search | http://www.mediawiki.org/wiki/Special:Search/$1?go=Go |
secrets | MediaWiki 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 |
selfmerge | Self-merging is almost always evil. You generally shouldn't do that. |
selinux | SELinux 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>. |
semanticmediawiki | SemanticMediaWiki 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>. |
sequel | Reedy likes it when you say SQL as Sequel :D |
serversuperglobal | http://koivi.com/apache-iis-php-server-array.php |
session | make 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. |
sharedlogins | MediaWiki can be configured to share user login data between between multiple wikis. See <http://www.mediawiki.org/wiki/Manual:Shared_database>. |
shell | Shell 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. |
shellrequest | https://meta.wikimedia.org/wiki/Requesting_wiki_configuration_changes |
shorturls | To 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 |
sitemap | To generate a sitemap, run maintenance/generateSitemap.php |
siwae | https://www.mediawiki.org/wiki/Security_issues_with_authorization_extensions |
sm | Semantic 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 |
smtp | See <http://www.mediawiki.org/wiki/Manual:$wgSMTP> for information about configuring MediaWiki to use SMTP for sending mails, instead of using the sendmail interface. |
smw | SemanticMediaWiki 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> |
sofixit | Fix it or revert it. It's that simple. |
songs | http://www.mediawiki.org/wiki/Songs |
sop | Standard Operating Procedure |
sortkey | By 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> |
sorttable | In 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. |
sourceforge | see <http://www.mediawiki.org/wiki/Manual:Running_MediaWiki_on_Sourceforge.net> for instructions. |
specialpages | For information on creating Special Pages, see <http://www.mediawiki.org/wiki/Manual:Special_pages> |
sqlite | MaxSem |
sqllog | To log all SQL queries to a file, set $wgDebugDumpSql = true; and set $wgDebugLogFile to a filename |
sqlsearch | http://dev.mysql.com/doc/refman/5.0/en/fulltext-search.html |
stfu | stfu |
stringfunctions | StringFunctions 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> |
stroopwafels | See <http://en.wikipedia.org/wiki/Stroopwafel> for a developer and sys-admins friend. |
subpages | By 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 |
subst | Substitution 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 |
suggest | to enable suggestions in the search box, set $wgEnableMWSuggest = true; |
sul | See <http://meta.wikimedia.org/wiki/Single_login_specifications>, <http://meta.wikimedia.org/wiki/Help:Unified_login>, and <http://www.mediawiki.org/wiki/Extension:CentralAuth>. |
svg | For more information regarding SVGs in MediaWiki, see <http://www.mediawiki.org/wiki/SVG>. |
svnauthor | http://www.mediawiki.org/wiki/Special:Code/MediaWiki/author/$1 |
svnprops | When 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-rev | https://www.mediawiki.org/wiki/Special:Code/MediaWiki/$1 |
svnsearch | http://toolserver.org/~krinkle/wikimedia-svn-search/ |
syntax | For 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>. |
syntaxhighlight | there 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 |
sysadmin | https://www.mediawiki.org/wiki/Sysadmin_hub |
t_paamayim_nekudotayim | T_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 |
tabcompletion | Instead 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! |
table | For help on creating tables in wikitext, see <http://meta.wikimedia.org/wiki/Help:Table> and <http://www.mediawiki.org/wiki/Help:Tables> |
tabs | for 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. |
tautology | It will be ready when it's ready |
telepathy | All our telepaths are on vacation, so we can't help you unless you provide more details. |
temp | Foobar |
templates | For more information about templates, see <http://www.mediawiki.org/wiki/Help:Templates>. See also: !templateproblems , !wptemplates |
test | This is a nifty test of niftiness ... http://z0r.de/2650 << lookie, isn't that cool? :) |
test2 | $* |
testing | http://www.mediawiki.org/wiki/Manual:Unit_testing |
testswarm | TestSwarm (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/ |
testwiki | http://test.wikipedia.org/ |
thisbotisnotstupid | $1 $2 $3 $4 |
thisisalongkey | bla |
threads | For a proposed threaded discussion system for MediaWiki, see http://www.mediawiki.org/wiki/Extension:LiquidThreads |
thumb | For information on configuring thumbnailing on MediaWiki, please refer to <http://www.mediawiki.org/wiki/Manual:Image_Administration#Image_thumbnailing>. |
tias | Try it and see. You learn much more by experimentation than by asking without having even tried. |
tidy | HTML 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> |
tidyforidiots | 1. Go into LocalSettings.php 2. Add $wgUseTidy = true; in there somewhere 3. Commit 4. Enjoy |
timezone | For help with configuring timezones in MediaWiki, please consult <http://www.mediawiki.org/wiki/Manual:Timezone>. |
toc | TOC 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. |
toolserver | The 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. |
tooquiet | Yes, #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 |
transclusion | Transclusion 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. |
translatewiki | You can help translating MediaWiki to your language at translatewiki.net <http://translatewiki.net> |
true | false |
ts | I don't know anything about "ts". Did you mean: !testswarm, !toolserver or !translatewiki ? |
tso | https://toolserver.org |
tunemysql | http://dev.mysql.com/doc/refman/5.0/en/fulltext-fine-tuning.html |
twn | http://translatewiki.net |
ui | https://www.mediawiki.org/wiki/Extension:UsabilityInitiative |
umask | If 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_test | The following character is a c-cedille: ??; The following is avar's name in proper icelandic: ??var Arnfj??r?? Bjarmason |
uninstall | If you want uninstall mediawiki from your server, visit http://www.mediawiki.org/wiki/Manual:Uninstallation |
unreviewedcode | All 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.php | update.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> |
upgrade | http://www.mediawiki.org/wiki/Manual:Upgrading |
upload | File 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. |
uploadbyurl | http://www.mediawiki.org/wiki/Manual:Configuring_file_uploads#Uploading_directly_from_a_URL_.28.22Sideloading.22.29 |
useful | MediaWiki is useful for everything, it can simulate nuclear weapons blasts or feed your cat |
useragent | The 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. |
userapproval | To 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> |
variables | To use user-defined variables inside wiki pages, you can use <http://www.mediawiki.org/wiki/Extension:VariablesExtension>. |
versionlifecycle | https://www.mediawiki.org/wiki/Version_lifecycle |
viewvc | http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/$1?view=markup |
vulnerability | 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. |
wallofshame | tracks devs with pending fixme : http://www.mediawiki.org/wiki/Special:Code/MediaWiki/stats |
webinspector | WebKit 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 |
webrequest | The 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>. |
webscale | Don't just scale for the web, webscale for the cloud <http://nosql.mypopescu.com/post/1016320617/mongodb-is-web-scale> |
welcome | Welcome 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. |
wiki | A 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. |
wiki2pdf | Google it; one example is http://toolserver.org/~magnus/pdf.php |
wiki2xml | http://tools.wikimedia.de/~magnus/wiki2xml/w2x.php |
wikia | http://wikia.com is a site that hosts free content community wikis. |
wikiacode | Wikia'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/>. |
wikidata | https://meta.wikimedia.org/wiki/Wikidata |
wikieditor | http://www.mediawiki.org/wiki/Extension:WikiEditor |
wikimedia | MediaWiki not Wikimedia; Wikimedia is the foundation, MediaWiki is the software. See !mediawiki and !wmf |
wikipmediawiki | Confused about the differences between MediaWiki, Wikimedia, Wikipedia and wiki? See https://www.mediawiki.org/wiki/Wikipmediawiki |
wip | WIP means "Work in progress" |
wmf | the 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-deployment | https://gerrit.wikimedia.org/r/#/admin/groups/21,members |
wmo | https://wikimedia.org |
worstcase | Generally, 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. |
wysiwyg | What 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>. |
xampp | XAMPP 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>. |
xkcd | https://xkcd.com/$1 |
xml | Use HTML5, Luke |
yoda | http://www.globalnerdy.com/wordpress/wp-content/uploads/2010/05/yodaconditional.jpg |
sanitizer | https://www.mediawiki.org/wiki/Sanitizer |
index.php | https://www.mediawiki.org/wiki/Manual:Parameters_to_index.php |
wikipedia | A 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 |
pastelocalsettings | To 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. |
flow | Flow is a new discussion interface for MediaWiki. https://www.mediawiki.org/wiki/Flow_Portal |
opsschool | http://www.opsschool.org/en/latest/index.html |
vagrant | https://www.mediawiki.org/wiki/MediaWiki-Vagrant |
packages | Many 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/ |
subversion | MediaWiki 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 |
patrol | https://www.mediawiki.org/wiki/Help:Patrolled_edits |
wp | https://en.wikipedia.org/?title=$url_encoded_* |
memoserv | MemoServ is a Freenode service used to asynchronously deliver messages to users when they next sign in. /msg MemoServ HELP for more information. |
submodules | https://www.mediawiki.org/wiki/Download_from_Git#Download_all_extensions |
cs | The acronym CS stands for Computer Science. |
$wgServer | The 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 |
visualeditor | VisualEditor 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. |
unicorn | Need more magic in your life? See https://wikitech.wikimedia.org to create your own! |
rewriteproblems | 1) 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 |
parsoid | Parsoid 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. |
pong | Ping. |
adsense | https://www.mediawiki.org/wiki/Extension:Google_AdSense_2 |
github | https://github.com/Wikimedia/mediawiki-core |
technews | https://meta.wikimedia.org/wiki/Tech/News/Latest |
reboot | https://wikitech.wikimedia.org/wiki/Nova_Resource:Bots/Documentation/wm-bot |
hook | https://www.mediawiki.org/wiki/Manual:Hooks/$1 |
seen | Did you mean @seen $*? |
tryflow | Try the mockup: http://unicorn.wmflabs.org/flow |
htmlform | https://www.mediawiki.org/wiki/HTMLForm/tutorial |
apiinternal | https://www.mediawiki.org/wiki/API:Calling_internally |
apiclient | https://www.mediawiki.org/wiki/API:Client_code |
dirtydiffs | https://tools.wmflabs.org/visualeditor/dirtydiffs/ |
link | http://www.mediawiki.org/wiki/$wiki_encoded_* |
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. |
autopromote | https://www.mediawiki.org/wiki/Manual:$wgAutopromote |
veq | You can get more specific answers to your VisualEditor related questions from the VE developers themselves in #mediawiki-visualeditor |
maintenance | https://www.mediawiki.org/wiki/Manual:Maintenance_scripts |
bugsong | http://www.mediawiki.org/wiki/User:Robchurch/BugZilla_song |
ext | https://www.mediawiki.org/wiki/Extension:$wiki_encoded_* |
tea | please have a seat $1 and I'll go get you a nice cup of tea. Any sugar? |
ask | Please 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. :) |
jobs | The Wikimedia Foundation has open positions listed at https://wikimediafoundation.org/wiki/Work_with_us#Wikimedia_Careers - consider applying and helping improve MediaWiki! |
farm | To 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> |
templateproblems | The 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> |
mw | https://www.mediawiki.org/wiki/$wiki_encoded_* |
blink | <bawolff> Technical_13: When you use <blink>, you're not just hurting yourself, but also hurting those around you |
jsduck | MediaWiki 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 |
packagessimple | checkout 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 |
skins | General 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 |
skinning | From 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 |
job | http://integration.wikimedia.org/ci/job/$1 |
codesearch | https://github.com/search?l=&q=$url_encoded_*+%40wikimedia&ref=advsearch&type=Code |
ie | sadness. |
bribe | Stroopwafels for everyone!!! |
gitblit | https://git.wikimedia.org/summary/?r=$1 |
ajax | https://www.mediawiki.org/wiki/Manual:Ajax |
wg | https://www.mediawiki.org/wiki/Manual:%24wg$1 |
stash | http://git-scm.com/book/en/Git-Tools-Stashing |
csv2wiki | http://area23.brightbyte.de/csv2wp.php |
repos | https://gerrit.wikimedia.org/r/#/admin/projects/ |
sleep | way overrated |
jjb | https://www.mediawiki.org/wiki/Continuous_integration/Jenkins_job_builder |
card | https://mingle.corp.wikimedia.org/projects/analytics/cards/$1 |
ping2 | pong |
wm-bot-ping | pong |
IE10 | 'yes, there are issues with IE10' |
jenkins | https://integration.wikimedia.org/ci/job/$1 |
log | Wrong channel, try again. |
ulsfo | United Layer, San Franciso |
python | Python 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. |
lmgtfy | http://lmgtfy.com/?q=$url_encoded_* |
gci | Google 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 |
roadmap | For 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>. |
e_test | https://www.mediawiki.org/wiki/Extension:$* |
htmllogs | http://tools.wmflabs.org/wm-bot/logs/ |
kiwix | Kiwix 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/ |
fileupload | https://www.mediawiki.org/wiki/Manual:Configuring_file_uploads |
math | https://www.mediawiki.org/wiki/Extension:Math |
fishbowl | http://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. |
sal | https://wikitech.wikimedia.org/wiki/Server_Admin_Log |
wptemplates | To 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... |
nyan | ~=[,,_,,]:3 |
speed | try 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 |
xy | The XY problem is asking about your attempted *solution* rather than your *actual problem*. http://meta.stackoverflow.com/a/66378 |
support | If 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> |
dontdothat | http://c2.com/cgi/wiki?DontDoThat |
rebase | Rebase 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 |
collapsible | https://www.mediawiki.org/wiki/Manual:Collapsible_elements |
mleb | https://www.mediawiki.org/wiki/MediaWiki_Language_Extension_Bundle |
technext | https://meta.wikimedia.org/wiki/Tech/News/Next |
workforus | https://wikimediafoundation.org/wiki/Jobs |
autowikibrowser | AutoWikiBrowser (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 |
flaggedrevs | The Flagged Revisions extension allows for Editor and Reviewer users to rate revisions of articles and set those revisions as the default revision to show upon normal page view. https://www.mediawiki.org/wiki/Extension:FlaggedRevs |
namespaceprotection | For instructions on limiting editing access to a specific namespace see https://www.mediawiki.org/wiki/Manual:$wgNamespaceProtection |
! | bla |
oauth | https://www.mediawiki.org/wiki/OAuth |
trout | Trout $* your dang self! |
grabber | See 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. |
backup | See 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. |
largeuploads | https://commons.wikimedia.org/wiki/Help:Server-side_upload |
lst | The 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 |
uniq | strings 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 |
wgConf | WHAT ARE YOU DOING? STOP! |
s | https://www.mediawiki.org/wiki/Skin:$wiki_encoded_* |
qqx | If 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 |
workflow | http://xkcd.com/1172/ |
css | To 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 |
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. |
hosts | https://www.mediawiki.org/wiki/Hosting_services is a list of various MediaWiki hosting services |
bluespice | http://www.blue-spice.org/ - an enterprise MediaWiki distribution. Their software does not work with MediaWiki 1.23, so watch out! |
interlanguage | If 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 |
smartqs | http://catb.org/~esr/faqs/smart-questions.html |
corehack | https://www.mediawiki.org/wiki/Do_not_hack_MediaWiki_core |
ternary | http://devopsreactions.tumblr.com/post/94052613996/multi-line-triple-nested-ternaries |
vector | Vector 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. |
boostrap404 | The 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. |
sharedwebheads | Shared web heads is supposedly another name for load balancing |
referentialintegrity | Lack of referential integrity is Mediawiki's BIGGEST FLAW EVER |
git_clone_petrb | git clone ssh://petrb@gerrit.wikimedia.org:29418/$1.git |
semantichelp | Semantic 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. |
paste | http://tools.wmflabs.org/paste |
canreedydeploynow | yes |
$var | actually ok sometimes |
openbasedir | You need to fix your basedir setting. See https://www.mediawiki.org/wiki/Manual:Errors_and_symptoms#UNIX_utility_binaries_not_found for more information. |
preload | https://www.mediawiki.org/wiki/Manual:Creating_pages_with_preloaded_text |
pywikibot | pywikibot 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 :) |
easy | We 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! |
damneditcount | https://phabricator.wikimedia.org/T21311 |
newbug | https://phabricator.wikimedia.org/maniphest/task/create/ |
wtf | http://i.imgur.com/7mleSTG.jpg |
task | https://phabricator.wikimedia.org/T$1 |
bug1 | https://phabricator.wikimedia.org/T2001 |
vebug | Submit a new ticket on Phabricator for the VisualEditor: https://phabricator.wikimedia.org/maniphest/task/create/?projects=PHID-PROJ-dafezmpv6huxg3taml24 |
?> | 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 |
reportbug | https://phabricator.wikimedia.org/maniphest/task/create/ |
2.0 | No, seriously, 2.0. Have a tracking bug: https://phabricator.wikimedia.org/T72000 |
evilglobals | Things 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. |
iis | While 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> |
phabricator | https://phabricator.wikimedia.org/$1 |
diffusionspam | Chad is an idiot. |
hhvm | HHVM is a thing. It's like PHP but faster. MediaWiki supports HHVM. <https://mediawiki.org/wiki/HHVM> |
phabnew | https://phabricator.wikimedia.org/maniphest/task/create/ |
bugzilla | has replaced Bugzilla with Phabricator! --> https://phabricator.wikimedia.org/ |
wikibugs | https://www.mediawiki.org/wiki/Wikibugs |
bugsearch | https://phabricator.wikimedia.org/search/?query=$url_encoded_* |
wikilove | WikiLove 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. |
realprogrammers | https://xkcd.com/378/ |
butterflies | https://xkcd.com/378/ |
cc/js | The mediawiki coding conventions for JavaScript can be found at http://www.mediawiki.org/wiki/CC/JS |
gsoc2015 | 1) 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 |
screenshot | In 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. |
debianubuntu | While 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. |
security | The 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>. |
bulkpagecreator | The 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. |
libraries | Starting 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 |
dn | files $* into dev/null as requested. |
psr | In 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 |
ooui | https://www.mediawiki.org/wiki/OOjs_UI |
composer | Composer 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 |
sitenotice | Sitenotice 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 |
lmddgtfy | https://lmddgtfy.net/?q=$url_encoded_* |
git | MediaWiki 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 |
timestamp | MediaWiki'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 |
fpm | PHP-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. |
eval | To query MediaWiki objects and functions live, you can use maintenance/eval.php script https://www.mediawiki.org/wiki/Manual:Eval.php |
spam | For information about combating and handling spam in MediaWiki, see <https://www.mediawiki.org/wiki/Manual:Combating_spam>. |
gcihelp | https://www.mediawiki.org/wiki/Google_Code-in_2015#Instructions_for_GCI_students |
irctab | While 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. |
outreachy | Wikimedia 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/ |
version | To 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. |
contribute | For information on how to contribute towards the MediaWiki project, check out <https://www.mediawiki.org/wiki/How_to_become_a_MediaWiki_hacker> |
opw | Outreach Program for Women, now called Outreachy, see https://www.mediawiki.org/wiki/Outreachy |
wikiteam | Wikiteam 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 |
class | See https://doc.wikimedia.org/mediawiki-core/master/php/class$1.html |
docker | Docker stuff is experimental. https://www.mediawiki.org/wiki/Docker |
pastebin | To 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. |
logs | channel logs: http://wm-bot.wmflabs.org/logs/%23mediawiki/ |
1.27 | MediaWiki 1.27 is the current LTS version of MediaWiki, released on June 28th 2016. See https://www.mediawiki.org/wiki/MediaWiki_1.27 |
AuthManager | https://www.mediawiki.org/wiki/Manual:SessionManager_and_AuthManager |
package | Linux 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) |
debug | For 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 |
stablerelease | 1.29.0 |
legacyrelease | 1.27.3 (LTS) |
goat | https://phabricator.wikimedia.org/project/profile/2926/ |
bug | https://phabricator.wikimedia.org |
import | To 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! |
lts | Current long-term support release is 1.27. https://www.mediawiki.org/wiki/Version_lifecycle#Versions_and_their_end-of-life |
master | https://phabricator.wikimedia.org/source/mediawiki/ |
pipetrick | If 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. |
gn | Good night! |
sourcecode | You can browse MediaWiki source code at https://phabricator.wikimedia.org/source/mediawiki/ or using the GitHub mirror at https://github.com/Wikimedia/mediawiki-core |
tables.sql | https://phabricator.wikimedia.org/source/mediawiki/browse/master/maintenance/tables.sql |
defaultsettings | https://phabricator.wikimedia.org/source/mediawiki/browse/master/includes/DefaultSettings.php |
wf | https://phabricator.wikimedia.org/source/mediawiki/browse/master/includes/GlobalFunctions.php |
wikimania | https://meta.wikimedia.org/wiki/Wikimania |
helpfor | https://www.mediawiki.org/wiki/Help:$1 |
blankpage | A 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>. |
template | https://www.mediawiki.org/wiki/Help:Templates |
wm-bot | Hello, 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 |
botnoob | I 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) |
rubberduck | https://en.wikipedia.org/wiki/Rubber_duck_debugging |
hss | https://upload.wikimedia.org/wikipedia/labs/6/69/Hesaidsemanticga2.jpg |
start | https://developer.wikimedia.org/ |