Module:Subject bar/doc
Jump to navigation
Jump to search
This is the documentation page for Module:Subject bar
This module is rated as beta, and is ready for widespread use. It is still new and should be used with some caution to ensure the results are as expected. |
This module uses TemplateStyles: |
This module implements the {{Subject bar}} template. Please don't use this module from an article or from another wiki page. You should use the {{Subject bar}} template instead. To use the module from another Lua module, read on.
Use from another Lua module[edit source]
Load the module like this:
local subjectBar = require('Module:Subject bar')._main
Then you can use the subjectBar
function like this:
local myBar = subjectBar{
book = 'Book 1',
book2 = 'Book 2',
-- ...
portal = 'Portal 1',
portal2 = 'Portal 2',
-- ...
commons = true,
commons-search = 'Commons search string',
wikt = true,
wikt-search = 'Wiktionary search string'
-- ...
}
Please see Template:Subject bar/doc for a full list of possible parameters.
External links[edit source]
- Module:Subject bar/doc at Wikipedia, the free Terran-based encyclopedia that anyone can edit.