You are browsing a read-only backup copy of Wikitech. The live site can be found at wikitech.wikimedia.org
Template:Sidebar/doc
![]() | This is a documentation subpage for Template:Sidebar. It contains usage information, categories and other content that is not part of the original template page. |
Example
Title |
---|
Heading |
|
{{Sidebar | title = | heading1 = | content1 = | name = }}
Usage
See also
- w:Template:Sidebar, note that the Wikipedia version is using Lua updated via w:Module:Sidebar.
<templatedata> { "params": { "style": { "description": "Used for custom max-width, for example.", "type": "string" }, "class": { "description": "Used for setting \"plainlinks\", for example.", "type": "string" }, "topimage": { "label": "Top image", "description": "Optional image on top, above the title.",
"example": "
",
"type": "content" }, "title": { "label": "Title", "type": "string", "suggested": true }, "image": { "label": "Image", "description": "Optional image, between title and heading1",
"example": "
",
"type": "content" }, "heading1": { "label": "Heading 1", "type": "string", "suggested": true }, "content1": { "label": "Content 1", "example": "* Sandbox", "type": "content", "suggested": true }, "navbar": { "label": "Display meta navigation", "description": "Set to \"off\" to remove the view-discussion-edit meta links at the end of the sidebar", "type": "string", "suggestedvalues": [ "off", " " ] }, "name": { "label": "Template self name", "description": "Name of the template for the meta navigation links", "example": "My_template_name", "type": "string", "suggested": true } } } </templatedata>