checkuser, Administrators
2,635
edits
Zhuyifei1999 (talk | contribs) (Fixed) |
Zhuyifei1999 (talk | contribs) (improve code -- more easy to understand) |
||
| Line 1: | Line 1: | ||
<includeonly>{{# | <includeonly>{{#switch:1| | ||
|{{#expr:(200<={{{1}}})}} = greater or equal to 200 | |||
|{{# | |{{#expr:(100<={{{1}}})}} = between 100 and 199 | ||
|{{#expr:(50<={{{1}}})}} = between 50 and 99 | |||
|{{# | |{{#expr:(20<={{{1}}})}} = between 20 and 49 | ||
|{{#expr:(10<={{{1}}})}} = between 10 and 19 | |||
|{{# | |{{#expr:(9={{{1}}})}} = 9 | ||
|{{#expr:(8={{{1}}})}} = 8 | |||
|{{# | |{{#expr:(7={{{1}}})}} = 7 | ||
|{{#expr:(6={{{1}}})}} = 6 | |||
|{{# | |{{#expr:(5={{{1}}})}} = 5 | ||
|{{#expr:(4={{{1}}})}} = 4 | |||
|{{# | |{{#expr:(3={{{1}}})}} = 3 | ||
|{{#expr:(2={{{1}}})}} = 2 | |||
|{{# | |{{#expr:(1={{{1}}})}} = 1 | ||
|#default = 0 | |||
|{{# | </includeonly><noinclude> | ||
|{{# | |||
|{{# | |||
|{{# | |||
|{{# | |||
|{{# | |||
|0 | |||
:Do <u>not</u> use this [[:Category:Templates|template]] directly. | :Do <u>not</u> use this [[:Category:Templates|template]] directly. | ||