Content deleted Content added
add one more missing scenario - alliance+party+cand+dsv |
Test |
||
Line 263:
-- build the table
local root = mw.html.create(args['embed'] and '' or 'table')
if args['embed'] == nil and args['floatright'] then
root
:addClass('wikitable sortable')
:tag('caption')
:wikitext(args.caption)
:done()
elseif args['embed'] == nil then
root
:addClass('wikitable sortable')
|