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

changing use of prettytable to wikitable; this change is not tested yet
m (FELD -> COLUMN)
(changing use of prettytable to wikitable; this change is not tested yet)
Line 446: Line 446:


var code = "\n";
var code = "\n";
code += '{| {{prettytable}} ' + align + ' '; // en: class="wikitable"
code += '{| class="wikitable" ' + align + ' ';
code+=(f.inputSort.checked)?'class="sortable" \n':'\n';
code+=(f.inputSort.checked)?'class="sortable" \n':'\n';
code += caption + exhead;
code += caption + exhead;