Template:Hbc
Appearance
Filename
typeset -gx beamMeUpScotty
- This documentation is transcluded from Template:Hbc/doc. (edit | history)
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>