Content deleted Content added
add floatTable |
only if options.float |
||
Line 26:
local templateMode = yesno(options.template)
local policyHeading = yesno(options.policy)
local floatTable
if options.float
then floatTable = mw.ustring.lower(options.float)
end
local isCategorized = yesno(options.category) ~= false
|