(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...") |
m (Text replacement - "{{Csp class page properties" to "{{Csp class properties") |
||
| (3 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
This is the "Sidebar item" template. It should be called in the following format: | This is the "Sidebar item" template. It should be called in the following format: | ||
| Line 7: | Line 6: | ||
|Label= (text) | |Label= (text) | ||
|Value= (text) | |Value= (text) | ||
}} | }} | ||
</pre> | </pre> | ||
| Line 13: | Line 11: | ||
== 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> | ||
| ws-base-props | |||
|---|---|---|---|
| Line 1: | Line 1: | ||
{{Base properties | |||
|Class=Application page | |||
|Title=Template:Sidebar item | |||
|Version history={{Version history item | |||
|Version number=1.0 | |||
|Version description=Initial version | |||
|Version date=2022-12-02 09:00:17 | |||
}} | |||
}} | |||
| ws-class-props | |||
| Line 1: | Line 1: | ||
{{Csp class properties | |||
|Type=CSP Basis Core | |||
|Origin=CSP Basis | |||
}} | |||
Latest revision as of 14:28, 23 September 2025
This is the "Sidebar item" template. It should be called in the following format:
{{Sidebar item
|Label= (text)
|Value= (text)
}}
Test