قالب:Flaglist/doc

من أخبار المعرفة

خطأ: لا توجد وحدة بهذا الاسم "Lua banner". This template is identical to Template:Flag except that the names are aligned correctly with flag icons of different widths. It is for use in lists of countries, states, provinces, etc.. See the documentation of Template:Flag for general documentation and available parameters.

Examples

Example country list using {{flaglist}} Example country list using {{flag}}
  • <span class="flagicon" style="display:inline-block;width:خطأ: لا توجد وحدة بهذا الاسم "Flaglist".px;"> پاراگواي
  • <span class="flagicon" style="display:inline-block;width:خطأ: لا توجد وحدة بهذا الاسم "Flaglist".px;"> سان مارينو
  • <span class="flagicon" style="display:inline-block;width:خطأ: لا توجد وحدة بهذا الاسم "Flaglist".px;"> پالاو
  • <span class="flagicon" style="display:inline-block;width:خطأ: لا توجد وحدة بهذا الاسم "Flaglist".px;"> Australia
  • <span class="flagicon" style="display:inline-block;width:خطأ: لا توجد وحدة بهذا الاسم "Flaglist".px;"> Nepal
  • <span class="flagicon" style="display:inline-block;width:خطأ: لا توجد وحدة بهذا الاسم "Flaglist".px;"> البرازيل
  • <span class="flagicon" style="display:inline-block;width:خطأ: لا توجد وحدة بهذا الاسم "Flaglist".px;"> إيران
  • <span class="flagicon" style="display:inline-block;width:خطأ: لا توجد وحدة بهذا الاسم "Flaglist".px;"> Switzerland
  • <span class="flagicon" style="display:inline-block;width:خطأ: لا توجد وحدة بهذا الاسم "Flaglist".px;"> قطر
  • <span class="flagicon" style="display:inline-block;width:خطأ: لا توجد وحدة بهذا الاسم "Flaglist".px;"> China
  • <span class="flagicon" style="display:inline-block;width:خطأ: لا توجد وحدة بهذا الاسم "Flaglist".px;"> النيجر

خطأ: لا توجد وحدة بهذا الاسم "Template test case". خطأ: لا توجد وحدة بهذا الاسم "Template test case". خطأ: لا توجد وحدة بهذا الاسم "Template test case". خطأ: لا توجد وحدة بهذا الاسم "Template test case".

How it works

خطأ: لا توجد وحدة بهذا الاسم "Lua banner".

