Mall:Hc: Skillnad mellan sidversioner
Utseende
vibbe>Erus Iluvatar Replace broken link explaining the pre hack to https://en.wikipedia.org/wiki/Help:Wikitext#Pre as this is now documented upstream |
Vibbe (diskussion | Bidrag) m 1 version importerades: help page arch |
(Ingen skillnad)
| |
Nuvarande version från 13 januari 2025 kl. 05.27
{{[[Mall:{{{1}}}|{{{1}}}]]}}
Block code with header.
- Use Template:bc for block code without header.
- Use Template:ic for inline code.
Usage
[redigera wikitext]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
[redigera wikitext]main.h
#include <stdio.h>