Content deleted Content added
add a class to the table |
HouseBlaster (talk | contribs) more accessible and simple markup |
||
Line 45:
local rangeSeparator = options.rangeseparator or ', '
local showNotes = yesno(options.notes)
-- Get the entity data
Line 65 ⟶ 64:
-- Add main header
if options.mainheader then
root:tag('
end
|