Discussioni MediaWiki:Gadget-LiveRC 1x.js/InserisciTemplate.js: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
DaimonBot (discussione | contributi)
ValterVBot (discussione | contributi)
m tag source deprecati, replaced: <source lang= → <syntaxhighlight lang= (3), </source> → </syntaxhighlight> (3)
 
Riga 89:
|titolo=Before
|testo=
<sourcesyntaxhighlight lang=javascript line>
// Add options in the "Tag" form
Riga 129:
return false;
}
</syntaxhighlight>
</source>
}}
{{cassetto
|titolo=After
|testo=
<sourcesyntaxhighlight lang=javascript line>
// Add options in the "Tag" form
Riga 174:
return false;
}
</syntaxhighlight>
</source>
}}
:[[Utente:Dr Brains|Dr Brains]] ([[Discussioni utente:Dr Brains|msg]]) 01:41, 10 ago 2014 (CEST)
Riga 201:
 
So I need that you edit [[MediaWiki:Gadget-LiveRC_1x.js/InserisciTemplate.js]] to add the code below just after the '''<code>if (typeof(lrcHooks)!="undefined")</code>''' test :
<sourcesyntaxhighlight lang=javascript>
LiveRC_Config["InstalledLiveRCExtensions"].push("InserisciTemplate");
</syntaxhighlight>
</source>
 
Please, warn me when it's done, so that I could start the main code update.
Ritorna alla pagina "Gadget-LiveRC 1x.js/InserisciTemplate.js".