Support wiki

This is the wiki.gg support wiki! It's a different site from your content wiki!

Interface messages

From Support Wiki
Jump to navigation Jump to search

Interface messages are stored in the MediaWiki namespace and allows to edit text of various interface parts, customize the wiki with styles and also set-up various 3rd party tools.

List of all MediaWiki messages can be found at Special:AllMessages.

Most important messages

Many of these are additionally listed at the top of Special:SpecialPages .

MediaWiki:Sidebar
This page hosts the sidebar content (located to the left of the page)
MediaWiki:Sitenotice
Sitenotice allows to make site-wide announcements
MediaWiki:Mainpage
Allows to change the main page of the wiki (useful for SEO)
MediaWiki:Editnotice-* (where * is either namespace id or page name)
Allows to define notices, which show up during edit process.
MediaWiki:Gadget-* (where * is name of the gadget)
See Gadgets
MediaWiki:Gadgets-definition
See Gadgets
MediaWiki:Theme-* (where * is name of the theme)
See Theming
MediaWiki:Theme-definitions
See Theming
MediaWiki:Newarticletext
Allows to show a custom message at the top of page on article creations

CSS/JS

MediaWiki:Common.css & MediaWiki:Common.js
Main CSS/JS file, should be used for non-skin CSS/JS
MediaWiki:Vector.css & MediaWiki:Vector.js
Skin specific CSS/JS
MediaWiki:Theme-*.css & MediaWiki:Theme-*.js
See Theming, although we prefer that you do NOT use these pages and instead rely on variables for each theme located at MediaWiki:Common.css .
MediaWiki:Gadget-*.css & MediaWiki:Gadget-*.js
See Gadgets