You are viewing the MafiaScum.net Wiki. To play the game, visit the forum.

Template:Space: Difference between revisions

From MafiaWiki
Jump to navigation Jump to search
(Created page with "{{#switch: {{{1}}} | 1=  | 2= {{unicode| }} | 3=  {{unicode| }} | 4=  {{unicode| }}  | 5=  {{unicode| }}   | 6=  {{un...")
 
mNo edit summary
 
(7 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 31: Line 31:
|30=  {{unicode| }}   {{unicode| }}   {{unicode| }}   {{unicode| }}   {{unicode| }}   {{unicode| }}   {{unicode| }}   
|30=  {{unicode| }}   {{unicode| }}   {{unicode| }}   {{unicode| }}   {{unicode| }}   {{unicode| }}   {{unicode| }}   
|0|#default=}}<noinclude>
|0|#default=}}<noinclude>
{{documentation}}
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.
</noinclude>
 
====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====
*{{space}}<nowiki>{{space}}</nowiki>
*{{space|3}}<nowiki>{{space|3}}</nowiki>
*{{space|8}}<nowiki>{{space|8}}</nowiki>
*{{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}}