(Created page with "<noinclude> This is the "Sidebar item" template. It should be called in the following format: <pre> {{Sidebar item |Label= (text) |Value= (text) |Cols= (bootstrap col valu...") |
(Imported by WSPageSync) |
||
| Line 7: | Line 7: | ||
|Label= (text) | |Label= (text) | ||
|Value= (text) | |Value= (text) | ||
}} | }} | ||
</pre> | </pre> | ||
| Line 13: | Line 12: | ||
== Test == | == Test == | ||
{{Sidebar item | {{Sidebar item | ||
|Label= | |Label=Test label | ||
|Value= | |Value=Test value | ||
}} | }} | ||
</noinclude><includeonly>< | </noinclude><includeonly><div class="sidebar-item"><!-- | ||
-->{{#if:{{{Label|}}}|< | -->{{#if:{{{Label|}}}|<div class="sidebar-item-label">{{{Label|}}}</div>}}<!-- | ||
-->{{#if:{{{Value|}}}|{{{Value|}}} }}<!-- | -->{{#if:{{{Value|}}}|<div class="sidebar-item-value">{{{Value|}}}</div>}}<!-- | ||
--></ | --></div></includeonly> | ||
Revision as of 08:34, 20 April 2022
This is the "Sidebar item" template. It should be called in the following format:
{{Sidebar item
|Label= (text)
|Value= (text)
}}
Test