MediaWiki:Common.js/edit.js: Difference between revisions

m
oops
(oh, I need to use .value?)
m (oops)
Line 682: Line 682:
var call = '{{BSLfunc\n';
var call = '{{BSLfunc\n';
call += '|type=' + f.inputFuncName.value + '\n';
call += '|type=' + f.inputFuncName.value + '\n';
call += '|default=' + f.inputDefault.value + '\n';
call += '|default=' + f.inputFuncDefault.value + '\n';
call += '|name=' + f.inputFuncName.value + '\n';
call += '|name=' + f.inputFuncName.value + '\n';
if (!f.inputMac) call += '|mac=no\n';
if (!f.inputMac) call += '|mac=no\n';