Template:ThrowSequence: Difference between revisions
From jugglingpatterns
(Created page with "<!-- This template is for throw sequences that have to line up over multiple lines. It is in monospace font and preserves whitespace and shows a slider on long boxes (i.e. does not wrap around lines) Usage: example: {{ThrowSequence| A 1|2: zap(r) zap(l) flip(r) | zap(l) zap(r) flip(l) B 1|0: zap(r) zap(l) flip(r) | zap(l) zap(r) flip(l) }} --> <div style="white-space: pre; overflow-x: auto; font-family: monospace;"> {{{1}}} </...") |
No edit summary |
||
Line 2: | Line 2: | ||
Usage: example: |
Usage: example: |
||
{{ThrowSequence| |
{{ThrowSequence| |
||
A 1 |
A 1{{!}}2: zap(r) zap(l) flip(r) {{!}} zap(l) zap(r) flip(l) |
||
B 1 |
B 1{{!}}0: zap(r) zap(l) flip(r) {{!}} zap(l) zap(r) flip(l) |
||
}} |
}} |
||
{{!}} must be used instead of | because | is interpreted as part of the template |
|||
--> |
--> |
||
<div style="white-space: pre; overflow-x: auto; font-family: monospace;"> |
<div style="white-space: pre; overflow-x: auto; font-family: monospace; font-size: 1.2em;"> |
||
{{{1}}} |
{{{1}}} |
||
</div> |
</div> |
Revision as of 14:48, 13 January 2025
{{{1}}}