Template:In5: Difference between revisions
m (Robot: Cosmetic changes) |
|||
Line 5: | Line 5: | ||
- (see NOTES below) | - (see NOTES below) | ||
--></noinclude><includeonly>{{ | --></noinclude><includeonly>{{ | ||
# switch: {{{1|5}}}<!--parameter 1 is space-count --> | #switch: {{{1|5}}}<!--parameter 1 is space-count --> | ||
| 1 = | | 1 = | ||
| 2 = | | 2 = | ||
Line 17: | Line 17: | ||
| <!--other-10--> <!-- | | <!--other-10--> <!-- | ||
-->}}<!--endswitch on 1-->{{ | -->}}<!--endswitch on 1-->{{ | ||
# ifexpr:{{{1|5}}} > 10 | {{ | #ifexpr:{{{1|5}}} > 10 | {{ | ||
#switch: {{#expr:{{{1|5}}}-10}}<!--parameter 1 is count--> | #switch: {{#expr:{{{1|5}}}-10}}<!--parameter 1 is count--> | ||
| 1 = | | 1 = | ||
Line 31: | Line 31: | ||
-->}}<!--endswitch on {1}-10 | -->}}<!--endswitch on {1}-10 | ||
-->}}<!--endifexpr {1}>10 -->{{ | -->}}<!--endifexpr {1}>10 -->{{ | ||
# ifexpr:{{{1|5}}} > 20 | {{ | #ifexpr:{{{1|5}}} > 20 | {{ | ||
#switch: {{#expr:{{{1|5}}}-20}}<!--parameter 1 is count--> | #switch: {{#expr:{{{1|5}}}-20}}<!--parameter 1 is count--> | ||
| 1 = | | 1 = | ||
Line 45: | Line 45: | ||
-->}}<!--endswitch on {1}-20 | -->}}<!--endswitch on {1}-20 | ||
-->}}<!--endifexpr {1} > 20 -->{{ | -->}}<!--endifexpr {1} > 20 -->{{ | ||
# ifexpr:{{{1|5}}} > 30 | {{ | #ifexpr:{{{1|5}}} > 30 | {{ | ||
#switch: {{#expr:{{{1|5}}}-30}}<!--parameter 1 is count--> | #switch: {{#expr:{{{1|5}}}-30}}<!--parameter 1 is count--> | ||
| 1 = | | 1 = | ||
Line 59: | Line 59: | ||
-->}}<!--endswitch on {1}-30 | -->}}<!--endswitch on {1}-30 | ||
-->}}<!--endifexpr {1} > 30 -->{{ | -->}}<!--endifexpr {1} > 30 -->{{ | ||
# ifexpr:{{{1|5}}} > 40 | {{ | #ifexpr:{{{1|5}}} > 40 | {{ | ||
#switch: {{#expr:{{{1|5}}}-40}}<!--parameter 1 is count--> | #switch: {{#expr:{{{1|5}}}-40}}<!--parameter 1 is count--> | ||
| 1 = | | 1 = | ||
Line 72: | Line 72: | ||
| 10 = | | 10 = | ||
|<!--other-none-->{{#ifexpr:{{{1|5}}}>50|<!--then | |<!--other-none-->{{#ifexpr:{{{1|5}}}>50|<!--then | ||
--><br | --><br>'''Template:in5''' - count must be 1-50 spaces,<!-- | ||
--> found: {{{1|5}}}.<br | --> found: {{{1|5}}}.<br>|<!--else-ok-->}}<!--endif | ||
-->}}<!--endswitch on {1}-40 -- | -->}}<!--endswitch on {1}-40 -- | ||
-->}}<!--endifexpr {1}>40 -- | -->}}<!--endifexpr {1}>40 -- |
Revision as of 20:51, 1 February 2012
Usage
{{in5}} <--indents by 5 spaces<br> {{in5|8}} <--indents by 8 spaces<br> {{in5|47}}<--indents by 47 Spaces outside the double braces will add an extra space on either side, such as the 12 spaces inserted by: " {{in5|10}} ".
Examples
The following are examples showing larger amounts of spacing:
- Example 1: xx{{in5|10}}yy{{in5|10}}zz, produces: xx
yy zz
- Example 2: xx{{in5|10}}yy{{in5|15}}zz, produces: xx
yy zz
- Example 3: aa{{in5|20}}bb{{in5|20}}cc, produces: aa
bb cc
- Example 4: "32.0{{in5|7}}" produces: "32.0
" The example 4 shows the ability to put trailing spaces, such as spaces after a number in a wikitable column (coded as: | 32.0{{in5}} ). Typical numbers (with "align=right"), in a table column, often appear crowded at the right-hand side, so appending "{{in5}}" can improve readability, in tables with lines between columns.
Universal template
This template is intended as a universal template, with the same name on all Wikipedia/Wikia sites. The name "in5" with the digit "5" is unlikely to conflict with other-language Wikias. The name "in5" was chosen because other names were debated, such as the name "in" being redefined as 6 different uses. Care must be taken not to name a universal template with a name that would be an awkward or peculiar word in the other languages. However, in some cases, a universal template might need a different name in a few conflicting languages.