Difference between revisions of "Template:Trivia format box scale"

From QBWiki
Jump to navigation Jump to search
(Created page with "{{#vardefine:s|{{{1|}}}}}<!-- -->{{#vardefine:l|{{#len:{{#var:s}}}}}}<!-- -->{{#vardefine:min|0}}<!-- -->{{#vardefine:peak|}}<!-- -->{{#vardefine:max|0}}<!-- -->{{#vardefine:i...")
 
m
 
(One intermediate revision by the same user not shown)
Line 16: Line 16:
 
--><!---->}}}}}}<!--
 
--><!---->}}}}}}<!--
 
--><!---->|Please provide an input string of 1-3 digits{{#vardefine:invalid|1}}}}<!--
 
--><!---->|Please provide an input string of 1-3 digits{{#vardefine:invalid|1}}}}<!--
-->|Please provide an input string of 1-3 digits{{#vardefine:invalid|1}}}}{{#if:{{#var:invalid}}||<div style="font-family:monospace;">{{#loop:i|0|10|{{#ifexpr:{{#var:i}}>={{#var:min}}|{{#ifexpr:{{#var:i}}<={{#var:max}}|{{#if:{{#var:peak}}|{{#ifexpr:{{#var:i}}={{#var:peak}}|X|x}}|X}}|<nowiki>-</nowiki>}}|<nowiki>-</nowiki>}}}}</div>}}<noinclude>
+
-->|Please provide an input string of 1-3 digits{{#vardefine:invalid|1}}}}{{#if:{{#var:invalid}}||<span style="font-family:monospace;">{{#loop:i|0|10|{{#ifexpr:{{#var:i}}>={{#var:min}}|{{#ifexpr:{{#var:i}}<={{#var:max}}|{{#if:{{#var:peak}}|{{#ifexpr:{{#var:i}}={{#var:peak}}|X|x}}|X}}|<nowiki>-</nowiki>}}|<nowiki>-</nowiki>}}}}</span>}}<noinclude>
 
0 - x(y)z, where x, y, and z are numbers. x is bottom of range and z is top; y is optional peak and must be in [x, z]
 
0 - x(y)z, where x, y, and z are numbers. x is bottom of range and z is top; y is optional peak and must be in [x, z]
  
Line 23: Line 23:
 
! Output
 
! Output
 
|-
 
|-
|<nowiki>{{Trivia format box scale}}</nowiki>
+
|<nowiki>left {{Trivia format box scale}} right</nowiki>
|{{Trivia format box scale}}
+
|left {{Trivia format box scale}} right
 
|-
 
|-
|<nowiki>{{Trivia format box scale|0}}</nowiki>
+
|<nowiki>left {{Trivia format box scale|0}} right</nowiki>
|{{Trivia format box scale|0}}
+
|left {{Trivia format box scale|0}} right
 
|-
 
|-
|<nowiki>{{Trivia format box scale|9}}</nowiki>
+
|<nowiki>left {{Trivia format box scale|9}} right</nowiki>
|{{Trivia format box scale|9}}
+
|left {{Trivia format box scale|9}} right
 
|-
 
|-
|<nowiki>{{Trivia format box scale|09}}</nowiki>
+
|<nowiki>left {{Trivia format box scale|09}} right</nowiki>
|{{Trivia format box scale|09}}
+
|left {{Trivia format box scale|09}} right
 
|-
 
|-
|<nowiki>{{Trivia format box scale|009}}</nowiki>
+
|<nowiki>left {{Trivia format box scale|009}} right</nowiki>
|{{Trivia format box scale|009}}
+
|left {{Trivia format box scale|009}} right
 
|-
 
|-
|<nowiki>{{Trivia format box scale|099}}</nowiki>
+
|<nowiki>left {{Trivia format box scale|099}} right</nowiki>
|{{Trivia format box scale|099}}
+
|left {{Trivia format box scale|099}} right
 
|-
 
|-
|<nowiki>{{Trivia format box scale|46}}</nowiki>
+
|<nowiki>left {{Trivia format box scale|46}} right</nowiki>
|{{Trivia format box scale|46}}
+
|left {{Trivia format box scale|46}} right
 
|-
 
|-
|<nowiki>{{Trivia format box scale|456}}</nowiki>
+
|<nowiki>left {{Trivia format box scale|456}} right</nowiki>
|{{Trivia format box scale|456}}
+
|left {{Trivia format box scale|456}} right
 
|-
 
|-
|<nowiki>{{Trivia format box scale|4567}}</nowiki>
+
|<nowiki>left {{Trivia format box scale|4567}} right</nowiki>
|{{Trivia format box scale|4567}}
+
|left {{Trivia format box scale|4567}} right
 
|}
 
|}
 
</noinclude>
 
</noinclude>

Latest revision as of 15:25, 3 February 2022

Please provide an input string of 1-3 digits 0 - x(y)z, where x, y, and z are numbers. x is bottom of range and z is top; y is optional peak and must be in [x, z]

Input Output
left {{Trivia format box scale}} right left Please provide an input string of 1-3 digits right
left {{Trivia format box scale|0}} right left X--------- right
left {{Trivia format box scale|9}} right left ---------X right
left {{Trivia format box scale|09}} right left XXXXXXXXXX right
left {{Trivia format box scale|009}} right left Xxxxxxxxxx right
left {{Trivia format box scale|099}} right left xxxxxxxxxX right
left {{Trivia format box scale|46}} right left ----XXX--- right
left {{Trivia format box scale|456}} right left ----xXx--- right
left {{Trivia format box scale|4567}} right left Please provide an input string of 1-3 digits right