Difference between revisions of "Template:Lua sidebar"

From blackwiki
Jump to navigation Jump to search
imported>Tom.Reding
m (Undid revision 838810748 by Tom.Reding (talk))
imported>Jc86035
m ({{{title}}})
Line 3: Line 3:
 
| content1 = {{div col|colwidth=8em}}
 
| content1 = {{div col|colwidth=8em}}
 
<div class="plainlist">
 
<div class="plainlist">
* [[Template:{{BASEPAGENAME}}|Template]] {{#if:{{#invoke:redirect|isRedirect|Template talk:{{BASEPAGENAME}}}}||([[Template talk:{{BASEPAGENAME}}|talk]])}}
+
* [[Template:{{{title|{{BASEPAGENAME}}}}}|Template]] {{#if:{{#invoke:redirect|isRedirect|Template talk:{{{title|{{BASEPAGENAME}}}}}}}||([[Template talk:{{{title|{{BASEPAGENAME}}}}}|talk]])}}
* [[Template:{{BASEPAGENAME}}/sandbox|Template sandbox]]
+
* [[Template:{{{title|{{BASEPAGENAME}}}}}/sandbox|Template sandbox]]
* [[Template:{{BASEPAGENAME}}/testcases|Template testcases]]
+
* [[Template:{{{title|{{BASEPAGENAME}}}}}/testcases|Template testcases]]
* [[Special:PrefixIndex/Template:{{BASEPAGENAME}}/|Template subpages]]
+
* [[Special:PrefixIndex/Template:{{{title|{{BASEPAGENAME}}}}}/|Template subpages]]
* [[Module:{{BASEPAGENAME}}|Module]] {{#if:{{#invoke:redirect|isRedirect|Module talk:{{BASEPAGENAME}}}}||([[Module talk:{{BASEPAGENAME}}|talk]])}}
+
* [[Module:{{{title|{{BASEPAGENAME}}}}}|Module]] {{#if:{{#invoke:redirect|isRedirect|Module talk:{{{title|{{BASEPAGENAME}}}}}}}||([[Module talk:{{{title|{{BASEPAGENAME}}}}}|talk]])}}
* [[Module:{{BASEPAGENAME}}/sandbox|Module sandbox]]
+
* [[Module:{{{title|{{BASEPAGENAME}}}}}/sandbox|Module sandbox]]
* [[Module:{{BASEPAGENAME}}/testcases|Module testcases]]
+
* [[Module:{{{title|{{BASEPAGENAME}}}}}/testcases|Module testcases]]
* [[Special:PrefixIndex/Module:{{BASEPAGENAME}}/|Module subpages]]
+
* [[Special:PrefixIndex/Module:{{{title|{{BASEPAGENAME}}}}}/|Module subpages]]
 
</div>
 
</div>
 
{{div col end}}
 
{{div col end}}
 
| content2 = {{{1|}}}
 
| content2 = {{{1|}}}
 
}}<noinclude>{{documentation}}</noinclude>
 
}}<noinclude>{{documentation}}</noinclude>
 +
<noinclude>
 +
{{Documentation}}
 +
</noinclude>

Revision as of 13:25, 29 April 2018

Template documentation[view] [edit] [history] [purge]

This template displays links which are generated based on a page's base page name. These are useful for templates which work using a specific Lua module. The parameter |title= can be used to add the title of the template and module, if needed; |template= and |module= do the same, but for only the template and only the module respectively.

The first unnamed parameter or |1= can be used to add more information; {{Sidebar|child=yes}} can be used inside it for further customization. The default links use {{Div col}} and the plainlist CSS class.

Usage

Template documentation[view] [edit] [history] [purge]

This template displays links which are generated based on a page's base page name. These are useful for templates which work using a specific Lua module. The parameter |title= can be used to add the title of the template and module, if needed; |template= and |module= do the same, but for only the template and only the module respectively.

The first unnamed parameter or |1= can be used to add more information; {{Sidebar|child=yes}} can be used inside it for further customization. The default links use {{Div col}} and the plainlist CSS class.

Usage