الگو:سرنویس درخط/توضیحات

از ویکی‌پدیا، دانشنامهٔ آزاد

استفاده[ویرایش]

استفادهٔ اولیه (ساده)
{{hatnote inline|text}}
تمامی پارامترها
{{hatnote inline|text|extraclasses=class1 class2|selfref=yes|category=no}}

The meta-template does not automatically create links of any kind. Links and other desired formatting must be explicitly added, using normal Wikipedia markup.

پارمترها[ویرایش]

این الگو، پارامترهای زیر را می‌پذیرد:

  • |1= or |text= or |content= the inline hatnote's text (required). While the explicit naming of this parameter with 1=, text=, or content= is not required, it is always safest to use it this way, since any = character in the text will break the template if the parameter is unnamed.
  • |class= or |extraclasses= any extra CSS classes to be added. This should not normally be used.
  • |selfref=no – if set to no (or n, false, 0, etc.) removes the default CSS class selfref, used to denote unprintworthy self-references to Wikipedia
  • |category= if set to no (or n, false, 0, etc. , suppresses the error-tracking category (Category:Hatnote templates with errors). This only has an effect if the first positional parameter (the hatnote text) is omitted. This should not normally be used.

جزئیات تکنیکی[ویرایش]

The meta-template places an HTML <span>...</span> container around the text entered as its first, required parameter, upon which it provides standardized formatting (italicized in most displays, and only stylistically, not as semantic emphasis); it also uses CSS classes to isolate the contained code to make sure that it is interpreted correctly and can be acted upon independently of true article content.

The HTML code produced by this template looks like this:

  • <span class="hatnote">hatnote text</span>

This is the same class used by the <div>-based {{hatnote}} template, the block display of which is controlled by a separate div.hatnote directive in Mediawiki:Common.css.

The output is produced by Module:Hatnote inline.

جستارهای وابسته[ویرایش]

Templates based on this meta-template[ویرایش]