افزونه: لینتر
Linter وضعیت انتشار: پایدار |
|
---|---|
انجام | Special page |
توضیحات | خطاهای لینت را افشا و پیگیری کنید |
نویسنده(گان) | Kunal Mehta (Legoktmبحث) |
MediaWiki | >= 1.43 |
تغییر پایگاه داده | بله |
جدولها | linter |
مجوز | GNU General Public License 2.0 or later |
بارگیری | README |
|
|
Quarterly downloads | 57 (Ranked 84th) |
Public wikis using | 884 (Ranked 294th) |
Translate the Linter extension if it is available at translatewiki.net | |
Issues | Open tasks · گزارش یک مشکل |
افزونه لینترخطاهای لینت را از یک سرویس خارجی ردیابی میکند. در حال حاضر مورد استفاده اصلی ردیابی خطاهای شناسایی شده توسط Parsoid و نمایش آنها در معرض ویرایشگران است. راهنما برای کاربرانی که می خواهند خطاها را برطرف کنند در 1$ موجود است.
راهاندازی
- Download and move the extracted
Linter
folder to yourextensions/
directory.
Developers and code contributors should install the extension from Git instead, using:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/Linter - کد زیر را در انتهای $LocalSettings خودتان اضافه کنید:
wfLoadExtension( 'Linter' );
- اسکریپت بهروزرسانی اجرا کنید تا به طور خودکار جدولهای پایگاه دادهها ضروری که این افزونه نیازمند دارد را ایجاد کند.
- انجام شد – به Special:Version در ویکی خودتان بروید تا مطئمن شوید که افزونه با موفقیت نصب شده است.
پارامترهای پیکربندی
Be warned that this config is not sufficient to get lints run or linter errors reported as of February 2024. There may be missing documentation. These settings might work
در بخش $wgParsoidSettings فایل LocalSettings.php خود را تنظیم کنید
$wgParsoidSettings = [
'linting' => true
];
اِیپیآی
list=linterrors (lnt)
- This module requires read rights.
- Source: Linter
- License: GPL-2.0-or-later
Get a list of lint errors
- lntcategories
Categories of lint errors
- Values (separate with | or alternative): bogus-image-options, deletable-table-tag, duplicate-ids, fostered, fostered-transparent, html5-misnesting, large-tables, misc-tidy-replacement-issues, misnested-tag, missing-end-tag, missing-end-tag-in-heading, multi-colon-escape, multiline-html-table-in-list, multiple-unclosed-formatting-tags, night-mode-unaware-background-color, obsolete-tag, pwrap-bug-workaround, self-closed-tag, stripped-tag, tidy-font-bug, tidy-whitespace-bug, unclosed-quotes-in-heading, wikilink-in-extlink
- Default: deletable-table-tag|duplicate-ids|html5-misnesting|misc-tidy-replacement-issues|multiline-html-table-in-list|multiple-unclosed-formatting-tags|pwrap-bug-workaround|self-closed-tag|tidy-font-bug|tidy-whitespace-bug|unclosed-quotes-in-heading|bogus-image-options|fostered|misnested-tag|multi-colon-escape|wikilink-in-extlink|missing-end-tag|missing-end-tag-in-heading|night-mode-unaware-background-color|obsolete-tag|stripped-tag
- lntlimit
Number of results to query
- Type: integer or max
- The value must be between 1 and 500.
- Default: 10
- lntnamespace
Only include lint errors from the specified namespaces
- Values (separate with | or alternative): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 90, 91, 92, 93, 100, 101, 102, 103, 104, 105, 106, 107, 486, 487, 710, 711, 828, 829, 1198, 1199, 2600, 5500, 5501
- To specify all values, use *.
- lntpageid
Only include lint errors from the specified page IDs
- Type: list of integers
- Separate values with | or alternative.
- Maximum number of values is 50 (500 for clients that are allowed higher limits).
- lnttitle
Only include lint errors from the specified page title
- lntfrom
Lint ID to start querying from
- Type: integer
- Get all lint errors of the obsolete-tag category
- api.php?action=query&list=linterrors&lntcategories=obsolete-tag [open in sandbox]
meta=linterstats (lntrst)
- This module requires read rights.
- Source: Linter
- License: GPL-2.0-or-later
Get number of lint errors in each category
- Get number of lint errors in each category
- api.php?action=query&meta=linterstats [open in sandbox]
ردهبندیهای لینتر
فهرستی از ردههای لینتر در site info properties (مشخصات اطلاعات سایت) موجود است.
همه صفحات را بوتاسترپ یا پردازش مجدد کنید
به جای اجرای refreshLinks.php ، می توان با پرس و جوی مستقیم پارسوئید، خطاهای لینت را پر کرد. برای یک نمونه اسکریپت phab:T161556#3184216 را ببینید.
Special pages
The extension provides the Special:LintErrors page.
Configuring available lints
The Special:LintErrors page displays available lints with associated priority that have been defined in the configuration variable wgLinterCategories.
Each linter category has the following fields:
- dbid: the unique id associated with the lint category used in the database.
- enabled: whether the lint rule is enabled. If lints are disabled they will not be accessible from the special page.
- priority: either none, low, medium or high. Lints that are none will not be listed on Special:LintErrors but will be accessible through the web via the associated subpage.
- no-params: no parameters are associated with the lint category.
- has-name: indicates that the lints are expected to contain a
name
parameter, so the special page displays the column in the UI.
For new lints, it is recommended that by default they are defined as priority none and that they are promoted after testing and some discussion with the linting community. No formal process exists for promoting lint priorities at time of writing.
این افزونه در یکی یا بیشتر پروژههای ویکیمدیا استفاده شده است. این احتمالاً به این معنی است که افزونه پایدار است و به اندازه کافی برای استفاده توسط وبسایتهای ترافیک-بالا به خوبی کار میکند. برای نام این افزونه در پروندههای پیکربندی CommonSettings.php و InitialiseSettings.php ویکیمدیا بگردید تا جایی که آنها نصب شده را ببینید. یک فهرست کامل از افزونهها نصبشده روی یک ویکی مشخص را میتوان در صفحۀ Special:Version دید. |
This extension is included in the following wiki farms/hosts and/or packages: This is not an authoritative list. Some wiki farms/hosts and/or packages may contain this extension even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |
- Extensions bundled with MediaWiki 1.40/fa
- Stable extensions/fa
- Special page extensions/fa
- GPL licensed extensions/fa
- Extensions in Wikimedia version control/fa
- APIQuerySiteInfoGeneralInfo extensions/fa
- BeforePageDisplay extensions/fa
- InfoAction extensions/fa
- LoadExtensionSchemaUpdates extensions/fa
- ParserLogLinterData extensions/fa
- RevisionDataUpdates extensions/fa
- RevisionFromEditComplete extensions/fa
- WikiPageDeletionUpdates extensions/fa
- All extensions/fa
- Extensions used on Wikimedia/fa
- Extensions included in Canasta/fa
- Extensions included in Miraheze/fa
- Extensions included in WikiForge/fa