local p =
--Returns a blacklist of unacceptable wikidata instance-of's,--either as a table for use inside a module such as,--or as an ordered list for use in documentation.function p.blacklist(frame) local documentation = frame.args[1] local unacceptableInstanceOf_All = if (documentation
) then local out = for k, v in pairs(unacceptableInstanceOf_All) do out[v] = k --output Q# as keys for table lookups end return out elseif (documentation
return p