Content deleted Content added
Line 236:
|-
|{{nowrap|'''slice n'''}}|| alternative syntax to "alices". n is the slice number, beginning with 1. make sure not to skip: if you define "slice 1", "slice 2", "slice 4", "slice 5"..., skipping slice 3, only the first two slices will be shown. this syntax is incompatible with "slices", i.e., they should not be used in conjunction in the same invocation. Using both "slices" and "slice n" in the same invocation will cause unpredictable results. The value is like a single "tupple" as explained above, but without the parenthesis:
<pre>
| slice 1 = Value1 : Name1 : Color1 : Link1
| lice 2 = Value2 : Name2 : Color2 : Link2
| ...
</pre>
This syntax allows you to use parenthesis in names, links, and colors.
|-
|