Template:Projset: Difference between revisions
No edit summary |
No edit summary |
||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div style="width: 77px;"> | <includeonly> | ||
{{#ifexpr:{{{1}}}>= | <div style="position: relative; height: 99px; width: 77px;"> | ||
<div style="position: absolute; left: 0px; top: 0px; padding: 0;">[[File:projset00000.png]]</div> | |||
{{#ifexpr:{{{1}}}>=100000|<div style="position: absolute; left: 0px; top: 0px; padding: 0;"> | |||
[[File:projset10000.png]]</div>}} | [[File:projset10000.png]]</div>}} | ||
{{#ifexpr:{{#expr: {{{1}}} mod 10000}}>=1000|<div style="position: | {{#ifexpr:{{#expr: {{{1}}} mod 100000}}>=10000|<div style="position: absolute; left: 0px; top: 0px; padding: 0;"> | ||
[[File: | [[File:projset02000.png]]</div>}} | ||
{{#ifexpr:{{#expr: {{{1}}} mod 1000}}>=100|<div style="position: | {{#ifexpr:{{#expr: {{{1}}} mod 10000}}>=1000|<div style="position: absolute; left: 0px; top: 0px; padding: 0;"> | ||
[[File: | [[File:projset03000.png]]</div>}} | ||
{{#ifexpr:{{#expr: {{{1}}} mod 100}}>=10|<div style="position: | {{#ifexpr:{{#expr: {{{1}}} mod 1000}}>=100|<div style="position: absolute; left: 0px; top: 0px; padding: 0;"> | ||
[[File:projset00200.png]]</div>}} | |||
{{#ifexpr:{{#expr: {{{1}}} mod 100}}>=10|<div style="position: absolute; left: 0px; top: 0px; padding: 0;"> | |||
[[File:projset00010.png]]</div>}} | [[File:projset00010.png]]</div>}} | ||
{{#ifexpr:{{#expr: {{{1}}} mod 10}}>=1|<div style="position: | {{#ifexpr:{{#expr: {{{1}}} mod 10}}>=1|<div style="position: absolute; left: 0px; top: 0px; padding: 0;"> | ||
[[File:projset00001.png]]</div>}} | [[File:projset00001.png]]</div>}} | ||
</div> | |||
</includeonly> | |||
<noinclude> | |||
==Usage== | ==Usage== | ||
There are five places which can be zero or 1 (you can use other digits, but they'll be treated like 1's). For example, <code><nowiki>{{projset| | There are five places which can be zero or 1 (you can use other digits, but they'll be treated like 1's). For example, <code><nowiki>{{projset|110011}}</nowiki></code> produces {{projset|110011}}. | ||
</noinclude> | </noinclude> | ||
[[Category:Projective_Set]] |