Module:Sidebar/doc

Revision as of 08:39, 14 October 2025 by Ganaram inukshuk (talk | contribs) (Created page with "{{documentation| {{dochead|header=none}}{{lua|arguments|template input utils}} <p>'''Module:Sidebar''' is a {{w|wp:lua|module}} that implements the {{tlx|Sidebar}} template. Please see the template page for usage instructions.</p> On templates, you can create a sidebar by using <code><nowiki>{{Sidebar}}</nowiki></code>, which calls this template's wrapper function. On modules, you can include <syntaxhighlight inline lang="lua">local sidebar = require("Module:Sidebar")....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is the documentation page for Module:Sidebar

Module:Sidebar is a module that implements the {{Sidebar}} template. Please see the template page for usage instructions.

On templates, you can create a sidebar by using {{Sidebar}}, which calls this template's wrapper function.

On modules, you can include local sidebar = require("Module:Sidebar")._sidebar to create a sidebar.