الگو:Hc: تفاوت بین نسخهها
از ویکی فارسی اوبونتو
(صفحهای تازه حاوی «<noinclude>{{DISPLAYTITLE:Template:hc}} {{Template}} Block code with header. * Use Template:bc for block code without header. * Use [...» ایجاد کرد) |
|||
سطر ۱۸: | سطر ۱۸: | ||
==Example== | ==Example== | ||
− | {{hc|head=main.h|output=#include <stdio.h>}}</noinclude><includeonly><pre | + | {{hc|head=main.h|output=#include <stdio.h>}} |
− | <pre | + | {{hc|head=main.h>}} |
+ | سلام | ||
+ | </noinclude> | ||
+ | |||
+ | <includeonly> | ||
+ | <pre style="margin-bottom: 0; border-bottom:none; padding-bottom:0.8em;"> | ||
+ | {{{head|{{{1}}}}}}</pre> | ||
+ | |||
+ | <!-- The line break is needed, otherwise the wiki will generate extraneous paragraphs inside the 2nd pre block --> | ||
+ | |||
+ | <pre style="margin-top: 0; border-top-style:dashed; padding-top: 0.8em;"> | ||
+ | {{{output|{{{2}}}}}}</pre> | ||
+ | </includeonly> |
نسخهٔ ۳ اسفند ۱۳۹۹، ساعت ۱۳:۳۶
این صفحه صرفا یک الگو میباشد. آن را تغییر ندهید.
ممکن است با این کار تمام صفحاتی که از این الگو استفاده میکنند را تغییر دهید.
اگر قصد ایجاد تغییر دارید. ابتدا آن را در Template:Sandbox امتحان کنید و در صورتی که بدون مشکل کار کرد، آن به این صفحه انتقال دهید.
Block code with header.
- Use Template:bc for block code without header.
- Use Template:ic for inline code.
Usage
1
or
head
: the code in the top pane
2
or
output
: the code in the bottom pane
{{hc|main.h|#include <stdio.h>}}
{{hc|head=main.h|output=#include <stdio.h>}}
Example
main.h
main.h>
سلام