۵۴۶
ویرایش
(صفحهای تازه حاوی « local citation_config = {}; -- override <code>...</code> styling to remove color, border, and padding. <code> css is specified here: --...» ایجاد کرد) |
بدون خلاصۀ ویرایش |
||
خط ۱: | خط ۱: | ||
citation_config = {}; | |||
-- override <code>...</code> styling to remove color, border, and padding. <code> css is specified here: | -- override <code>...</code> styling to remove color, border, and padding. <code> css is specified here: | ||
خط ۱۳: | خط ۱۳: | ||
]] | ]] | ||
citation_config.uncategorized_namespaces = { 'User', 'Talk', 'User_talk', 'Wikipedia_talk', 'File_talk', 'Template_talk', | |||
'Help_talk', 'Category_talk', 'Portal_talk', 'Book_talk', 'Draft', 'Draft_talk', 'Education_Program_talk', | 'Help_talk', 'Category_talk', 'Portal_talk', 'Book_talk', 'Draft', 'Draft_talk', 'Education_Program_talk', | ||
'Module_talk', 'MediaWiki_talk' }; | 'Module_talk', 'MediaWiki_talk' }; | ||
--[[--------------------------< M E S S A G E S >-------------------------------------------------------------- | --[[--------------------------< M E S S A G E S >-------------------------------------------------------------- | ||
خط ۲۹: | خط ۲۸: | ||
]] | ]] | ||
citation_config.messages = { | |||
['published'] = 'published $1', | |||
['lay summary'] = 'Lay summary', | |||
['retrieved'] = 'Retrieved $1', | |||
['inactive'] = 'inactive', | |||
['archived-dead'] = 'Archived from $1 on $2', | |||
['archived-not-dead'] = '$1 from the original on $2', | |||
['archived-missing'] = 'Archived from the original$1 on $2', | |||
['archived'] = 'Archived', | |||
['original'] = 'the original', | |||
['editor'] = 'ed.', | |||
['editors'] = 'eds.', | |||
['edition'] = '($1 ed.)', | |||
['episode'] = 'episode', | |||
['season'] = 'season', | |||
['series'] = 'series', | |||
['cartography'] = 'Cartography by $1', | |||
['section'] = 'Section $1', | |||
['inset'] = '$1 inset', | |||
['written'] = 'Written at $1', | |||
['in'] = 'In', | |||
['et al'] = 'et al.', | |||
['subscription'] = '<span style="font-size:0.95em; font-size:90%; color:#555">(subscription required (<span title="Sources are not required to be available online. Online sources do not have to be freely available. The site may require a paid subscription." style="border-bottom:1px dotted;cursor:help">help</span>))</span>' .. | |||
'[[رده:صفحههای دارای پیوند به مطالب نیازمند حق اشتراک]]', | |||
['registration']='<span style="font-size:0.95em; font-size:90%; color:#555">(registration required (<span title="Sources are not required to be available online. Online sources do not have to be freely available. The site may require registration." style="border-bottom:1px dotted;cursor:help">help</span>))</span>' .. | |||
'[[رده:صفحهها با منبع یا ارجاع نیازمند ثبت ورود]]', | |||
['language'] = '(in $1)', | |||
['via'] = " – via $1", | |||
['event'] = 'Event occurs at', | |||
['minutes'] = 'minutes in', | |||
['parameter-separator'] = ', ', | |||
['parameter-final-separator'] = ', and ', | |||
['parameter-pair-separator'] = ' and ', | |||
-- Determines the location of the help page | |||
['help page link'] = 'Help:CS1 errors', | |||
['help page label'] = 'help', | |||
-- Internal errors (should only occur if configuration is bad) | |||
['undefined_error'] = 'Called with an undefined error condition', | |||
['unknown_manual_ID'] = 'Unrecognized manual ID mode', | |||
['unknown_ID_mode'] = 'Unrecognized ID mode', | |||
['unknown_argument_map'] = 'Argument map not defined for this variable', | |||
['bare_url_no_origin'] = 'Bare url found but origin indicator is nil or empty', | |||
} | } | ||
خط ۱۱۰: | خط ۸۴: | ||
]] | ]] | ||
citation_config.presentation = | |||
{ | { | ||
-- Error output | -- Error output | ||
خط ۱۲۲: | خط ۹۶: | ||
['bdi'] = '<bdi$1>$2</bdi>', -- bidirectional isolation used with |script-title= and the like | ['bdi'] = '<bdi$1>$2</bdi>', -- bidirectional isolation used with |script-title= and the like | ||
['italic-title'] = "''$1''", | ['italic-title'] = "''$1''", | ||
خط ۱۳۶: | خط ۱۰۳: | ||
['nowrap1'] = '<span class="nowrap">$1</span>', -- for nowrapping an item: <span ...>yyyy-mm-dd</span> | ['nowrap1'] = '<span class="nowrap">$1</span>', -- for nowrapping an item: <span ...>yyyy-mm-dd</span> | ||
['nowrap2'] = '<span class="nowrap">$1</span> $2', -- for nowrapping portions of an item: <span ...>dd mmmm</span> yyyy (note white space) | ['nowrap2'] = '<span class="nowrap">$1</span> $2', -- for nowrapping portions of an item: <span ...>dd mmmm</span> yyyy (note white space) | ||
['parameter'] = '<code style="'..code_style..'">|$1=</code>', | ['parameter'] = '<code style="'..code_style..'">|$1=</code>', | ||
خط ۱۴۶: | خط ۱۱۱: | ||
['trans-italic-title'] = "[''$1'']", | ['trans-italic-title'] = "[''$1'']", | ||
['trans-quoted-title'] = "[$1]", | ['trans-quoted-title'] = "[$1]", | ||
} | } | ||
--[[--------------------------< A L I A S E S >---------------------------------------------------------------- | --[[--------------------------< A L I A S E S >---------------------------------------------------------------- | ||
خط ۱۵۶: | خط ۱۱۹: | ||
]] | ]] | ||
citation_config.aliases = { | |||
['AccessDate'] = {'access-date', 'accessdate'}, | ['AccessDate'] = {'access-date', 'accessdate'}, | ||
['Agency'] = 'agency', | ['Agency'] = 'agency', | ||
['AirDate'] = {'air-date', 'airdate'}, | ['AirDate'] = {'air-date', 'airdate'}, | ||
['ArchiveDate'] = {'archive-date', 'archivedate'}, | ['ArchiveDate'] = {'archive-date', 'archivedate'}, | ||
['ArchiveURL'] = {'archive-url', 'archiveurl'}, | ['ArchiveURL'] = {'archive-url', 'archiveurl'}, | ||
['ASINTLD'] = {'ASIN-TLD', 'asin-tld'}, | ['ASINTLD'] = {'ASIN-TLD', 'asin-tld'}, | ||
['At'] = 'at', | ['At'] = 'at', | ||
['Authors'] = {'authors', 'people', 'host', ' | ['Authors'] = {'authors', 'people', 'host'}, | ||
['AuthorFormat'] = {'author-format', 'authorformat'}, -- deprecated in favor of NameListFormat; | |||
['AuthorSeparator'] = 'author-separator', -- deprecated | |||
['AuthorNameSeparator'] = 'author-name-separator', -- deprecated | |||
['BookTitle'] = {'book-title', 'booktitle'}, | ['BookTitle'] = {'book-title', 'booktitle'}, | ||
['Callsign'] = {'call-sign', 'callsign'}, -- cite interview | ['Callsign'] = {'call-sign', 'callsign'}, -- cite interview | ||
['Cartography'] = 'cartography', | ['Cartography'] = 'cartography', | ||
['Chapter'] = {'chapter', 'contribution', 'entry', 'article', 'section'}, | ['Chapter'] = {'chapter', 'contribution', 'entry', 'article', 'section'}, | ||
['ChapterFormat'] = | ['ChapterFormat'] = 'chapter-format'; | ||
['ChapterLink'] = {'chapter-link', 'chapterlink'}, -- deprecated; remove after 1 January 2015? | |||
['ChapterURL'] = {'chapter-url', 'chapterurl', 'contribution-url', 'contributionurl', 'section-url', 'sectionurl'}, | ['ChapterURL'] = {'chapter-url', 'chapterurl', 'contribution-url', 'contributionurl', 'section-url', 'sectionurl'}, | ||
['City'] = 'city', -- cite interview | ['City'] = 'city', -- cite interview | ||
['Coauthors'] = {'coauthors', 'coauthor'}, -- coauthor and coauthors are deprecated; remove after 1 January 2015? | ['Coauthors'] = {'coauthors', 'coauthor'}, -- coauthor and coauthors are deprecated; remove after 1 January 2015? | ||
['Conference'] = {'conference', 'event'}, | ['Conference'] = {'conference', 'event'}, | ||
['ConferenceURL'] = {'conference-url', 'conferenceurl', 'event-url', 'eventurl'}, | ['ConferenceURL'] = {'conference-url', 'conferenceurl', 'event-url', 'eventurl'}, | ||
['Date'] = 'date', | |||
['Date'] = | |||
['DeadURL'] = {'dead-url', 'deadurl'}, | ['DeadURL'] = {'dead-url', 'deadurl'}, | ||
['Degree'] = 'degree', | ['Degree'] = 'degree', | ||
['DisplayAuthors'] = {'display-authors', 'displayauthors'}, | ['DisplayAuthors'] = {'display-authors', 'displayauthors'}, | ||
['DisplayEditors'] = {'display-editors', 'displayeditors'}, | ['DisplayEditors'] = {'display-editors', 'displayeditors'}, | ||
['Docket'] = 'docket', | ['Docket'] = 'docket', | ||
['DoiBroken'] = {'doi-broken', 'doi-broken-date', 'doi-inactive-date', 'doi_brokendate', 'doi_inactivedate'}, | ['DoiBroken'] = {'doi-broken', 'doi-broken-date', 'doi-inactive-date', 'DoiBroken', 'doi_brokendate', 'doi_inactivedate'}, | ||
['Edition'] = 'edition', | ['Edition'] = 'edition', | ||
['Editors'] = 'editors', | ['Editors'] = 'editors', | ||
['Embargo'] = 'embargo', | ['EditorFormat'] = {'editor-format', 'editorformat'}, -- deprecated in favor of NameListFormat; | ||
['EditorSeparator'] = 'editor-separator', -- deprecated | |||
['EditorNameSeparator'] = 'editor-name-separator', -- deprecated | |||
['Embargo'] = {'Embargo', 'embargo'}, | |||
['Encyclopedia'] = {'encyclopedia', 'encyclopaedia'}, -- this one only used by citation | ['Encyclopedia'] = {'encyclopedia', 'encyclopaedia'}, -- this one only used by citation | ||
['Format'] = 'format', | ['Format'] = 'format', | ||
['ID'] = {'id', 'ID'}, | ['ID'] = {'id', 'ID'}, | ||
خط ۲۰۱: | خط ۱۶۴: | ||
['LastAuthorAmp'] = {'last-author-amp', 'lastauthoramp'}, | ['LastAuthorAmp'] = {'last-author-amp', 'lastauthoramp'}, | ||
['LayDate'] = {'lay-date', 'laydate'}, | ['LayDate'] = {'lay-date', 'laydate'}, | ||
['LaySource'] = {'lay-source', 'laysource'}, | ['LaySource'] = {'lay-source', 'laysource'}, | ||
['LayURL'] = {'lay-url', 'lay-summary', 'layurl', 'laysummary'}, | ['LayURL'] = {'lay-url', 'lay-summary', 'layurl', 'laysummary'}, | ||
['MailingList'] = {'mailinglist', 'mailing-list'}, | ['MailingList'] = {'mailinglist', 'mailing-list'}, -- cite mailing list only | ||
['MessageID'] = 'message-id', | ['MessageID'] = 'message-id', | ||
['Minutes'] = 'minutes', | ['Minutes'] = 'minutes', | ||
['Mode'] = 'mode', | ['Mode'] = 'mode', | ||
['NameListFormat'] = 'name-list-format', | ['Month'] = 'month', -- deprecated; remove after 1 January 2015? | ||
['NameListFormat'] = {'name-list-format', 'author-format', 'authorformat', 'editor-format', 'editorformat'}, | |||
['NameSeparator'] = 'name-separator', -- deprecated | |||
['Network'] = 'network', | ['Network'] = 'network', | ||
['NoPP'] = {'no-pp', 'nopp'}, | ['NoPP'] = {'no-pp', 'nopp'}, | ||
['NoTracking'] = {'template-doc-demo', 'template doc demo', 'no-cat', 'nocat', | ['NoTracking'] = {'template-doc-demo', 'template doc demo', 'no-cat', 'nocat', | ||
'no-tracking', 'notracking'}, | 'no-tracking', 'notracking'}, | ||
['OrigYear'] = {'orig-year', 'origyear'}, | ['OrigYear'] = {'orig-year', 'origyear'}, | ||
['Others'] = {'others', 'interviewer', 'interviewers'}, | ['Others'] = {'others', 'interviewer', 'interviewers'}, | ||
خط ۲۲۲: | خط ۱۸۲: | ||
['Pages'] = {'pp', 'pages'}, | ['Pages'] = {'pp', 'pages'}, | ||
['Periodical'] = {'journal', 'newspaper', 'magazine', 'work', | ['Periodical'] = {'journal', 'newspaper', 'magazine', 'work', | ||
'website', 'periodical', 'encyclopedia', 'encyclopaedia', 'dictionary | 'website', 'periodical', 'encyclopedia', 'encyclopaedia', 'dictionary'}, | ||
['Place'] = {'place', 'location'}, | ['Place'] = {'place', 'location'}, | ||
['PPrefix'] = {'p-prefix', 'PPrefix'}, | |||
['PPPrefix'] = {'pp-prefix', 'PPPrefix'}, | |||
['Program'] = 'program', -- cite interview | ['Program'] = 'program', -- cite interview | ||
['PostScript'] = 'postscript', | ['PostScript'] = 'postscript', | ||
خط ۲۳۰: | خط ۱۹۲: | ||
['PublisherName'] = {'publisher', 'distributor', 'institution', 'newsgroup'}, | ['PublisherName'] = {'publisher', 'distributor', 'institution', 'newsgroup'}, | ||
['Quote'] = {'quote', 'quotation'}, | ['Quote'] = {'quote', 'quotation'}, | ||
['Ref'] = 'ref', | ['Ref'] = {'ref', 'Ref'}, | ||
['RegistrationRequired'] = 'registration', | ['RegistrationRequired'] = 'registration', | ||
['Scale'] = 'scale', | ['Scale'] = 'scale', | ||
['ScriptTitle'] = 'script-title', | ['ScriptTitle'] = 'script-title', | ||
['Section'] = 'section', | ['Section'] = 'section', | ||
['Season'] = 'season', | ['Season'] = 'season', | ||
[' | ['Separator'] = 'separator', -- deprecated in favor of Mode | ||
['Series'] = {'series', 'version'}, | ['Series'] = {'series', 'version'}, | ||
['SeriesSeparator'] = 'series-separator', | ['SeriesSeparator'] = 'series-separator', | ||
['SeriesLink'] = {'series-link', 'serieslink'}, | ['SeriesLink'] = {'series-link', 'serieslink'}, | ||
['SeriesNumber'] = {'series-number', 'series-no', 'seriesnumber', 'seriesno'}, | ['SeriesNumber'] = {'series-number', 'series-no', 'seriesnumber', 'seriesno'}, | ||
['Station'] = 'station', | ['Station'] = 'station', | ||
['SubscriptionRequired'] = 'subscription', | ['SubscriptionRequired'] = 'subscription', | ||
خط ۲۵۳: | خط ۲۱۲: | ||
['TitleType'] = {'type', 'medium'}, | ['TitleType'] = {'type', 'medium'}, | ||
['TransChapter'] = {'trans-chapter', 'trans_chapter'}, | ['TransChapter'] = {'trans-chapter', 'trans_chapter'}, | ||
['Transcript'] = 'transcript', | ['Transcript'] = 'transcript', | ||
['TranscriptURL'] = {'transcript-url', 'transcripturl'}, | ['TranscriptURL'] = {'transcript-url', 'transcripturl'}, | ||
['TransTitle'] = {'trans-title', 'trans_title'}, | ['TransTitle'] = {'trans-title', 'trans_title'}, | ||
['URL'] = {'url', 'URL'}, | ['URL'] = {'url', 'URL'}, | ||
['Via'] = 'via', | ['Via'] = 'via', | ||
['Volume'] = 'volume', | ['Volume'] = 'volume', | ||
['Year'] = 'year', | ['Year'] = 'year', | ||
['AuthorList-First'] = {"first | ['AuthorList-First'] = {"author#-first", "author-first#", | ||
['AuthorList-Last'] = {"last#", " | "first#", "given#"}, | ||
['AuthorList-Link'] = {" | ['AuthorList-Last'] = {"author#-last", "author-last#", | ||
['AuthorList-Mask'] = {"author-mask | "last#", "surname#", "Author#", "author#", "authors#", "subject#"}, | ||
['AuthorList-Link'] = {"author#-link", "author-link#", | |||
"author#link", "authorlink#", "subject-link#", "subject#link", "subject#-link", "subjectlink#"}, | |||
['AuthorList-Mask'] = {"author#-mask", "author-mask#", | |||
"author#mask", "authormask#"}, | |||
[' | ['EditorList-First'] = {"editor#-first", | ||
"editor-first#", "editor#-given", "editor-given#", "EditorGiven#"}, | |||
['EditorList-Last'] = {"editor#-last", "editor-last#", | |||
"editor#-surname", "editor-surname#", "EditorSurname#", "Editor#", "editor#", "editors#"}, | |||
['EditorList-Link'] = {"editor#-link", "editor-link#", | |||
"editor#link", "editorlink#"}, | |||
['EditorList-Last'] = {"editor#", "editor-last#", "editor#- | ['EditorList-Mask'] = {"editor#-mask", "editor-mask#", | ||
['EditorList-Link'] = {"editor-link | "editor#mask", "editormask#"}, | ||
['EditorList-Mask'] = {"editor-mask | |||
} | } | ||
-- | -- Default parameter values | ||
citation_config.defaults = { | |||
Default parameter values | |||
['DeadURL'] = 'yes', | ['DeadURL'] = 'yes', | ||
['PPrefix'] = "p. ", | |||
['PPPrefix'] = "pp. ", | |||
} | } | ||
--[[--------------------------< E R R O R _ C O N D I T I O N S >---------------------------------------------- | --[[--------------------------< E R R O R _ C O N D I T I O N S >---------------------------------------------- | ||
Error condition table | Error condition table | ||
The following contains a list of IDs for various error conditions defined in the code. For each ID, we specify a | The following contains a list of IDs for various error conditions defined in the | ||
text message to display, an error category to include, and whether the error message should be wrapped as a hidden comment. | code. For each ID, we specify a text message to display, an error category to | ||
include, and whether the error message should be wrapped as a hidden comment. | |||
Anchor changes require identical changes to matching anchor in Help:CS1 errors | Anchor changes require identical changes to matching anchor in Help:CS1 errors | ||
خط ۴۶۱: | خط ۲۵۸: | ||
]] | ]] | ||
citation_config.error_conditions = { | |||
accessdate_missing_url = { | accessdate_missing_url = { | ||
message = '<code style="'..code_style..'">| | message = '<code style="'..code_style..'">|accessdate=</code> requires <code style="'..code_style..'">|url=</code>', | ||
anchor = 'accessdate_missing_url', | anchor = 'accessdate_missing_url', | ||
category = ' | category = 'یادکردهای وب دارای تاریخ بازبینی بدون نشانی اینترنتی', | ||
hidden = true }, | hidden = true }, | ||
archive_missing_date = { | archive_missing_date = { | ||
message = '<code style="'..code_style..'">| | message = '<code style="'..code_style..'">|archiveurl=</code> requires <code style="'..code_style..'">|archivedate=</code>', | ||
anchor = 'archive_missing_date', | anchor = 'archive_missing_date', | ||
category = ' | category = 'صفحههای دارای خطا در نشانی بایگانی', | ||
hidden = false }, | hidden = false }, | ||
archive_missing_url = { | archive_missing_url = { | ||
message = '<code style="'..code_style..'">| | message = '<code style="'..code_style..'">|archiveurl=</code> requires <code style="'..code_style..'">|url=</code>', | ||
anchor = 'archive_missing_url', | anchor = 'archive_missing_url', | ||
category = ' | category = 'صفحههای دارای خطا در نشانی بایگانی', | ||
hidden = false }, | hidden = false }, | ||
bad_arxiv = { | bad_arxiv = { | ||
message = 'Check <code style="'..code_style..'">|arxiv=</code> value', | message = 'Check <code style="'..code_style..'">|arxiv=</code> value', | ||
anchor = 'bad_arxiv', | anchor = 'bad_arxiv', | ||
category = ' | category = 'خطاهای شیوه یادکرد 1: arXiv', | ||
hidden = false }, | hidden = false }, | ||
bad_asin = { | bad_asin = { | ||
message = 'Check <code style="'..code_style..'">|asin=</code> value', | message = 'Check <code style="'..code_style..'">|asin=</code> value', | ||
anchor = 'bad_asin', | anchor = 'bad_asin', | ||
category =' | category ='خطاهای شیوه یادکرد 1: ASIN', | ||
hidden = false }, | hidden = false }, | ||
bad_authorlink = { | |||
message = 'Check <code style="'..code_style..'">| | message = 'Check <code style="'..code_style..'">|authorlink=</code> value', | ||
anchor = ' | anchor = 'bad_authorlink', | ||
category = ' | category = 'خطاهای شیوه یادکرد 1: authorlink', | ||
hidden = false }, | hidden = false }, | ||
bad_date = { | bad_date = { | ||
message = 'Check date values in: <code style="'..code_style..'">$1</code>', | message = 'Check date values in: <code style="'..code_style..'">$1</code>', | ||
anchor = 'bad_date', | anchor = 'bad_date', | ||
category = ' | category = 'خطای یادکرد: تاریخ', | ||
hidden = false }, | hidden = false }, | ||
bad_doi = { | bad_doi = { | ||
message = 'Check <code style="'..code_style..'">|doi=</code> value', | message = 'Check <code style="'..code_style..'">|doi=</code> value', | ||
anchor = 'bad_doi', | anchor = 'bad_doi', | ||
category = ' | category = 'صفحههایی دارای خطای DOI', | ||
hidden = false }, | hidden = false }, | ||
bad_isbn = { | bad_isbn = { | ||
message = ' | message = '', | ||
anchor = 'bad_isbn', | anchor = 'bad_isbn', | ||
category = ' | category = 'صفحههایی که کد ISBN خطا دارد', | ||
hidden = false }, | hidden = false }, | ||
bad_issn = { | bad_issn = { | ||
message = 'Check <code style="'..code_style..'">| | message = 'Check <code style="'..code_style..'">|issn=</code> value', | ||
anchor = 'bad_issn', | anchor = 'bad_issn', | ||
category = ' | category = 'خطای یادکرد: ISSN', | ||
hidden = false }, | hidden = false }, | ||
bad_lccn = { | bad_lccn = { | ||
message = 'Check <code style="'..code_style..'">|lccn=</code> value', | message = 'Check <code style="'..code_style..'">|lccn=</code> value', | ||
anchor = 'bad_lccn', | anchor = 'bad_lccn', | ||
category = ' | category = 'خطاهای شیوه یادکرد 1: LCCN', | ||
hidden = false }, | hidden = false }, | ||
bad_message_id = { | bad_message_id = { | ||
message = 'Check <code style="'..code_style..'">|message-id=</code> value', | message = 'Check <code style="'..code_style..'">|message-id=</code> value', | ||
anchor = 'bad_message_id', | anchor = 'bad_message_id', | ||
category = ' | category = 'خطاهای شیوه یادکرد 1: message-id', | ||
hidden = false }, | hidden = false }, | ||
bad_ol = { | bad_ol = { | ||
message = 'Check <code style="'..code_style..'">|ol=</code> value', | message = 'Check <code style="'..code_style..'">|ol=</code> value', | ||
anchor = 'bad_ol', | anchor = 'bad_ol', | ||
category = ' | category = 'خطاهای شیوه یادکرد 1: OL', | ||
hidden = false }, | hidden = false }, | ||
bad_pmc = { | bad_pmc = { | ||
message = 'Check <code style="'..code_style..'">|pmc=</code> value', | message = 'Check <code style="'..code_style..'">|pmc=</code> value', | ||
anchor = 'bad_pmc', | anchor = 'bad_pmc', | ||
category = ' | category = 'خطاهای شیوه یادکرد 1: PMC', | ||
hidden = false }, | hidden = false }, | ||
bad_pmid = { | bad_pmid = { | ||
message = 'Check <code style="'..code_style..'">|pmid=</code> value', | message = 'Check <code style="'..code_style..'">|pmid=</code> value', | ||
anchor = 'bad_pmid', | anchor = 'bad_pmid', | ||
category = ' | category = 'خطاهای شیوه یادکرد 1: PMID', | ||
hidden = false }, | hidden = false }, | ||
bad_url = { | bad_url = { | ||
message = 'Check | message = 'Check <code style="'..code_style..'">|url=</code> scheme', | ||
anchor = 'bad_url', | anchor = 'bad_url', | ||
category = ' | category = 'صفحههایی که نشانیشان خطا دارد', | ||
hidden = false }, | hidden = false }, | ||
bare_url_missing_title = { | bare_url_missing_title = { | ||
message = '$1 missing title', | message = '$1 missing title', | ||
anchor = 'bare_url_missing_title', | anchor = 'bare_url_missing_title', | ||
category = ' | category = 'صفحههای دارای ارجاعی که پیوند اینترنتیشان برهنه است', | ||
hidden = false }, | hidden = false }, | ||
chapter_ignored = { | chapter_ignored = { | ||
message = '<code style="'..code_style..'">| | message = '<code style="'..code_style..'">|chapter=</code> ignored', | ||
anchor = 'chapter_ignored', | anchor = 'chapter_ignored', | ||
category = ' | category = 'خطاهای شیوه یادکرد 1: قسمت دارای خطا', | ||
hidden = false }, | hidden = false }, | ||
citation_missing_title = { | citation_missing_title = { | ||
message = 'Missing or empty <code style="'..code_style..'">| | message = 'Missing or empty <code style="'..code_style..'">|title=</code>', | ||
anchor = 'citation_missing_title', | anchor = 'citation_missing_title', | ||
category = ' | category = 'صفحههای دارای یادکرد بدون عنوان یادکرد', | ||
hidden = false }, | hidden = false }, | ||
cite_web_url = { -- this error applies to cite web and to cite podcast | cite_web_url = { -- this error applies to cite web and to cite podcast | ||
message = 'Missing or empty <code style="'..code_style..'">|url=</code>', | message = 'Missing or empty <code style="'..code_style..'">|url=</code>', | ||
anchor = 'cite_web_url', | anchor = 'cite_web_url', | ||
category = ' | category = 'یادکردهای وب بدون نشانی اینترنتی', | ||
hidden = true }, | hidden = true }, | ||
coauthors_missing_author = { | coauthors_missing_author = { | ||
message = '<code style="'..code_style..'">|coauthors=</code> requires <code style="'..code_style..'">|author=</code>', | message = '<code style="'..code_style..'">|coauthors=</code> requires <code style="'..code_style..'">|author=</code>', | ||
anchor = 'coauthors_missing_author', | anchor = 'coauthors_missing_author', | ||
category = ' | category = 'خطای یادکرد: همکار بدون نویسنده اصلی', | ||
hidden = false }, | hidden = false }, | ||
deprecated_params = { | deprecated_params = { | ||
message = 'Cite uses deprecated parameter <code style="'..code_style..'">|$1=</code>', | message = 'Cite uses deprecated parameter <code style="'..code_style..'">|$1=</code>', | ||
anchor = 'deprecated_params', | anchor = 'deprecated_params', | ||
category = ' | category = 'صفحههای دارای یادکرد بیاستفاده', | ||
hidden = | hidden = true }, | ||
empty_citation = { | empty_citation = { | ||
message = 'Empty citation', | message = 'Empty citation', | ||
anchor = 'empty_citation', | anchor = 'empty_citation', | ||
category = ' | category = 'صفحههایی با یادکردهای خالی', | ||
hidden = false }, | |||
extra_pages = { | |||
message = 'Extra <code style="'..code_style..'">|pages=</code> or <code style="'..code_style..'">|at=</code>', | |||
anchor = 'extra_pages', | |||
category = 'صفحههای دارای ارجاع با متغیر تکراری', | |||
hidden = false }, | hidden = false }, | ||
first_missing_last = { | first_missing_last = { | ||
message = '<code style="'..code_style..'">|first$2=</code> missing <code style="'..code_style..'">|last$2=</code> in $1', | message = '<code style="'..code_style..'">|first$2=</code> missing <code style="'..code_style..'">|last$2=</code> in $1', | ||
anchor = 'first_missing_last', | anchor = 'first_missing_last', | ||
category = ' | category = 'خطاهای شیوه یادکرد 1: بدون نویسنده یا ویراستار', | ||
hidden = false }, | hidden = false }, | ||
format_missing_url = { | format_missing_url = { | ||
message = '<code style="'..code_style..'">|$1=</code> requires <code style="'..code_style..'">|$2=</code>', | message = '<code style="'..code_style..'">|$1=</code> requires <code style="'..code_style..'">|$2=</code>', | ||
anchor = 'format_missing_url', | anchor = 'format_missing_url', | ||
category = ' | category = 'صفحههای دارای ارجاع با ساختار ولی بدون نشانی', | ||
hidden = true }, | |||
implict_etal_editor = { | |||
message = '<code style="'..code_style..'">|displayeditors=</code> suggested', | |||
anchor = 'displayeditors', | |||
category = 'صفحات دارای یادکرد با شیوه قدیمی', | |||
hidden = true }, | hidden = true }, | ||
invalid_param_val = { | invalid_param_val = { | ||
message = 'Invalid <code style="'..code_style..'">|$1=$2</code>', | message = 'Invalid <code style="'..code_style..'">|$1=$2</code>', | ||
anchor = 'invalid_param_val', | anchor = 'invalid_param_val', | ||
category = ' | category = 'خطاهای شیوه یادکرد 1: invalid mode', | ||
hidden = false }, | hidden = false }, | ||
missing_name = { | missing_name = { | ||
message = 'Missing <code style="'..code_style..'">|last$2=</code> in $1', | message = 'Missing <code style="'..code_style..'">|last$2=</code> in $1', | ||
anchor = 'missing_name', | anchor = 'missing_name', | ||
category = ' | category = 'خطاهای شیوه یادکرد 1: بدون نویسنده یا ویراستار', | ||
hidden = false }, | hidden = false }, | ||
parameter_ignored = { | parameter_ignored = { | ||
message = 'Unknown parameter <code style="'..code_style..'">|$1=</code> ignored', | message = 'Unknown parameter <code style="'..code_style..'">|$1=</code> ignored', | ||
anchor = 'parameter_ignored', | anchor = 'parameter_ignored', | ||
category = ' | category = 'صفحههای دارای ارجاع با پارامتر پشتیبانینشده', | ||
hidden = false }, | hidden = false }, | ||
parameter_ignored_suggest = { | parameter_ignored_suggest = { | ||
message = 'Unknown parameter <code style="'..code_style..'">|$1=</code> ignored (<code style="'..code_style..'">|$2=</code> suggested)', | message = 'Unknown parameter <code style="'..code_style..'">|$1=</code> ignored (<code style="'..code_style..'">|$2=</code> suggested)', | ||
anchor = 'parameter_ignored_suggest', | anchor = 'parameter_ignored_suggest', | ||
category = ' | category = 'صفحههای دارای ارجاع با پارامتر پشتیبانینشده', | ||
hidden = false }, | hidden = false }, | ||
redundant_parameters = { | redundant_parameters = { | ||
message = 'More than one of $1 specified', | message = 'More than one of $1 specified', | ||
anchor = 'redundant_parameters', | anchor = 'redundant_parameters', | ||
category = ' | category = 'صفحههای دارای ارجاع با متغیر تکراری', | ||
hidden = false }, | hidden = false }, | ||
text_ignored = { | text_ignored = { | ||
message = 'Text "$1" ignored', | message = 'Text "$1" ignored', | ||
anchor = 'text_ignored', | anchor = 'text_ignored', | ||
category = 'Pages with citations using | category = 'صفحههایی که ارجاعهایشان که متغییرشان بینام است', | ||
hidden = false }, | |||
trans_missing_chapter = { | |||
message = '<code style="'..code_style..'">|trans-chapter=</code> requires <code style="'..code_style..'">|chapter=</code>', | |||
anchor = 'trans_missing_chapter', | |||
category = 'Pages with citations using translated terms without the original', | |||
hidden = false }, | hidden = false }, | ||
trans_missing_title = { | trans_missing_title = { | ||
message = '<code style="'..code_style..'">|trans- | message = '<code style="'..code_style..'">|trans-title=</code> requires <code style="'..code_style..'">|title=</code>', | ||
anchor = 'trans_missing_title', | anchor = 'trans_missing_title', | ||
category = ' | category = 'Pages with citations using translated terms without the original', | ||
hidden = false }, | hidden = false }, | ||
wikilink_in_url = { | wikilink_in_url = { | ||
message = ' | message = 'Wikilink embedded in URL title', | ||
anchor = 'wikilink_in_url', | anchor = 'wikilink_in_url', | ||
category = ' | category = 'یادکردهای دارای نشانی اینترنتی که پیوند میانویکی دارند', | ||
hidden = false }, | hidden = false }, | ||
} | } | ||
citation_config.id_handlers = { | |||
['ARXIV'] = { | ['ARXIV'] = { | ||
parameters = {'arxiv', 'ARXIV | parameters = {'arxiv', 'ARXIV'}, | ||
link = 'arXiv', | link = 'arXiv', | ||
label = 'arXiv', | label = 'arXiv', | ||
mode = 'manual', | mode = 'manual', | ||
prefix = '//arxiv.org/abs/', | prefix = '//arxiv.org/abs/', -- protocol relative tested 2013-09-04 | ||
encode = false, | encode = false, | ||
COinS = 'info:arxiv', | COinS = 'info:arxiv', | ||
separator = ':', | separator = ':', | ||
}, | }, | ||
['ASIN'] = { | ['ASIN'] = { | ||
خط ۷۲۶: | خط ۴۵۷: | ||
label = 'ASIN', | label = 'ASIN', | ||
mode = 'manual', | mode = 'manual', | ||
COinS = 'info:asin', | |||
separator = ' ', | separator = ' ', | ||
encode = false; | encode = false; | ||
خط ۷۳۵: | خط ۴۶۵: | ||
link = 'Bibcode', | link = 'Bibcode', | ||
label = 'Bibcode', | label = 'Bibcode', | ||
mode = 'external', | |||
prefix = 'http://adsabs.harvard.edu/abs/', | prefix = 'http://adsabs.harvard.edu/abs/', | ||
encode = false, | encode = false, | ||
خط ۷۴۹: | خط ۴۷۸: | ||
prefix = '//dx.doi.org/', | prefix = '//dx.doi.org/', | ||
COinS = 'info:doi', | COinS = 'info:doi', | ||
separator = ':', | separator = ':', | ||
encode = true, | encode = true, | ||
خط ۷۷۹: | خط ۴۸۸: | ||
prefix = 'Special:BookSources/', | prefix = 'Special:BookSources/', | ||
COinS = 'rft.isbn', | COinS = 'rft.isbn', | ||
separator = ' ', | separator = ' ', | ||
}, | }, | ||
خط ۸۰۶: | خط ۵۰۶: | ||
mode = 'external', | mode = 'external', | ||
prefix = '//zbmath.org/?format=complete&q=an:', | prefix = '//zbmath.org/?format=complete&q=an:', | ||
COinS = ' | COinS = 'rft.jfm', | ||
encode = true, | encode = true, | ||
separator = ' ', | separator = ' ', | ||
خط ۸۱۵: | خط ۵۱۵: | ||
label = 'JSTOR', | label = 'JSTOR', | ||
mode = 'external', | mode = 'external', | ||
prefix = '//www.jstor.org/stable/', | prefix = '//www.jstor.org/stable/', -- protocol relative tested 2013-09-04 | ||
COinS = ' | COinS = 'rft.jstor', | ||
-- encode = true, | |||
encode = false, | encode = false, | ||
separator = ' ', | separator = ' ', | ||
خط ۸۲۵: | خط ۵۲۶: | ||
label = 'LCCN', | label = 'LCCN', | ||
mode = 'manual', | mode = 'manual', | ||
prefix = '//lccn.loc.gov/', | prefix = 'http://lccn.loc.gov/', | ||
COinS = ' | COinS = 'rft.lccn', | ||
encode = false, | encode = false, | ||
separator = ' ', | separator = ' ', | ||
خط ۸۳۵: | خط ۵۳۶: | ||
label = 'MR', | label = 'MR', | ||
mode = 'external', | mode = 'external', | ||
prefix = '//www.ams.org/mathscinet-getitem?mr=', | prefix = '//www.ams.org/mathscinet-getitem?mr=', -- protocol relative tested 2013-09-04 | ||
COinS = ' | COinS = 'rft.mr', | ||
encode = true, | encode = true, | ||
separator = ' ', | separator = ' ', | ||
خط ۸۴۴: | خط ۵۴۵: | ||
link = 'OCLC', | link = 'OCLC', | ||
label = 'OCLC', | label = 'OCLC', | ||
mode = ' | mode = 'external', | ||
prefix = '//www.worldcat.org/oclc/', | prefix = '//www.worldcat.org/oclc/', | ||
COinS = 'info:oclcnum', | COinS = 'info:oclcnum', | ||
خط ۸۵۵: | خط ۵۵۶: | ||
label = 'OL', | label = 'OL', | ||
mode = 'manual', | mode = 'manual', | ||
COinS = 'info:olnum', | |||
separator = ' ', | separator = ' ', | ||
endode = true, | |||
}, | }, | ||
['OSTI'] = { | ['OSTI'] = { | ||
خط ۸۶۶: | خط ۵۶۶: | ||
mode = 'external', | mode = 'external', | ||
prefix = '//www.osti.gov/energycitations/product.biblio.jsp?osti_id=', -- protocol relative tested 2013-09-04 | prefix = '//www.osti.gov/energycitations/product.biblio.jsp?osti_id=', -- protocol relative tested 2013-09-04 | ||
COinS = ' | COinS = 'info:osti', | ||
encode = true, | encode = true, | ||
separator = ' ', | separator = ' ', | ||
خط ۸۷۴: | خط ۵۷۴: | ||
link = 'PubMed Central', | link = 'PubMed Central', | ||
label = 'PMC', | label = 'PMC', | ||
mode = 'manual', | mode = 'manual', -- changed to support unlinking of PMC identifier when article is embargoed | ||
prefix = '//www.ncbi.nlm.nih.gov/pmc/articles/PMC', | prefix = '//www.ncbi.nlm.nih.gov/pmc/articles/PMC', | ||
suffix = " ", | suffix = " ", | ||
COinS = ' | COinS = 'info:pmc', | ||
encode = true, | encode = true, | ||
separator = ' ', | separator = ' ', | ||
}, | }, | ||
['PMID'] = { | ['PMID'] = { | ||
خط ۸۸۶: | خط ۵۸۵: | ||
link = 'PubMed Identifier', | link = 'PubMed Identifier', | ||
label = 'PMID', | label = 'PMID', | ||
mode = 'manual', | mode = 'manual', -- changed from external manual to support PMID validation | ||
prefix = '//www.ncbi.nlm.nih.gov/pubmed/', | prefix = '//www.ncbi.nlm.nih.gov/pubmed/', | ||
COinS = 'info:pmid', | COinS = 'info:pmid', | ||
خط ۸۹۸: | خط ۵۹۷: | ||
mode = 'external', | mode = 'external', | ||
prefix = '//tools.ietf.org/html/rfc', | prefix = '//tools.ietf.org/html/rfc', | ||
COinS = ' | COinS = 'info:rfc', | ||
encode = false, | encode = false, | ||
separator = ' ', | separator = ' ', | ||
}, | }, | ||
['SSRN'] = { | ['SSRN'] = { | ||
خط ۹۰۸: | خط ۶۰۶: | ||
label = 'SSRN', | label = 'SSRN', | ||
mode = 'external', | mode = 'external', | ||
prefix = '//ssrn.com/abstract=', | prefix = '//ssrn.com/abstract=', -- protocol relative tested 2013-09-04 | ||
COinS = ' | COinS = 'info:ssrn', | ||
encode = true, | encode = true, | ||
separator = ' ', | separator = ' ', | ||
خط ۹۲۰: | خط ۶۱۸: | ||
prefix = 'news:', | prefix = 'news:', | ||
encode = false, | encode = false, | ||
COinS = ' | COinS = 'info:usenet', | ||
separator = ' ', | separator = ' ', | ||
}, | }, | ||
خط ۹۲۹: | خط ۶۲۷: | ||
mode = 'external', | mode = 'external', | ||
prefix = '//zbmath.org/?format=complete&q=an:', | prefix = '//zbmath.org/?format=complete&q=an:', | ||
COinS = ' | COinS = 'info:zbl', | ||
encode = true, | encode = true, | ||
separator = ' ', | separator = ' ', | ||
خط ۹۳۵: | خط ۶۳۳: | ||
} | } | ||
return | return citation_config; | ||
ویرایش