الگو: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<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 -->
+
{{hc|head=main.h|output=#include <stdio.h>}}
<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 &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>
+
{{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.

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>

سلام