Cog: Difference between revisions
Appearance
Dascent-wiki (talk | contribs) |
Dascent-wiki (talk | contribs) m Protected "Cog" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 7: | Line 7: | ||
* [[MediaWiki:Anonnotice]] | * [[MediaWiki:Anonnotice]] | ||
* [[MediaWiki:Copyright]] | * [[MediaWiki:Copyright]] | ||
* [[MediaWiki:Copyright-footer]] | |||
* [[MediaWiki:Licenses]] | * [[MediaWiki:Licenses]] | ||
* [[MediaWiki:Uploadtext]] | * [[MediaWiki:Uploadtext]] | ||
| Line 16: | Line 17: | ||
==Templates== | ==Templates== | ||
==Actions== | |||
{| class="wikitable" style="width:100%;margin:10px auto 12px auto;" | |||
|- | |||
! Action | |||
! Function | |||
|- | |||
| <code>?action=purge</code> | |||
| Purges the server-side cache for a page. This forces the server to regenerate the page content from the database. | |||
|- | |||
| <code>?action=edit</code> | |||
| Opens the page in edit mode, which is the same as clicking the "Edit" button. | |||
|- | |||
| <code>?action=history</code> | |||
| Displays the page's revision history, showing a log of all changes made to the page over time. | |||
|- | |||
| <code>?action=info</code> | |||
| Provides technical information about the page, such as its page ID and protection level. | |||
|- | |||
| <code>?action=watch</code> | |||
| Adds the page to your watchlist. If you're logged in, you'll be notified of any changes. | |||
|- | |||
| <code>?action=unwatch</code> | |||
| Removes the page from your watchlist. | |||
|- | |||
| <code>?action=delete</code> | |||
| Used by administrators to delete a page. | |||
|- | |||
| <code>?action=protect</code> | |||
| Used by administrators to protect a page from being edited by certain user groups. | |||
|- | |||
| <code>?action=render</code> | |||
| Renders the page without any of the typical user interface elements (like sidebars and menus). | |||
|- | |||
| <code>?action=raw</code> | |||
| Displays the page's source wikitext directly, useful for copying the code. | |||
|- | |||
| <code>?action=submit</code> | |||
| Used to submit form data, often for creating new pages or editing existing ones programmatically. | |||
|} | |||
Latest revision as of 09:07, 10 August 2025
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. |