Template:Dots: Difference between revisions

From 2d4chan
Jump to navigation Jump to search
1d4chan>Leviathan
No edit summary
imported>Administrator
m 16 revisions imported
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>
<includeonly><BIG>{{Repeat|{{{1|0}}}|●}}{{Repeat|{{{2|0}}}|}}</BIG></includeonly><noinclude>
{{#switch: {{{1}}}
<BIG>●○●○●○●○●○●○●○●○●○●○●○●○●</BIG>
    | 1 =
Usage:
    | 2 = ●●
{|border=1
    | 3 = ●●●
|-
    | 4 = ●●●●
|<tt><nowiki>{{dots|X}}</nowiki></tt> || row of X filled-in dots
    | 5 = ●●●●●
|-
    | 6 = ●●●●●●
|<tt><nowiki>{{dots|X|Y}}</nowiki></tt> || row of Y dots, first X are filled-in.
    | 7 = ●●●●●●●
|}
    | 8 = ●●●●●●●●
    | 9 = ●●●●●●●●●
    | 10 = ●●●●●●●●●●
}}{{#if: {{{2}}}  
    | {{#switch: ({{{2}}}-{{{1}}})
        | 1 = ❍
        | 2 = ❍❍
        | 3 = ❍❍❍
        | 4 = ❍❍❍❍
        | 5 = ❍❍❍❍❍
        | 6 = ❍❍❍❍❍❍
        | 7 = ❍❍❍❍❍❍❍
        | 8 = ❍❍❍❍❍❍❍❍
        | 9 = ❍❍❍❍❍❍❍❍❍
        | 10 = ❍❍❍❍❍❍❍❍❍❍
      }}
  }}
</includeonly><noinclude><pre>{{dots|#}}
{{dots|#|#}}</pre>


* {{dots|1|5}}
Examples:
* {{dots|2|5}}
* <nowiki>{{dots|3}}</nowiki> -> {{dots|3}}
* {{dots|3|5}}
* <nowiki>{{dots|2|5}}</nowiki> -> {{dots|2|5}}
* {{dots|4|5}}
<BIG>●○●○●</BIG>
* {{dots|5|5}}
</noinclude>

Latest revision as of 18:12, 24 June 2023

●○●○●○●○●○●○●○●○●○●○●○●○● Usage:

{{dots|X}} row of X filled-in dots
{{dots|X|Y}} row of Y dots, first X are filled-in.

Examples:

  • {{dots|3}} -> ●●●
  • {{dots|2|5}} -> ●●○○○○○

●○●○●