Module:Taxonbar/whitelist/doc explained
About
This module returns strict
, lax
, or all
acceptable s as a Lua table for use in a module such as .
For use in documentation, see .
Usage
local whitelists = require('Module:Taxonbar/whitelist').whitelist
Arg | Lua | Output |
---|
strict | local myWhitelist = whitelists | |
lax | local myWhitelist = whitelists | |
all | local myWhitelist = whitelists | | |
See also