Last modified: 2011-03-12 15:39:31 UTC
As you click red link for image on the page of a local project, the upload page will open, and it puts the file name in "Destination filename:" text box. Then as you click the link to the upload page of commons on the page, the file name will be lost. It will be very useful if the upload page of commons puts the file name after the link from local upload page.
As of r19527, parameter $1 passed to "uploadtext" will be equivalent to whatever "wpDestFile" was, if specified. Use this in combination with ParserFunctions to beef up the links, e.g. Is this image suitable for [http://commons.wikimedia.org/{{#if:$1|w/index.php?title=Special:Upload&wpDestFile=$1|wiki/Special:Upload}} uploading to the Wikimedia Commons]?
Thank you. I tested it on JA:WN, but it was r19401.
Thank you. I tested and it runs. Could you enable to use this parameter also on MediaWiki:Uploaddisabledtext?
(In reply to comment #3) > Could you enable to use this parameter also on MediaWiki:Uploaddisabledtext? Filed as bug 8818.
Thanks.