"ढाँचा:In5/कागजात" का संशोधनहरू बिचको अन्तर

पङ्क्ति ५:
the count specified by<br>parameter 1 (range: 1 to 50 spaces).
<br><br>
:: Usage: &nbsp; {<fontnowiki/>{in5}} {{in5}} <--indents by 5 spaces<br>
:: Usage: &nbsp; {<fontnowiki/>{in5|8}} &nbsp; &nbsp; <--indents by 8 spaces<br>
:: Usage: &nbsp; {<fontnowiki/>{in5|47}} &nbsp;&nbsp;<--indents by 47
 
Spaces outside the double braces will add an extra space on either
side,<br>such as the 12 spaces inserted by: " {<fontnowiki/>{in5|10}} ".
 
NOTE: The name "in5" was chosen because other names were debated, such as<br> the name "in" being redefined as 6 different uses.
पङ्क्ति २०:
:: Example 3: <nowiki>aa{{in5|20}}bb{{in5|20}}</nowiki>cc, produces: aa{{in5|20}}bb{{in5|20}}cc
:: Example 4: <nowiki>"32.0{{in5|7}}"</nowiki>&nbsp; produces: "32.0{{in5|7}}"
The example 4 shows the ability to put trailing spaces, such as spaces after a number in a wikitable column (coded as: |&nbsp;32.0{<fontnowiki/>{in5}}&nbsp;). Typical numbers (with "align=right"), in a table column, often appear crowded at the right-hand side, so appending "{<fontnowiki/>{in5}}" can improve readability, in tables with lines between columns.
 
==Universal template==
पङ्क्ति ३२:
| valign=top | Example of <nowiki>{{in5|10}}</nowiki><br>and...<br>with <nowiki>{{in5|14}}</nowiki><br>with <nowiki>{{in5|15}}</nowiki><br>with <nowiki>{{in5|25}}</nowiki><br>with <nowiki>{{in5|45}}</nowiki> || <nowiki>xx{{in5|10}}</nowiki>yy, produces:<br>xx{{in5|10}}yy<br>xx{{in5|14}}yy<br>xx{{in5|15}}yy<br>xx{{in5|25}}yy<br>xx{{in5|45}}yy
|}
Again, using {<fontnowiki/>{in5}} reliably allows up to 50 spaces at a time.
 
==Performance==