Mediawiki talk:Movepage-moved#Don't rely on bots
{{Interface explanation|{{SUBJECTPAGENAME}} is the message shown to users immediately after moving a page.}}
{{archive box|MediaWiki talk:Movepage-moved/MediaWiki talk:Pagemovedtext}}
Bugs
Some of the message parameters here (previously on MediaWiki:Pagemovedtext) still seem very broken (as of this posting). $1 and $2 work fine as full links to the previous (with &redirect=no) and current page. But $3 and $4, which return the plain text of the page names, don't work in most link wikicode (fullurl, localurl, or even
*$3produces:
However, it works with the full URL, such as:
[http://test.wikipedia.org/wiki/Special:Whatlinkshere/$4 check]
produces:
Anyway, a mostly working (except on the secure server, obviously) iteration of this can be seen at [http://test.wikipedia.org/w/index.php?title=MediaWiki:Movepage-moved&oldid=25079&action=edit test.wp/MediaWiki:Movepage-moved] --Splarka (rant) 07:41, 1 July 2007 (UTC)
: [{{fullurl:MediaWiki:Movepage-moved|diff=142038376}} Fixed for now] using external link syntax. —{admin} Pathoschild 16:44:01, 02 July 2007 (UTC)
::Heh, a clever work-around. I think you forgot the closing
::: Thanks. I closed the tag, and will keep an eye on the current revision ({{CURRENTVERSION}}) before updating the messages and documentation. —{admin} Pathoschild 03:50:30, 03 July 2007 (UTC)
- I just got a pretty weird move message when moving a page with multiple words in its title. I think there is something wrong with the tokenization? — brighterorange (talk) 03:08, 11 July 2007 (UTC)
::Ahh [{{fullurl:Special:Movepage|action=success&oldtitle=Testing+1+2+3&newtitle=Testing+3+2+1}} Yes], the revert link is screwed up. --Splarka (rant) 07:10, 11 July 2007 (UTC)
::Okay, it looks like rev:23604 fixed the wikilink problem, but $3 and $4 still cannot be used in external links or parserfunctions, making the revert link unfixable. PathosChild: maybe grab [http://test.wikipedia.org/w/index.php?title=MediaWiki:Movepage-moved&oldid=25212&action=edit this version] (minus the tests) for enwp (uses wikilinks, has the broken revert link commented out)? --Splarka (rant) 10:46, 11 July 2007 (UTC)
::: I switched the links to wikiML, fixed the delete link by adding a hidden
at the end of the message for the JavaScript (which should be updated to use $1 again), and fixed the revert link with the {{MediaWiki revert move link}} workaround template. —{admin} Pathoschild 17:06:49, 11 July 2007 (UTC)