You are viewing the MafiaScum.net Wiki. To play the game, visit the forum.
Template:Space: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{#switch: {{{1}}} | {{#switch: {{{1}}} | ||
| 1=& | | 1={{unicode| }} | ||
| 2= {{unicode| }} | | 2= {{unicode| }} | ||
| 3= {{unicode| }} | | 3= {{unicode| }} | ||
Line 32: | Line 32: | ||
|0|#default=}}<noinclude> | |0|#default=}}<noinclude> | ||
This is a template to insert a "space" when writing wiki code with other functions. There is an optional first parameter which will create extra spaces, up to 30 consecutive spaces. | This is a template to insert a "space" when writing wiki code with other functions. There is an optional first parameter which will create extra spaces, up to 30 consecutive spaces. | ||
====Explanation==== | |||
*<nowiki>{{space}}</nowiki> will insert 1 space. | |||
*<nowiki>{{space|3}}</nowiki> will insert 3 spaces. | |||
*<nowiki>{{space|30}}</nowiki> will insert 30 spaces. | |||
====Examples==== | ====Examples==== | ||
*{{space}} | *{{space}}<nowiki>{{space}}</nowiki> | ||
*{{space|3}} | *{{space|3}}<nowiki>{{space|3}}</nowiki> | ||
*{{space|30}} | *{{space|8}}<nowiki>{{space|8}}</nowiki> | ||
</noinclude> | *{{space|17}}<nowiki>{{space|17}}</nowiki> | ||
*{{space|30}}<nowiki>{{space|30}}</nowiki> | |||
[[Category:Templates|{{PAGENAME}}]]</noinclude> |
Latest revision as of 13:24, 29 August 2012
This is a template to insert a "space" when writing wiki code with other functions. There is an optional first parameter which will create extra spaces, up to 30 consecutive spaces.
Explanation
- {{space}} will insert 1 space.
- {{space|3}} will insert 3 spaces.
- {{space|30}} will insert 30 spaces.
Examples
- {{space}}
- {{space|3}}
- {{space|8}}
- {{space|17}}
- {{space|30}}