Module:Subject bar/doc
नेविगेशन पर जाएँ
खोज पर जाएँ
यह Module:Subject bar हेतु प्रलेख पृष्ठ है
This module implements the साँचा:tl template. Please don't use this module from an article or from another wiki page. You should use the साँचा:tl template instead. To use the module from another Lua module, read on.
Use from another Lua module
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.