Page Management: Difference between revisions
Appearance
Create Gor page management index. |
No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
= Page Management = | = Page Management = | ||
This page collects page creation, page cleanup, | This page collects page creation, page cleanup, article maintenance, approval, and page-control tools for Gor Wiki staff. | ||
To edit the links on the left side | |||
Gor Links | |||
http://127.0.0.1:8080/admin/wiki_menu.php | |||
https://gor.onlyotaku.com/admin/wiki_menu.php | |||
Updated: | |||
https://gor.onlyotaku.com/wiki/index.php?title=Special:WikiMenuManager | |||
== 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] | ||
* [/ | * [[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 32: | ||
* [[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. | |||
* [[MediaWiki:Titleblacklist|Title Blacklist]] - Block unwanted page titles, account names, and common spam patterns. | |||
* [[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]] - Edit the native MediaWiki navigation link menus. | ||
* [[ | * [[MediaWiki:Common.css]] - Apply global site-wide custom CSS styling. | ||
* [[ | * [[MediaWiki:Common.js]] - Apply global site-wide custom JavaScript behavior. | ||
== URL Actions == | == URL Actions == | ||
| Line 33: | Line 57: | ||
* <code>[[Page Name]]</code> - Internal link to another wiki page. | * <code>[[Page Name]]</code> - Internal link to another wiki page. | ||
* <code>[[Page Name|Display Text]]</code> - Internal link with customized display text. | * <code>[[Page Name|Display Text]]</code> - Internal link with customized display text. | ||
* <code>[[Category:Category Name]]</code> - Add the current page to a specific category directory. | * <code>[[index.php?title=Category:Category Name]]</code> - Add the current page to a specific category directory. | ||
* <code>== Heading ==</code> - Creates a section heading and adds it to the page contents. | * <code>== Heading ==</code> - Creates a section heading and adds it to the page contents. | ||
* <code>=== Sub-heading ===</code> - Creates a subsection heading. | * <code>=== Sub-heading ===</code> - Creates a subsection heading. | ||
Latest revision as of 19:19, 12 July 2026
Page Management
This page collects page creation, page cleanup, article maintenance, approval, and page-control tools for Gor Wiki staff.
To edit the links on the left side
Gor Links
http://127.0.0.1:8080/admin/wiki_menu.php
https://gor.onlyotaku.com/admin/wiki_menu.php
Updated:
https://gor.onlyotaku.com/wiki/index.php?title=Special:WikiMenuManager
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.
- Title Blacklist - Block unwanted page titles, account names, and common spam patterns.
- 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
- MediaWiki:Sidebar - Edit the native MediaWiki navigation link menus.
- MediaWiki:Common.css - Apply global site-wide custom CSS styling.
- MediaWiki:Common.js - Apply global site-wide custom JavaScript behavior.
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.index.php?title=Category:Category Name- 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.