Template:bc
This page is a template, editing it will affect all the pages that make use of it, so users should be especially careful when editing it. For more details on how to use templates see "A Quick Guide to Templates"
Block code.
- Use Template:hbc for block code with header.
- Use Template:hbc-hl for block code with header and with syntax highlighting.
- Use Template:ic for inline code.
- Use Template:ic-hl for inline code with syntax highlighting.
Usage example
{{bc|echo "Hello world"}}
Result
echo "Hello world"