Template:hbc
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 with header.
- Use Template:bc for block code without header.
- Use Template:ic for inline code.
Parameters
1
orhead
: the code in the top pane2
oroutput
: the code in the bottom pane
Usage examples
With fully named parameters:
{{hbc|head=main.h|output=#include <stdio.h>}}
Without parameter names:
{{hbc|main.h|#include <stdio.h>}}
Result
main.h
#include <stdio.h>