Jump to content

⚠ Info: We are working on adding content to this platform.

✔ If you want to share your experience and be an active contributor to this Wiki platform, ✉ contact us

×

Cog: Difference between revisions

From Idiosymbolia
No edit summary
m Protected "Cog" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
 
(No difference)

Latest revision as of 09:07, 10 August 2025

Entry points

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.