الگو:Hc: تفاوت بین نسخه‌ها

از ویکی فارسی اوبونتو
پرش به: ناوبری، جستجو
سطر ۱۹: سطر ۱۹:
  
 
{{hc|head=main.h|output=#include <stdio.h>}}
 
{{hc|head=main.h|output=#include <stdio.h>}}
 +
 +
 +
<nowiki>
  
 
</noinclude>
 
</noinclude>
سطر ۴۷: سطر ۵۰:
 
<!-- The &lt;noinclude>&lt;/noinclude> hack is needed to allow wiki markup inside the pre tags; reference: http://www.gossamer-threads.com/lists/wiki/mediawiki/118688#118688 -->
 
<!-- The &lt;noinclude>&lt;/noinclude> hack is needed to allow wiki markup inside the pre tags; reference: http://www.gossamer-threads.com/lists/wiki/mediawiki/118688#118688 -->
 
</noinclude>
 
</noinclude>
 +
 +
</nowiki>

نسخهٔ ‏۳ اسفند ۱۳۹۹، ساعت ۱۶:۱۷

این صفحه صرفا یک الگو می‌باشد. آن را تغییر ندهید.

ممکن است با این کار تمام صفحاتی که از این الگو استفاده می‌کنند را تغییر دهید.

اگر قصد ایجاد تغییر دارید. ابتدا آن را در Template:Sandbox امتحان کنید و در صورتی که بدون مشکل کار کرد، آن به این صفحه انتقال دهید.

Block code with header.

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


</noinclude> <includeonly> <pre <noinclude> </noinclude> style="margin-bottom: 0; border-bottom:none; padding-bottom:0.8em;"> {{{head|{{{1|{{META Error}}}}}}}} </pre <noinclude> </noinclude>> <!-- The line break is needed, otherwise the wiki will generate extraneous paragraphs inside the 2nd pre block --> <pre <noinclude> </noinclude> style="margin-top: 0; border-top-style:dashed; padding-top: 0.8em;"> {{{output|{{{2|{{META Error}}}}}}}} </pre <noinclude> </noinclude>> </includeonly> <noinclude> <!-- The <noinclude></noinclude> hack is needed to allow wiki markup inside the pre tags; reference: http://www.gossamer-threads.com/lists/wiki/mediawiki/118688#118688 --> </noinclude>