Module:Subject bar/doc

मुक्त ज्ञानकोश विकिपीडिया से
< Module:Subject bar
imported>Xqbot द्वारा परिवर्तित १८:५४, २२ अप्रैल २०२० का अवतरण (Bot: Replace deprecated <source> tag and "enclose" parameter [https://lists.wikimedia.org/pipermail/wikitech-ambassadors/2020-April/002284.html])
(अन्तर) ← पुराना अवतरण | वर्तमान अवतरण (अन्तर) | नया अवतरण → (अन्तर)
नेविगेशन पर जाएँ खोज पर जाएँ

यह Module:Subject bar हेतु प्रलेख पृष्ठ है

साँचा:module rating

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.