Eisspeedway

MediaWiki talk:Movepage-moved: Difference between revisions

Content deleted Content added
Created page with '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 th...'
 
Pathoschild (talk | contribs)
+ link to documentation
Line 1: Line 1:
: '''This interface message is documented at [[m:MediaWiki talk:Movepage-moved]].'''

==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 <nowiki>[[bracket]]</nowiki> links). For example:
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 <nowiki>[[bracket]]</nowiki> links). For example:
<pre>*[[$3]]
<pre>*[[$3]]

Revision as of 17:32, 1 July 2007

This interface message is documented at m:MediaWiki talk:Movepage-moved.

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 [[bracket]] links). For example:

*[[$3]]
  produces:
<a href="/w/index.php?title=%243&action=edit" class="new" title="Title of page">Title of page</a>

However, it works with the full URL, such as:

[http://test.wikipedia.org/wiki/Special:Whatlinkshere/$4 check]
  produces:
<a href="http://en.wikipedia.org/wiki/Special:Whatlinkshere/Title of Page" class="external text" title="http://en.wikipedia.org/wiki/Special:Whatlinkshere/Title of Page" rel="nofollow">check</a>

Anyway, a mostly working (except on the secure server, obviously) iteration of this can be seen at --Splarka (rant) 07:41, 1 July 2007 (UTC)[reply]