Key | Value |
is | is |
! | A red exclamation mark (!) in the recent changes or on your watchlist means that edit is not patrolled yet. Read more about patrolling at https://www.mediawiki.org/wiki/Help:Patrolled_edits and configuration at https://www.mediawiki.org/wiki/Manual:$wgUseRCPatrol |
!! | Stop using so many exclamation marks ! |
$wgserver | The base URL of the server, including protocol and without the trailing slash (eg, "http://www.mediawiki.org"). See also http://www.mediawiki.org/wiki/Manual:%24wgServer |
1.17 | MediaWiki 1.17 is out. Latest version is 1.17.3; <https://www.mediawiki.org/wiki/Download>; REL1_17 branched on 7 December 2010 at 77974 <https://www.mediawiki.org/wiki/Special:Code/MediaWiki/77974>; |
1.17_tracking | The tracking bug for 1.17 tarball is bug 26676 <https://bugzilla.wikimedia.org/26676> |
1.17wmf1 | Branched on 3 February 2011 at r81457 from REL1_17 http://www.mediawiki.org/wiki/Special:Code/MediaWiki/81457. See also !1.17 |
1.18 | MediaWiki 1.18 is out. Latest version is 1.18.1; <https://www.mediawiki.org/wiki/Download>; REL1_18 branched on 18 July 2011 at r92475 <https://www.mediawiki.org/wiki/Special:Code/MediaWiki/92475>; |
1.18beta1 | r101985, 4th November 2011 |
1.18rc1 | r103545, 18th November 2011 |
1.18wmf1 | Branched on 19 September 2011 at r97502 from REL1_18 |
1.19 | 1.19.0 released 02 May 2012 http://http://lists.wikimedia.org/pipermail/mediawiki-announce/2012-May/000115.html |
1.19wmf1 | Branched on 10 February 2012 at r111189 from REL1_19 |
1.20 | MediaWiki 1.20 is being deployed every 2 weeks to Wikimedia Foundation sites as it improves, and will be released as a tarball in the fall of 2012. See https://www.mediawiki.org/wiki/MediaWiki_1.20 . |
2.0 | Not gonna happen in your lifetime :) In the meantime, here's a wishlist: http://www.mediawiki.org/wiki/Project:2.0 |
42 | The answer to life, the universe and everything. |
5.3 | Closures, early static bindings, beautiful... Wish we could require it, but doesn't look like that'll happen any time soon. |
5.4 | Traits? In MediaWiki? Yeah right, we wish. |
500 | the HTTP error code for an internal server error. It is rarely triggered by mediawiki itself and is more commonly a result of a faulty PHP setup or invalid or illegal options in htaccess. See Apache's error log for details. |
?> | 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://bugzilla.wikimedia.org/show_bug.cgi?id=17642 |
@ | @ 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 |
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> |
adsense | http://www.mediawiki.org/wiki/Extension:GoogleAdSense |
ajax | http://www.mediawiki.org/wiki/Manual:Ajax |
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>. |
apiclient | http://www.mediawiki.org/wiki/API:Client_code |
apiinternal | http://www.mediawiki.org/wiki/API:Calling_internally |
around | Are you around? |
ask | Hi, how can we help you? Just ask your question. |
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. |
auth | http://www.mediawiki.org/wiki/AuthPlugin |
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. |
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 |
bellthecat | > "Belling the cat" or "to bell the cat" is an English colloquialism that means to suggest or attempt to perform a difficult or impossible task. |
berlin | Registration is now open for the Berlin hackathon, 1-3 June 2012. See https://www.mediawiki.org/wiki/Berlin_Hackathon_2012 |
bestcase | You create a wiki as popular as Wikipedia, with an Adsense clickthrough rate above 99%. And you get laid. |
blame | Whatever happened, it's Domas' fault. For everything else, there's `svn blame`. |
blank | A blank page or HTTP 500 error usually indicates a fatal PHP error. For information on debugging (including viewing errors), see <http://www.mediawiki.org/wiki/Manual:How_to_debug>. |
bleedingedge | To run trunk see http://www.mediawiki.org/wiki/Download_from_SVN (Location: svn.wikimedia.org/svnroot/mediawiki/trunk/phase3 ). See also <http://www.mediawiki.org/wiki/SVN#Check_out>. If slightly less adventurous, see http://tools.wikimedia.de/~vvv/mw-nightly/ |
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 |
botbrain | http://toolserver.org/~mwbot/botbrain.html |
botbrain2 | http://bots.wmflabs.org/~petrb/db/%23mediawiki.htm |
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 http://toolserver.org/~mwbot/botbrain.html and you can visit #mwbot or privately message me. |
branch | http://www.mediawiki.org/wiki/Branch_points (latest: REL1_19 branched at r110996 ) |
branchpoints | http://www.mediawiki.org/wiki/Branch_points |
browser | https://www.mediawiki.org/wiki/Compatibility#Browser |
bug | https://bugzilla.wikimedia.org/show_bug.cgi?id=$1 |
bugsearch | https://bugzilla.wikimedia.org/buglist.cgi?quicksearch=$1 |
bugzilla | All bugs in MediaWiki should be reported at https://bugzilla.wikimedia.org. Requesting site configuration changes, new features or enhancements to existing features all go here. Bear in mind before making a feature/enhancement request: 1) If the request is specific to a Wikimedia wiki, please discuss it there first. 2) Consider whether a custom extension would be more appropriate |
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> |
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 |
class | See http://svn.wikimedia.org/doc/class$1.html |
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 |
compare | For a comparison of wiki software, see <http://en.wikipedia.org/wiki/Comparison_of_wiki_software> and <http://www.wikimatrix.org/> |
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 >. |
core | https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/core.git;a=tree |
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 |
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 <http://www.mediawiki.org/wiki/Manual:Skin_configuration> |
csv2wp | csv2wp is an online tool for converting tables in CSV format, like the one Excel can produce, to WikiText or HTML. |
damneditcount | https://bugzilla.wikimedia.org/show_bug.cgi?id=19311 |
db | See http://www.mediawiki.org/wiki/Manual:$1_table |
dbtable | http://www.mediawiki.org/wiki/Manual:$1_table |
debug | For information on debugging (including viewing errors), see http://www.mediawiki.org/wiki/Manual:How_to_debug . A list of related configuration variables is at https://www.mediawiki.org/wiki/Manual:Configuration_settings#Debug.2Flogging |
defaultsettings | http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/includes/DefaultSettings.php?view=markup |
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> |
deploymentqueue | http://www.mediawiki.org/wiki/Deployment_queue |
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> |
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 <http://www.mediawiki.org/wiki/Download>. Files are supplied in a .tar.gz archive. MediaWiki can also be obtained direct from our Subversion repository <http://www.mediawiki.org/wiki/Download_from_SVN >. |
doxygen | http://svn.wikimedia.org/doc |
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>. |
dump | For information on how to get dumps from Wikimedia Wikis, see http://meta.wikimedia.org/wiki/Data_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 |
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 |
evilglobals | Things that if you add when there are other ways to get the information, ^demon will kill you. See <https://bugzilla.wikimedia.org/show_bug.cgi?id=23307> for example. |
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 |
exporttemplate | exporttemplates |
ext | https://www.mediawiki.org/wiki/Extension:$1 |
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 |
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> |
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>. |
file | http://bugzilla.wikimedia.org/attachment.cgi?id=$1&action=diff |
filecache | http://www.mediawiki.org/wiki/Manual:File_cache |
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 |
flaggedrevs | http://www.mediawiki.org/wiki/Extension:FlaggedRevs |
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 |
gerriterror | For a list of common Gerrit errors and what can cause them, please see <https://gerrit.wikimedia.org/r/Documentation/error-messages.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. |
git | MediaWiki development is using git, a distributed source control manager, starting on March 21st, 2012; details: https://www.mediawiki.org/wiki/Git_happens Instructions for using it: https://www.mediawiki.org/wiki/Git/Workflow To get an account: https://www.mediawiki.org/wiki/Project:Labsconsole_accounts |
git-access | Everyone who already has SVN access should request Git access. If you don't have SVN access, see https://www.mediawiki.org/wiki/Commit_access If you do have SVN access, see https://labsconsole.wikimedia.org/wiki/Help:Access#Access_FAQ |
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> |
gitaccount | We'll give you a free git account - see https://labsconsole.wikimedia.org/wiki/Help:Access#Initial_log_in and https://www.mediawiki.org/wiki/Project:Labsconsole_accounts for details. |
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> |
giturl | ANON: https://gerrit.wikimedia.org/r/p/mediawiki/core.git AUTH: ssh://gerrit.wikimedia.org:29418/mediawiki/core.git |
gitweb | https://gerrit.wikimedia.org/r/gitweb?p=$1.git |
gnu | a recursive name stands for GNU's Not Unix. for more information see http://gnu.org |
google | You haven't googled it yet. < http://www.google.com > |
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 |
gsoc | MediaWiki participates in the Google Summer of Code mentorship program. http://www.mediawiki.org/wiki/GSoC Please read http://en.flossmanuals.net/GSoCStudentGuide/ if you're thinking of applying to GSoC. Student applications are being accepted until April 6. |
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 |
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. |
hello | Hi! I'm mwbot, a bot that was quickly whipped up by Daniel Cannon (AmiDaniel) to help out around #mediawiki. Some quick help is at https://www.mediawiki.org/wiki/Mwbot |
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 |
hook | http://www.mediawiki.org/wiki/Manual:Hooks/$1 |
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). |
howto | https://www.mediawiki.org/wiki/How_to_become_a_MediaWiki_hacker |
hss | ZOMG!! http://bit.ly/2sYkfl |
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>. |
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. |
iis | While many people in #mediawiki correctly suggest that IIS sucks, MediaWiki in general is careful to work around its limitations. See <https://bugzilla.wikimedia.org/show_bug.cgi?id=22710> |
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>. |
import | To import pages a few pages, use Special:Import - you can also import pages directly from another wiki (see !importsources). For mass imports, use importDump.php - see <http://www.mediawiki.org/wiki/Manual:Importing_XML_dumps> for details. NOTE: when using content from another wiki, follow the LICENSE TERMS, especially, attribute source and authors! |
important | !important is a keyword in CSS to override conflicting styles |
importhelp | http://www.mediawiki.org/wiki/Project:PD_help/Copying |
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 |
itsalwaysbugzilla | FACT: 98% of all questions about MediaWiki development are always "bugzilla".{{fact}} |
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> |
lazy | Don't rely on the bot answers too much, I am not always the best answer to every question. And don't immediately reach for the bot to answer a question, without at least checking the recent channel history to see if someone already botted them. Also, if someone says "can anyone help me", check that they haven't already stated the question and been told not to repeat themselves (reducing them to ask "can anyone help me?"). |
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. |
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. |
lmgtfy | http://lmgtfy.com/?q=$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. |
log | Wrong channel! |
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 |
logs | https://toolserver.org/~mwbot/ and http://bots.wmflabs.org/~wm-bot/searchlog/ |
logsearch | https://toolserver.org/~mwbot/ |
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) |
lst | `!e Labeled_Section_Transclusion`` |
lua | http://www.mediawiki.org/wiki/Lua_scripting |
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>. |
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 |
math | `!man Math`` |
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'); |
meta | https://meta.wikimedia.org/wiki/$1 |
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 |
moin | `!mw Moin` |
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 |
morbo | http://img514.imageshack.us/img514/330/morbomediawikiaf9.jpg |
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 |
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/>. |
mw | https://www.mediawiki.org/wiki/$1 |
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 |
mwbot | Hi! I'm mwbot, a bot that was quickly whipped up by Daniel Cannon (AmiDaniel) to help out around #mediawiki. Some quick help is at http://www.mediawiki.org/wiki/Mwbot, you can find all my source code at http://amidaniel.com/viewvc/trunk/MWBot/?root=svn |
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 |
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! |
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>. |
package | Many Linux distributions provide MediaWiki in a packaged format for that distribution. Distributions are usually outdated, also they like to move around files, change the files and other unpredictable things. You'll get the best support here if you install MediaWiki directly from one of our tarballs, available at http://www.mediawiki.org/ |
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. |
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. Please install the latest version from a tarball at http://www.mediawiki.org/ before asking for help. |
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> |
pastebin | Please do not paste more than 2-3 lines of text into the channel as it disrupts the flow of conversation. When sharing multiple lines of code, please use a pastebin such as <http://dpaste.com/> or <http://p.defau.lt/> and post a link to your paste in the channel. |
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/> |
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 |
php4 | Latest version for PHP4: 1.6.x. <http://www.mediawiki.org/wiki/Download> |
php531 | PHP 5.3.1 contains a regression with reference parameters when used with __call() and should not be used with MediaWiki (downgrade to 5.3.0 or upgrade to 5.3.2). See https://bugzilla.wikimedia.org/21793 |
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. |
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, A easy way for this is to create a template on wiki that contains the character. For example see: <http://www.mediawiki.org/wiki/Template:!> |
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. |
prefsrant | The current preferences system sucks and needs a rewrite. For a list of deficits and rewrite recommendations, see <http://www.mediawiki.org/wiki/Deficits_of_the_current_preferences_system> |
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> |
punehackathon | https://www.mediawiki.org/wiki/Pune_Hackathon_Feb_2012 |
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/ |
pywikipediabot | pywikipediabot is a bot framework written in Python that allows for easier automated actions on a wiki. For more information, see <http://meta.wikimedia.org/wiki/Using_the_python_wikipediabot>. For alternatives, see <http://www.mediawiki.org/wiki/API:Client_code>. |
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>. |
readonly | `!man Lock_the_database`` |
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 |
requestcontext | `!man RequestContext.php`` |
research | https://meta.wikimedia.org/wiki/Research |
resetpass | `!man Resetting_passwords`` |
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_(users%29 and https://www.mediawiki.org/wiki/ResourceLoader/Migration_guide_for_extension_developers |
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 |
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. |
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. |
roadmap | http://www.mediawiki.org/wiki/Roadmap |
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. |
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 SVN changes are synchronised to the application servers. For further information, see <http://www.mediawiki.org/wiki/Commit_access#Going_live> |
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 |
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 |
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>. |
semantichelp | Not many people around here use Semantic Mediawiki or the other Semantic extensions. You might try asking in #semantic-mediawiki |
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 |
serveradminlog | http://bit.ly/wikisal |
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 |
shorturl | 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>. There are instructions for most different webserver setups. If you have problems getting the rewrite rules to work, see !rewriteproblem |
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 |
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]]. See also: !anonnotice |
skingallery | http://www.mediawiki.org/wiki/Manual:Gallery_of_user_styles |
skinning | http://www.mediawiki.org/wiki/Manual:Skins>. Skin usage: <http://www.mediawiki.org/wiki/Help:Skins>. Gallery of CSS styles: <http://www.mediawiki.org/wiki/Manual:Gallery_of_user_styles>. Writing your own: http://blog.redwerks.org/2012/02/08/mediawiki-skinning-tutorial/ and the historical archive <http://www.mediawiki.org/wiki/Manual:Skinning> |
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. |
spam | For information about combating and handling spam in MediaWiki, see <http://www.mediawiki.org/wiki/Manual:Combating_spam> and <http://www.mediawiki.org/wiki/Anti-spam_features>. |
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 |
start | https://www.mediawiki.org/wiki/How_to_become_a_MediaWiki_hacker |
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:%24wgNamespacesWithSubpages> |
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 |
subversion | Subversion is a version control software that allows users to download the very latest version of a branch without having to wait for someone to get around to packaging it. Advantages to using Subversion include the latest version, vastly simplified updating, the ability to roll back an upgrade, the ability to create and submit patches. See http://www.mediawiki.org/wiki/Subversion for more information. |
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>. |
sumanah | Wikimedia Volunteer Development Coordinator in charge of nurturing the software community. See http://www.mediawiki.org/wiki/User:Sumanah |
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>, support desk on MediaWiki.org <http://www.mediawiki.org/wiki/Project:Support_desk> and unofficial forums <http://www.mwusers.com/>. |
supported | See http://www.mediawiki.org/wiki/Version_lifecycle for supported/advised MediaWiki versions. |
svg | For more information regarding SVGs in MediaWiki, see <http://www.mediawiki.org/wiki/SVG>. |
svn-rev | https://www.mediawiki.org/wiki/Special:Code/MediaWiki/$1 |
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 |
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 |
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 telepaths are on vacation, so we can't help you unless you provide more details. |
temp | Foobar |
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 <http://www.mediawiki.org/wiki/Manual:%24wgUseTidy>. Also make sure you copied dependency templates, see <http://www.mediawiki.org/wiki/Templates#Copying_from_one_wiki_to_another> |
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? :) |
testing | http://www.mediawiki.org/wiki/Manual:Unit_testing |
tests | http://ci.tesla.usability.wikimedia.org/cruisecontrol/buildresults/mw |
testswarm | TestSwarm (Distributed continuous integration for JavaScript) | Wikimedia's swarm: https://integration.mediawiki.org/testswarm/ | Project 'mediawiki' tracking git master: http://integration.mediawiki.org/testswarm/user/mediawiki | More info: https://github.com/jquery/testswarm/ |
testwiki | http://test.wikipedia.org/ |
thankyou | You're welcome. :) |
the_mask | The Mask is a 1994 comedy starring Jim Carrey based on the comic book series.. http://enwp.org/The_Mask_%28film%29 |
this_is_intentionally_null | |
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 |
topic | MediaWiki software support and dev: <http://www.mediawiki.org/> | Bugs: http://bit.ly/wmbugz | Read the FAQ <http://bit.ly/yr0aC> | Security release: 1.16.5, Beta release: 1.17.0beta1 | Don't flood, use <http://dpaste.org/> | Channel logged: http://is.gd/5L1bE | WMF-specific dev: irc://irc.freenode.net/#wikimedia-dev |
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 |
tss | ZOMG!! http://goo.gl/e2631 (join #semantic-mediawiki) |
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 |
unicorn | Need more magic in your life? See https://labsconsole.wikimedia.org/ to create your own! |
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>. |
vector | Vector is the new skin designed as part of the Wikimedia Usability Project <http://usability.wikimedia.org/wiki/Main_Page>. It was introduced in MediaWiki 1.16, and made default since MediaWiki 1.17. To set it as default in 1.17, set $wgDefaultSkin = 'vector'; in LocalSettings.php. Say !skin or !localsettings for more details. |
version | 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. |
viewvc | http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/$1?view=markup |
votes | Most Mediawiki developers don't really use the voting system for determining priority for bugs, so more votes won't necessarily hurry bug resolution. More info: https://bugzilla.wikimedia.org/page.cgi?id=voting.html |
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. |
wf | Look up for it in https://svn.wikimedia.org/doc/GlobalFunctions_8php.html or https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/core.git;a=blob;f=includes/GlobalFunctions.php |
wg | https://www.mediawiki.org/wiki/Manual:$wg$1 |
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/>. |
wikibugs | is awesome! |
wikidata | https://meta.wikimedia.org/wiki/Wikidata |
wikieditor | http://www.mediawiki.org/wiki/Extension:WikiEditor |
wikimania | Wikimania, the worldwide Wikimedia conference, is 10-15 July 2012 in Washington, DC, USA, including developers' days 10-11 July. See http://wikimania2012.wikimedia.org/ and https://wikimania2012.wikimedia.org/wiki/Hackathon |
wikimedia | MediaWiki not Wikimedia; Wikimedia is the foundation, MediaWiki is the software. See !mediawiki and !wmf |
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 Wikipedi |
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> |
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. |
wp | https://en.wikipedia.org/wiki/$1 |
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 and install/enable HTML tidy. You also might need some CSS from Wikipedia's Common.css and Monobook.css. You'll also need a lot of patience. |
wtf | http://is.gd/aaT55o |
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 |
blag | fasgas |