Module:Taxonbar/blacklist/doc
< Module:Taxonbar | blacklist
![]() | This is a documentation subpage for Module:Taxonbar/blacklist. 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 465,000 pages, or roughly 3% 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
This module returns all unacceptable (P31)s as a Lua table for use in a module such as Module:Taxonbar/candidate
For use in documentation, see {{Taxonbar/blacklist}}.
Usage
<syntaxhighlight lang="lua"> local myBlacklist = require( 'Module:Taxonbar/blacklist' ).blacklist{ args = {} } </syntaxhighlight> produces: <syntaxhighlight lang="lua">myBlacklist = { 'Q913170' = 1, 'Q55983715' = 2, 'Q937228' = 3, 'Q14712' = 4, 'Q163233' = 5, 'Q747463' = 6, }</syntaxhighlight>
See also
- Module:Taxonbar/whitelist
- Category:Taxobox articles missing a taxonbar (0)
- Category:Taxobox articles possibly missing a taxonbar (32)
- Category:Taxonbars on possible non-taxon pages (0)