Template:Hc: Difference between revisions
Jump to navigation
Jump to search
Matrix>Sininenkissa Create template:hc |
m 1 revision imported: Import original IM Wiki |
||
(No difference)
| |||
Latest revision as of 03:24, 14 July 2024
This page is a template.
Please do not experiment with this template; you could ruin all pages using this template.
Block code with header.
- Use Template:bc for block code without header.
- Use Template:ic for inline code.
Usage[edit source]
1orhead: the code in the top pane2oroutput: the code in the bottom pane
{{hc|main.h|#include <stdio.h>}}
{{hc|head=main.h|output=#include <stdio.h>}}
Example[edit source]
main.h
#include <stdio.h>