{{Flag}} generates a flag icon, a non-breaking space and the country link, which means the alignment of the link depends on the width of the flag image. The default size for flag icons is 23x15px, so the icon width is 23px for long flags but smaller for more squarish flags such as those of San Marino and Niger (any flag with an aspect ratio less than

خطأ: لا توجد وحدة بهذا الاسم "High-use".

خطأ: لا توجد وحدة بهذا الاسم "For".

The math template formats HTML- or wiki markup-generated mathematical formulas. (It does not accept the AMS-LaTeX markup that <math> does.) The template uses the texhtml class by default for inline text style formulas, which aims to match the size of the serif font with the surrounding sans-serif font (see below). The template also prevents line-wrapping.

Usage

Use this template for inline, non-complex formulas as an alternative to using the <math>...</math> tag pair (see: Help:Math).

Examples

{{math|''f''(''PLI''ᴕ^1) {{=}} ''b''<sup>''x''</sup> {{=}} ''y''}}
produces: تم كشف حلقة قالب: قالب:Math
{{math|sin &pi; {{=}} 0}}
produces: تم كشف حلقة قالب: قالب:Math.
{{math|{{intmath|int|0|+&infin;}} ''e''<sup>−''x''</sup> d''x'' {{=}} 1}}
produces: تم كشف حلقة قالب: قالب:Math
'''{{math|{{sfrac|1|2}} − {{sfrac|1|3}} {{=}} {{sfrac|1|6}}}}'''
produces: تم كشف حلقة قالب: قالب:Math. Note the triple-apostrophes have set the whole formula as bold.
{{math|({{radic|2}})<sup>2</sup> {{=}} 2}}
produces: تم كشف حلقة قالب: قالب:Math.

Use of equals-sign and absolute value bars

The equals sign, =, and bar, |, are used as syntax by the wiki template system. Therefore, if a single equals-sign ("=") is used, it will fail to render, instead showing "{{{1}}}". For example, the following template-coding would be invalid:

{{math|1 + 2 = 3}}
produces: تم كشف حلقة قالب: قالب:Math, which is invalid code

To resolve this, either: (a) Start the formula with "1=" as in:

{{math|1=1 + 2 = 3}}
produces: تم كشف حلقة قالب: قالب:Math, or else, (b) enclose the equals-sign in double-braces "{{=}}" as in:
{{math|1 + 2 {{=}} 3}}
produces: تم كشف حلقة قالب: قالب:Math.

A similar difficulty concerns the vertical bars ("|") used to indicate absolute value, which without care would get interpreted as part of the template syntax. The solution is different than for the equals sign: such bars should be entered as "{{!}}":

{{math|{{!}}''f''(''x'') − ''a''{{!}} < ε}}
produces: تم كشف حلقة قالب: قالب:Math.

This example can also be produced by the following:

{{math|{{mabs|''f''(''x'') − ''a''}} < ε}}
produces: تم كشف حلقة قالب: قالب:Math

Parameters

The following parameters are optional:

  • big=1 – This will render the formula in a bigger fontsize, increased to 165%.
  • size=font-size – Use this to specify your own fontsize.
{{math|big=1|1 + 2 {{=}} 3}}
produces: تم كشف حلقة قالب: قالب:Math
{{math|size=250%|1 + 2 {{=}} 3}}
produces: تم كشف حلقة قالب: قالب:Math

TemplateData

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. Click here to see a monthly parameter usage report for this template based on this TemplateData.

TemplateData for Flaglist

خطأ: لا توجد وحدة بهذا الاسم "Check for unknown parameters".

This template formats markup generated mathematical formulas with HTML and CSS. The template tries to match the size of the serif font with the surrounding sans-serif font. The template also prevents line-wrapping. Use this template for non-complex formulas as an alternative to using the <math> format.

وسائط القالب

وسيطوصفنوعحالة
formula1

wrap an inline formula in wikitext.

نصمطلوب
bigger font sizebig

if set to ‘1’, this will render the formula in a bigger font size, increased to 165%

نصاختياري
custom font sizesize

use this to specify your own font size

نصاختياري

Notes

The font and fontsize used for texhtml, as defined in MediaWiki:Common.css, was determined by comparing common default fonts found on Windows, OS X and Linux and is scaled to 118% to match their x-height. However, not everyone uses the default fonts. If you find that the rendered math is not of the same size as the surrounding text, you can adjust this in your personal CSS. For instance, the DejaVu Sans and DejaVu Serif fonts do not need scaling, in which case .mw-parser-output span.texhtml { font-size: 100%; } will restore proper display.

The texhtml classname is a remnant from the TeX renderer, which had a user preference to render TeX-written formulae in "HTML when simple". That option has been removed some time ago, but the classname continues to be used for formulae written in HTML.

Tracking category

  • Articles with unknown parameters are listed in [[:Category:خطأ: لا توجد وحدة بهذا الاسم "string".|Category:خطأ: لا توجد وحدة بهذا الاسم "string".]] (٠).
    • These same errors are notes in a

      خطأ: لا توجد وحدة بهذا الاسم "Hatnote". خطأ: لا توجد وحدة بهذا الاسم "High-use".

      This template provides a "clickable button" formatting style for text. This button is not clickable, and care should be taken when using it to avoid readers thinking the result may be. (It has an explanatory tooltip for users hovering over it, but that may not always be displayed, or only displayed after too long a delay, so that it may not show up to people trying to click it.)

      If you need a clickable button, use {{Clickable button}}.

      Usage

      Alternatively, {{Button|button text}} also produces تم كشف حلقة قالب: قالب:Button

      See also

      • {{Key press}} – used to illustrate keystrokes, including key combinations (e.g. خطأ: لا توجد وحدة بهذا الاسم "key".)
      • {{Key top}} – produces a similar visual effect, but includes more symbols and does not directly support key combos (e.g. ⇬ Caps Lock)
      • {{PlayStation key press}} – to simulate PlayStation-style gamepad buttons (e.g. )
      • {{Kbd}} – to indicate user input (of any kind) without making it look like keys or buttons


      خطأ: لا توجد وحدة بهذا الاسم "Navbox".

      warning.
      

      See also

      خطأ: لا توجد وحدة بهذا الاسم "Navbox with collapsible groups".

      ), misaligning the country links next to them. The {{Flag/core}} template, used internally by {{flag}}, compensates for this for Nepal, Vatican City and Switzerland by inserting some extra spaces, though for several other countries the link is still shifted too far to the left, as seen above.

      {{Flaglist}} puts a flag icon inside an invisible <span> box with a fixed width calculated by Module:Flaglist. The width does not depend on the exact dimensions of the image, but does vary with the maximum width and height specified using extended image syntax. The default size for most countries' flags is 23x15px; the |size= parameter can be used if a different size is wanted. Some entities have different defaults specified within their data templates and may output misaligned links even if |size= is not used.

      If a maximum width is specified (whether both width and height, e.g. 20x10px, or width only, e.g. 20px), either using the |size= parameter or the data template default, the box size is equal to this width plus seven pixels. If a height is specified but a width is not (x10px), a box width of 2.2 times the height plus seven pixels is used. In the latter case, flags with an aspect ratio greater than 2.2 (the only such current national flag being that of Qatar) may extend beyond the invisible box and overlap the country link at certain sizes, as seen in the table below. For this reason, if an icon size different from the default is wanted, it is best to always specify both a width and a height. This also ensures that neither squarish nor long flags are rendered much bigger than other flags.

      Usage with custom size

      |size= value {{flag}} output {{flaglist}} output
      10px
      • <span class="flagicon" style="display:inline-block;width:خطأ: لا توجد وحدة بهذا الاسم "Flaglist".px;"> قطر
      • <span class="flagicon" style="display:inline-block;width:خطأ: لا توجد وحدة بهذا الاسم "Flaglist".px;"> پالاو
      • <span class="flagicon" style="display:inline-block;width:خطأ: لا توجد وحدة بهذا الاسم "Flaglist".px;"> Switzerland
      x8px
      • <span class="flagicon" style="display:inline-block;width:خطأ: لا توجد وحدة بهذا الاسم "Flaglist".px;"> قطر
      • <span class="flagicon" style="display:inline-block;width:خطأ: لا توجد وحدة بهذا الاسم "Flaglist".px;"> پالاو
      • <span class="flagicon" style="display:inline-block;width:خطأ: لا توجد وحدة بهذا الاسم "Flaglist".px;"> Switzerland
      10x8px
      • <span class="flagicon" style="display:inline-block;width:خطأ: لا توجد وحدة بهذا الاسم "Flaglist".px;"> قطر
      • <span class="flagicon" style="display:inline-block;width:خطأ: لا توجد وحدة بهذا الاسم "Flaglist".px;"> پالاو
      • <span class="flagicon" style="display:inline-block;width:خطأ: لا توجد وحدة بهذا الاسم "Flaglist".px;"> Switzerland
      35px
      • <span class="flagicon" style="display:inline-block;width:خطأ: لا توجد وحدة بهذا الاسم "Flaglist".px;"> قطر
      • <span class="flagicon" style="display:inline-block;width:خطأ: لا توجد وحدة بهذا الاسم "Flaglist".px;"> پالاو
      • <span class="flagicon" style="display:inline-block;width:خطأ: لا توجد وحدة بهذا الاسم "Flaglist".px;"> Switzerland
      x25px
      • <span class="flagicon" style="display:inline-block;width:خطأ: لا توجد وحدة بهذا الاسم "Flaglist".px;"> قطر
      • <span class="flagicon" style="display:inline-block;width:خطأ: لا توجد وحدة بهذا الاسم "Flaglist".px;"> پالاو
      • <span class="flagicon" style="display:inline-block;width:خطأ: لا توجد وحدة بهذا الاسم "Flaglist".px;"> Switzerland
      35x25px
      • <span class="flagicon" style="display:inline-block;width:خطأ: لا توجد وحدة بهذا الاسم "Flaglist".px;"> قطر
      • <span class="flagicon" style="display:inline-block;width:خطأ: لا توجد وحدة بهذا الاسم "Flaglist".px;"> پالاو
      • <span class="flagicon" style="display:inline-block;width:خطأ: لا توجد وحدة بهذا الاسم "Flaglist".px;"> Switzerland