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

okay, .value works; to be continued tomorrow
m (oops)
(okay, .value works; to be continued tomorrow)
Line 681: Line 681:


var call = '{{BSLfunc\n';
var call = '{{BSLfunc\n';
call += '|type=' + f.inputFuncName.value + '\n';
call += '|type=' + f.inputFuncType.value + '\n';
call += '|default=' + f.inputFuncDefault.value + '\n';
call += '|default=' + f.inputFuncDefault.value + '\n';
call += '|name=' + f.inputFuncName.value + '\n';
call += '|name=' + f.inputFuncName.value + '\n';