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
Line 8: Line 8:
<includeonly>
<includeonly>
<div class="infobox-row">
<div class="infobox-row">
<span class="label">{{{label}}}</span>
<p class="label">{{{label}}}</p>
<span class="value">{{{value}}}</span>
<p class="value">{{{value}}}</p>
</div>
</div>
</includeonly>
</includeonly>

Revision as of 04:38, 15 March 2026

Example

Label

Value


Contents