Jump to content

Page Management: Difference between revisions

From Gor Wiki
Create Gor page management index.
 
Update Gor page management tools.
Line 1: Line 1:
= Page Management =
= Page Management =


This page collects page creation, page cleanup, and article maintenance tools for Gor Wiki staff.
This page collects page creation, page cleanup, article maintenance, approval, and page-control tools for Gor Wiki staff.


== Page Actions ==
== Page Actions ==
* [{{fullurl:Main Page|action=edit}} Edit the main page]
* [{{fullurl:Main Page|action=edit}} Edit the main page]
* [/admin/wiki_create_page.php Create a new page]
* [/admin/wiki_create_page.php Create a new page]
* [/admin/wiki_menu.php Menu Manager]
* [[Special:MovePage|Move a page]] - Rename or relocate a page while keeping its edit history.
* <code>?action=delete</code> - Append to any page URL to delete that page when your account has permission.
* <code>?action=protect</code> - Append to any page URL to protect or unprotect that page.
* [[Special:AllPages|All Pages]] - View a complete list of every page on the wiki.
* [[Special:AllPages|All Pages]] - View a complete list of every page on the wiki.
* [[Special:RecentChanges|Recent Changes]] - Monitor edits, new pages, and user activity in real time.
* [[Special:RecentChanges|Recent Changes]] - Monitor edits, new pages, and user activity in real time.
Line 17: Line 19:
* [[Special:Categories|Categories]] - See all created categories used to organize content.
* [[Special:Categories|Categories]] - See all created categories used to organize content.
* [[Special:Version|Version]] - Check active extensions, skin names, and MediaWiki version.
* [[Special:Version|Version]] - Check active extensions, skin names, and MediaWiki version.
== Page Control Extensions ==
* [[Special:AbuseFilter|AbuseFilter]] - Create rules that warn, block, tag, or throttle unwanted edits and page creation.
* [[Special:TitleBlacklist|TitleBlacklist]] - Review blocked page/account title patterns, when available.
* [[Special:Nuke|Nuke]] - Mass-delete pages created by a user.
* [[Special:DeleteBatch|DeleteBatch]] - Batch-delete a prepared list of pages.
* [[Special:ReplaceText|ReplaceText]] - Bulk replace text across pages.
* [[Special:ApprovedRevs|Approved Revisions]] - Review approval workflow pages, when available.
* [[Special:CreateForm|Page Forms]] - Create structured forms for safer page creation, when configured.


== Key System Messages ==
== Key System Messages ==
* [[MediaWiki:Sidebar|MediaWiki:Sidebar]] - Edit the main left/right navigation link menus.
* [[MediaWiki:Sidebar|MediaWiki:Sidebar]] - Edit the native MediaWiki navigation link menus.
* [[MediaWiki:Common.css|MediaWiki:Common.css]] - Apply global site-wide custom CSS styling.
* [[MediaWiki:Common.css|MediaWiki:Common.css]] - Apply global site-wide custom CSS styling.
* [[MediaWiki:Common.js|MediaWiki:Common.js]] - Apply global site-wide custom JavaScript behavior.
* [[MediaWiki:Common.js|MediaWiki:Common.js]] - Apply global site-wide custom JavaScript behavior.

Revision as of 13:18, 11 July 2026

Page Management

This page collects page creation, page cleanup, article maintenance, approval, and page-control tools for Gor Wiki staff.

Page Actions

  • Edit the main page
  • [/admin/wiki_create_page.php Create a new page]
  • Move a page - Rename or relocate a page while keeping its edit history.
  • ?action=delete - Append to any page URL to delete that page when your account has permission.
  • ?action=protect - Append to any page URL to protect or unprotect that page.
  • All Pages - View a complete list of every page on the wiki.
  • Recent Changes - Monitor edits, new pages, and user activity in real time.
  • New Pages - Review only the most recently created pages.
  • Wanted Pages - Identify dead links that need a page created for them.
  • Lonely Pages - Find orphan pages that have no other pages linking to them.
  • Dead-end Pages - Locate pages that contain no links to other articles.
  • Upload - Upload files, images, and logos to the wiki.
  • List Files - Browse a gallery of all uploaded media files.
  • Categories - See all created categories used to organize content.
  • Version - Check active extensions, skin names, and MediaWiki version.

Page Control Extensions

  • AbuseFilter - Create rules that warn, block, tag, or throttle unwanted edits and page creation.
  • TitleBlacklist - Review blocked page/account title patterns, when available.
  • Nuke - Mass-delete pages created by a user.
  • DeleteBatch - Batch-delete a prepared list of pages.
  • ReplaceText - Bulk replace text across pages.
  • Approved Revisions - Review approval workflow pages, when available.
  • Page Forms - Create structured forms for safer page creation, when configured.

Key System Messages

URL Actions

Append these to a page URL when the normal UI is hidden or inconvenient.

  • ?action=edit - Edit a page directly.
  • ?action=history - View page revision history.
  • ?action=purge - Force clear server cache for that page.

Essential Wikitext

  • Page Name - Internal link to another wiki page.
  • Display Text - Internal link with customized display text.
  • - Add the current page to a specific category directory.
  • == Heading == - Creates a section heading and adds it to the page contents.
  • === Sub-heading === - Creates a subsection heading.