Template:Hbc/doc
Appearance
Block code with header.
Usage
Parameters
1orhead: the code in the top pane2oroutput: the code in the bottom pane
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>
