قالب:توصيف/شرح

من ويكي الجامعة, مركز التعليم الحر
هذه صفحة توثيق فرعية تخص قالب:توصيف. تحتوي هذه الصفحة على معلومات وتصنيفات ومحتويات أخرى تتعلق بشرح القالب ولا تعتبر جزء منه.

الاستخدام[عدل]

القيمة الأولى يجب أن توسم ب<nowiki></nowiki>.

Limitations[عدل]

قالب:Xtag[عدل]

If you don't wrap the content of the markup cell in قالب:Xtag, then any template markup will not be escaped, it will be expanded.

This example shows the markup for {{قا|وسم في النسق}}:

Renders as

scope="col" style="width:50%;"| Expected rendering

{{[[قالب:Tag|Tag]]}} 
{{قا|وسم في النسق}}


HTML entities[عدل]

HTML entities are parsed in the markup cell:

Nowikied markup shows as

scope="col" style="width:50%;"| Expected markup

 – 
&nbsp;&ndash;


To work around this, replace the & with &amp; thus &amp;nbsp; will show as &nbsp;

List and indent markup[عدل]

If the first line includes wikimarkup that must start on a new line such as #, * or ; then use قالب:Tag:

Without <nowiki></nowiki>
توصيف

scope="col" style="width:50%;"| يظهر

# Item 1
# Item 2
# Item 3
# Item 4 
# Item 1
  1. Item 2
  2. Item 3
  3. Item 4


With <nowiki></nowiki>
توصيف

scope="col" style="width:50%;"| يظهر

<nowiki />
# Item 1
# Item 2
# Item 3
# Item 4 
  1. Item 1
  2. Item 2
  3. Item 3
  4. Item 4


أمثلة[عدل]

Simple[عدل]

توصيف

scope="col" style="width:50%;"| يظهر

'''Bold text''' 
Bold text
''Italic text'' 
Italic text


More complex[عدل]

Note that {{Markup}}'s second argument here uses {{fake heading}} and {{fake citation needed}}.

توصيف

scope="col" style="width:50%;"| يظهر

The quick brown fox jumps over the lazy dog.{{#tag:ref|A footnote.<ref>A reference for the footnote.</ref>|group=nb}} The cow jumped over the moon.{{بحاجة لمصدر}}

== Notes ==
{{مراجع|group=nb}}

== مراجع ==
{{مراجع}}
 
The quick brown fox jumps over the lazy dog.[nb 1] The cow jumped over the moon.قالب:Fake citation needed

قالب:عنوان زائف

  1. A footnote.[1]


قالب:عنوان زائف

  1. A reference for the footnote.


Multiple rows[عدل]

توصيف

scope="col" style="width:50%;"| يظهر

The quick brown fox jumps over the lazy dog. 
The quick brown fox jumps over the lazy dog.
The quick brown fox jumps over the lazy dog. 
The quick brown fox jumps over the lazy dog.
The quick brown fox jumps over the lazy dog. 
The quick brown fox jumps over the lazy dog.
The quick brown fox jumps over the lazy dog. 
The quick brown fox jumps over the lazy dog.
The quick brown fox jumps over the lazy dog. 
The quick brown fox jumps over the lazy dog.


With title[عدل]

Foxes and dogs
توصيف

scope="col" style="width:50%;"| يظهر

The quick brown fox jumps over the lazy dog. 
The quick brown fox jumps over the lazy dog.


Showing rendered HTML[عدل]

When a template is enclosed within {{كود}}, it shows the rendered HTML:

توصيف

scope="col" style="width:50%;"| يظهر

{{مرجع كتاب|last=White |first=T. H. |title=The Book of Merlyn |year=1977}} 
قالب:مرجع كتاب
{{كود|lang=html|{{مرجع كتاب|last=White |first=T. H. |title=The Book of Merlyn |year=1977}}}} 
قالب:كود


أنظر ايضًا[عدل]