Template:Nb

From miki
Revision as of 11:49, 10 June 2010 by Mip (talk | contribs) (Created page with '<div class="noborder"> {{{1}}}</div><noinclude> <br/><br/> The template '''{{PAGENAME}}''' creates a <code><div class="border"></code> tag. Along with a style definition in…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
{{{1}}}



The template Nb creates a <div class="border"> tag. Along with a style definition in MediaWiki:Common.css, it is used to remove the border around <source> tags. Example:

* An example of Bash script:
{{nb|<source lang="bash">echo Hello, World!</source>}}

This gives:

  • An example of Bash script:
echo Hello, World!