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

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

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

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

Limitations[عدل]

<مساعدة:نص ويكي>[عدل]

If you don't wrap the content of the markup cell in <مساعدة:نص ويكي>, then any template markup will not be escaped, it will be expanded.

This example shows the markup for {{قا|Tag}}:

Renders as Expected rendering
{{[[قالب:Tag|Tag]]}} 
{{قا|Tag}}

HTML entities[عدل]

HTML entities are parsed in the markup cell:

Nowikied markup shows as 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 <nowiki></nowiki>:

Without <nowiki></nowiki>
توصيف يظهر
# Item 1
# Item 2
# Item 3
# Item 4 
# Item 1
  1. Item 2
  2. Item 3
  3. Item 4
With <nowiki></nowiki>
توصيف يظهر
<nowiki />
# Item 1
# Item 2
# Item 3
# Item 4 
  1. Item 1
  2. Item 2
  3. Item 3
  4. Item 4

Examples[عدل]

Simple[عدل]

توصيف يظهر
'''Bold text''' 
Bold text
''Italic text'' 
Italic text

More complex[عدل]

Note that {{Markup}} 's second argument here uses {{fake heading}}

and {{fake citation needed}}

.

توصيف يظهر
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}}

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

Multiple rows[عدل]

توصيف يظهر
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
توصيف يظهر
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:

توصيف يظهر
{{مرجع كتاب|last=White |first=T. H. |title=The Book of Merlyn |year=1977}} 
White، T. H. (1977). The Book of Merlyn. 
{{كود|lang=html|{{مرجع كتاب|last=White |first=T. H. |title=The Book of Merlyn |year=1977}}}} 
<span class="citation book">White، T. H. (1977). ''The Book of Merlyn''.</span><span title="ctx_ver=Z39.88-2004&rfr_id=info%3Asid%2Far.wikiquote.org%3A%D9%82%D8%A7%D9%84%D8%A8%3A%D8%AA%D9%88%D8%B5%D9%8A%D9%81%2F%D8%B4%D8%B1%D8&rft.aufirst=T.+H.&rft.aulast=White&rft.btitle=The+Book+of+Merlyn&rft.date=1977&rft.genre=book&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&nbsp;</span></span>

See also[عدل]

  • {{Markup2}} for bulleted and indented markup.
  • {{Markupv}} for the vertical presentation (above/below) of markup/code and its output.
  • {{Automarkup}} does not require to write the code samples twice.