19,809
edits
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 += '{| | 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; | ||