Module:Taxonbar/whitelist/doc
Appearance
This is a documentation subpage for Module:Taxonbar/whitelist. It may contain usage information, categories and other content that is not part of the original module page. |
Related pages |
---|
This Lua module is used on approximately 468,000 pages, or roughly 1% of all pages. To avoid major disruption and server load, any changes should be tested in the module's /sandbox or /testcases subpages, or in your own module sandbox. The tested changes can be added to this page in a single edit. Consider discussing changes on the talk page before implementing them. |
About
[edit]This module returns strict
, lax
, or all
acceptable instance of (P31)s as a Lua table for use in a module such as Module:Taxonbar.
For use in documentation, see {{Taxonbar/whitelist}}.
Usage
[edit]local whitelists = require( 'Module:Taxonbar/whitelist' ).whitelist
Arg | Lua | Output |
---|---|---|
strict
|
local myWhitelist = whitelists{ args = { 'strict' } }
|
myWhitelist = {
'Q16521' = 1,
'Q310890' = 2,
'Q47487597' = 3,
'Q2568288' = 4,
'Q23038290' = 5,
'Q59278506' = 6,
'Q98961713' = 7,
'Q58051350' = 8,
}
|
lax
|
local myWhitelist = whitelists{ args = { 'lax' } }
|
myWhitelist = {
'Q42621' = 1,
'Q235536' = 2,
'Q713623' = 3,
'Q848328' = 4,
'Q857968' = 5,
'Q17487588' = 6,
'Q124477390' = 7,
}
|
all
|
local myWhitelist = whitelists{ args = { 'all' } }
|
myWhitelist = {
'Q16521' = 1,
'Q310890' = 2,
'Q47487597' = 3,
'Q2568288' = 4,
'Q23038290' = 5,
'Q59278506' = 6,
'Q98961713' = 7,
'Q58051350' = 8,
'Q42621' = 9,
'Q235536' = 10,
'Q713623' = 11,
'Q848328' = 12,
'Q857968' = 13,
'Q17487588' = 14,
'Q124477390' = 15,
}
|
See also
[edit]- Module:Taxonbar/blacklist
- Category:Taxobox articles missing a taxonbar (1)
- Category:Taxobox articles possibly missing a taxonbar (20)
- Category:Taxonbars on possible non-taxon pages (374)