/* Any JavaScript here will be loaded for all users on every page load. */
/* <nowiki> */
function FillUploadForm() {
uploadDesc = document.getElementById('wpUploadDescription');
uploadDesc.rows = 12;
if(wgCanonicalSpecialPageName == "Upload" && document.getElementById('wpDestFile').value == "") {
uploadDesc.innerHTML = "<!-- [[Category:Ryzom Forge images]] -->\n\n{{Information\n|description=\n|source=\n|date=\n|author=\n|permission=\n|other_versions=\n|tags=\n}}";
}
}
addOnloadHook( FillUploadForm );
/* </nowiki> */
Retrieved from "https://atys.wiki.ryzom.com/w/index.php?title=MediaWiki:Common.js&oldid=21427"