Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox-Row: Difference between revisions

Template page
Created page with "<noinclude> == Example == {{Infobox-Row | label = Label | value = Value }} </noinclude> <includeonly> <div class="infobox-row"> <span class="label">{{{label}}}</span> <span class="value">{{{value}}}</span> </div> </includeonly>"
Tag: Recreated
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
== Example ==
== Example ==
{{Infobox-Row
{{Infobox-Row
| label = Label
| label
| value = Value
| value
}}
}}
</noinclude>
</noinclude>
<includeonly>
<includeonly>
<div class="infobox-row">
<div class="infobox-row">
<span class="label">{{{label}}}</span>
<p class="label">{{{1}}}</p>
<span class="value">{{{value}}}</span>
<p class="value">{{{2}}}</p>
</div>
</div>
</includeonly>
</includeonly>

Latest revision as of 04:39, 15 March 2026

Example

label

value


Contents