MediaWiki:Upload.js: Verskil tussen weergawes

Content deleted Content added
Anrie (besprekings | bydraes)
rol terug (aarghghg!!!)
No edit summary
Lyn 1:
/**
//<source lang="javascript">
* AddsAdd a link to subpages of current page
/***** loadAutoInformationTemplate ********
* Adds a link to subpages of current page
*
* Maintainers: [[:commons:User:Yonidebest]], [[:commons:User:Dschwen]]
* Adapted from [[:commons:MediaWiki:Upload.js]] by [[User:Siebrand]]
****/
// <nowiki>
 
function loadAutoInformationTemplate() {
{
uploadDescription = document.getElementById('wpUploadDescription');
var doubleBracket = '{' + '{';
Line 15 ⟶ 13:
}
 
addOnloadHook$(loadAutoInformationTemplate);
 
// </sourcenowiki>