Difference between revisions of "Template:5dot"

From City of Hope MUSH
Jump to navigation Jump to search
imported>Keris
m
imported>Keris
m
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<onlyinclude>
+
<includeonly>
{{#switch: {{{dots}}}
+
<span class="dot5">{{#switch: {{{dots}}}
  | 1 = [[image:Dot-filled.png|{{{size | 12px}}}]][[image:Dot.png|{{{size | 12px}}}]][[image:Dot.png|{{{size | 12px}}}]][[image:Dot.png|{{{size | 12px}}}]][[image:Dot.png|{{{size | 12px}}}]]
+
  | 1 =[[image:Dot-filled.png|{{{size | 12px}}}]][[image:Dot.png|{{{size | 12px}}}]][[image:Dot.png|{{{size | 12px}}}]][[image:Dot.png|{{{size | 12px}}}]][[image:Dot.png|{{{size | 12px}}}]]
  | 2 = [[image:Dot-filled.png|{{{size | 12px}}}]][[image:Dot-filled.png|{{{size | 12px}}}]][[image:Dot.png|{{{size | 12px}}}]][[image:Dot.png|{{{size | 12px}}}]][[image:Dot.png|{{{size | 12px}}}]]
+
  | 2 =[[image:Dot-filled.png|{{{size | 12px}}}]][[image:Dot-filled.png|{{{size | 12px}}}]][[image:Dot.png|{{{size | 12px}}}]][[image:Dot.png|{{{size | 12px}}}]][[image:Dot.png|{{{size | 12px}}}]]
  | 3 = [[image:Dot-filled.png|{{{size | 12px}}}]][[image:Dot-filled.png|{{{size | 12px}}}]][[image:Dot-filled.png|{{{size | 12px}}}]][[image:Dot.png|{{{size | 12px}}}]][[image:Dot.png|{{{size | 12px}}}]]
+
  | 3 =[[image:Dot-filled.png|{{{size | 12px}}}]][[image:Dot-filled.png|{{{size | 12px}}}]][[image:Dot-filled.png|{{{size | 12px}}}]][[image:Dot.png|{{{size | 12px}}}]][[image:Dot.png|{{{size | 12px}}}]]
  | 4 = [[image:Dot-filled.png|{{{size | 12px}}}]][[image:Dot-filled.png|{{{size | 12px}}}]][[image:Dot-filled.png|{{{size | 12px}}}]][[image:Dot-filled.png|{{{size | 12px}}}]][[image:Dot.png|{{{size | 12px}}}]]
+
  | 4 =[[image:Dot-filled.png|{{{size | 12px}}}]][[image:Dot-filled.png|{{{size | 12px}}}]][[image:Dot-filled.png|{{{size | 12px}}}]][[image:Dot-filled.png|{{{size | 12px}}}]][[image:Dot.png|{{{size | 12px}}}]]
  | 5 = [[image:Dot-filled.png|{{{size | 12px}}}]][[image:Dot-filled.png|{{{size | 12px}}}]][[image:Dot-filled.png|{{{size | 12px}}}]][[image:Dot-filled.png|{{{size | 12px}}}]][[image:Dot-filled.png|{{{size | 12px}}}]]
+
  | 5 =[[image:Dot-filled.png|{{{size | 12px}}}]][[image:Dot-filled.png|{{{size | 12px}}}]][[image:Dot-filled.png|{{{size | 12px}}}]][[image:Dot-filled.png|{{{size | 12px}}}]][[image:Dot-filled.png|{{{size | 12px}}}]]
  | [[image:Dot.png|{{{size | 12px}}}]][[image:Dot.png|{{{size | 12px}}}]][[image:Dot.png|{{{size | 12px}}}]][[image:Dot.png|{{{size | 12px}}}]][[image:Dot.png|{{{size | 12px}}}]]
+
  |[[image:Dot.png|{{{size | 12px}}}]][[image:Dot.png|{{{size | 12px}}}]][[image:Dot.png|{{{size | 12px}}}]][[image:Dot.png|{{{size | 12px}}}]][[image:Dot.png|{{{size | 12px}}}]]
}}
+
}}</span></includeonly>
</onlyinclude>
 
 
<noinclude>A simple template to quickly format 5-dot bars.
 
<noinclude>A simple template to quickly format 5-dot bars.
  
'''Example:'''
+
{{Tlx|5dot|dots&#61;<Number of filled dots>|size&#61;<size of the dots; default is 12px>}}
<nowiki>{{5dot|dots=2|size=10px}}</nowiki> </noinclude>
 
  
'''Result:'''
+
==Examples:==
{{5dot|dots=2|size=10px}}
+
 
 +
;Two dots filled, 10px image size:{{Tlx|5dot|dots&#61;2|size&#61;10px}}
 +
'''Result:'''{{5dot|dots=2|size=10px}}
 +
 
 +
;Same as above, no image size specified:{{Tlx|5dot|dots&#61;2}}
 +
'''Result:'''{{5dot|dots=2}}
 +
 
 +
 
 +
</noinclude>

Latest revision as of 18:02, 27 October 2012

A simple template to quickly format 5-dot bars.

{{5dot|dots=<Number of filled dots>|size=<size of the dots; default is 12px>}}

Examples:

Two dots filled, 10px image size
{{5dot|dots=2|size=10px}}

Result: Dot-filled.pngDot-filled.pngDot.pngDot.pngDot.png


Same as above, no image size specified
{{5dot|dots=2}}

Result: Dot-filled.pngDot-filled.pngDot.pngDot.pngDot.png