Template:Nb
Jump to navigation
Jump to search
<html>
</html>{{{1}}}<html>
</html>
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:
<html>
</html><html>
echo Hello, World!
</html>