Last modified: 2007-09-13 15:25:00 UTC
Hi. There is a problem with '''$1''' in the special message [[MediaWiki:Addedwatchtext]]. For all I know, it returns [[{{NAMESPACE}}:{{BASEPAGENAME}}]]. The problem is, that when the NAMESPACE is {{ns:6}} (Image) it returns the entire Image, and when that image is large, it can be very disruptive. I'll suggest that we add a collon (":") into '''$1''' like this: [[:{{NAMESPACE}}:{{BASEPAGENAME}}]]
$1 seems to give {{NAMESPACE}}:{{BASEPAGENAME}} so a simple collon should fix this ( like [[:$1]] )
If the colon is missing from the distributed message, then it needs to be added, and the message name changed.
Default text contains [[:$1]].