בדוקי עריכות אוטומטית, אינטערפעיס רעדאקטארן, אינטערפעיס אדמיניסטראַטאָרן, סיסאפן, מייבאים, מעדכנים, מייבא, אספקלריה רעדאקטארן
46,362
רעדאגירונגען
אין תקציר עריכה צייכן: צוריקגעשטעלט |
(צוריקדריי) צייכן: אַנולירונג |
||
| שורה 17: | שורה 17: | ||
local date_name_auto_xlate_enable = false; -- when true translates English month-names to the local-wiki's language month names; always false at en.wiki | local date_name_auto_xlate_enable = false; -- when true translates English month-names to the local-wiki's language month names; always false at en.wiki | ||
local date_digit_auto_xlate_enable = false; -- when true translates Western date digit to the local-wiki's language digits (date_names['local_digits']); always false at en.wiki | local date_digit_auto_xlate_enable = false; -- when true translates Western date digit to the local-wiki's language digits (date_names['local_digits']); always false at en.wiki | ||
| שורה 31: | שורה 30: | ||
]] | ]] | ||
uncategorized_namespaces_t = {[2]=true}; -- init with user namespace id | |||
for k, _ in pairs (mw.site.talkNamespaces) do -- add all talk namespace ids | for k, _ in pairs (mw.site.talkNamespaces) do -- add all talk namespace ids | ||
uncategorized_namespaces_t[k] = true; | uncategorized_namespaces_t[k] = true; | ||
| שורה 38: | שורה 37: | ||
local uncategorized_subpages = {'/[Ss]andbox', '/[Tt]estcases', '/[^/]*[Ll]og', '/[Aa]rchive'}; -- list of Lua patterns found in page names of pages we should not categorize | local uncategorized_subpages = {'/[Ss]andbox', '/[Tt]estcases', '/[^/]*[Ll]og', '/[Aa]rchive'}; -- list of Lua patterns found in page names of pages we should not categorize | ||
--[[--------------------------< M E S S A G E S >-------------------------------------------------------------- | --[[--------------------------< M E S S A G E S >-------------------------------------------------------------- | ||
| שורה 131: | שורה 114: | ||
-- categories | -- categories | ||
['cat wikilink'] = '[[Category:$1]]', -- $1 is the category name | ['cat wikilink'] = '[[Category:$1]]', -- $1 is the category name | ||
[':cat wikilink'] = '[[:Category:$1|link]]', -- category name as maintenance message wikilink; $1 is the category name | [':cat wikilink'] = '[[:Category:$1|link]]', -- category name as maintenance message wikilink; $1 is the category name | ||
| שורה 142: | שורה 124: | ||
['warning_msg_e'] = '<span style="color:#d33">One or more <code style="color: inherit; background: inherit; border: none; padding: inherit;">{{$1}}</code> templates have errors</span>; messages may be hidden ([[Help:CS1_errors#Controlling_error_message_display|help]]).'; -- $1 is template link | ['warning_msg_e'] = '<span style="color:#d33">One or more <code style="color: inherit; background: inherit; border: none; padding: inherit;">{{$1}}</code> templates have errors</span>; messages may be hidden ([[Help:CS1_errors#Controlling_error_message_display|help]]).'; -- $1 is template link | ||
['warning_msg_m'] = '<span style="color:# | ['warning_msg_m'] = '<span style="color:#3a3">One or more <code style="color: inherit; background: inherit; border: none; padding: inherit;">{{$1}}</code> templates have maintenance messages</span>; messages may be hidden ([[Help:CS1_errors#Controlling_error_message_display|help]]).'; -- $1 is template link | ||
} | } | ||
| שורה 219: | שורה 201: | ||
['ext-link-access-signal'] = '<span class="$1" title="$2">$3</span>', -- external link with appropriate lock icon | ['ext-link-access-signal'] = '<span class="$1" title="$2">$3</span>', -- external link with appropriate lock icon | ||
['free'] = {class=' | ['free'] = {class='cs1-lock-free', title='Freely accessible'}, -- classes defined in Module:Citation/CS1/styles.css | ||
['registration'] = {class=' | ['registration'] = {class='cs1-lock-registration', title='Free registration required'}, | ||
['limited'] = {class=' | ['limited'] = {class='cs1-lock-limited', title='Free access subject to limited trial, subscription normally required'}, | ||
['subscription'] = {class=' | ['subscription'] = {class='cs1-lock-subscription', title='Paid subscription required'}, | ||
['interwiki-icon'] = '<span class="$1" title="$2">$3</span>', | ['interwiki-icon'] = '<span class="$1" title="$2">$3</span>', | ||
| שורה 282: | שורה 264: | ||
['ASINTLD'] = 'asin-tld', | ['ASINTLD'] = 'asin-tld', | ||
['At'] = 'at', -- Used by InternetArchiveBot | ['At'] = 'at', -- Used by InternetArchiveBot | ||
['Authors'] = {'people', 'credits'}, | ['Authors'] = {'authors', 'people', 'credits'}, | ||
['BookTitle'] = {'book-title', 'booktitle'}, | ['BookTitle'] = {'book-title', 'booktitle'}, | ||
['Cartography'] = 'cartography', | ['Cartography'] = 'cartography', | ||
| שורה 288: | שורה 270: | ||
['ChapterFormat'] = {'chapter-format', 'contribution-format', 'entry-format', | ['ChapterFormat'] = {'chapter-format', 'contribution-format', 'entry-format', | ||
'article-format', 'section-format'}; | 'article-format', 'section-format'}; | ||
['ChapterURL'] = {'chapter-url', 'contribution-url', 'entry-url', 'article-url', 'section-url'}, -- Used by InternetArchiveBot | ['ChapterURL'] = {'chapter-url', 'contribution-url', 'entry-url', 'article-url', 'section-url', 'chapterurl'}, -- Used by InternetArchiveBot | ||
['ChapterUrlAccess'] = {'chapter-url-access', 'contribution-url-access', | ['ChapterUrlAccess'] = {'chapter-url-access', 'contribution-url-access', | ||
'entry-url-access', 'article-url-access', 'section-url-access'}, -- Used by InternetArchiveBot | 'entry-url-access', 'article-url-access', 'section-url-access'}, -- Used by InternetArchiveBot | ||
| שורה 345: | שורה 327: | ||
['ScriptChapter'] = {'script-chapter', 'script-contribution', 'script-entry', | ['ScriptChapter'] = {'script-chapter', 'script-contribution', 'script-entry', | ||
'script-article', 'script-section'}, | 'script-article', 'script-section'}, | ||
['ScriptMap'] = 'script-map', | ['ScriptMap'] = 'script-map', | ||
['ScriptPeriodical'] = {'script-journal', 'script-magazine', 'script-newspaper', | ['ScriptPeriodical'] = {'script-journal', 'script-magazine', 'script-newspaper', | ||
| שורה 370: | שורה 351: | ||
['TranscriptFormat'] = 'transcript-format', | ['TranscriptFormat'] = 'transcript-format', | ||
['TranscriptURL'] = 'transcript-url', -- Used by InternetArchiveBot | ['TranscriptURL'] = 'transcript-url', -- Used by InternetArchiveBot | ||
['TransMap'] = 'trans-map', -- cite map only | ['TransMap'] = 'trans-map', -- cite map only | ||
['TransPeriodical'] = {'trans-journal', 'trans-magazine', 'trans-newspaper', | ['TransPeriodical'] = {'trans-journal', 'trans-magazine', 'trans-newspaper', | ||
| שורה 463: | שורה 443: | ||
local punct_skip = {}; | local punct_skip = {}; | ||
local url_skip = {}; | local url_skip = {}; | ||
| שורה 498: | שורה 452: | ||
]] | ]] | ||
local single_letter_2nd_lvl_domains_t = {'cash', 'company', 'foundation | local single_letter_2nd_lvl_domains_t = {'cash', 'company', 'foundation', 'org', 'today'}; | ||
| שורה 509: | שורה 463: | ||
]] | ]] | ||
local is_Latn = 'A-Za-z\195\128-\195\150\195\152-\195\182\195\184-\198\191\199\132-\201\143 | local is_Latn = 'A-Za-z\195\128-\195\150\195\152-\195\182\195\184-\198\191\199\132-\201\143'; | ||
local special_case_translation = { | local special_case_translation = { | ||
['AuthorList'] = 'authors list', -- used to assemble maintenance category names | ['AuthorList'] = 'authors list', -- used to assemble maintenance category names | ||
| שורה 535: | שורה 489: | ||
{['en'] = {'^wayback%s+machine$', false}, ['local'] = nil}, | {['en'] = {'^wayback%s+machine$', false}, ['local'] = nil}, | ||
{['en'] = {'are you a robot', true}, ['local'] = nil}, | {['en'] = {'are you a robot', true}, ['local'] = nil}, | ||
{['en'] = {'hugedomains', true}, | {['en'] = {'hugedomains.com', true}, ['local'] = nil}, | ||
{['en'] = {'^[%(%[{<]?no +title[>}%]%)]?$', false}, ['local'] = nil}, | {['en'] = {'^[%(%[{<]?no +title[>}%]%)]?$', false}, ['local'] = nil}, | ||
{['en'] = {'page not found', true}, ['local'] = nil}, | {['en'] = {'page not found', true}, ['local'] = nil}, | ||
| שורה 542: | שורה 496: | ||
{['en'] = {'website is for sale', true}, ['local'] = nil}, | {['en'] = {'website is for sale', true}, ['local'] = nil}, | ||
{['en'] = {'^404', false}, ['local'] = nil}, | {['en'] = {'^404', false}, ['local'] = nil}, | ||
{['en'] = {'internet archive wayback machine', true}, ['local'] = nil}, | {['en'] = {'internet archive wayback machine', true}, ['local'] = nil}, | ||
{['en'] = {'log into facebook', true}, ['local'] = nil}, | {['en'] = {'log into facebook', true}, ['local'] = nil}, | ||
| שורה 566: | שורה 519: | ||
{['en'] = {'allmusic', true}, ['local'] = nil}, | {['en'] = {'allmusic', true}, ['local'] = nil}, | ||
{['en'] = {'%f[%a][Aa]uthor%f[%A]', false}, ['local'] = nil}, | {['en'] = {'%f[%a][Aa]uthor%f[%A]', false}, ['local'] = nil}, | ||
{['en'] = {'business', true}, ['local'] = nil}, | {['en'] = {'business', true}, ['local'] = nil}, | ||
{['en'] = {'cnn', true}, ['local'] = nil}, | {['en'] = {'cnn', true}, ['local'] = nil}, | ||
{['en'] = {'collaborator', true}, ['local'] = nil}, | {['en'] = {'collaborator', true}, ['local'] = nil}, | ||
{['en'] = {'contributor', true}, ['local'] = nil}, | {['en'] = {'contributor', true}, ['local'] = nil}, | ||
{['en'] = {'contact us', true}, ['local'] = nil}, | {['en'] = {'contact us', true}, ['local'] = nil}, | ||
{['en'] = {'directory', true}, ['local'] = nil}, | {['en'] = {'directory', true}, ['local'] = nil}, | ||
{['en'] = {'%f[%(%[][%(%[]%s*eds?%.?%s*[%)%]]?$', false}, ['local'] = nil}, | {['en'] = {'%f[%(%[][%(%[]%s*eds?%.?%s*[%)%]]?$', false}, ['local'] = nil}, | ||
| שורה 582: | שורה 531: | ||
{['en'] = {'%f[%a][Ee]dited%f[%A]', false}, ['local'] = nil}, | {['en'] = {'%f[%a][Ee]dited%f[%A]', false}, ['local'] = nil}, | ||
{['en'] = {'%f[%a][Ee]ditors?%f[%A]', false}, ['local'] = nil}, | {['en'] = {'%f[%a][Ee]ditors?%f[%A]', false}, ['local'] = nil}, | ||
{['en'] = {'%f[%a] | {['en'] = {'%f[%a]]Ee]mail%f[%A]', false}, ['local'] = nil}, | ||
{['en'] = {'facebook', true}, ['local'] = nil}, | {['en'] = {'facebook', true}, ['local'] = nil}, | ||
{['en'] = {'google', true}, ['local'] = nil}, | {['en'] = {'google', true}, ['local'] = nil}, | ||
{['en'] = {'home page', true}, ['local'] = nil}, | {['en'] = {'home page', true}, ['local'] = nil}, | ||
{['en'] = {'^[Ii]nc%.?$', false}, ['local'] = nil}, | {['en'] = {'^[Ii]nc%.?$', false}, ['local'] = nil}, | ||
{['en'] = {'instagram', true}, ['local'] = nil}, | {['en'] = {'instagram', true}, ['local'] = nil}, | ||
{['en'] = {'interviewer', true}, ['local'] = nil}, | {['en'] = {'interviewer', true}, ['local'] = nil}, | ||
{['en'] = {'linkedIn', true}, ['local'] = nil}, | {['en'] = {'linkedIn', true}, ['local'] = nil}, | ||
{['en'] = {'^[Nn]ews$', false}, ['local'] = nil}, | {['en'] = {'^[Nn]ews$', false}, ['local'] = nil}, | ||
{['en'] = {'pinterest', true}, ['local'] = nil}, | {['en'] = {'pinterest', true}, ['local'] = nil}, | ||
{['en'] = {'policy', true}, ['local'] = nil}, | {['en'] = {'policy', true}, ['local'] = nil}, | ||
| שורה 606: | שורה 552: | ||
{['en'] = {'super.?user', false}, ['local'] = nil}, | {['en'] = {'super.?user', false}, ['local'] = nil}, | ||
{['en'] = {'%f['..is_Latn..'][Uu]ser%f[^'..is_Latn..']', false}, ['local'] = nil}, | {['en'] = {'%f['..is_Latn..'][Uu]ser%f[^'..is_Latn..']', false}, ['local'] = nil}, | ||
{['en'] = {'verfasser', true}, ['local'] = nil}, | {['en'] = {'verfasser', true}, ['local'] = nil}, | ||
} | } | ||
| שורה 636: | שורה 581: | ||
local_date_names_from_mediawiki is a boolean. When set to: | local_date_names_from_mediawiki is a boolean. When set to: | ||
true – module will fetch local month names from MediaWiki for both date_names['local']['long'] and date_names['local']['short'] | true – module will fetch local month names from MediaWiki for both date_names['local']['long'] and date_names['local']['short'] | ||
false – module will *not* fetch local month names from MediaWiki | false – module will *not* fetch local month names from MediaWiki | ||
| שורה 648: | שורה 593: | ||
]] | ]] | ||
local local_date_names_from_mediawiki = true; -- when false, manual translation required for date_names['local']['long'] and date_names['local']['short'] | local local_date_names_from_mediawiki = true; -- when false, manual translation required for date_names['local']['long'] and date_names['local']['short'] | ||
-- when true, module fetches long and short month names from MediaWiki | -- when true, module fetches long and short month names from MediaWiki | ||
local date_names = { | local date_names = { | ||
| שורה 729: | שורה 674: | ||
local function get_date_format () | local function get_date_format () | ||
-- if title_object.namespace == 10 then -- not in template space so that unused templates appear in unused-template-reports; | |||
if not content then -- nil content when we're in template | if not content then -- nil content when we're in template | ||
return nil; -- auto-formatting does not work in Template space so don't set global_df | return nil; -- auto-formatting does not work in Template space so don't set global_df | ||
| שורה 735: | שורה 681: | ||
local start, _, match = content:find(pattern); -- match is the three letters indicating desired date format | local start, _, match = content:find(pattern); -- match is the three letters indicating desired date format | ||
if match then | if match then | ||
local use_dates_template = content:match ('%b{}', start); | local use_dates_template = content:match ('%b{}', start); -- get the whole template | ||
if use_dates_template:match ('| *cs1%-dates *= *[lsy][sy]?') then -- look for |cs1-dates=publication date length access-/archive-date length | if use_dates_template:match ('| *cs1%-dates *= *[lsy][sy]?') then -- look for |cs1-dates=publication date length access-/archive-date length | ||
return match:lower() .. '-' .. use_dates_template:match ('| *cs1%-dates *= *([lsy][sy]?)'); | return match:lower() .. '-' .. use_dates_template:match ('| *cs1%-dates *= *([lsy][sy]?)'); | ||
else | else | ||
| שורה 791: | שורה 737: | ||
'^[Pp]gs.?', | '^[Pp]gs.?', | ||
}, | }, | ||
vpatterns = { -- patterns for |volume= | |||
'^volumes?', | '^volumes?', | ||
'^vols?[%.:=]?', | '^vols?[%.:=]?' | ||
}, | |||
'^issues?', | ipatterns = { -- patterns for |issue= | ||
'^issues?', | |||
'^iss[%.:=]?', | '^iss[%.:=]?', | ||
'^numbers?', | '^numbers?', | ||
'^nos?%A', -- don't match 'november' or 'nostradamus' | '^nos?%A', -- don't match 'november' or 'nostradamus' | ||
'^nr[%.:=]?', | '^nr[%.:=]?', | ||
'^n[%.:= ]' | '^n[%.:= ]' -- might be a valid issue without separator (space char is sep char here) | ||
} | |||
} | |||
} | } | ||
| שורה 953: | שורה 898: | ||
local function get_cs1_config () | local function get_cs1_config () | ||
-- if title_object.namespace == 10 then -- not in template space so that unused templates appear in unused-template-reports; | |||
if not content then -- nil content when we're in template | if not content then -- nil content when we're in template | ||
return nil; -- auto-formatting does not work in Template space so don't set global_df | return nil; -- auto-formatting does not work in Template space so don't set global_df | ||
| שורה 1,089: | שורה 1,035: | ||
-- list of emoji that use a zwj character (U+200D) to combine with another emoji | -- list of emoji that use a zwj character (U+200D) to combine with another emoji | ||
-- from: https://unicode.org/Public/emoji/ | -- from: https://unicode.org/Public/emoji/15.0/emoji-zwj-sequences.txt; version: 15.0; 2022-05-06 | ||
-- table created by: [[:en:Module:Make emoji zwj table]] | -- table created by: [[:en:Module:Make emoji zwj table]] | ||
local emoji_t = { -- indexes are decimal forms of the hex values in U+xxxx | local emoji_t = { -- indexes are decimal forms of the hex values in U+xxxx | ||
[9760] = true, -- U+2620 ☠ skull and crossbones | [9760] = true, -- U+2620 ☠ skull and crossbones | ||
[9792] = true, -- U+2640 ♀ female sign | [9792] = true, -- U+2640 ♀ female sign | ||
| שורה 1,103: | שורה 1,047: | ||
[10052] = true, -- U+2744 ❄ snowflake | [10052] = true, -- U+2744 ❄ snowflake | ||
[10084] = true, -- U+2764 ❤ heavy black heart | [10084] = true, -- U+2764 ❤ heavy black heart | ||
[11035] = true, -- U+2B1B ⬛ black large square | [11035] = true, -- U+2B1B ⬛ black large square | ||
[127752] = true, -- U+1F308 🌈 rainbow | [127752] = true, -- U+1F308 🌈 rainbow | ||
| שורה 1,116: | שורה 1,059: | ||
[127979] = true, -- U+1F3EB 🏫 school | [127979] = true, -- U+1F3EB 🏫 school | ||
[127981] = true, -- U+1F3ED 🏭 factory | [127981] = true, -- U+1F3ED 🏭 factory | ||
[128102] = true, -- U+1F466 👦 boy | [128102] = true, -- U+1F466 👦 boy | ||
[128103] = true, -- U+1F467 👧 girl | [128103] = true, -- U+1F467 👧 girl | ||
| שורה 1,122: | שורה 1,064: | ||
[128105] = true, -- U+1F469 👩 woman | [128105] = true, -- U+1F469 👩 woman | ||
[128139] = true, -- U+1F48B 💋 kiss mark | [128139] = true, -- U+1F48B 💋 kiss mark | ||
[128168] = true, -- U+1F4A8 💨 dash symbol | [128168] = true, -- U+1F4A8 💨 dash symbol | ||
[128171] = true, -- U+1F4AB 💫 dizzy symbol | [128171] = true, -- U+1F4AB 💫 dizzy symbol | ||
| שורה 1,133: | שורה 1,074: | ||
[128640] = true, -- U+1F680 🚀 rocket | [128640] = true, -- U+1F680 🚀 rocket | ||
[128658] = true, -- U+1F692 🚒 fire engine | [128658] = true, -- U+1F692 🚒 fire engine | ||
[129309] = true, -- U+1F91D 🤝 handshake | [129309] = true, -- U+1F91D 🤝 handshake | ||
[129455] = true, -- U+1F9AF 🦯 probing cane | [129455] = true, -- U+1F9AF 🦯 probing cane | ||
| שורה 1,145: | שורה 1,084: | ||
[129469] = true, -- U+1F9BD 🦽 manual wheelchair | [129469] = true, -- U+1F9BD 🦽 manual wheelchair | ||
[129489] = true, -- U+1F9D1 🧑 adult | [129489] = true, -- U+1F9D1 🧑 adult | ||
[129657] = true, -- U+1FA79 🩹 adhesive bandage | [129657] = true, -- U+1FA79 🩹 adhesive bandage | ||
[129778] = true, -- U+1FAF2 🫲 leftwards hand | [129778] = true, -- U+1FAF2 🫲 leftwards hand | ||
} | } | ||
| שורה 1,194: | שורה 1,130: | ||
local script_lang_codes = { | local script_lang_codes = { | ||
'ab', 'am', 'ar | 'ab', 'am', 'ar', 'be', 'bg', 'bn', 'bo', 'bs', 'dv', 'dz', 'el', 'fa', 'gu', 'he', | ||
'hi', 'hy', 'ja', 'ka', 'kk', 'km', 'kn', 'ko', 'ku', 'ky', 'lo', 'mk', 'ml', 'mn', | |||
'mni', 'mr', 'my', 'ne', 'or', 'ota', 'pa', 'ps', 'ru', 'sd', 'si', 'sr', 'syc', 'ta', | |||
'te', 'tg', 'th', 'ti', 'tt', 'ug', 'uk', 'ur', 'uz', 'yi', 'yue', 'zh' | |||
}; | }; | ||
| שורה 1,230: | שורה 1,164: | ||
['ca-valencia'] = 'Valencian', -- IETF variant of Catalan | ['ca-valencia'] = 'Valencian', -- IETF variant of Catalan | ||
['fkv'] = 'Kven', -- MediaWiki returns Kvensk | ['fkv'] = 'Kven', -- MediaWiki returns Kvensk | ||
['ilo'] = 'Ilocano', -- MediaWiki/IANA/ISO 639: Iloko; use en.wiki preferred name | ['ilo'] = 'Ilocano', -- MediaWiki/IANA/ISO 639: Iloko; use en.wiki preferred name | ||
['ksh'] = 'Kölsch', -- MediaWiki: Colognian; use IANA/ISO 639 preferred name | ['ksh'] = 'Kölsch', -- MediaWiki: Colognian; use IANA/ISO 639 preferred name | ||
| שורה 1,236: | שורה 1,169: | ||
['mis-x-ripuar'] = 'Ripuarian', -- override MediaWiki ksh; no IANA/ISO 639 code for Ripuarian; IETF private code created at Module:Lang/data | ['mis-x-ripuar'] = 'Ripuarian', -- override MediaWiki ksh; no IANA/ISO 639 code for Ripuarian; IETF private code created at Module:Lang/data | ||
['nan-tw'] = 'Taiwanese Hokkien', -- make room for MediaWiki/IANA/ISO 639 nan: Min Nan Chinese and support en.wiki preferred name | ['nan-tw'] = 'Taiwanese Hokkien', -- make room for MediaWiki/IANA/ISO 639 nan: Min Nan Chinese and support en.wiki preferred name | ||
} | } | ||
local lang_name_remap = { -- used for |language=; names require proper capitalization; tags must be lowercase | local lang_name_remap = { -- used for |language=; names require proper capitalization; tags must be lowercase | ||
['alemannisch'] = {'Swiss German', 'gsw'}, -- not an ISO or IANA language name; MediaWiki uses 'als' as a subdomain name for Alemannic Wikipedia: als.wikipedia.org | ['alemannisch'] = {'Swiss German', 'gsw'}, -- not an ISO or IANA language name; MediaWiki uses 'als' as a subdomain name for Alemannic Wikipedia: als.wikipedia.org | ||
['bangla'] = {'Bengali', 'bn'}, -- MediaWiki returns Bangla (the endonym) but we want Bengali (the exonym); here we remap | ['bangla'] = {'Bengali', 'bn'}, -- MediaWiki returns Bangla (the endonym) but we want Bengali (the exonym); here we remap | ||
| שורה 1,255: | שורה 1,185: | ||
['kvensk'] = {'Kven', 'fkv'}, -- ...they say to refer to IANA registry for English names | ['kvensk'] = {'Kven', 'fkv'}, -- ...they say to refer to IANA registry for English names | ||
['ripuarian'] = {'Ripuarian', 'mis-x-ripuar'}, -- group of dialects; no code in MediaWiki or in IANA/ISO 639 | ['ripuarian'] = {'Ripuarian', 'mis-x-ripuar'}, -- group of dialects; no code in MediaWiki or in IANA/ISO 639 | ||
['taiwanese hokkien'] = {'Taiwanese Hokkien', 'nan-tw'}, -- make room for MediaWiki/IANA/ISO 639 nan: Min Nan Chinese | ['taiwanese hokkien'] = {'Taiwanese Hokkien', 'nan-tw'}, -- make room for MediaWiki/IANA/ISO 639 nan: Min Nan Chinese | ||
['tosk albanian'] = {'Tosk Albanian', 'als'}, -- MediaWiki replaces 'Tosk Albanian' with 'Alemannisch' so 'Tosk Albanian' cannot be found | ['tosk albanian'] = {'Tosk Albanian', 'als'}, -- MediaWiki replaces 'Tosk Albanian' with 'Alemannisch' so 'Tosk Albanian' cannot be found | ||
| שורה 1,273: | שורה 1,200: | ||
['foreign-lang-source'] = 'CS1 $1-language sources ($2)', -- |language= categories; $1 is foreign-language name, $2 is ISO639-1 code | ['foreign-lang-source'] = 'CS1 $1-language sources ($2)', -- |language= categories; $1 is foreign-language name, $2 is ISO639-1 code | ||
['foreign-lang-source-2'] = 'CS1 foreign language sources (ISO 639-2)|$1', -- |language= category; a cat for ISO639-2 languages; $1 is the ISO 639-2 code used as a sort key | ['foreign-lang-source-2'] = 'CS1 foreign language sources (ISO 639-2)|$1', -- |language= category; a cat for ISO639-2 languages; $1 is the ISO 639-2 code used as a sort key | ||
[' | ['jul-greg-uncertainty'] = 'CS1: Julian–Gregorian uncertainty', -- probably temporary cat to identify scope of template with dates 1 October 1582 – 1 January 1926 | ||
['local-lang-source'] = 'CS1 $1-language sources ($2)', -- |language= categories; $1 is local-language name, $2 is ISO639-1 code; not emitted when local_lang_cat_enable is false | ['local-lang-source'] = 'CS1 $1-language sources ($2)', -- |language= categories; $1 is local-language name, $2 is ISO639-1 code; not emitted when local_lang_cat_enable is false | ||
['location-test'] = 'CS1 location test', | ['location-test'] = 'CS1 location test', | ||
['long-vol'] = 'CS1: long volume value', -- probably temporary cat to identify scope of |volume= values longer than 4 characters | ['long-vol'] = 'CS1: long volume value', -- probably temporary cat to identify scope of |volume= values longer than 4 characters | ||
['script'] = 'CS1 uses $1-language script ($2)', -- |script-title=xx: has matching category; $1 is language name, $2 is | ['script'] = 'CS1 uses $1-language script ($2)', -- |script-title=xx: has matching category; $1 is language name, $2 is ISO639-1 code | ||
['tracked-param'] = 'CS1 tracked parameter: $1', -- $1 is base (enumerators removed) parameter name | ['tracked-param'] = 'CS1 tracked parameter: $1', -- $1 is base (enumerators removed) parameter name | ||
['year-range-abbreviated'] = 'CS1: abbreviated year range', -- probably temporary cat to identify scope of |date=, |year= values using YYYY–YY form | ['year-range-abbreviated'] = 'CS1: abbreviated year range', -- probably temporary cat to identify scope of |date=, |year= values using YYYY–YY form | ||
} | } | ||
| שורה 1,304: | שורה 1,228: | ||
['techreport'] = 'Technical report', | ['techreport'] = 'Technical report', | ||
['thesis'] = 'Thesis', | ['thesis'] = 'Thesis', | ||
} | } | ||
| שורה 1,432: | שורה 1,306: | ||
}, | }, | ||
err_archive_date_url_ts_mismatch = { | err_archive_date_url_ts_mismatch = { | ||
message = '<code class="cs1-code">|archive-date=</code> / <code class="cs1-code">|archive-url=</code> timestamp mismatch | message = '<code class="cs1-code">|archive-date=</code> / <code class="cs1-code">|archive-url=</code> timestamp mismatch', | ||
anchor = 'archive_date_url_ts_mismatch', | anchor = 'archive_date_url_ts_mismatch', | ||
category = 'CS1 errors: archive-url', | category = 'CS1 errors: archive-url', | ||
| שורה 1,759: | שורה 1,633: | ||
anchor = 'extra_text_volume', | anchor = 'extra_text_volume', | ||
category = 'CS1 errors: extra text: volume', | category = 'CS1 errors: extra text: volume', | ||
hidden = | hidden = true, | ||
}, | }, | ||
err_first_missing_last = { | err_first_missing_last = { | ||
| שורה 1,784: | שורה 1,658: | ||
category = 'CS1 errors: generic title', | category = 'CS1 errors: generic title', | ||
hidden = false, | hidden = false, | ||
}, | }, | ||
err_invalid_param_val = { | err_invalid_param_val = { | ||
| שורה 1,819: | שורה 1,687: | ||
anchor = 'missing_periodical', | anchor = 'missing_periodical', | ||
category = 'CS1 errors: missing periodical', | category = 'CS1 errors: missing periodical', | ||
hidden = | hidden = true | ||
}, | }, | ||
err_missing_pipe = { | err_missing_pipe = { | ||
| שורה 1,832: | שורה 1,700: | ||
category = 'CS1 errors: missing publisher', | category = 'CS1 errors: missing publisher', | ||
hidden = false | hidden = false | ||
}, | }, | ||
err_param_access_requires_param = { | err_param_access_requires_param = { | ||
| שורה 1,849: | שורה 1,711: | ||
anchor = 'param_has_ext_link', | anchor = 'param_has_ext_link', | ||
category = 'CS1 errors: external links', | category = 'CS1 errors: external links', | ||
hidden = false | hidden = false | ||
}, | }, | ||
| שורה 1,936: | שורה 1,792: | ||
anchor = 'archived_copy', | anchor = 'archived_copy', | ||
category = 'CS1 maint: archived copy as title', | category = 'CS1 maint: archived copy as title', | ||
hidden = true, | |||
}, | |||
maint_authors = { | |||
message = nil, | |||
anchor = 'authors', | |||
category = 'CS1 maint: uses authors parameter', | |||
hidden = true, | hidden = true, | ||
}, | }, | ||
| שורה 1,990: | שורה 1,852: | ||
anchor = 'doi_inactive_dated', | anchor = 'doi_inactive_dated', | ||
category = 'CS1 maint: DOI inactive as of $2$3$1', -- $1 is year, $2 is month-name or empty string, $3 is space or empty string | category = 'CS1 maint: DOI inactive as of $2$3$1', -- $1 is year, $2 is month-name or empty string, $3 is space or empty string | ||
hidden = true, | hidden = true, | ||
}, | }, | ||
| שורה 2,002: | שורה 1,858: | ||
anchor = 'extra_punct', | anchor = 'extra_punct', | ||
category = 'CS1 maint: extra punctuation', | category = 'CS1 maint: extra punctuation', | ||
hidden = true, | hidden = true, | ||
}, | }, | ||
| שורה 2,032: | שורה 1,882: | ||
anchor = 'location', | anchor = 'location', | ||
category = 'CS1 maint: location', | category = 'CS1 maint: location', | ||
hidden = true, | hidden = true, | ||
}, | }, | ||
| שורה 2,074: | שורה 1,918: | ||
anchor = 'overridden', | anchor = 'overridden', | ||
category = 'CS1 maint: overridden setting', | category = 'CS1 maint: overridden setting', | ||
hidden = true, | hidden = true, | ||
}, | }, | ||
| שורה 2,098: | שורה 1,936: | ||
anchor = 'postscript', | anchor = 'postscript', | ||
category = 'CS1 maint: postscript', | category = 'CS1 maint: postscript', | ||
hidden = true, | hidden = true, | ||
}, | }, | ||
| שורה 2,112: | שורה 1,944: | ||
hidden = true, | hidden = true, | ||
}, | }, | ||
maint_unfit = { | |||
message = nil, | |||
anchor = 'unfit', | |||
category = 'CS1 maint: unfit URL', | |||
hidden = true, | |||
}, | |||
maint_unknown_lang = { | maint_unknown_lang = { | ||
message = nil, | message = nil, | ||
| שורה 2,128: | שורה 1,966: | ||
anchor = 'url_status', | anchor = 'url_status', | ||
category = 'CS1 maint: url-status', | category = 'CS1 maint: url-status', | ||
hidden = true, | hidden = true, | ||
}, | }, | ||
| שורה 2,143: | שורה 1,975: | ||
}, | }, | ||
} | } | ||
| שורה 2,279: | שורה 2,072: | ||
parameters = { 'doi', 'DOI'}, | parameters = { 'doi', 'DOI'}, | ||
link = 'Digital object identifier', | link = 'Digital object identifier', | ||
-- redirect = 'doi', | |||
q = 'Q25670', | q = 'Q25670', | ||
label = 'doi', | label = 'doi', | ||
| שורה 2,294: | שורה 2,087: | ||
q = 'Q46339674', | q = 'Q46339674', | ||
label = 'eISSN', | label = 'eISSN', | ||
prefix = 'https:// | prefix = 'https://www.worldcat.org/issn/', | ||
COinS = 'rft.eissn', | COinS = 'rft.eissn', | ||
encode = false, | encode = false, | ||
| שורה 2,302: | שורה 2,095: | ||
parameters = { 'hdl', 'HDL' }, | parameters = { 'hdl', 'HDL' }, | ||
link = 'Handle System', | link = 'Handle System', | ||
-- redirect = 'hdl (identifier)', | |||
q = 'Q3126718', | q = 'Q3126718', | ||
label = 'hdl', | label = 'hdl', | ||
| שורה 2,314: | שורה 2,107: | ||
parameters = {'isbn', 'ISBN'}, | parameters = {'isbn', 'ISBN'}, | ||
link = 'International Standard Book Number', | link = 'International Standard Book Number', | ||
redirect = 'ISBN | redirect = 'ISBN', | ||
q = 'Q33057', | q = 'Q33057', | ||
label = 'ISBN', | label = 'ISBN', | ||
| שורה 2,334: | שורה 2,127: | ||
parameters = {'issn', 'ISSN'}, | parameters = {'issn', 'ISSN'}, | ||
link = 'International Standard Serial Number', | link = 'International Standard Serial Number', | ||
redirect = 'ISSN | redirect = 'ISSN', | ||
q = 'Q131276', | q = 'Q131276', | ||
label = 'ISSN', | label = 'ISSN', | ||
prefix = 'https:// | prefix = 'https://www.worldcat.org/issn/', | ||
COinS = 'rft.issn', | COinS = 'rft.issn', | ||
encode = false, | encode = false, | ||
| שורה 2,356: | שורה 2,149: | ||
parameters = {'jstor', 'JSTOR'}, | parameters = {'jstor', 'JSTOR'}, | ||
link = 'JSTOR', | link = 'JSTOR', | ||
redirect = 'JSTOR | redirect = 'JSTOR', | ||
q = 'Q1420342', | q = 'Q1420342', | ||
label = 'JSTOR', | label = 'JSTOR', | ||
| שורה 2,402: | שורה 2,195: | ||
parameters = {'oclc', 'OCLC'}, | parameters = {'oclc', 'OCLC'}, | ||
link = 'OCLC', | link = 'OCLC', | ||
redirect = 'OCLC | redirect = 'OCLC', | ||
q = 'Q190593', | q = 'Q190593', | ||
label = 'OCLC', | label = 'OCLC', | ||
prefix = 'https:// | prefix = 'https://www.worldcat.org/oclc/', | ||
COinS = 'info:oclcnum', | COinS = 'info:oclcnum', | ||
encode = true, | encode = true, | ||
separator = ' ', | separator = ' ', | ||
id_limit = | id_limit = 9999999999, -- 10-digits | ||
}, | }, | ||
['OL'] = { | ['OL'] = { | ||
| שורה 2,433: | שורה 2,226: | ||
encode = true, | encode = true, | ||
separator = ' ', | separator = ' ', | ||
id_limit = | id_limit = 23010000, | ||
custom_access = 'osti-access', | custom_access = 'osti-access', | ||
}, | }, | ||
| שורה 2,439: | שורה 2,232: | ||
parameters = {'pmc', 'PMC'}, | parameters = {'pmc', 'PMC'}, | ||
link = 'PubMed Central', | link = 'PubMed Central', | ||
-- redirect = 'PMC (identifier)', | |||
q = 'Q229883', | q = 'Q229883', | ||
label = 'PMC', | label = 'PMC', | ||
| שורה 2,447: | שורה 2,240: | ||
encode = true, | encode = true, | ||
separator = ' ', | separator = ' ', | ||
id_limit = | id_limit = 10500000, | ||
access = 'free', -- free to read | access = 'free', -- free to read | ||
}, | }, | ||
| שורה 2,453: | שורה 2,246: | ||
parameters = {'pmid', 'PMID'}, | parameters = {'pmid', 'PMID'}, | ||
link = 'PubMed Identifier', | link = 'PubMed Identifier', | ||
redirect = ' | redirect = 'PubMed', | ||
q = 'Q2082879', | q = 'Q2082879', | ||
label = 'PMID', | label = 'PMID', | ||
| שורה 2,460: | שורה 2,253: | ||
encode = false, | encode = false, | ||
separator = ' ', | separator = ' ', | ||
id_limit = | id_limit = 37900000, | ||
}, | }, | ||
['RFC'] = { | ['RFC'] = { | ||
| שורה 2,472: | שורה 2,265: | ||
encode = false, | encode = false, | ||
separator = ' ', | separator = ' ', | ||
id_limit = | id_limit = 9300, | ||
access = 'free', -- free to read | access = 'free', -- free to read | ||
}, | }, | ||
| שורה 2,487: | שורה 2,280: | ||
parameters = {'ssrn', 'SSRN'}, | parameters = {'ssrn', 'SSRN'}, | ||
link = 'Social Science Research Network', | link = 'Social Science Research Network', | ||
redirect = 'SSRN | redirect = 'SSRN', | ||
q = 'Q7550801', | q = 'Q7550801', | ||
label = 'SSRN', | label = 'SSRN', | ||
| שורה 2,494: | שורה 2,287: | ||
encode = true, | encode = true, | ||
separator = ' ', | separator = ' ', | ||
id_limit = | id_limit = 4600000, | ||
custom_access = 'ssrn-access', | custom_access = 'ssrn-access', | ||
}, | }, | ||
| שורה 2,500: | שורה 2,293: | ||
parameters = {'s2cid', 'S2CID'}, | parameters = {'s2cid', 'S2CID'}, | ||
link = 'Semantic Scholar', | link = 'Semantic Scholar', | ||
-- redirect = 'S2CID (identifier)', | |||
q = 'Q22908627', | q = 'Q22908627', | ||
label = 'S2CID', | label = 'S2CID', | ||
| שורה 2,507: | שורה 2,300: | ||
encode = false, | encode = false, | ||
separator = ' ', | separator = ' ', | ||
id_limit = | id_limit = 262000000, | ||
custom_access = 's2cid-access', | custom_access = 's2cid-access', | ||
}, | }, | ||
| שורה 2,513: | שורה 2,306: | ||
parameters = {'message-id'}, | parameters = {'message-id'}, | ||
link = 'Usenet', | link = 'Usenet', | ||
redirect = 'Usenet | redirect = 'Usenet', | ||
q = 'Q193162', | q = 'Q193162', | ||
label = 'Usenet:', | label = 'Usenet:', | ||
| שורה 2,524: | שורה 2,317: | ||
parameters = {'zbl', 'ZBL' }, | parameters = {'zbl', 'ZBL' }, | ||
link = 'Zentralblatt MATH', | link = 'Zentralblatt MATH', | ||
-- redirect = 'Zbl (identifier)', | |||
q = 'Q190269', | q = 'Q190269', | ||
label = 'Zbl', | label = 'Zbl', | ||
| שורה 2,543: | שורה 2,336: | ||
date_name_auto_xlate_enable = date_name_auto_xlate_enable, | date_name_auto_xlate_enable = date_name_auto_xlate_enable, | ||
date_digit_auto_xlate_enable = date_digit_auto_xlate_enable, | date_digit_auto_xlate_enable = date_digit_auto_xlate_enable, | ||
-- tables and variables created when this module is loaded | -- tables and variables created when this module is loaded | ||
| שורה 2,550: | שורה 2,342: | ||
punct_skip = build_skip_table (punct_skip, punct_meta_params), | punct_skip = build_skip_table (punct_skip, punct_meta_params), | ||
url_skip = build_skip_table (url_skip, url_meta_params), | url_skip = build_skip_table (url_skip, url_meta_params), | ||
aliases = aliases, | aliases = aliases, | ||
special_case_translation = special_case_translation, | special_case_translation = special_case_translation, | ||
| שורה 2,561: | שורה 2,350: | ||
editor_markup_patterns = editor_markup_patterns, | editor_markup_patterns = editor_markup_patterns, | ||
et_al_patterns = et_al_patterns, | et_al_patterns = et_al_patterns, | ||
id_handlers = id_handlers, | id_handlers = id_handlers, | ||
keywords_lists = keywords_lists, | keywords_lists = keywords_lists, | ||
| שורה 2,586: | שורה 2,374: | ||
vol_iss_pg_patterns = vol_iss_pg_patterns, | vol_iss_pg_patterns = vol_iss_pg_patterns, | ||
single_letter_2nd_lvl_domains_t = single_letter_2nd_lvl_domains_t, | single_letter_2nd_lvl_domains_t = single_letter_2nd_lvl_domains_t, | ||
inter_wiki_map = inter_wiki_map, | inter_wiki_map = inter_wiki_map, | ||
רעדאגירונגען