Difference between revisions of "Template:Bu/doc"

From MidrangeWiki
Jump to: navigation, search
m (cleanup of template doc)
m (better examples using <pre>)
Line 9: Line 9:
 
{{bu|letter(s) to emphasize}}
 
{{bu|letter(s) to emphasize}}
 
</pre>
 
</pre>
== Example ==
+
:''Note that case is preserved and not automatically converted to uppercase.''
 +
== Examples ==
 
{|  
 
{|  
 
! Code
 
! Code
 
! Result
 
! Result
 
|-
 
|-
| <code>{&#123;bu&#124;D&#125;}edicated {&#123;bu&#124;S&#125;}ervice {&#123;bu&#124;T&#125;}ools </code>  
+
| <pre>{{bu|D}}edicated {{bu|S}}ervice {{bu|T}}ools</pre>
 
| {{bu|D}}edicated {{bu|S}}ervice {{bu|T}}ools
 
| {{bu|D}}edicated {{bu|S}}ervice {{bu|T}}ools
 +
|-
 +
| <pre>{{bu|QuI}}ck {{bu|BrO}}wn {{bu|F}}ox.</pre>
 +
| {{bu|QuI}}ck {{bu|BrO}}wn {{bu|F}}ox.
 
|}
 
|}
 
----
 
----

Revision as of 19:28, 26 January 2007

48px This is the template documentation page for {{Bu}}.
It is not intended to be viewed directly. If it uses variables, some links may appear broken. Do not replace these variables with hardcoded page names or URLs.

Documentation

{{bu}} is a shorthand notation to make the passed parameter text emphasized with both big and underlined. It is most useful when defining an acronym.

Bu/doc stands for Big Underlined.

Usage

{{bu|letter(s) to emphasize}}
Note that case is preserved and not automatically converted to uppercase.

Examples

Code Result
{{bu|D}}edicated {{bu|S}}ervice {{bu|T}}ools
Dedicated Service Tools
{{bu|QuI}}ck {{bu|BrO}}wn {{bu|F}}ox.
QuIck BrOwn Fox.