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 |
|||
Line 33: | Line 33: | ||
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}}</nowiki> will insert 1 space. | ||
*<nowiki>{{space|3}}</nowiki> will insert 3 spaces. | *<nowiki>{{space|3}}</nowiki> will insert 3 spaces. | ||
*<nowiki>{{space|30}}</nowiki> will insert 30 spaces. | *<nowiki>{{space|30}}</nowiki> will insert 30 spaces. | ||
{{space}}<nowiki>{{space}}</nowiki> | ====Examples==== | ||
{{space|3}}<nowiki>{{space|3}}</nowiki> | *{{space}}<nowiki>{{space}}</nowiki> | ||
{{space|30}}<nowiki>{{space|30}}</nowiki> | *{{space|3}}<nowiki>{{space|3}}</nowiki> | ||
*{{space|30}}<nowiki>{{space|30}}</nowiki> | |||
</noinclude> | </noinclude> |
Revision as of 16:51, 25 October 2010
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|30}}