Module:Citation/CS1/Configuration: Difference between revisions
add registration; unhide error checking
m>Gadget850 (add section and sectionurl: were supported by cite book) |
m>Gadget850 (add registration; unhide error checking) |
||
Line 43: | Line 43: | ||
['subscription_no_via'] = '<span style="font-size:0.95em; font-size:90%; color:#555">(subscription required)</span>' .. | ['subscription_no_via'] = '<span style="font-size:0.95em; font-size:90%; color:#555">(subscription required)</span>' .. | ||
'[[Category:Pages containing links to subscription-only content]]', | '[[Category:Pages containing links to subscription-only content]]', | ||
['registration']='<span style="font-size:0.95em; font-size:90%; color:#555">([[Wikipedia:Verifiability#Access to sources|registration required]])</span>' .. | |||
'[[Category:Pages with login required references or sources]]', | |||
['language'] = '(in $1)', | ['language'] = '(in $1)', | ||
Line 141: | Line 144: | ||
['Quote'] = {'quote', 'quotation'}, | ['Quote'] = {'quote', 'quotation'}, | ||
['Ref'] = {'ref', 'Ref'}, | ['Ref'] = {'ref', 'Ref'}, | ||
['RegistrationRequired'] = 'registration', | |||
['Scale'] = 'scale', | ['Scale'] = 'scale', | ||
['Section'] = 'section', | ['Section'] = 'section', | ||
Line 213: | Line 217: | ||
anchor = 'accessdate_missing_url', | anchor = 'accessdate_missing_url', | ||
category = 'Pages using citations with accessdate and no URL', | category = 'Pages using citations with accessdate and no URL', | ||
hidden = | hidden = false }, | ||
archive_missing_date = { | archive_missing_date = { | ||
message = '<code>|archiveurl=</code> requires <code>|archivedate=</code>', | message = '<code>|archiveurl=</code> requires <code>|archivedate=</code>', | ||
Line 258: | Line 262: | ||
anchor = 'cite_web_url', | anchor = 'cite_web_url', | ||
category = 'Pages using web citations with no URL', | category = 'Pages using web citations with no URL', | ||
hidden = | hidden = false }, | ||
empty_citation = { | empty_citation = { | ||
message = 'Empty citation', | message = 'Empty citation', | ||
Line 273: | Line 277: | ||
anchor = 'format_missing_url', | anchor = 'format_missing_url', | ||
category = 'Pages using citations with format and no URL', | category = 'Pages using citations with format and no URL', | ||
hidden = | hidden = false }, | ||
implict_etal_author = { | implict_etal_author = { | ||
message = '<code>|displayauthors=</code> suggested', | message = '<code>|displayauthors=</code> suggested', | ||
anchor = 'displayauthors', | anchor = 'displayauthors', | ||
category = 'Pages using citations with old-style implicit et al.', | category = 'Pages using citations with old-style implicit et al.', | ||
hidden = | hidden = false }, | ||
implict_etal_editor = { | implict_etal_editor = { | ||
message = '<code>|displayeditors=</code> suggested', | message = '<code>|displayeditors=</code> suggested', | ||
anchor = 'displayeditors', | anchor = 'displayeditors', | ||
category = 'Pages using citations with old-style implicit et al.', | category = 'Pages using citations with old-style implicit et al.', | ||
hidden = | hidden = false }, | ||
parameter_ignored = { | parameter_ignored = { | ||
message = 'Unknown parameter <code>|$1=</code> ignored', | message = 'Unknown parameter <code>|$1=</code> ignored', |