User:Horblegorble/Sandbox/CollapsibleRow: Difference between revisions

From Veloren Wiki
Content added Content deleted
No edit summary
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 45: Line 37:




== Loot Experiment ==
== Horblegorble's Loot Experiment ==



<table class="wikitable sortable" style="text-align:center;" cellpadding="2" cellspacing="0" width=fit>
<table class="wikitable sortable" style="text-align:center;" cellpadding="2" cellspacing="0" width=fit>
Line 52: Line 43:
<tr>
<tr>
<th width=50%>Item</th>
<th width=50%>Item</th>
<th width=20%>Quantity</th>
<th width=25%>Quantity</th>
<th width=20%>Rarity</th>
<th width=25%>Rarity</th>
</tr>
</tr>
<tr>
<tr>
<td>Apple</td>
<td>Apple</td>
<td>1</td>
<td>1</td>
<td>50%</td>
<td>60%</td>
</tr>
</tr>
<tr>
<tr>
<td colspan=3>
<td colspan=3>
<table class="wikitable mw-collapsible mw-collapsed" margin:0;" style="text-align:center;" cellpadding="0" cellspacing="0" width=100%>
<table class="wikitable mw-collapsible mw-collapsed" style="text-align:center;" cellpadding="0" cellspacing="0" width=100%>
<tr>
<tr>
<th width=50% style="text-align:center;">Steel Armour</th>
<td width=50% style="text-align:center;"><b>Steel Armour</b></th>
<th width=20% style="text-align:center;">1</th>
<td width=25% style="text-align:center;">1</th>
<th width=20% style="text-align:center;">50%</th>
<td width=25% style="text-align:center;">30%</th>
</tr>
</tr>
<tr>
<tr>
Line 76: Line 68:
<tr>
<tr>
<td>Steel Shoulders</td>
<td>Steel Shoulders</td>
<td>1</td>
<td>10%</td>
</tr>
<tr>
<td>Steel Legs</td>
<td>1</td>
<td>1</td>
<td>10%</td>
<td>10%</td>
Line 82: Line 79:
</td>
</td>
<tr>
<tr>
<tr>
<td>Banana</td>
<td>1</td>
<td>10%</td>
</tr>


</table>
</table>

Revision as of 03:12, 8 August 2023

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



Horblegorble's Loot Experiment

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