Help:Magic words/fa
![]() |
توجه: هنگامی که شما این برگه را ویرایش کنید، در واقع شما توافق کردهاید که براساس کریتیو کامانز ۰ با ما همکاری میکنید. برای دادههای بیشتر
برگهٔ راهنما برای دامنههای عمومی را نگاه کنید. |
![]() |
واژههای جادوئی رشتههای از متن هستند که در نرمافزار مدیاویکی با بازگشت یک مقدار و تابع از جمله زمان، جزئیات تارنما و یا نامهای صفحه همراه است. این صفحه راهنمای کاربرد واژههای جادوئی استاندارد است؛ برای جزئیات فنی Manual:Magic words را ببینید.
سه نوع عمومی از واژههای جادوئی وجود دارد:
- تغییر دهندههای رفتار:' این نوع واژههای جادوئی در زبان انگلیسی با حروف بزرگ نوشته میشوند و با دو زیرخط احاطه شدهاند،
__مثال__
. - متغیرها: این نوع واژههای جادوئی در زبان انگلیسی با حروف بزرگ نوشته میشوند و با دو آکولاد احاطه میشوند،
{{مثال}}
. و همانند الگوها به نظر میرسند. - توابع تجزیهگر: این نوع واژههای جادوئی به یکی از صورتهای
{{foo:...}}
یا{{#foo:...}}
وجود دارند e.g.{{#invoke:}}
. همچنین راهنما:افزونه:توابع تجزیهکننده را ببینید and Extension:Scribunto .
واژههای جادوئی مربوط به صفحهها، تأثیر یا مقداری برای صفحهٔ کنونی (به طور پیشفرض) برمیگردانند. حتی اگر واژه به صورت یک الگو اضافه شود و یا شامل یک پیام نرمافزاری باشد.
تغییردهندههای رفتار
تغییردهندههای رفتار، طرح و یا رفتار یک صفحه را کنترل میکنند و اغلب برای مشخص کردن اجزا و یا حذفیات مورد نظر در محتوا به کار میروند.
واژه | توضیحها | نسخهها | ||
---|---|---|---|---|
جدول محتویات | ||||
__NOTOC__
|
مخفی کردن جدول محتویات (Table Of Contents). | |||
__FORCETOC__
|
مجبور کردن جدول محتوا برای نمایش به حالت عادی (در بالای اولین سر عنوان). | |||
__TOC__
|
قرار دادن جدول محتوا در موقعیت فعلی واژه (اگر چندین واژه استفاده شده باشد در موقعیت اولین واژه قرار میگیرد). | |||
ویرایش | ||||
__NOEDITSECTION__
|
پیوندهای ویرایش بخش را در کنار سر عنوانها مخفی میکند. Use of this in a template will extend the effect to that template, the pages it's included on, and any other templates included on the same page. For a workaround, see here. | |||
__NEWSECTIONLINK__
|
یک پیوند در کنار سربرگ «ویرایش» برای افزودن بخش جدید در صفحههای غیر بحث میافزاید (افزودن یک بخش در پایان را ببینید). |
| ||
__NONEWSECTIONLINK__
|
پیوند بخش جدید کنار سربرگ «ویرایش» را در صفحههای بحث، حذف میکند. |
| ||
ردهها | ||||
__NOGALLERY__
|
در ردهها به کار میرود و تصاویر بندانگشتی را با پیوندهای عادی جایگزین میکند. |
| ||
__HIDDENCAT__
|
در ردهها به کار میرود و رده را پنهان نگاه میدارد (در صفحهٔ ترجیحات کاربری گزینهای برای نمایش آن وجود دارد). |
| ||
__EXPECTUNUSEDCATEGORY__
|
Used on a category page, removes the category from Special:UnusedCategories. |
| ||
تبدیل زبان | ||||
__NOCONTENTCONVERT__ __NOCC__
|
On wikis with language variants, don't perform any content language conversion (character and phase) in article display; for example, only show Chinese (zh) instead of variants like zh_cn, zh_tw, zh_sg, or zh_hk. | |||
__NOTITLECONVERT__ __NOTC__
|
On wikis with language variants, don't perform language conversion on the title (all other content is converted). | |||
دیگر | ||||
__START__
|
بدون تأثیر Was used to point where database message starts after comment that should not be transcluded. Removed in r1695 and completely removed in r24784. |
| ||
__END__
|
Explicitly marks the end of the article, to prevent MediaWiki from removing trailing whitespace. Removed in 19213. |
| ||
__INDEX__
|
Tell search engines to index the page (overrides $wgArticleRobotPolicies but not robots.txt). It obeys $wgExemptFromUserRobotsControl variable. |
| ||
__NOINDEX__
|
Tell search engines not to index the page (i.e. do not list in search engines' results). It obeys $wgExemptFromUserRobotsControl variable. |
| ||
__STATICREDIRECT__
|
On redirect pages, don't allow MediaWiki to automatically update the link when someone moves a page and checks "روزآمدسازی همهٔ تغییرمسیرهایی که به مقالهٔ اصلی اشاره میکنند" (which requires $wgFixDoubleRedirects ). |
| ||
From Extensions | ||||
Extension | Word | Description | Versions | |
GlobalUserPage | __NOGLOBAL__
|
Disables the global user page. If present on the central user page, will prevent it from being displayed on remote wikis, and it also determines whether a link to a user page on remote wiki should be red or blue. |
| |
Disambiguator | __DISAMBIG__
|
Identifies a disambiguation page. |
|
متغیرها
Variables return information about the current page, wiki, or date. Their syntax is similar to templates. Variables marked as "[expensive]" are tracked by the software, and the number that can be included on a page is limited.
If a template name conflicts with a variable, the variable will be used (so to transclude the template Template:PAGENAME you would need to write {{Template:PAGENAME}}
). In some cases, adding parameters will force the parser to invoke a template; for example, {{CURRENTDAYNAME|x}}
transcludes Template:CURRENTDAYNAME, not the variable.
تاریخ و زمان
متغیرهای زیر زمان و تاریخ فعلی را برحسب زمان یوتیسی برمیگردانند.
به خاطر حافظه نهان مرورگر و مدیاویکی، این متغیرها به جای آنکه زمان فعلی را نمایش دهند، اغلب زمانی را نشان میدهند که صفحه در حافظه ذخیره شده است.
The use of those variables cause pages to be cached for a more limited number of seconds. This is configured in MagicWordFactory.
The date and time magic words are formatted in the wiki content language. Since 1.19, they depend on the page content language.
متغیر | خروجی | توضیحها | نسخهها | |
---|---|---|---|---|
سال | ||||
{{CURRENTYEAR}}
|
۲۰۲۱ | سال | ||
ماه | ||||
{{CURRENTMONTH}}
|
۰۱ | شماره ماه (با صفر اضافه) | ||
{{CURRENTMONTH1}}
|
۱ | ماه (بدون صفر اضافه) | ||
{{CURRENTMONTHNAME}}
|
ژانویه | نام ماه | ||
{{CURRENTMONTHNAMEGEN}}
|
ژانویهٔ | نام ماه (حالت اضافه) | ||
{{CURRENTMONTHABBREV}}
|
ژانویه | نام ماه (مخفف) |
| |
روز | ||||
{{CURRENTDAY}}
|
۲۶ | شماره روز ماه (بدون صفر اضافه) | ||
{{CURRENTDAY2}}
|
۲۶ | شماره روز ماه (با صفر اضافه) |
| |
{{CURRENTDOW}}
|
۲ | شماره روز هفته (بدون صفر اضافه) | ||
{{CURRENTDAYNAME}}
|
سهشنبه | روز هفته (نام) | ||
ساعت | ||||
{{CURRENTTIME}}
|
۱۶:۴۹ | زمان (۲۴ساعت به حالت HH:mm) | ||
{{CURRENTHOUR}}
|
۱۶ | ساعت (۲۴-ساعت با صفر اضافه) | ||
دیگر | ||||
{{CURRENTWEEK}}
|
۴ | هفته (عدد) | ||
{{CURRENTTIMESTAMP}}
|
20210126164923 | برچسب زمان به حالت YYYYMMDDHHmmss |
|
متغیرهای مقابل نیز همانند متغیرهای بالا کار میکنند، با این تفاوت از پیکربندی خدماتدهندهٔ تارنما یا $wgLocaltimezone استفاده میکنند.
{{LOCALYEAR}}
{{LOCALMONTH}}
{{LOCALMONTH1}}
{{LOCALMONTHNAME}}
{{LOCALMONTHNAMEGEN}}
{{LOCALMONTHABBREV}}
{{LOCALDAY}}
{{LOCALDAY2}}
{{LOCALDOW}}
{{LOCALDAYNAME}}
{{LOCALTIME}}
{{LOCALHOUR}}
{{LOCALWEEK}}
{{LOCALTIMESTAMP}}
برای توابع قالببندی زمانی بیشتر باید افزونه توابع تجزیهگر بر روی ویکی نصب باشد تا بتوانید از توابع تجزیهگر زمان استفاده کنید.
فرادادههای فنی
متغیر | خروجی | توضیحها | نسخهها | ||
---|---|---|---|---|---|
تارنما | |||||
{{SITENAME}}
|
MediaWiki | نام تارنمای ویکی ($manual-wg-sitename). | |||
{{SERVER}}
|
//www.mediawiki.org | نشانی دامنه ($manual-wg-server) | |||
{{SERVERNAME}}
|
www.mediawiki.org | نام دامنه (دیگر وابسته به $manual-wg-servername نیست، از نسخهٔ ۱/۱۷ به بعد) | |||
{{DIRMARK}}
|
|
Outputs a Unicode directional mark that matches the wiki's default language's direction (‎ on left-to-right wikis, ‏ on right-to-left wikis), useful in text with multi-directional text. Since 1.19, it depends on the page content language.
|
| ||
{{SCRIPTPATH}}
|
/w | Relative script path ($wgScriptPath). | |||
{{STYLEPATH}}
|
/w/skins | Relative style path ($wgStylePath). |
| ||
{{CURRENTVERSION}}
|
1.36.0-wmf.27 (7d47974) | The wiki's MediaWiki version. |
| ||
{{CONTENTLANGUAGE}}
|
en en |
زبان رابط پیشفرض ویکی ($manual-wg-langcode). |
| ||
صفحه | |||||
{{PAGEID}}
|
66730 | Returns the page identifier. |
| ||
{{PAGELANGUAGE}}
|
fa
فارسی |
Returns the language of the current page. The language code that this variable returns can be converted to a language name using {{#language:...}} .
|
| ||
<translate><!--T:1--> Translated unit. Language: <tvar|lang>{{TRANSLATIONLANGUAGE}}</>.</translate>
|
Translated unit. Language: en.
Not translated unit. Language: en. |
Must be used in a translated page, inside <translate> tags. Returns the language code of the current translation unit. In a translation page, if the unit has been translated, then it returns translation language. Else, it returns source language. The language code that this variable returns can be converted to a language name using {{#language:...}} . Should only be used by translation admins.
|
| ||
{{PROTECTIONLEVEL:action}}
|
Outputs the protection level (e.g. "autoconfirmed", "sysop") for a given action (e.g. "edit", "move") on the current page. Returns an empty string if not protected. |
| |||
{{PROTECTIONEXPIRY:action}}
|
Outputs the protection expiry (e.g. "20160418155030", "infinity") for a given action (e.g. "edit", "move") on the current page. Returns "infinity" if not protected. |
| |||
{{CASCADINGSOURCES}}
|
[Expensive] Returns the sources of any cascading protection acting on the current page. Pages will not return their own title unless they transclude themselves. |
| |||
آخرین نسخهٔ صفحه | |||||
{{REVISIONID}}
|
- | شناسه بازبینی یکتا. It is empty in preview, thus one can show an error message only in preview. May be disabled in miser mode. |
| ||
{{REVISIONDAY}}
|
10 | Day edit was made (unpadded number). |
| ||
{{REVISIONDAY2}}
|
10 | Day edit was made (zero-padded number). |
| ||
{{REVISIONMONTH}}
|
01 | Month edit was made (zero-padded number as of 1.17+, unpadded number in prior versions). |
| ||
{{REVISIONMONTH1}}
|
1 | Month edit was made (unpadded number). |
| ||
{{REVISIONYEAR}}
|
2021 | Year edit was made. |
| ||
{{REVISIONTIMESTAMP}}
|
20210110095506 | Timestamp as of time of edit. |
| ||
{{REVISIONUSER}}
|
FuzzyBot | The username of the user who made the most recent edit to the page, or the current user when previewing an edit. |
| ||
{{REVISIONSIZE}}
|
89415 | The size (bytes of wikitext) of the current revision of this page |
| ||
تأثیرها در محتوای صفحهها | |||||
{{DISPLAYTITLE:عنوان}} {{DISPLAYTITLE:title|noerror}} {{DISPLAYTITLE:title|noreplace}}
|
Format the current page's title header. The value must be equivalent to the default title: only capitalization changes to certain parts of the title (not all) and replacing spaces with underscores are allowed (this can be changed with $wgRestrictDisplayTitle). It can be disabled or enabled by $wgAllowDisplayTitle; disabled by default before 1.10+, enabled by default thereafter.
It can take a second argument of noerror or noreplace to suppress error messages when multiple displaytitles are used on one page or to make this |
(for noerror and noreplace) | |||
{{DEFAULTSORT:sortkey}} {{DEFAULTSORTKEY:sortkey}} {{DEFAULTCATEGORYSORT:sortkey}} {{DEFAULTSORT:sortkey|noerror}} {{DEFAULTSORT:sortkey|noreplace}}
|
Used for categorizing pages, sets a default category sort key. For example if you put {{DEFAULTSORT:Smith, John}} at the end of John Smith, the page would be sorted under "S" by default in categories. It can take a second argument of noerror or noreplace to suppress error messages when multiple defaultsortkeys are used on one page or to make this defaultsort do nothing if a defaultsort was already specified earlier in the page.
|
(for noerror and noreplace) |
آمار
Numbers returned by these variables normally contain separators (commas, dots or spaces, depending on the local language) but can return raw numbers with the ":R" flag (for example, {{NUMBEROFPAGES}}
→ ۱٬۰۴۳٬۵۲۳ and {{NUMBEROFPAGES:R}}
→ 1043523).
Use "|R" for magic words that require a parameter like PAGESINCATEGORY (for example {{PAGESINCATEGORY:Help}}
and {{PAGESINCATEGORY:Help|R}}
, or {{PAGESINCATEGORY:Help|subcats}}
and {{PAGESINCATEGORY:Help|subcats|R}}
). Also applicable to {{PAGESIZE:page name}}
hereinbefore.
The number magic words are formatted in the wiki content language. Since 1.19, it depends on the page content language.
متغیر | خروجی | توضیحها | نسخهها | |
---|---|---|---|---|
{{NUMBEROFPAGES}}
|
۱٬۰۴۳٬۵۲۳ | تعداد صفحههای ویکی |
| |
{{NUMBEROFARTICLES}}
|
۴۳٬۸۲۴ | تعداد صفحهها در فضای نامی محتوا that qualify as articles. See Manual:$wgArticleCountMethod for details. | ||
{{NUMBEROFFILES}}
|
۲٬۹۶۶ | تعداد پروندههای بارگذاری شده |
| |
{{NUMBEROFEDITS}}
|
۴٬۲۶۶٬۳۴۸ | تعداد ویرایشهای صفحهها |
| |
{{NUMBEROFVIEWS}}
|
Number of page views. Usually useless on a wiki using caching. Removed in Gerrit change 150699. |
| ||
{{NUMBEROFUSERS}}
|
۱۷٬۴۲۹٬۳۹۱ | تعداد کاربران ثبتنام کرده |
| |
{{NUMBEROFADMINS}}
|
۲۱۹ | تعداد کاربران در گروه مدیران. |
| |
{{NUMBEROFACTIVEUSERS}}
|
۱٬۰۹۶ | Number of active users, based on the criteria used in Special:Statistics. |
| |
{{PAGESINCATEGORY:categoryname}} {{PAGESINCAT:categoryname}}
|
۱۲۴ ۱۲۴ |
[Expensive] Number of pages (including subcategories and files) in the given category. (Category:Help used for demonstration) |
| |
{{PAGESINCATEGORY:categoryname|all}} {{PAGESINCATEGORY:categoryname|pages}} {{PAGESINCATEGORY:categoryname|subcats}} {{PAGESINCATEGORY:categoryname|files}}
|
۱۲۴ ۱۲۱ ۳ ۰ |
[Expensive] Respectively, the number of
in the given category. (Category:Help used for demonstration) |
| |
{{NUMBERINGROUP:groupname}} {{NUMINGROUP:groupname}}
|
۳۵ ۳۵ |
Number of users in a specific group . ({{NUMBERINGROUP:bureaucrat}} used for demonstration) |
| |
{{PAGESINNS:index}} {{PAGESINNAMESPACE:index}}
|
فعال نشده است | [Expensive] Number of pages in the given namespace (replace index with the relevant namespace index). For instance, {{PAGESINNAMESPACE:14}} will output the number of category pages. {{PAGESINNS:0}} differs from {{NUMBEROFARTICLES}} in that the former includes redirects and disambiguation pages. Disabled by default, enable with $wgAllowSlowParserFunctions .
|
|
=نامهای صفحهها
متغیر | For current page | توضیحها | نسخهها | |
---|---|---|---|---|
{{FULLPAGENAME}}
|
Help:Magic words/fa | فضای نامی و عنوان صفحه. |
| |
{{PAGENAME}}
|
Magic words/fa | عنوان صفحه. | ||
{{BASEPAGENAME}}
|
Magic words | Page title of the page in the immediately superior subpage level without the namespace. Would return Title/Foo on page Help:Title/Foo/Bar .
|
| |
{{ROOTPAGENAME}}
|
Magic words | Name of the root of the current page. Would return Title on page Help:Title/Foo/Bar .
|
| |
{{SUBPAGENAME}}
|
fa | The subpage title. Would return Bar on page Help:Title/Foo/Bar .
If no subpage exists the value of For more complex splitting, use |
| |
{{SUBJECTPAGENAME}} {{ARTICLEPAGENAME}}
|
Help:Magic words/fa Help:Magic words/fa |
Full page name of the associated subject (e.g. article or file). Useful on talk pages. |
| |
{{TALKPAGENAME}}
|
Help talk:Magic words/fa | Full page name of the associated talk page. |
|
None of these are affected by changes to the display title using {{DISPLAYTITLE:xxxx}}
; the values returned are the original page title.
The {{BASEPAGENAME}}
and {{SUBPAGENAME}}
magic words only work in namespaces that have subpages enabled. See $wgNamespacesWithSubpages for information on enabling subpages.
As of 1.15+, these can all take a parameter, allowing specification of the page to be operated on, instead of just the current page:
{{PAGENAME:Template:Main Page}}
→ Main Page
URL encoded page names
The following are equivalents encoded for use in MediaWiki URLs (i.e. spaces replaced with underscores and some characters HTML escaped using numeric character encoding):
{{FULLPAGENAMEE}}
{{PAGENAMEE}}
{{BASEPAGENAMEE}}
{{SUBPAGENAMEE}}
{{SUBJECTPAGENAMEE}}
{{ARTICLEPAGENAMEE}}
{{TALKPAGENAMEE}}
{{ROOTPAGENAMEE}}
Note that {{PAGENAME:...}}
, {{PAGENAMEE:...}}
and {{urlencode:...}}
have distinct implementations. See Manual:PAGENAMEE encoding for details.
فضاهای نام
متغیر | خروجی | توضیحها | نسخهها | |
---|---|---|---|---|
{{NAMESPACE}}
|
Help | نام فضای نامی صفحه | ||
{{NAMESPACENUMBER}}
|
12 | ID of the page's namespace |
| |
{{SUBJECTSPACE}} {{ARTICLESPACE}}
|
Help Help |
نام فضای نامی محتوای مرتبط |
| |
{{TALKSPACE}}
|
Help talk | نام فضای نامی بحث مرتبط |
|
The following are equivalents encoded for use in MediaWiki URLs (spaces replaced with underscores and some characters percent-encoded):
{{NAMESPACEE}}
{{SUBJECTSPACEE}}
{{ARTICLESPACEE}}
{{TALKSPACEE}}
As of 1.15+, these can take a full-page-name parameter and will return the requested namespace associated with that page, instead of with the current page:
{{NAMESPACENUMBER:MediaWiki}}
→ 0{{NAMESPACE:MediaWiki}}
→ (Pages in main space will return empty){{NAMESPACE:Template:Main Page}}
→ Template{{SUBJECTSPACE:Template:Main Page}}
→ Template{{ARTICLESPACE:Template:Main Page}}
→ Template{{TALKSPACE:Template:Main Page}}
→ Template talk
پارامتر میبایست نام یک فضاینام نباشد:
{{SUBJECTSPACE:Help talk}}
→ (Empty)
Other
متغیر | خروجی | توضیحات | نسخهها | |
---|---|---|---|---|
{{!}}
|
| | Used to include a pipe character as part of a template argument or table cell contents. Before this was added as a magic word, many wikis implemented this by creating Template:! with | as the content.
See Help:Extension:ParserFunctions#Escaping pipe characters in tables for further explanation. |
|
توابع تجزیهگر
Parser functions are very similar to variables but take one or more parameters (technically, any magic word that takes a parameter is a parser function), and the name is sometimes prefixed with a hash to distinguish them from templates.
This page only describes parser functions that are integral to the MediaWiki software. Other parser functions may be added by MediaWiki extensions such as the Extension:ParserFunctions . For those see راهنما:افزونه:توابع تجزیهکننده .
Technical metadata of another page
تابع تجزیهگر | Output (for page MediaWiki) |
توضیحها | نسخهها | |
---|---|---|---|---|
{{PAGEID: نام صفحه }}
|
1 | [Expensive] Returns the page identifier of the specified page*. |
| |
{{PAGESIZE:page name}} {{PAGESIZE: page name |R}}
|
۸۹٬۳۳۸ 89338 |
[Expensive] Returns the byte size of the specified page. Use "|R " to get raw (unformatted) numbers.
|
| |
{{PROTECTIONLEVEL:action | نام صفحه}}
|
sysop | [Expensive] Outputs the protection level (e.g. "autoconfirmed", "sysop") for a given action (e.g. "edit", "move") on the specified page. Returns an empty string if not protected. |
| |
{{PROTECTIONEXPIRY:
|
infinity | [Expensive] Outputs the protection expiry (e.g. "20160418155030", "infinity") for a given action (e.g. "edit", "move") on the specified page. Returns "infinity" if not protected. |
| |
{{CASCADINGSOURCES: page name}}
|
[Expensive] Returns the sources of any cascading protection acting on the specified page. Pages will not return their own title unless they transclude themselves. |
| ||
{{REVISIONID: نام صفحه }}
|
3878227 | [Expensive] Unique revision ID of the last revision on the specified page*. |
| |
{{REVISIONDAY: نام صفحه }}
|
26 | [Expensive] Day of edit from the last revision of the specified page* (unpadded number). |
| |
{{REVISIONDAY2: نام صفحه }}
|
26 | [Expensive] Day of edit from the last revision of the specified page* (zero-padded number). |
| |
{{REVISIONMONTH: نام صفحه }}
|
05 | [Expensive] Month of edit from the last revision of the specified page* (zero-padded number as of 1.17+, unpadded number in prior versions). |
| |
{{REVISIONMONTH1: نام صفحه }}
|
5 | [Expensive] Month of edit from the last revision of the specified page* (unpadded number). |
| |
{{REVISIONYEAR: نام صفحه }}
|
2020 | [Expensive] Year of edit from the last revision of the specified page*. |
| |
{{REVISIONTIMESTAMP: نام صفحه }}
|
20200526133817 | [Expensive] Timestamp as of time of edit on the specified page*. |
| |
{{REVISIONUSER: نام صفحه }}
|
Shirayuki | [Expensive] The username from the last revision on the specified page*. |
| |
|
دادههای نشانیها
تابع تجزیهگر | ورودی ← خروجی | توضیحها | نسخهها | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{localurl:page name}} {{localurl:page name
|
{{localurl:MediaWiki}} → /wiki/MediaWiki {{localurl:MediaWiki|printable=yes}} → /w/index.php?title=MediaWiki&printable=yes |
The relative path to the title. | |||||||||||||||
{{fullurl:page name}} {{fullurl:page name {{fullurl:interwiki:remote page name
|
{{fullurl:Category:Top level}} → //www.mediawiki.org/wiki/Category:Top_level
|
A protocol-relative path to the title, which depends on the $wgServer configuration setting for the local wiki (and so may or may not start with http(s):// ). This will also resolve interwiki prefixes. Note: Unbracketed (plain) protocol-relative links are not automagically linked.
|
| ||||||||||||||
{{canonicalurl:page name}} {{canonicalurl:page name {{canonicalurl:interwiki:remote page name
|
{{canonicalurl:Category:Top level}} → https://www.mediawiki.org/wiki/Category:Top_level
|
The absolute path to the title, using the canonical URL. This will also resolve interwiki prefixes. |
| ||||||||||||||
{{filepath:file name}} {{filepath:file name|nowiki}} {{filepath:file name|thumbnail_size}}
|
{{filepath:Wiki.png}} → //upload.wikimedia.org/wikipedia/mediawiki/b/bc/Wiki.png
|
A protocol-relative path to the full size or thumbnail (1.18+) of a media file. |
| ||||||||||||||
{{urlencode:string}} or {{urlencode:string|QUERY}} {{urlencode:string|WIKI}} {{urlencode:string|PATH}}
|
{{urlencode:x:y/z á é}} or {{urlencode:x:y/z á é|QUERY}} → x%3Ay%2Fz+%C3%A1+%C3%A9 {{urlencode:x:y/z á é|WIKI}} → x:y/z_%C3%A1_%C3%A9 {{urlencode:x:y/z á é|PATH}} → x%3Ay%2Fz%20%C3%A1%20%C3%A9 Note that the default changed from |
The input encoded for use in URLs. Note that there is no urldecode function like there is in the obsolete Extension:StringFunctions.
|
| ||||||||||||||
{{anchorencode:string}}
|
{{anchorencode:x y z á é}} → x_y_z_á_é |
The input encoded for use in URL section anchors (after the “#” symbol in a URL). |
|
فضاهای نامی
{{ns:}}
returns the current localized name for the namespace with that index, canonical name, or local alias. Thus {{ns:6}}
, {{ns:File}}
, and {{ns:Image}}
(an old name for the File namespace) all return "File". On a wiki where the content language is French, {{ns:Fichier}}
is also valid, but {{ns:Datei}}
(the localisation of "File" in German) is not.
{{nse:}}
is the equivalent encoded for MediaWiki URLs. It does the same, but it replaces spaces with underscores, making it usable in external links.
فضاهای نامی محتوا | فضاهای نامی بحث | |||
---|---|---|---|---|
کاربرد | خروجی | کاربرد | خروجی | |
{{ns:-2}} / {{ns:Media}}
|
Media | {{ns:-1}} / {{ns:Special}}
|
Special (no talk page) | |
{{ns:0}} / {{ns:}}
|
{{ns:1}} / {{ns:Talk}}
|
Talk | ||
{{ns:2}} / {{ns:User}}
|
User | {{ns:3}} / {{ns:User talk}}
|
User talk | |
{{ns:4}} / {{ns:Project}}
|
Project Varies between wikis |
{{ns:5}} / {{ns:Project talk}}
|
Project talk | |
{{ns:6}} / {{ns:File}} or {{ns:Image}}
|
File | {{ns:7}} / {{ns:File talk}} or {{ns:Image talk}}
|
File talk | |
{{ns:8}} / {{ns:MediaWiki}}
|
MediaWiki | {{ns:9}} / {{ns:MediaWiki talk}}
|
MediaWiki talk | |
{{ns:10}} / {{ns:Template}}
|
Template | {{ns:11}} / {{ns:Template talk}}
|
Template talk | |
{{ns:12}} / {{ns:Help}}
|
Help | {{ns:13}} / {{ns:Help talk}}
|
Help talk | |
{{ns:14}} / {{ns:Category}}
|
Category | {{ns:15}} / {{ns:Category talk}}
|
Category talk |
Don't confuse localised namespaces with custom namespaces.
قالب بندی
کاربرد | ورودی ← خروجی | توضیحها | نسخهها | ||
---|---|---|---|---|---|
{{formatnum:unformatted number}}
|
Unsupported: Examples of wrong input (unreliable output), with or without |
Takes an unformatted number (Arabic, no group separators and The If you really need to format (according the wiki's locale) a number in unknown input format, you could try and use |
| ||
|
Note: In the examples above, "your pref" refers to your date preference on the current MediaWiki wiki only. |
Formats an unlinked date based on user "date format" preference, and adds metadata tagging it as a formatted date. For logged-out users and those who have not set a date format in their preferences, dates can be given a default: mdy , dmy , ymd , ISO 8601 (all case sensitive). If only the month and day are given, only mdy and dmy are valid. If a format is not specified or is invalid, the input format is used as a default. If the supplied date is not recognized as a valid date (specifically, if it contains any metadata such as from a nested use of these or similar templates), it is rendered unchanged, and no (additional) metadata is generated. |
| ||
{{lc:string}}
|
{{lc:DATA CENTER}} → data center
|
The lowercase input. |
| ||
{{lcfirst:string}}
|
{{lcfirst:DATA center}} → dATA center
|
The input with the very first character lowercase. |
| ||
{{uc:string}}
|
{{uc:text transform}} → TEXT TRANSFORM
|
The uppercase input. |
| ||
{{ucfirst:string}}
|
{{ucfirst:text tRAnSFORM}} → Text tRAnSFORM
|
The input with the very first character uppercase. |
| ||
{{padleft:xyz|stringlength}}
|
{{padleft:xyz|5}} → 00xyz
|
Inserts a string of padding characters (character chosen in third parameter; default "0") of a specified length (second parameter) next to a chosen base character or variable (first parameter). The final digits or characters in the base replace the final characters in the padding; i.e. Only the first character of the third parameter is used in versions up to 1.12, but by version 1.15, all the characters are used. |
| ||
{{padright:xyz|stringlength}} {{padright:xyz|strlen|char}} {{padright:xyz|strlen|string}}
|
{{padright:xyz|5}} → xyz00
|
Identical to padleft but adds padding characters to the right side.
|
|
See also: Extension:StringFunctions .
Localization
Here are the magic words which are used as main localisation tools. Other magic words will often depend on the wiki's locale and configuration or on the chosen language: see in particular #Date and time, #Formatting, #Miscellaneous. More magic words are added by the Extension:Translate .
The usage of these magic words can be very complex, and the documentation is currently incomplete; there's some more info on PLURAL, GRAMMAR, GENDER.
کاربرد | ورودی ← خروجی | توضیحها | نسخه | |
---|---|---|---|---|
{{plural:2|is|are}}
|
{{plural:0|is|are}} → is{{plural:1*1|is|are}} → is{{plural:21 mod 10|is|are}} → are{{plural:{{#expr:21 mod 10}}|is|are}} → is{{plural:1|is|are}} → is{{plural:2|is|are}} → are{{plural:-1|is|are}} → is{{plural:-2|is|are}} → are{{plural:0.5|is|are}} → is{{plural:1.5|is|are}} → are{{plural:-0.5|is|are}} → is{{plural:-1.5|is|are}} → are(برای روسی) {{PLURAL:5|1=Категория|Категории}} → Категории
|
Outputs the singular form (second parameter) if the absolute value of the first parameter is an expression equalling one; the plural form (third parameter) otherwise. Its functioning is language-dependent.
Some language codes (ab, av, ba, bxr, ce, crh_cyrl, cv, inh, koi, krc, kv, lbe, lez, mhr, mrj, myv, ru, tt_cyrl, tyv, udm, xal) used 3 plural forms (updated 01.2014):
|
||
{{grammar:N|noun}}
|
Outputs the correct inflected form of the given word described by the inflection code after the colon (language-dependent). Grammar transformations are used for inflected languages like Polish. See also $wgGrammarForms. |
| ||
{{gender:username|text for every gender}}
|
(Depends on the named user's gender) | A switch for the gender set in Special:Preferences. |
| |
{{int:message name}}
|
{{int:edit}} → Edit (Depends on user language; try: fr • ja) |
Internationalizes (translates) the given interface (MediaWiki namespace) message into the user language. For |
||
{{int:editsectionhint|MediaWiki}}
|
{{int:editsectionhint|MediaWiki}} → Edit section: MediaWiki
|
You may also use parameters with translations. Parameters are designated in messages with: $1, $2, $3, etc. For example, here is the message for editsectionhint: Edit section: $1 In this example, MediaWiki replaces $1. |
Transclusion modifiers
{{Page name|optional params}}
usually transcludes another page, by default from the Template:namespace.
These magic words modify that behavior.
Usage | Description | Version | |
---|---|---|---|
{{:xyz}}
|
A bare colon is not a template modifier but the prefix for the main namespace. Since transclusion defaults to the Template namespace, you would use for example, {{:UTC}} (vs. {{UTC}}) to include the text of the main namespace article UTC rather than Template:UTC. | ||
{{int:xyz}}
|
Same as {{MediaWiki:xyz}}, except standard message translation is applied depending on subpages and content/user/uselang language. Another difference is: this doesn't appear under "الگوی بهکاررفته در این صفحه:". Rendered as ⧼xyz⧽ if MediaWiki:xyz doesn't exist. See also لطفا کمکم کنیدبرنامه LGدستگاه من با حساب google من همگامسازی بشه واگه لینکی درپیامهابه من ارسال شودهنگام بازکردن اون لینک مدتی هست پیغام URL . | ||
{{msg:xyz}} {{raw:xyz}}
|
Even if there is a magic word named "xyz", use template:xyz unless the template doesn't exist (equivalent to {{template:xyz}}). Normally, magic words have priority when there is a conflict. | ||
{{raw:xyz}}
|
If $wgEnableScaryTranscluding is enabled, and this is an interwiki transclusion, include the raw wikitext instead of the html from the foreign wiki. |
| |
{{msgnw:xyz}}
|
The unexpanded wikitext is rendered (more or less, for details see Help:الگوها ). | ||
{{subst:xyz}}
|
In the wikitext, the tag is substituted by the content (single-level evaluation only), see Help:الگوها . | ||
{{safesubst:xyz}}
|
See Help:الگوها . |
متفرقه
کاربرد | Input → خروجی | توضیحها | نسخهها | ||
---|---|---|---|---|---|
{{#language:language code}} {{#language:language code|target language code}}
|
{{#language:ar}} → العربية {{#language:ar|en}} → Arabic
|
The full name of the language for the given language code: native name (language autonym) by default, name translated in target language if a target language code is specified. Extension:CLDR must be installed for the translation to work. |
| ||
{{#special:special page name}}
|
{{#special:userlogin}} → Special:UserLogin
|
The localized name for the given canonical Special: page. |
| ||
{{#speciale:special page name}}
|
{{#speciale:userlogin}} → Special:UserLogin
|
The localized and URL-encoded name for the given canonical Special: page. |
| ||
{{#tag:tagname
|
(Depends on parser tag) | Alias for XML-style MediaWiki parser tags or extension tags. It allows a pre-save transform of wiki code and Extension:ParserFunctions within tags before the tag is processed. It also prevents parsing of tags in conditional paths that aren't executed (like in #if statements). Content between tags is passed as the first parameter, and any attributes for the tags can be passed as subsequent parameters. This example:
…can be rewritten like this:
Example for the Cite extension's
|
|