Cog
Appearance
Entry points
- MediaWiki:Common.css
- MediaWiki:Sidebar
- MediaWiki:Common.js
- MediaWiki:Mainpage
- MediaWiki:Sitenotice
- MediaWiki:Anonnotice
- MediaWiki:Copyright
- MediaWiki:Copyright-footer
- MediaWiki:Licenses
- MediaWiki:Uploadtext
- Special:ListFiles
- MediaWiki:Badtitletext
- MediaWiki:Noarticletext
- MediaWiki:Loginreqpagetext
- Special:AllMessages
Templates
Actions
| Action | Function |
|---|---|
?action=purge
|
Purges the server-side cache for a page. This forces the server to regenerate the page content from the database. |
?action=edit
|
Opens the page in edit mode, which is the same as clicking the "Edit" button. |
?action=history
|
Displays the page's revision history, showing a log of all changes made to the page over time. |
?action=info
|
Provides technical information about the page, such as its page ID and protection level. |
?action=watch
|
Adds the page to your watchlist. If you're logged in, you'll be notified of any changes. |
?action=unwatch
|
Removes the page from your watchlist. |
?action=delete
|
Used by administrators to delete a page. |
?action=protect
|
Used by administrators to protect a page from being edited by certain user groups. |
?action=render
|
Renders the page without any of the typical user interface elements (like sidebars and menus). |
?action=raw
|
Displays the page's source wikitext directly, useful for copying the code. |
?action=submit
|
Used to submit form data, often for creating new pages or editing existing ones programmatically. |