Utente:Paulatz/monobook.js: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
Nessun oggetto della modifica |
Nessun oggetto della modifica |
||
Riga 53:
// Functions auxFicus and Ficus
function auxFicus(extra){
Argument = windowArgument.document.formArgument.Argument.value
Template = windowArgument.name
wpTextbox1 = document.getElementById("wpTextbox1");
if (Template == "W"||Template == "w")
wpTextbox1.value="{{"+Template+"|"+Argument+"|"+"{{subst:CURRENTMONTHNAME}} {{subst:CURRENTYEAR}}|~~~~}}"+extra+wpTextbox1.value;
else {
Because = windowArgument.document.formArgument.Because.value
Riga 115 ⟶ 114:
windowArgument.document.write("</select><br/>\n");
windowArgument.document.write("<input type=\"button\" value=\"Invia\" onClick=\"window.close()\">\n");
windowArgument.document.write(" <input type=\"button\" value=\"Annulla\" onClick=\"
windowArgument.document.write("</form>\n");
windowArgument.document.write("</body>\n");
|