Module:Citation/CS1/Configuration: திருத்தங்களுக்கு இடையிலான வேறுபாடு
உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
sync to sandbox, error cat suppression by namespace, merge cite_web_title to bare_url, translation styling, reveal several errors |
name changes, additional translations, and tweaks to bare url error |
||
வரிசை 16:
module.
]]
citation_config.
['published'] = 'published $1',
['lay summary'] = 'Lay summary',
வரிசை 33:
['series'] = 'series',
['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>',
வரி 45 ⟶ 46:
['trans-italic-title'] = "[''$1'']",
['quoted-text'] = '"$1"',
['parameter'] = '<code>|$1=</code>',
['parameter-separator'] = ', ',
['parameter-final-separator'] = ', and ',
['parameter-pair-separator'] = ' and ',
-- Error output
['hidden-error'] = '<span style="display:none;font-size:100%" class="error citation-comment">$1</span>',
வரி 58 ⟶ 64:
['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',
}
-- Aliases table for commonly passed parameters
▲citation_config.argument_map = {
['AccessDate'] = 'accessdate',
['Agency'] = 'agency',
வரி 103 ⟶ 108:
['LayDate'] = 'laydate',
['LaySource'] = 'laysource',
['
['Minutes'] = 'minutes',
['Month'] = 'month',
வரி 169 ⟶ 174:
}
-- Default parameter values▼
▲Default parameter values
▲citation_config.default_values = {
['DeadURL'] = 'yes',
['PostScript'] = '.',
வரி 195 ⟶ 198:
citation_config.error_conditions = {
accessdate_missing_url = {
message = '<code>
anchor = 'accessdate_missing_url',
category = 'Pages using citations with accessdate and no URL',
hidden = true },
archive_missing_date = {
message = '<code>
anchor = 'archive_missing_date',
category = 'Pages with archiveurl citation errors',
hidden = false },
archive_missing_url = {
message = '<code>
anchor = 'archive_missing_url',
category = 'Pages with archiveurl citation errors',
hidden = false },
bad_doi = {
message = 'Check <code>
anchor = 'bad_doi',
category = 'Pages with DOI errors',
hidden = false },
bad_isbn = {
message = 'Check <code>
anchor = 'bad_isbn',
category = 'Pages with ISBN errors',
hidden = false },
bad_ol = {
message = 'Check <code>
anchor = 'bad_ol',
category = 'Pages with OL errors',
hidden = false },
bad_url = {
message = 'Check <code>
anchor = 'bad_url',
category = 'Pages with URL errors',
hidden = false },
bare_url_missing_title = {
message = '
anchor = 'bare_url_missing_title',
category = 'Pages with citations having bare URLs',
hidden = false },
citation_missing_title = {
message = 'Missing or empty <code>
anchor = 'citation_missing_title',
category = 'Pages with citations lacking titles',
hidden = false },
cite_web_url = {
message = 'Missing or empty <code>
anchor = 'cite_web_url',
category = 'Pages using web citations with no URL',
வரி 250 ⟶ 253:
hidden = false },
extra_pages = {
message = 'Extra <code>
anchor = 'extra_pages',
category = 'Pages with citations using conflicting page specifications',
hidden = false },
format_missing_url = {
message = '<code>
anchor = 'format_missing_url',
category = 'Pages using citations with format and no URL',
hidden = true },
implict_etal_author = {
message = '<code>
anchor = 'displayauthors',
category = 'Pages using citations with old-style implicit et al.',
hidden = true },
implict_etal_editor = {
message = '<code>
anchor = 'displayeditors',
category = 'Pages using citations with old-style implicit et al.',
hidden = true },
parameter_ignored = {
message = 'Unknown parameter <code>
anchor = 'parameter_ignored',
category = 'Pages with citations using unsupported parameters',
hidden = false },
parameter_ignored_suggest = {
message = 'Unknown parameter <code>
anchor = 'parameter_ignored_suggest',
category = 'Pages with citations using unsupported parameters',
வரி 290 ⟶ 293:
hidden = false },
trans_missing_chapter = {
message = '<code>
anchor = 'trans_missing_chapter',
category = 'Pages with citations using translated terms without the original',
hidden = false },
trans_missing_title = {
message = '<code>
anchor = 'trans_missing_title',
category = 'Pages with citations using translated terms without the original',
| |||