Module:Taxonbar/whitelist/doc
Appearance
This is the documentation page for Module:Taxonbar/whitelist
Script error: No such module "Sidebar". Script error: No such module "High-use".
About
This module returns strict
, lax
, or all
acceptable (P31)s as a Lua table for use in a module such as Module:Taxonbar.
For use in documentation, see {{Taxonbar/whitelist}}.
Usage
<syntaxhighlight lang="lua"> local whitelists = require( 'Module:Taxonbar/whitelist' ).whitelist </syntaxhighlight>
Arg | Lua | Output |
---|---|---|
strict
|
<syntaxhighlight lang="lua">local myWhitelist = whitelists{ args = { 'strict' } }</syntaxhighlight> | Lua error: expandTemplate: template "Syntaxhighlight" does not exist. |
lax
|
<syntaxhighlight lang="lua">local myWhitelist = whitelists{ args = { 'lax' } }</syntaxhighlight> | Lua error: expandTemplate: template "Syntaxhighlight" does not exist. |
all
|
<syntaxhighlight lang="lua">local myWhitelist = whitelists{ args = { 'all' } }</syntaxhighlight> | Lua error: expandTemplate: template "Syntaxhighlight" does not exist. |
See also
- Module:Taxonbar/blacklist
- Category:Taxobox articles missing a taxonbar (0)
- Category:Taxobox articles possibly missing a taxonbar (0)
- Category:Taxonbars on possible non-taxon pages (0)