Module:Infobox/doc: Difference between revisions

From Xenharmonic Wiki
Jump to navigation Jump to search
Ganaram inukshuk (talk | contribs)
m a space
Ganaram inukshuk (talk | contribs)
m fix dochead
Line 1: Line 1:
{{documentation|{{dochead | header = metatemplate }}
{{documentation|{{dochead}}
{{lua|arguments|navbar|template input utils|yesno}}
{{lua|arguments|navbar|template input utils|yesno}}
<p>'''Module:Infobox''' is a {{w|wp:lua|module}} that implements the {{tlx|Infobox}} template. Infobox templates can be made by using the template or by calling the <code>_sidebar</code> function from another module.</p>
<p>'''Module:Infobox''' is a {{w|wp:lua|module}} that implements the {{tlx|Infobox}} template. Infobox templates can be made by using the template or by calling the <code>_sidebar</code> function from another module.</p>

Revision as of 10:42, 28 October 2025

This module should not be invoked directly; use its corresponding template instead: Template:Infobox.

Module:Infobox is a module that implements the {{Infobox}} template. Infobox templates can be made by using the template or by calling the _sidebar function from another module.

On templates, you can create an infobox by using {{Infobox}}, which calls this module's wrapper function.

On modules, you can include local infobox= require("Module:Infobox")._infobox to create an infobox.

See also