Difference between revisions of "Template:Bullet"

From blackwiki
Jump to navigation Jump to search
imported>David Kernow
m (typo correction)
imported>Davidgothberg
(Template was over a year old but was totally unused. (No pages transcluded it.) Made it a redirect to "Template:•" instead.)
Line 1: Line 1:
*{{{1}}}<noinclude>
+
#REDIRECT [[Template:•]]
<br/>
 
----
 
  
'''This template is used solely within other templates to make it possible to include a bullet without a new line, which sometimes breaks template code.'''
+
<noinclude>
 
+
[[Category:Formatting templates|{{PAGENAME}}]]
For instance, the following requires a new line to have a bullet within the template code...
 
 
 
<pre>{{#switch:{{{1}}}
 
|hello
 
|goodbye
 
|bullet=
 
* Bullet!
 
}}</pre>
 
 
 
whereas this template can avoid that...
 
 
 
<pre>{{#switch:{{{1}}}
 
|hello
 
|goodbye
 
|bullet={{bullet|Bullet!}}
 
}}</pre>
 
 
 
 
 
[[Category:Function templates|{{PAGENAME}}]]
 
 
</noinclude>
 
</noinclude>

Revision as of 01:22, 12 August 2007

Redirect to: