Discussioni MediaWiki:Gadget-LiveRC 1x.js/InserisciTemplate.js: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
m tag source deprecati, replaced: <source lang= → <syntaxhighlight lang= (3), </source> → </syntaxhighlight> (3) |
|||
(Una versione intermedia di un altro utente non mostrate) | |||
Riga 89:
|titolo=Before
|testo=
<
// Add options in the "Tag" form
Riga 129:
return false;
}
</syntaxhighlight>
}}
{{cassetto
|titolo=After
|testo=
<
// Add options in the "Tag" form
Riga 174:
return false;
}
</syntaxhighlight>
}}
:[[Utente:Dr Brains|Dr Brains]] ([[Discussioni utente:Dr Brains|msg]]) 01:41, 10 ago 2014 (CEST)
Riga 198:
As you can see, this way, two ajax requests will be saved, so it will be far better for LiveRC launching.
I already [//fr.wikipedia.org/w/index.php?title=MediaWiki:Gadget-LiveRC.js&diff=107189645&oldid=107189107 set the <
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 :
<
LiveRC_Config["InstalledLiveRCExtensions"].push("InserisciTemplate");
</syntaxhighlight>
Please, warn me when it's done, so that I could start the main code update.
Riga 222:
Could you replace all occurrences of :
* <
* <
Thank you.
|