Help:Special Case Workarounds

From NANOG

Jump to: navigation, search

A few issues appear to require special handling in a set number of cases. In the event that the regular way of doing things fail, this page may provide other possible ways of performing the same action.

Contents

Pages beginning with /, or containing //

The wiki software doesn't like double slashes together, and typically merges them into a single slash. Thus, these pages seem to survive whatever is thrown at them, since actions always seem to "miss" them, instead aiming at the version of the page that has only a single slash.

Thankfully, this is only software-based, and can be circumvented. To do so, you will need to perform some "URL hacking".

Accessing content of these pages

The safest and most effective way of accessing the content on these pages is to URL hack your way into the edit page. The URL form for any edit page is:

http://nanog.cluepon.net/index.php?title=Page_title&action=edit

Where Page_title is the name of the page you're intending to affect (including namespace). Any spaces in the page title must be replaced by underscores. Once in the edit page, it's probably best to recover any information locked within and store in on another appropriate page.

Deleting these pages

The same URL structure will allow a sysop to reach the deletion page for any particular page, regardless of the page title, although the action parameter will be different:

http://nanog.cluepon.net/index.php?title=Page_title&action=delete

Where Page_title is the name of the page you're intending to affect (including namespace). Again, any spaces in the page title must be replaced by underscores. Reaching the page title via this means has been proven to work in all cases.

Other actions

Most actions on the wiki can be performed by accessing the page directly via the URL, in all cases it is simply required to change the action parameter. Other actions:

ActionParameter
View Pageview
Viewing Historyhistory
Page Protectionprotect
Page Unprotectionunprotect
Add to Watchlistwatch
Remove from Watchlistunwatch

Undeletions and Moves do not appear to be possible using URL hacking, as they are handled by specific Special Pages. This may imply that such actions cannot occur on pages which contain double slashes. It's for this reason we recommend that users use the edit hack to extract all the content, then request a sysop delete the page.

Editing help
Editing basics

Advanced editing

Finding your way around the wiki

Page tricks

Advanced Timesavers

Communicating your edits

Misc

Policies and Guidelines
Guidelines


Policy Documents

Cribbed from the Urban Dead wiki and specifically the work of users Mia Kristos, Brizth, Odd Starter, and Xoid among many others.
Personal tools