WikiIslam:Site Appearance and Interface: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
==Site Javascript and CSS== | ==Site Javascript and CSS== | ||
* [[MediaWiki:Common.js]] (for edit toolbar, show and hide etc) | * [[MediaWiki:Common.js]] (for edit toolbar, show and hide etc) | ||
* [[MediaWiki:InsertWikiEditorButton.js]] - edit toolbar buttons. [http://meta.wikimedia.org/w/index.php?title=User:Krinkle/Scripts/InsertWikiEditorButton.js Original source] | |||
* [[MediaWiki:Common.css]] | * [[MediaWiki:Common.css]] | ||
Revision as of 01:07, 1 February 2014
Site Javascript and CSS
- MediaWiki:Common.js (for edit toolbar, show and hide etc)
- MediaWiki:InsertWikiEditorButton.js - edit toolbar buttons. Original source
- MediaWiki:Common.css
Top, Left and Bottom Areas
- Left menu: MediaWiki:Sidebar (help on Mediawiki) - after making changes, Clear Site Cache
- Footer: Changing MW Footer |
- MediaWiki:Sitenotice - shown at top of every page. This is usually blank unless a site-wide notice has to be shown - after making changes, Clear Site Cache
Editing Interface
- Editing Toolbar: http://www.mediawiki.org/wiki/Extension:WikiEditor and http://www.mediawiki.org/wiki/Manual:Custom_edit_buttons
- MediaWiki:Edittools - edit tools at the bottom of edit box
- MediaWiki:Common.js (for edit toolbar, show and hide etc)
System Messages
System messages are shown for the website and editing interface and are edited like any other page:
- All System messages - use 5,000 items and then using CTRL-F search the page for the text you want to change
- Modified system messages
- MediaWiki:Loginsuccess - shown after login is successful
- MediaWiki:Welcomecreation - shown after a user account has been created
- MediaWiki:Anoneditwarning - warning shown if a login is not detected (shown for IP address users) (wikipedia's anon edit warning)
- Dropdown options for: Delete | File Delete | Block | Page Protection
- MediaWiki:Searchresulttext - currently blank, see [1]
- MediaWiki:Recentchangestext - currently blank, see [2]
- MediaWiki:Rclinks
- MediaWiki:Whitelistedittext - only relevant when logins are required to edit pages
- Anti-spam:
Mobile Skin
When a mobile device is detected, our site uses WPTouch, a skin for mobile devices. According to our traffic reports, mobile traffic is currently 25% of all traffic.
Related Links
- WPTouch
- Simple mobile skin auto change (Mediawiki.org)