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

از ویکی فارسی اوبونتو
پرش به: ناوبری، جستجو
(خنثی‌سازی ویرایش 4060 توسط Eshagh (بحث))
سطر ۲۵: سطر ۲۵:
 
<includeonly>
 
<includeonly>
 
<pre style="margin-bottom: 0; border-bottom:none; padding-bottom:0.8em;">
 
<pre style="margin-bottom: 0; border-bottom:none; padding-bottom:0.8em;">
     {{{ head|{{{1}}}}}}
+
     {{{head|{{{1}}}}}}</pre>
</pre>
 
  
 
<!-- The line break is needed, otherwise the wiki will generate extraneous paragraphs inside the 2nd pre block -->
 
<!-- 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;">
 
<pre style="margin-top: 0; border-top-style:dashed; padding-top: 0.8em;">
     {{{ output|{{{2}}}}}}
+
     {{{output|{{{2}}}}}}</pre>
</pre>
 
 
</includeonly>
 
</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>

سلام