User:Horblegorble/Sandbox/CollapsibleRow: Difference between revisions

From Veloren Wiki
Content added Content deleted
(removed translate elements from original)
No edit summary
Line 1: Line 1:
{{#css:
.mw-collapsible span.mw-collapsible-toggle {
float:left;
margin-left:0;
margin-right:1em;
}
}}

== Original ==
== Original ==
copied from https://www.mediawiki.org/wiki/Manual:Collapsible_elements
copied from https://www.mediawiki.org/wiki/Manual:Collapsible_elements
Line 38: Line 46:


== Loot Experiment ==
== Loot Experiment ==


<table class="wikitable sortable" style="text-align:center;" cellpadding="2" cellspacing="0" width=fit>

<tr>
<th width=50%>Item</th>
<th width=20%>Quantity</th>
<th width=20%>Rarity</th>
</tr>
<tr>
<td>Apple</td>
<td>1</td>
<td>50%</td>
</tr>
<tr>
<td colspan=3>
<table class="wikitable mw-collapsible mw-collapsed" margin:0;" style="text-align:center;" cellpadding="0" cellspacing="0" width=100%>
<tr>
<th width=50% style="text-align:center;">Steel Armour</th>
<th width=20% style="text-align:center;">1</th>
<th width=20% style="text-align:center;">50%</th>
</tr>
<tr>
<td>Steel Chest</td>
<td>1</td>
<td>10%</td>
</tr>
<tr>
<td>Steel Shoulders</td>
<td>1</td>
<td>10%</td>
</tr>
</table>
</td>
<tr>

</table>

Revision as of 02:52, 8 August 2023

{{#css:

 .mw-collapsible span.mw-collapsible-toggle {
   float:left;
   margin-left:0;
   margin-right:1em;
 }

}}

Original

copied from https://www.mediawiki.org/wiki/Manual:Collapsible_elements ('translate' elements removed)

Inside another element

You can also use collapsible elements in other elements, such as a table.

My table with collapsible info
Title Sample
Lorem Ipsum
More info
Number Letter  
1 A
2 B
3 C



Loot Experiment

Item Quantity Rarity
Apple 1 50%
Steel Armour 1 50%
Steel Chest 1 10%
Steel Shoulders 1 10%
Cookies help us deliver our services. By using our services, you agree to our use of cookies.