Fara í innihald

Wikipedia:WikiProject Check Wikipedia/Translation

Úr Wikipediu, frjálsa alfræðiritinu
#########################
# metadata
#########################

 project=iswiki END
 category_001= END
 description_text_iswiki= END

#########################
# start text
#########################

 start_text_iswiki=The WikiProject '''Check Wikipedia''' will help to clean the syntax of Wikipedia. At the moment the script has some bugs and not every error displayed is an actual error (it's possible to create a whitelist to minimize false positives).

- To update this translation page see the current version on the major wikis (en, fr, de, it); every wiki has its own guidelines, links to help pages and whitelists.

- Please translate the English text using HTML5 and set the priorities. To see how the description of errors display, go to the is.wiki web interface when the changes will be effective (usually after 00:00 UTC):

    https://tools.wmflabs.org/checkwiki/cgi-bin/checkwiki.cgi?project=iswiki&view=project

 END

##############################
# PRIORITIES
##############################
#
# -2  Error removed
# -1  Uses default (en.wiki settings) 
#  0  Error deactivated 
#  1  Top priority
#  2  Middle priority
#  3  Lowest priority

 top_priority_iswiki=Top priority END
 middle_priority_iswiki=Middle priority END
 lowest_priority_iswiki=Lowest priority END

##############################
# ERROR DESCRIPTIONS
##############################

 error_001_prio_iswiki=3 END
 error_001_head_iswiki=Sniða ítenging inniheldur óþarfa orðið „snið:” END
 error_001_desc_iswiki=Article contains a template that includes the useless word "template". Example: {{Template:reflist}} END

###########################################################################

 error_002_prio_iswiki=1 END
 error_002_head_iswiki=Tag með vitlausa málskipan END
 error_002_desc_iswiki=The article contains one or more <br>,  <center> or <small> tags with incorrect syntax. END

###########################################################################

 error_003_prio_iswiki=3 END
 error_003_head_iswiki=Tilvísana lista vantar END
 error_003_desc_iswiki=The article contains one or more <ref> tags, but is missing a reference list tag ({{reflist}} or <references />). END
 error_003_insert_iswiki=
 <references />
 error_003_templates_iswiki=
   notelist
   sniðreflisti
   refbegin
   reflist END


###########################################################################

 error_004_prio_iswiki=2 END
 error_004_head_iswiki=HTML stílsnið <a> END
 error_004_desc_iswiki=Article contains HTML text style element &lt;a&gt;.  <a href="https://is.wikipedia.org/wiki/Hj%C3%A1lp:Svindls%C3%AD%C3%B0a">Wiki markup</a> should be used. END

###########################################################################

 error_005_prio_iswiki=1 END
 error_005_head_iswiki=Athugasemdar tag með vitlausum enda END
 error_005_desc_iswiki=Comments, which start with "&lt;!--" need an ending "--&gt;". END

###########################################################################

 error_006_prio_iswiki=0 END
 error_006_head_iswiki=DEFAULTSORT með sérstökum stöfum END
 error_006_desc_iswiki=Don't use special letters in the DEFAULTSORT. END

###########################################################################

 error_007_prio_iswiki=2 END
 error_007_head_iswiki=Fyrirsagnir byrja með þremur "=" END
 error_007_desc_iswiki=Checkwiki finds occurrences where the first heading starts with "=== XY ===" (creating a &lt;h3&gt; header). It should be "== XY ==" (a &lt;h2&gt; header). END

###########################################################################

 error_008_prio_iswiki=1 END
 error_008_head_iswiki=Fyrirsögn ætti að enda á "=" END
 error_008_desc_iswiki=A heading should end with an "=". END

###########################################################################

 error_009_prio_iswiki=3 END
 error_009_head_iswiki=Margir flokkar í einni línu END
 error_009_desc_iswiki=There is more than one category on a single line. Write only one per line; it is easier to read. END

###########################################################################

 error_010_prio_iswiki=1 END
 error_010_head_iswiki=Square brackets with no correct end END
 error_010_desc_iswiki=Different number of [[ and ]] brackets. If it is sourcecode then use &lt;source&gt; or &lt;code&gt;. END

###########################################################################

 error_011_prio_iswiki=0 END
 error_011_head_iswiki=HTML named entities END
 error_011_desc_iswiki=The script found <code>&amp;auml;</code> or <code>&amp;ouml;</code> or <code>&amp;uuml;</code>, <code>&amp;szlig;</code> or other similar characters. Please use <a href="https://is.wikipedia.org/wiki/Unicode">Unicode</a> characters (äüöÄÜÖßåÅ…). END

###########################################################################

 error_012_prio_iswiki=0 END
 error_012_head_iswiki=HTML listi yfir hluti END
 error_012_desc_iswiki=Article contains a "&lt;ol&gt;", "&lt;ul&gt;" or "&lt;li&gt;". In most cases we can use simpler wiki markup in place of these HTML-like tags. END

###########################################################################

 error_013_prio_iswiki=1 END
 error_013_head_iswiki=Stærðfræðiformúla með vitlausum enda END
 error_013_desc_iswiki=Found a "&lt;math&gt;" but no "&lt;/math&gt;".END

###########################################################################

 error_014_prio_iswiki=2 END
 error_014_head_iswiki=Uppruna tag með vitlausum enda END
 error_014_desc_iswiki=Found a "&lt;source ...&gt;" but no "&lt;/source&gt;". END

###########################################################################

 error_015_prio_iswiki=2 END
 error_015_head_iswiki=Kóða tag með vitlausum enda END
 error_015_desc_iswiki=Found a "&lt;code&gt;" but no "&lt;/code&gt;". END

###########################################################################

 error_016_prio_iswiki=1 END
 error_016_head_iswiki=Unicode control characters END
 error_016_desc_iswiki=The script found one or more invisible <a href="https://en.wikipedia.org/wiki/Unicode_control_characters">Unicode control characters</a>. For example:<br>
 <a href="https://en.wikipedia.org/wiki/Zero-width_space">Zero-width space</a> (U+200B), <a href="https://en.wikipedia.org/wiki/Left-to-right_mark">left-to-right mark</a> (U+200E), <a href="https://en.wikipedia.org/wiki/Newline#Unicode">line separator</a> (U+2028), <a href="https://en.wikipedia.org/wiki/Byte_order_mark">byte order mark</a> (U+FEFF) or characters from <a href="https://en.wikipedia.org/wiki/Private_Use_Areas">private use areas</a>. This could be a problem inside an article. END

###########################################################################

 error_017_prio_iswiki=2 END
 error_017_head_iswiki=Tvítekning flokks END
 error_017_desc_iswiki=In this article, a category is listed twice. Duplicate listing with different sortkeys don't work. END

###########################################################################

 error_018_prio_iswiki=0 END
 error_018_head_iswiki=Fyrsti stafur flokks er lítill END
 error_018_desc_iswiki=The first letter of the category is small. It should be a big letter. If a user would scan a dump and he use the category then he will be very happy if all categories begin with a big letter. END

###########################################################################

 error_019_prio_iswiki=1 END
 error_019_head_iswiki=Fyrirsögn byrjar með einu "=" END
 error_019_desc_iswiki=A heading starts with "= XY =". It should be "== XY ==". END

###########################################################################

 error_020_prio_iswiki=3 END
 error_020_head_iswiki=Symbol for dead END
 error_020_desc_iswiki=The article had a <code>&amp;dagger;</code> and not †. This causes readability issues. END

###########################################################################

 error_021_prio_iswiki=-1 END
 error_021_head_iswiki=Flokkur á ensku END
 error_021_desc_iswiki=The article has a category written in English, like [[Category:ABC]]. END

#####

 error_022_prio_iswiki=-1 END
 error_022_head_iswiki=Flokkur með bil END
 error_022_desc_iswiki=The article has a category with a space.<br>Examples: [[  Category:ABC]] or [[Category : ABC]]).<br>MediaWiki has no problem with this, but if you write an external parser this is only one of your problems. Please fix it. END

#####

 error_023_prio_iswiki=-1 END
 error_023_head_iswiki=Nowiki tag með vitlausan endi END
 error_023_desc_iswiki=Found a "&lt;nowiki&gt;" but no "&lt;/nowiki&gt;". END

#####

 error_024_prio_iswiki=-1 END
 error_024_head_iswiki=Pre tag með vitlausum endi END
 error_024_desc_iswiki=Found a "&lt;pre&gt;" but no "&lt;/pre&gt;". END

#####

 error_025_prio_iswiki=-1 END
 error_025_head_iswiki=Fyrirsagna stigveldi END
 error_025_desc_iswiki=After a heading of level "==", there should not be a heading of level "====".<br>This causes organisational problems, see <a href="https://en.wikipedia.org/wiki/WP:MOSHEAD">WP:MOSHEAD</a>, as well as accessibility problems, especially with screen readers, see <a href="https://en.wikipedia.org/wiki/WP:ACCESSIBILITY#Headings">WP:ACCESSIBILITY</a> and <a href="http://www.w3.org/TR/WCAG20-TECHS/G141.html">Web Content Accessibility Guidelines</a>. END

#####

 error_026_prio_iswiki=-1 END
 error_026_head_iswiki=HTML textastílsnið &lt;b&gt; END
 error_026_desc_iswiki=Article contains a &lt;b&gt; (bold). In most cases we can use simpler wiki markup in place of these HTML-like tags. See <a href="https://en.wikipedia.org/wiki/WP:Deviations">WP:Deviations</a>. END

#####

 error_027_prio_iswiki=-1 END
 error_027_head_iswiki=Unicode syntax END
 error_027_desc_iswiki=The script found Unicode syntax like <code>&amp;#0000;</code> (decimal) or <code>&amp;#x0000;</code> (hexadecimal). It's difficult for average users to understand. Please use the <a href="https://en.wikipedia.org/wiki/Unicode">Unicode</a> characters. END

#####

 error_028_prio_iswiki=-1 END
 error_028_head_iswiki=Tafla með vitlausan endi END
 error_028_desc_iswiki=Found no end of the table. "|}" generally needs to be added. MediaWiki generally displays the table despite the missing end, but content below the table gets mixed into the table. Sometimes an infobox is more suitable than the table.<br>
If wiki syntax "{|" is used to start the table, the end tag should be "|}". There are cases were a template can end a table, such as {{End}}. END
 error_028_templates_iswiki=
 Football squad end
 Taxobox end
 Image label end
 Taxobox end placement
 Dál endar
 Falið endar
 TAFLA ENDAR END

#####

 error_029_prio_iswiki=-1 END
 error_029_head_iswiki=Myndagallerí með vitlausan endi END
 error_029_desc_iswiki=Found a "&lt;gallery&gt;" but no "&lt;/gallery&gt;". END

#####

 error_030_prio_iswiki=-1 END
 error_030_head_iswiki=Image without alternate description END
 error_030_desc_iswiki=The article has an image without a description. In order to provide good accessibility for everyone (e.g. blind people) a description for every image is needed. See also <a href="http://www.w3.org/TR/2008/NOTE-WCAG20-TECHS-20081211/H37.html">W3C Techniques for WCAG 2.0</a>. END

#####

 error_031_prio_iswiki=-1 END
 error_031_head_iswiki=HTML table element END
 error_031_desc_iswiki=Article contains a "&lt;table&gt;", "&lt;td&gt;", "&lt;th&gt;" or "&lt;tr&gt;" tag. In most cases we can use simpler wiki markup in place of these HTML-like tags. See <a href="https://en.wikipedia.org/wiki/Help:Table">Help:Table</a>. END

#####

 error_032_prio_iswiki=-1 END
 error_032_head_iswiki=Tvöfalt pípumerki í tengli END
 error_032_desc_iswiki=Article contains a link like [[text|text2|text3]] (displays as <a href="https://en.wikipedia.org/wiki/text">text2|text3</a>) or [[text||text3]] (displays as <a href="https://en.wikipedia.org/wiki/text">|text3</a>). END

#####

 error_033_prio_iswiki=-1 END
 error_033_head_iswiki=HTML texta stílsnið &lt;u&gt; END
 error_033_desc_iswiki=Article contains a &lt;u&gt; (underline). In most cases we can use simpler wiki markup in place of these HTML-like tags. See <a href="https://en.wikipedia.org/wiki/MOS:MARKUP">MOS:MARKUP</a> and <a href="http://www.w3.org/TR/html5/text-level-semantics.html#the-u-element">The u element in HTML5</a>. END

#####

 error_034_prio_iswiki=2 END
 error_034_head_iswiki=Sniða aðgerðir í greinum END
 error_034_desc_iswiki=Article contains a "#if:" or "#ifeq:" or "#switch:" or "#tag:" or "{{NAMESPACE}}" or "{{SITENAME}}" or "{{PAGENAME}}" or "{{FULLPAGENAME}}" or "{{{1}}}" (Parameter). END

#####

 error_035_prio_iswiki=-1 END
 error_035_head_iswiki=Myndagallerí án lýsingar END
 error_035_desc_iswiki=Article contains a gallery without image descriptions. END

#####

 error_036_prio_iswiki=-1 END
 error_036_head_iswiki=Tilvísun með rangri málskipan END
 error_036_desc_iswiki=Article contains something like "#REDIRECT = [[Target page]]". The equal sign is not correct. Correct is "#REDIRECT&nbsp;[[Target page]]". This also detect syntax such as:<br>
<br>
 #REDIRECT<br>
 [[Somepage]]<br>
<br>
(note the carriage return). Although this syntax functions, it is not recommended. END

###########################################################################

 error_037_prio_iswiki=0 END
 error_037_head_iswiki=DEFAULTSORT missing for titles with special letters END
 error_037_desc_iswiki=The title has a special letter and in the article there is no {{DEFAULTSORT:}}. END

###########################################################################

 error_038_prio_iswiki=-1 END
 error_038_head_iswiki=HTML texta stílsnið &lt;i&gt; END
 error_038_desc_iswiki=Article contains a &lt;i&gt; (italics). In most cases we can use simpler wiki markup in place of these HTML-like tags. See <a href="https://en.wikipedia.org/wiki/WP:Deviations">WP:Deviations</a>. It is <i>not safe</i> for bots to do this because oftentimes these tags span multiple lines, which can cause problems if they are changed incorrectly. END

#####

 error_039_prio_iswiki=-1 END
 error_039_head_iswiki=HTML texta stílsnið &lt;p&gt; END
 error_039_desc_iswiki=Article contains a &lt;p&gt;. In most cases we can use simpler wiki markup in place of these HTML-like tags. See <a href="https://en.wikipedia.org/wiki/MOS:MARKUP">MOS:MARKUP</a> and <a href="https://en.wikipedia.org/wiki/WP:Deviations">WP:Deviations</a>. END

#####

 error_040_prio_iswiki=-1 END
 error_040_head_iswiki=HTML texta stílsnið &lt;font&gt; END
 error_040_desc_iswiki=Article contains a &lt;font&gt;. In most cases we can use simpler wiki markup in place of these HTML-like tags. The &lt;font&gt; tag is <a href="http://www.w3schools.com/tags/tag_font.asp">deprecated in HTML5</a>, see <a href="https://en.wikipedia.org/wiki/Wikipedia:HTML5#font">Wikipedia:HTML5#font</a> for replacements. END

#####

 error_041_prio_iswiki=0 END
 error_041_head_iswiki=HTML texta stílsnið &lt;big&gt; END
 error_041_desc_iswiki=Article contains a &lt;big&gt;. In most cases we can use simpler wiki markup in place of these HTML-like tags. The &lt;big&gt; tag is <a href="http://www.w3schools.com/tags/tag_big.asp">deprecated in HTML5</a>, see <a href="https://en.wikipedia.org/wiki/Wikipedia:HTML5#big">Wikipedia:HTML5#big</a> for replacements. END

#####

 error_042_prio_iswiki=-1 END
 error_042_head_iswiki=HTML texta stílsnið &lt;strike&gt; END
 error_042_desc_iswiki=Article contains a &lt;strike&gt;. This has been <a href="http://www.w3schools.com/tags/tag_strike.asp">deprecated in HTML5</a> and &lt;s&gt; or &lt;del&gt; should be used instead. See <a href="https://en.wikipedia.org/wiki/Wikipedia:HTML5#strike">Wikipedia:HTML5#strike</a> for details. END

#####

 error_043_prio_iswiki=-1 END
 error_043_head_iswiki=Sniða ítenging með vitlausum enda END
 error_043_desc_iswiki=Found a template with "{{", but no corresponding "}}".<br>
To do: generally, a set of closing braces ("}}") need to be added in or after the string displayed below. Sometimes the opening braces can be removed all together.<br>
As templates break quite visibly when opening or closing braces are missing, frequently the broken templates listed below are citation templates. END

#####

 error_044_prio_iswiki=-1 END
 error_044_head_iswiki=Feitletruð fyrirsögn END
 error_044_desc_iswiki=The heading is bold "== '''XY''' ==". It should be "== XY ==". Headings are already bold. END

#####

 error_045_prio_iswiki=-1 END
 error_045_head_iswiki=Tvítekinn tungumálategill END
 error_045_desc_iswiki=Article contains duplicate interwiki links to another language. You can remove both of them if they are a duplicate of those present in Wikidata. See <a href="https://en.wikipedia.org/wiki/Help:Interlanguage_links">Help:Interlanguage links</a>. END

#####

 error_046_prio_iswiki=-1 END
 error_046_head_iswiki=Square brackets without correct beginning END
 error_046_desc_iswiki=Different number of [[ and ]] brackets. If it is sourcecode then use &lt;source&gt; or &lt;code&gt;.<br>
<br>
Generally, a bracket needs to be added or removed in the string displayed below. END

#####

 error_047_prio_iswiki=-1 END
 error_047_head_iswiki=Sniða ítenging með vitlausri byrjun END
 error_047_desc_iswiki=Found a template with "}}", but no corresponding "{{".<br>
To do: generally, one or two opening braces ("{") need to be added in or before the string displayed below. Sometimes the opening braces ("{{") can be removed all together.<br>
As templates break quite visibly when opening or closing braces are missing, frequently the broken templates listed below are citation templates. END

#####

 error_048_prio_iswiki=-1 END
 error_048_head_iswiki=Titill tengdur í texta END
 error_048_desc_iswiki=Found a link to the title inside the text. In the lead section of the article, please change this [[Title]] into '''Title'''. However, do not make this change inside image maps, because doing so will cause errors. END

#####

 error_049_prio_iswiki=2 END
 error_049_head_iswiki=Fyrirsögn með HTML END
 error_049_desc_iswiki=Found a heading with HTML markup, e.g. &lt;h2&gt;Heading&lt;/h2&gt; in the text. Please use wikisyntax == Heading ==. See <a href="https://en.wikipedia.org/wiki/WP:MOSHEAD">WP:MOSHEAD</a>. If it is sourcecode then use &lt;source&gt; or &lt;code&gt;. END

#####

 error_050_prio_iswiki=-1 END
 error_050_head_iswiki=en eða em bandstrik END
 error_050_desc_iswiki=The article has a dash using HTML syntax. Instead of writing out <code>&amp;ndash;</code>, the Unicode character – should be used, and the written-out <code>&amp;mdash;</code> should be replaced with —. END

#####

 error_051_prio_iswiki=-1 END
 error_051_head_iswiki=Tungumálatengill á undan síðustu fyrirsögn END
 error_051_desc_iswiki=Article contains a interwiki before the last heading. Interwikis should be written at the end of the article, or removed if they are a duplicate of those present in Wikidata. See <a href="https://en.wikipedia.org/wiki/Help:Interlanguage_links">Help:Interlanguage links</a>. END

#####

 error_052_prio_iswiki=-1 END
 error_052_head_iswiki=Flokkur á undan síðustu fyrirsögn END
 error_052_desc_iswiki=Categories are placed before the last section header. Category should be placed at the end of the article. This can be a sign that the article is somewhat mixed up. END

#####

 error_053_prio_iswiki=-1 END
 error_053_head_iswiki=Tungumálatengill á undan síðasta flokki END
 error_053_desc_iswiki=Article contains a interwiki before the last category. Interwikis should be written at the end of the article, after the categories, or removed if they are a duplicate of those present in Wikidata. See <a href="https://en.wikipedia.org/wiki/Help:Interlanguage_links">Help:Interlanguage links</a>. This can be a sign that the article is somewhat mixed up (e.g. substituted navigation templates). END

#####

 error_054_prio_iswiki=-1 END
 error_054_head_iswiki=Break in list END
 error_054_desc_iswiki=The article has a list where one line has a &lt;br&gt; at the end. END

#####

 error_055_prio_iswiki=-1 END
 error_055_head_iswiki=HTML texta stílsnið &lt;small&gt; tilgreint tvisvar END
 error_055_desc_iswiki=Article contains double &lt;small&gt;&lt;small&gt; tags. In most cases we don't need this double tag. This causes problems with people who have trouble reading small print. END

#####

 error_056_prio_iswiki=-1 END
 error_056_head_iswiki=Arrow as ASCII art END
 error_056_desc_iswiki=The article has an arrow like "&lt;--" or "--&gt;" or "&lt;==" or "==&gt;". Use the Unicode "←" or "→" or "⇐" or "⇒". See <a href="https://en.wikipedia.org/wiki/Arrow (symbol)">Arrow (symbol)</a>. If it is sourcecode then use &lt;source&gt; or &lt;code&gt;. Also you can use &lt;math&gt; for mathematical formula. END

#####

 error_057_prio_iswiki=-1 END
 error_057_head_iswiki=Fyrirsögn endar á tvípunkti END
 error_057_desc_iswiki=One heading in this article ends with a colon "== Heading : ==". This colon can be deleted. END

#####

 error_058_prio_iswiki=-1 END
 error_058_head_iswiki=Fyrirsögn eingöngu í hástöfum END
 error_058_desc_iswiki=One heading in this article has only capitalization like "== HEADING IS BIG ==". See <a href="https://en.wikipedia.org/wiki/WP:MOSHEAD">WP:MOSHEAD</a>. Also, this heading has to have more than 10 letters, so a normal abbreviation like "== UNO ==" is not a problem.<br><br>The report might list a few false positives, such as titles of works. END

#####

 error_059_prio_iswiki=-1 END
 error_059_head_iswiki=Template value ends with break END
 error_059_desc_iswiki=At the end of a value in a template there is a break. For example: {{Template|name=Mr. King&lt;br&gt;}}. This break should be inside the template but not in the value; you can delete this break. END

#####

 error_060_prio_iswiki=-1 END
 error_060_head_iswiki=Template parameter with a problem END
 error_060_desc_iswiki=In the parameter of a template the script found an unusual letter ([|]:*) which could be a problem.<br>Sample: {{Template| parameter_1=100 | [[parameter]]_2=200 }}. END

#####

 error_061_prio_iswiki=-1 END
 error_061_head_iswiki=Tilvísun á undan punkti END
 error_061_desc_iswiki=The script found a punctuation after the reference. For example: "&lt;/ref&gt;." END

#####

 error_062_prio_iswiki=3 END
 error_062_head_iswiki=Vefslóð án http:// END
 error_062_desc_iswiki=A URL was found that contained no http://.<br>Example: [en.wikipedia.org Wikipedia]. END

#####

 error_063_prio_iswiki=-1 END
 error_063_head_iswiki=HTML texta stílsnið &lt;small&gt; í ref, sub or sup END
 error_063_desc_iswiki=Article contains the tag &lt;small&gt; in a &lt;ref&gt; or &lt;sub&gt; or &lt;sup&gt; tag. Inside these tags we don't need a small text because the tag output is smaller than the standard. This causes problems with people who have trouble reading small print. END

#####

 error_064_prio_iswiki=-1 END
 error_064_head_iswiki=Link equal to linktext END
 error_064_desc_iswiki=A piped link has identical text before and after the pipe, like [[link|link]]. END

#####

 error_065_prio_iswiki=-1 END
 error_065_head_iswiki=Image description ends with break END
 error_065_desc_iswiki=The script found at the end of an image description the tag &lt;br&gt;. You can delete it. END

#####

 error_066_prio_iswiki=-1 END
 error_066_head_iswiki=Image description with full &lt;small&gt; END
 error_066_desc_iswiki=The script found in the description of an image the &lt;small&gt; tag. The description is already set to 94% in the stylesheet. This causes problems with people who have trouble reading small print. This tag can be deleted. END

#####

 error_067_prio_iswiki=-1 END
 error_067_head_iswiki=Reference after punctuation END
 error_067_desc_iswiki=The script found the reference after a punctuation. For example: ".&lt;ref&gt;" END

#####

 error_068_prio_iswiki=-1 END
 error_068_head_iswiki=Link to other language END
 error_068_desc_iswiki=The script found a link to another language, for example [[:is:Link]] in the article (not an interwiki-link). In many languages, this direct link inside the article is not allowed (for example in plwiki). END

#####

 error_069_prio_iswiki=-1 END
 error_069_head_iswiki=ISBN with incorrect syntax END
 error_069_desc_iswiki=The script found a problem with ISBN syntax. A normal ISBN looks like ISBN 3-8001-6191-5 or ISBN 0-911266-16-X or ISBN 978-0911266160. Allowed are numbers, space, "-" and "X"/"x". Without space and "-" only 10 or 13 characters. Please don't write ISBN-10: or ISBN-13. See <a href="https://en.wikipedia.org/wiki/Wikipedia:ISBN">WP:ISBN</a>. END

#####

 error_070_prio_iswiki=-1 END
 error_070_head_iswiki=ISBN with wrong length END
 error_070_desc_iswiki=The script checked the ISBN and found it not containing 10 or 13 characters. ISBN should have 10 or 13 characters. END

#####

 error_071_prio_iswiki=-1 END
 error_071_head_iswiki=ISBN with wrong position of X END
 error_071_desc_iswiki=The script checked the <a href="https://en.wikipedia.org/wiki/ISBN">ISBNs</a> and found an ISBN where the character "X" is not at position 10. The character X is allowed only at position 10 and it represents a <a href="https://en.wikipedia.org/wiki/Checksum">checksum</a> of 10. END

#####

 error_072_prio_iswiki=-1 END
 error_072_head_iswiki=ISBN-10 with wrong checksum END
 error_072_desc_iswiki=The script checked the ISBN and found a problem with the checksum in the ISBN-10. END

#####

 error_073_prio_iswiki=-1 END
 error_073_head_iswiki=ISBN-13 with wrong checksum END
 error_073_desc_iswiki=The script checked the ISBN and found a problem with the checksum in the ISBN-13. END

#####

 error_074_prio_iswiki=-1 END
 error_074_head_iswiki=Link without target END
 error_074_desc_iswiki=The script found a link with no target, for example [[|linktext]]. END

#####

 error_075_prio_iswiki=-1 END
 error_075_head_iswiki=Indented list END
 error_075_desc_iswiki=The article has a list where one line is indented (:* text). A list doesn't need an indent with ":". Use more "*" to indent the list. END

#####

 error_076_prio_iswiki=-1 END
 error_076_head_iswiki=Link with encoded space END
 error_076_desc_iswiki=The script found a link with "%20" for space [[Link%20Link|Linktext]]. Please replace this %20 with a space. This can also be caused by some external links being surrounded by double brackets. END

#####

 error_077_prio_iswiki=-1 END
 error_077_head_iswiki=Image description with partial &lt;small&gt; END
 error_077_desc_iswiki=The script found in the description of an image the &lt;small&gt; tag. The description is already set to 94% in the stylesheet. This causes problems with people who have trouble reading small print. This tag can be deleted. END

#####

 error_078_prio_iswiki=-1 END
 error_078_head_iswiki=Reference list duplication END
 error_078_desc_iswiki=The script found in the article two &lt;references ...&gt;. In some cases, one can be deleted. In other cases, it may need to be changed to &lt;ref&gt;. END

#####

 error_079_prio_iswiki=-1 END
 error_079_head_iswiki=External link without description END
 error_079_desc_iswiki=The script found in the article an external link without description (for example: [http://www.wikipedia.org]). Please insert a description to this link like [http://www.wikipedia.org&nbsp;Wikipedia]. END

#####

 error_080_prio_iswiki=-1 END
 error_080_head_iswiki=External link with a line break END
 error_080_desc_iswiki=The script found in the article an external link with a line break in the description. This can be due to a missing square bracket at the end of an external link, or a break in the title value in a citation parameter. This is a problem for the MediaWiki parser. Please delete the line break. END

#####

 error_081_prio_iswiki=2 END
 error_081_head_iswiki=Reference duplication END
 error_081_desc_iswiki=The script found two identical ref tags. Please use the format &lt;ref name="foo"&gt;Book ABC&lt;/ref&gt; for the first instance of the reference and the following times &lt;ref name="foo"&nbsp;/&gt;. END

#####

 error_082_prio_iswiki=-1 END
 error_082_head_iswiki=Link to other wikiproject END
 error_082_desc_iswiki=The script found a link to other projects of the Wikimedia Foundation like [[:wikt:word|word]]. END

#####

 error_083_prio_iswiki=-1 END
 error_083_head_iswiki=Heading start with three "=" and later with level two END
 error_083_desc_iswiki=The first heading starts with "=== XY ===", but it should be "== XY ==". See <a href="https://en.wikipedia.org/wiki/WP:MOSHEAD">WP:MOSHEAD</a>. This also causes accessibility problems, especially with screen readers. See <a href="https://en.wikipedia.org/wiki/WP:ACCESSIBILITY#Headings">WP:ACCESSIBILITY</a> and <a href="http://www.w3.org/TR/WCAG20-TECHS/G141.html">Web Content Accessibility Guidelines</a>.<br>
As there are also level "==" headings later in the article, only some levels need to be adjusted.<br>
For articles without any level "==" headings, see error #7. END

#####

 error_084_prio_iswiki=-1 END
 error_084_head_iswiki=Section without content END
 error_084_desc_iswiki=There is a section between two headings without content.<br>Add an {{Empty section}} template. END

#####

 error_085_prio_iswiki=-1 END
 error_085_head_iswiki=Tags without content END
 error_085_desc_iswiki=The script found a tag without content like &lt;noinclude&gt;&lt;/noinclude&gt; or &lt;gallery&gt;&lt;/gallery&gt;. This tag can be deleted. END

#####

 error_086_prio_iswiki=-1 END
 error_086_head_iswiki=External link with two brackets END
 error_086_desc_iswiki=The script found a link with two brackets to external source such as [[https://www.wikipedia.org Wikipedia]]. External links only need one bracket. For example: [https://www.wikipedia.org&nbsp;Wikipedia]. END

#####

 error_087_prio_iswiki=-1 END
 error_087_head_iswiki=HTML named entities without semicolon END
 error_087_desc_iswiki=The script found named entities (like <code>&amp;auml;</code>) in the text without the semicolon. END

#####

 error_088_prio_iswiki=-1 END
 error_088_head_iswiki=DEFAULTSORT with a blank at first position END
 error_088_desc_iswiki=The script found a DEFAULTSORT with a blank at first position like {{DEFAULTSORT:&nbsp;Doe,&nbsp;John}}. END

#####

 error_089_prio_iswiki=-1 END
 error_089_head_iswiki=DEFAULTSORT without space after the comma END
 error_089_desc_iswiki=The script found a DEFAULTSORT without a space after the comma, like {{DEFAULTSORT:DuBois,Lewis}}. This causes the article to be sorted as the first DuBois article. END

#####

 error_090_prio_iswiki=-1 END
 error_090_head_iswiki=Internal link written as an external link END
 error_090_desc_iswiki=The script found an external link that should be replaced with a wikilink. An example would be on enwiki [https://en.wikipedia.org/wiki/Larry_Wall Larry Wall] should be written as [[Larry Wall]]. END

#####

 error_091_prio_iswiki=-1 END
 error_091_head_iswiki=Interwiki link written as an external link END
 error_091_desc_iswiki=The script found an external link that should be replaced with a interwiki link. An example would be on enwiki [https://fr.wikipedia.org/wiki/Larry_Wall Larry Wall] should be written as [[:fr:Larry Wall]]. END

#####

 error_092_prio_iswiki=2 END
 error_092_head_iswiki=Heading double END
 error_092_desc_iswiki=The script found two headings with the same title. Consider renaming or merging the sections. END

#####

 error_093_prio_iswiki=-1 END
 error_093_head_iswiki=External link with double http:// END
 error_093_desc_iswiki=The script found an external link that contains [http://http:// ...]. END

#####

 error_094_prio_iswiki=-1 END
 error_094_head_iswiki=Reference tags without correct match END
 error_094_desc_iswiki=The script found references tags that didn't have the correct end or beginning tags. END

#####

 error_095_prio_iswiki=-1 END
 error_095_head_iswiki=Editor's signature or link to User space END
 error_095_desc_iswiki=An editor's signature or a link to User space was found. See <a href="https://en.wikipedia.org/wiki/WP:UPYES">WP:User pages</a> and <a href="https://en.wikipedia.org/wiki/WP:SIGNHERE">WP:Signatures</a>. END

#####

 error_096_prio_iswiki=-1 END
 error_096_head_iswiki=Table of Contents after first heading END
 error_096_desc_iswiki=TOC should be placed at the end of the lead section of the text, before the first section heading. Users of screen readers do not expect any text between the TOC and the first heading. See <a href="https://en.wikipedia.org/wiki/WP:TOC">WP:TOC</a>. END
 error_096_templates_iswiki=
 TOC limit
 Efnisyfirlit til hægri
 TOC right
 TOCright
 EYhægri END

#####

 error_097_prio_iswiki=-1 END
 error_097_head_iswiki=TOC has material after it and before the first heading END
 error_097_desc_iswiki=Screen readers don't process material that comes between the Table of Contents and the first heading. See <a href="https://en.wikipedia.org/wiki/WP:TOC">WP:TOC</a>. END
 error_096_templates_iswiki=
 TOC limit
 Efnisyfirlit til hægri
 TOC right
 TOCright
 EYhægri END

#####

 error_098_prio_iswiki=-1 END
 error_098_head_iswiki=Subscript tag without correct end END
 error_098_desc_iswiki=Subscripts, which starts with a "&lt;sub&gt;" tag needs an ending "&lt;/sub&gt;" tag. END

#####

 error_099_prio_iswiki=-1 END
 error_099_head_iswiki=Superscript tag without correct end END
 error_099_desc_iswiki=Superscripts, which starts with a "&lt;sup&gt;" tag needs an ending "&lt;/sup&gt;" tag. END

#####

 error_100_prio_iswiki=-1 END
 error_100_head_iswiki=List tag (&lt;ol&gt;, &lt;ul&gt; or &lt;li&gt;) without correct match END
 error_100_desc_iswiki=The script found list tags that didn't have the correct end or beginning tags. END

#####

 error_101_prio_iswiki=-1 END
 error_101_head_iswiki=Ordinal number found inside &lt;sup&gt; tags END
 error_101_desc_iswiki=Ordinal numbers should be in regular text, not inside &lt;sup&gt; tags. END

#####

 error_102_prio_iswiki=-1 END
 error_102_head_iswiki=PMID with incorrect syntax END
 error_102_desc_iswiki=The script found a problem with PMID syntax. A normal PMID looks like PMID&nbsp;4957203. See <a href="https://en.wikipedia.org/wiki/Wikipedia:PMID">WP:PMID</a>. END

#####

 error_103_prio_iswiki=-1 END
 error_103_head_iswiki=Pipe magicword inside wikilink END
 error_103_desc_iswiki=The script found the <a href="https://www.mediawiki.org/wiki/Help:Magic_words#Other">magicword</a> {{!}} inside a wikilink. END
 
#####

 error_104_prio_iswiki=2 END
 error_104_head_iswiki=Unbalanced quotes in ref name or illegal character or empty name. END
 error_104_desc_iswiki=The script either found unbalanced quotes in a reference tag (example: &lt;ref name="ref 1&gt;) or an illegal character per [[WP:REFNAME]] or an empty name (example: &lt;ref name=""&gt;).
<br>
Following tools can correct the problem:
<ul>
<li><a href="https://en.wikipedia.org/wiki/WP:AWB">AutoWikiBrowser (AWB)</a></li>
</ul> END

######

 error_105_prio_iswiki=1 END
 error_105_head_iswiki=Heading should begin with "=" END
 error_105_whitelistpage_iswiki=Wikipedia:WikiProject_Check_Wikipedia/Error_105_whitelist END
 error_105_desc_iswiki=A heading should begin with a "=". END

######

 error_106_prio_iswiki=2 END
 error_106_head_iswiki=ISSN with incorrect syntax END
 error_106_desc_iswiki=The script found a problem with ISSN syntax. A normal ISSN looks like ISSN 3895-2372 or 3957-957X. There must be a - between the numbers (don't use dashes). END

#####

 error_107_prio_iswiki=2 END
 error_107_head_iswiki=ISSN with wrong length END
 error_107_desc_iswiki=The script checked the ISSN and found it not containing 8 characters. ISSN should have 8 characters. END

#####

 error_108_prio_iswiki=2 END
 error_108_head_iswiki=ISSN with wrong checksum END
 error_108_desc_iswiki=The script checked the ISSN and found a problem with the checksum in the ISSN. Also see [[<a href="https://en.wikipedia.org/wiki/Category:Articles_with_invalid_ISSNs">Category:Articles with invalid ISSNs</a>]]. END

#####

 error_109_prio_iswiki=1 END
 error_109_head_iswiki=Include tag error END
 error_109_desc_iswiki=The script found a problem with opening or closing tags for &lt;includeonly&gt;, &lt;onlyinclude&gt; or &lt;noinclude&gt; tags. END

#####

 error_110_prio_iswiki=0 END
 error_110_head_iswiki=Include tag found END
 error_110_desc_iswiki=The script found a &lt;includeonly&gt;, &lt;onlyinclude&gt; or &lt;noinclude&gt; tags. END

Errors 111 to 120

[breyta frumkóða]
 END
 error_111_prio_iswiki=0 END
 error_111_head_iswiki=Ref after last reference list END
 error_111_desc_iswiki=The script found a &lt;ref&gt; tag after the last &lt;references&gt; tag or reference template. END
 error_111_templates_iswiki=
   reflist
   sniðreflisti END


#####

 error_112_prio_iswiki=3 END
 error_112_head_iswiki=Bad or deprecated css attributes END
 error_112_whitelistpage_iswiki=Wikipedia:WikiProject_Check_Wikipedia/Error_112_whitelist END
 error_112_desc_iswiki=The script found bad or deprecated css atributes END

#####

 error_113_prio_iswiki=3 END
 error_113_head_iswiki=Line break or &lt;br&gt; error in wikilink END
 error_113_desc_iswiki=The script found a line break inside a wikilink or a &lt;br&gt; tag at the end of a wikilink. END
 

== Errors 501 to 510 ==
<syntaxhighlight lang="Properties">
##############################
# WPCLEANER ERROR DESCRIPTIONS
##############################

 error_501_prio_iswiki=0 END
 error_501_head_iswiki=Spelling and typography END
 error_501_bot_iswiki=true END

#####
 
###########################################################################

 error_503_prio_iswiki=0 END
 error_503_head_iswiki=Internal link in title END
 error_503_desc_iswiki=Internal link in title. END 
# error_503_bot_iswiki=true END

###########################################################################

 error_504_prio_iswiki=0 END
 error_504_head_iswiki=Reference in title END
 error_504_desc_iswiki=Reference in title. END 
# error_504_bot_iswiki=true END

###########################################################################

 error_505_prio_iswiki=0 END
 error_505_head_iswiki=Image without alternative description END
 error_505_desc_iswiki=Image without alternative description. END 
# error_505_bot_iswiki=true END

###########################################################################

 error_506_prio_iswiki=0 END
 error_506_head_iswiki=Reference with a numeric name END
 error_506_desc_iswiki=Reference with a numeric name. END 
# error_506_bot_iswiki=true END

###########################################################################

 error_507_prio_iswiki=0 END
 error_507_head_iswiki=Gallery without caption END
 error_507_desc_iswiki=Gallery without caption. END 
# error_507_bot_iswiki=true END

###########################################################################

 error_508_prio_iswiki=0 END
 error_508_head_iswiki=Missing template END
 error_508_desc_iswiki=Missing template. END 
# error_508_bot_iswiki=true END

###########################################################################

 error_509_prio_iswiki=0 END
 error_509_head_iswiki=Internal link could be compacted END
 error_509_desc_iswiki=Internal link could be compacted. END 
# error_509_bot_iswiki=true END

###########################################################################

 error_510_prio_iswiki=0 END
 error_510_head_iswiki=Non working pipe trick END
 error_510_desc_iswiki=Non working pipe trick. END 
# error_510_bot_iswiki=true END

Errors 511 to 520

[breyta frumkóða]
 END
 error_513_prio_iswiki=3 END
 error_513_head_iswiki=Internal link inside external link END
 error_513_desc_iswiki=Internal link inside external link. END 
 error_513_bot_iswiki=true END
 error_513_templates_iswiki=
  ISBN|||true END
 error_513_template_params_iswiki=
  Cite web|title
  URL|2 END
# Sort alphabetically based on the last word
 error_513_texts_before_iswiki=
  &mdash;|true
  &ndash;|true
  a
  at
  published by
  útgefið af
  reviewed by
  version translated by
  translated by
  þýtt af
  by
  Dr.
  ed.
  feat.
  from
  in
  ''in''
  of
  on
  on site
  St.
  the
  &nbsp; END
 error_513_texts_after_iswiki=
  ABC archive
  ABC
  accessed
  skoðað
  on
  [Pp]ublished by
  [Rr]etrieved
  [pP]\.? *\d++
  (\d\d?+ *)?(January|February|March|April|May|June|July|August|September|October|November|December) *\d\d\d\d
  (\d\d?+ *)?(janúar|febrúar|mars|apríl|maí|júní|júlí|ágúst|september|október|nóvember|desember) *\d\d\d\d
  (January|February|March|April|May|June|July|August|September|October|November|December) *\d\d?+
  (Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday)
  \d\d\d\d\-\d\d\-\d\d
  \d\d\-\d\d\-\d\d
  \d\d\d\d END
 error_513_links_first_iswiki=
  AllMusic END

###########################################################################

 error_514_prio_iswiki=0 END
 error_514_head_iswiki=Missing named reference END
 error_514_desc_iswiki=Missing named reference. END 
# error_514_bot_iswiki=true END

###########################################################################

 error_515_prio_iswiki=0 END
 error_515_head_iswiki=Title linked in text through redirect link END
 error_515_desc_iswiki=Title linked in text through redirect link. END 
# error_515_bot_iswiki=true END

###########################################################################

 error_516_prio_iswiki=0 END
 error_516_head_iswiki=&lt;br /> tags in main namespace END
 error_516_desc_iswiki=&lt;br /> tags in main namespace. END 
# error_516_bot_iswiki=true END

###########################################################################

 error_518_prio_iswiki=0 END
 error_518_head_iswiki=&lt;nowiki&gt; tags in main namespace END
 error_518_desc_iswiki=&lt;nowiki&gt; tags are often not needed in main namespace. END 
# error_518_bot_iswiki=true END
 error_518_apostrophe_template_iswiki=' END
 error_518_asterisk_template_iswiki=asterisk END

###########################################################################

 error_520_prio_iswiki=0 END
 error_520_head_iswiki=Weird characters END
 error_520_desc_iswiki=Weird characters. END 
# error_520_bot_iswiki=true END

Errors 521 to 530

[breyta frumkóða]
 END
error_521_prio_iswiki=0 END
error_521_head_iswiki=Date format in templates END
error_521_desc_iswiki=Date format in templates END
error_521_bot_iswiki=true END
error_521_templates_iswiki=
  citation|date|d MMM yyy|d–d MMM yyy|MMM d, yyy|MMM d–d, yyy|yyy-MM-dd|MMM yyy|MMM–MMM yyy|yyy|c. yyy|yyy–yyy|d MMM – d MMM yyyy
  citation|accessdate|d MMM yyyy|MMM d, yyyy|yyyy-MM-dd
  citation|access-date|d MMM yyyy|MMM d, yyyy|yyyy-MM-dd
  citation|archivedate|d MMM yyy|MMM d, yyy|yyy-MM-dd|MMM yyy|yyy
  citation|archive-date|d MMM yyy|MMM d, yyy|yyy-MM-dd|MMM yyy|yyy
  citation|publication-date|d MMM yyy|d–d MMM yyy|MMM d, yyy|MMM d–d, yyy|yyy-MM-dd|MMM yyy|MMM–MMM yyy|yyy|yyy–yyy
  citation|year|yyy|c. yyy|yyy–yyy|yyyya|yyyyb|yyyyc|yyyyd|yyyye|yyyyf|yyyyg|yyyyh
  cite book|date|d MMM yyy|d–d MMM yyy|MMM d, yyy|MMM d–d, yyy|yyy-MM-dd|MMM yyy|MMM–MMM yyy|yyy|c. yyy|yyy–yyy|d MMM – d MMM yyyy|'n.d.'
  cite book|accessdate|d MMM yyyy|MMM d, yyyy|yyyy-MM-dd
  cite book|access-date|d MMM yyyy|MMM d, yyyy|yyyy-MM-dd
  cite book|archivedate|d MMM yyy|MMM d, yyy|yyy-MM-dd|MMM yyy|yyy
  cite book|archive-date|d MMM yyy|MMM d, yyy|yyy-MM-dd|MMM yyy|yyy
  cite book|publication-date|d MMM yyy|d–d MMM yyy|MMM d, yyy|MMM d–d, yyy|yyy-MM-dd|MMM yyy|MMM–MMM yyy|yyy|yyy–yyy
  cite book|year|yyy|c. yyy|yyy–yyy|yyyya|yyyyb|yyyyc|yyyyd|yyyye|yyyyf|yyyyg|yyyyh
  cite encyclopedia|accessdate|d MMM yyyy|MMM d, yyyy|yyyy-MM-dd|{{date}}
  cite encyclopedia|access-date|d MMM yyyy|MMM d, yyyy|yyyy-MM-dd|{{date}}
  cite encyclopedia|archivedate|d MMM yyy|MMM d, yyy|yyy-MM-dd|MMM yyy|yyy|{{date}}
  cite encyclopedia|archive-date|d MMM yyy|MMM d, yyy|yyy-MM-dd|MMM yyy|yyy|{{date}}
  cite episode|accessdate|d MMM yyyy|MMM d, yyyy|yyyy-MM-dd
  cite episode|access-date|d MMM yyyy|MMM d, yyyy|yyyy-MM-dd
  cite episode|airdate|d MMM yyyy|MMM d, yyyy|yyyy-MM-dd|MMM yyyy|yyyy
  cite episode|date|d MMM yyyy|MMM d, yyyy|yyyy-MM-dd|MMM yyyy|yyyy
  cite journal|date|d MMM yyy|d–d MMM yyy|MMM d, yyy|MMM d–d, yyy|MMM d – MMM d, yyy|MMM d, yyyy – MMM d, yyyy|yyy-MM-dd|MMM yyy|MMM–MMM yyy|MMM yyy – MMM yyy|yyy|yyy–yyy|d MMM – d MMM yyyy|d MMM yyyy – d MMM yyyy|Christmas yyyy|Winter yyyy–yyyy|'n.d.'|{{date}}
  cite journal|accessdate|d MMM yyyy|MMM d, yyyy|yyyy-MM-dd|{{date}}
  cite journal|access-date|d MMM yyyy|MMM d, yyyy|yyyy-MM-dd|{{date}}
  cite journal|archivedate|d MMM yyy|MMM d, yyy|yyy-MM-dd|MMM yyy|yyy|{{date}}
  cite journal|archive-date|d MMM yyy|MMM d, yyy|yyy-MM-dd|MMM yyy|yyy|{{date}}
  cite journal|publication-date|d MMM yyy|d–d MMM yyy|MMM d, yyy|MMM d–d, yyy|yyy-MM-dd|MMM yyy|MMM–MMM yyy|yyy|yyy–yyy
  cite journal|year|yyy|yyy–yyy|yyyya|yyyyb|yyyyc|yyyyd|yyyye|yyyyf|yyyyg|yyyyh
  cite magazine|date|d MMM yyy|d–d MMM yyy|MMM d, yyy|MMM d–d, yyy|MMM d – MMM d, yyy|yyy-MM-dd|MMM yyy|MMM–MMM yyy|MMM yyy – MMM yyy|yyy|yyy–yyy|d MMM – d MMM yyyy|'n.d.'|{{date}}
  cite magazine|accessdate|d MMM yyyy|MMM d, yyyy|yyyy-MM-dd|{{date}}
  cite magazine|access-date|d MMM yyyy|MMM d, yyyy|yyyy-MM-dd|{{date}}
  cite magazine|archivedate|d MMM yyy|MMM d, yyy|yyy-MM-dd|MMM yyy|yyy|{{date}}
  cite magazine|archive-date|d MMM yyy|MMM d, yyy|yyy-MM-dd|MMM yyy|yyy|{{date}}
  cite magazine|publication-date|d MMM yyy|d–d MMM yyy|MMM d, yyy|MMM d–d, yyy|yyy-MM-dd|MMM yyy|MMM–MMM yyy|yyy|yyy–yyy
  cite magazine|year|yyyy|c. yyyy|yyyy–yyyy|yyyya|yyyyb|yyyyc|yyyyd|yyyye|yyyyf|yyyyg|yyyyh
  cite news|date|d MMM yyy|d–d MMM yyy|MMM d, yyy|MMM d–d, yyy|yyy-MM-dd|MMM yyy|MMM–MMM yyy|yyy|c. yyy|yyy–yyy|d MMM – d MMM yyyy|'n.d.'|{{date}}
  cite news|accessdate|d MMM yyyy|MMM d, yyyy|yyyy-MM-dd|{{date}}
  cite news|access-date|d MMM yyyy|MMM d, yyyy|yyyy-MM-dd|{{date}}
  cite news|archive-date|d MMM yyy|MMM d, yyy|yyy-MM-dd|MMM yyy|yyy|{{date}}
  cite news|archivedate|d MMM yyy|MMM d, yyy|yyy-MM-dd|MMM yyy|yyy|{{date}}
  cite news|publication-date|d MMM yyy|d–d MMM yyy|MMM d, yyy|MMM d–d, yyy|yyy-MM-dd|MMM yyy|MMM–MMM yyy|yyy|yyy–yyy
  cite news|year|yyy|yyy–yyy|yyyya|yyyyb|yyyyc|yyyyd|yyyye|yyyyf|yyyyg|yyyyh
  cite report|date|d MMM yyy|d–d MMM yyy|MMM d, yyy|MMM d–d, yyy|yyy-MM-dd|MMM yyy|MMM–MMM yyy|yyy|c. yyy|yyy–yyy|d MMM – d MMM yyyy|MMM d – MMM d, yyyy|'n.d.'|{{date}}
  cite report|accessdate|d MMM yyyy|MMM d, yyyy|yyyy-MM-dd|{{date}}
  cite report|access-date|d MMM yyyy|MMM d, yyyy|yyyy-MM-dd|{{date}}
  cite report|archive-date|d MMM yyy|MMM d, yyy|yyy-MM-dd|MMM yyy|yyy|{{date}}
  cite report|archivedate|d MMM yyy|MMM d, yyy|yyy-MM-dd|MMM yyy|yyy|{{date}}
  cite report|publication-date|d MMM yyy|d–d MMM yyy|MMM d, yyy|MMM d–d, yyy|yyy-MM-dd|MMM yyy|MMM–MMM yyy|yyy|yyy–yyy
  cite report|year|yyyy|c. yyy|yyy–yyy|yyyya|yyyyb|yyyyc|yyyyd|yyyye|yyyyf|yyyyg|yyyyh
  cite web|date|d MMM yyy|d–d MMM yyy|MMM d, yyy|MMM d–d, yyy|yyy-MM-dd|MMM yyy|MMM–MMM yyy|yyy|c. yyy|yyy–yyy|d MMM – d MMM yyyy|MMM d – MMM d, yyyy|'n.d.'|{{date}}
  cite web|accessdate|d MMM yyyy|MMM d, yyyy|yyyy-MM-dd|{{date}}
  cite web|access-date|d MMM yyyy|MMM d, yyyy|yyyy-MM-dd|{{date}}
  cite web|archive-date|d MMM yyy|MMM d, yyy|yyy-MM-dd|MMM yyy|yyy|{{date}}
  cite web|archivedate|d MMM yyy|MMM d, yyy|yyy-MM-dd|MMM yyy|yyy|{{date}}
  cite web|publication-date|d MMM yyy|d–d MMM yyy|MMM d, yyy|MMM d–d, yyy|yyy-MM-dd|MMM yyy|MMM–MMM yyy|yyy|yyy–yyy
  cite web|year|yyyy|c. yyy|yyy–yyy|'n.d.'|yyyya|yyyyb|yyyyc|yyyyd|yyyye|yyyyf|yyyyg|yyyyh
  Infobox album|Released|d MMM yyy|MMM d, yyy|MMM yyy|yyy|{{Start date}}
  Infobox film|released|d MMM yyy|MMM d, yyy|yyy|{{Film date}}
  Infobox officeholder|term_end|d MMM yyy|MMM d, yyy|MMM yyy|yyy|{{date}}
  Infobox officeholder|term_start|d MMM yyy|MMM d, yyy|MMM yyy|yyy|{{date}}
  Infobox person|birth_date|d MMM yyy|MMM d, yyy|MMM yyy|yyy|c. yyy|{{Birth based on age as of date}}|{{Birth date}}|{{Birth date and age}}|{{bda}}|{{Birth-date and age}}|{{Birthdate and age}}|{{Birthdateandage}}|{{Birth year and age}}|{{bya}}
  Infobox person|death_date|d MMM yyy|MMM d, yyy|MMM yyy|yyy|{{Death date}}|{{Death date and age}}|{{Death year and age}}|{{Death date and given age}}
  Infobox song|Released|d MMM yyy|MMM d, yyy|MMM yyy|yyy|{{Start date}} END
error_521_months_iswiki=
  January
  janúar
  February
  febrúar
  March
  mars
  April
  apríl
  May
  maí
  June
  júní
  July
  júlí
  August
  ágúst
  September
  October
  október
  November
  nóvember
  December
  desember
  Jan
  Feb
  Mar
  Apr
  May
  Jun
  Jul
  Aug
  Sep
  Oct
  Nov
  Dec
  Spring
  Summer
  Autumn
  Fall
  Winter END

###########################################################################

error_522_prio_iswiki=0 END
error_522_head_iswiki=Empty title END
error_522_desc_iswiki=An empty title (like <code><nowiki>== &lt;nowiki /&gt; ==</nowiki></code>) has been detected. END
#error_522_bot_iswiki=true END

###########################################################################

error_523_prio_iswiki=0 END
error_523_head_iswiki=Duplicate image END
error_523_desc_iswiki=Duplicate image END
#error_523_bot_iswiki=true END

###########################################################################

error_524_prio_iswiki=3 END
error_524_head_iswiki=Duplicate arguments in template calls END
error_524_desc_iswiki=Duplicate arguments in template calls END
#error_524_bot_iswiki=true END

###########################################################################

error_525_prio_iswiki=0 END
error_525_head_iswiki=Span tag END
error_525_desc_iswiki=Useless span tag END
#error_525_bot_iswiki=true END

###########################################################################

error_526_prio_iswiki=0 END
error_526_head_iswiki=Incorrect date link END
error_526_desc_iswiki=Incorrect link to a date, like [[1985|2005]] END
#error_526_bot_iswiki=true END
error_526_min_length_iswiki=3 END
error_526_max_length_iswiki=4 END
error_526_min_below_iswiki=2 END
error_526_min_above_iswiki=2 END

###########################################################################

error_527_prio_iswiki=3 END
error_527_head_iswiki=Reference with different content END
error_527_desc_iswiki=Reference tags have the same name but different content END
error_527_bot_iswiki=true END
error_527_category_iswiki=Pages with duplicate reference names END

###########################################################################

error_528_prio_iswiki=0 END
error_528_head_iswiki=PMID magic link END
error_528_desc_iswiki=PMID magic links will be removed from MW END
# error_528_bot_iswiki=true END

###########################################################################

error_529_prio_iswiki=0 END
error_529_head_iswiki=ISBN magic link END
error_529_desc_iswiki=ISBN magic links will be removed from MW END
# error_529_bot_iswiki=true END

###########################################################################

error_530_prio_iswiki=0 END
error_530_head_iswiki=RFC magic link END
error_530_desc_iswiki=RFC magic links will be removed from MW END
# error_530_bot_iswiki=true END

Errors 531 to 540

[breyta frumkóða]
 END
error_531_prio_iswiki=0 END
error_531_head_iswiki=Reference inside reference END
error_531_desc_iswiki=Reference tags have been found inside an other reference tag END
# error_531_bot_iswiki=true END
# error_531_templates_iswiki= END

###########################################################################

error_532_prio_iswiki=0 END
error_532_head_iswiki=Missing end tag END
error_532_desc_iswiki=An opening tag has no matching end tag. END
error_532_link_iswiki=Special:LintErrors/missing-end-tag END
error_532_bot_iswiki=true END
# error_532_templates_iswiki= END

###########################################################################

error_533_prio_iswiki=0 END
error_533_head_iswiki=Multi colon escape END
error_533_desc_iswiki=A link has been created with a multi colon escape like <tt>[[:Test|Test]]</tt>. END
error_533_link_iswiki=Special:LintErrors/multi-colon-escape END
error_533_bot_iswiki=true END

###########################################################################

error_534_prio_iswiki=0 END
error_534_head_iswiki=Bogus image options END
error_534_desc_iswiki=An image has been created with a bogus option. END
error_534_link_iswiki=Special:LintErrors/bogus-image-options END
error_534_bot_iswiki=true END

###########################################################################

error_535_prio_iswiki=0 END
error_535_head_iswiki=Tidy bug affecting font tags wrapping links END
error_535_desc_iswiki=Tidy bug affecting font tags wrapping links. END
error_535_link_iswiki=Special:LintErrors/tidy-font-bug END
error_535_bot_iswiki=true END

###########################################################################

error_536_prio_iswiki=0 END
error_536_head_iswiki=Tidy whitespace bug END
error_536_desc_iswiki=Tidy whitespace bug. END
error_536_link_iswiki=Special:LintErrors/tidy-whitespace-bug END
error_536_bot_iswiki=true END

###########################################################################

error_537_prio_iswiki=0 END
error_537_head_iswiki=Unclosed quotes in heading END
error_537_desc_iswiki=Unclosed quotes in heading. END
error_537_link_iswiki=Special:LintErrors/unclosed-quotes-in-heading END
error_537_bot_iswiki=true END

###########################################################################

error_538_prio_iswiki=0 END
error_538_head_iswiki=Whitespace characters after heading END
error_538_desc_iswiki=Whitespace characters after heading. END
#error_538_link_iswiki= END
error_538_bot_iswiki=true END

###########################################################################

error_539_prio_iswiki=0 END
error_539_head_iswiki=Misnested tags END
error_539_desc_iswiki=Misnested tags. END
error_539_link_iswiki=Special:LintErrors/misnested-tag END
error_539_bot_iswiki=true END

###########################################################################

error_540_prio_iswiki=0 END
error_540_head_iswiki=Missing end bold/italic END
error_540_desc_iswiki=Missing end bold/italic. END
error_540_link_iswiki=Special:LintErrors/missing-end-tag END
error_540_bot_iswiki=true END

Errors 541 to 550

[breyta frumkóða]
 END
error_541_prio_iswiki=0 END
error_541_head_iswiki=Obsolete tag END
error_541_desc_iswiki=Obsolete tag. END
error_541_link_iswiki=Special:LintErrors/obsolete-tag END
# error_541_bot_iswiki=true END
# error_541_center_templates_iswiki= END
# error_541_strike_templates_iswiki= END
 error_541_tt_templates_iswiki=
  mono|||generic template END

###########################################################################

error_542_prio_iswiki=0 END
error_542_head_iswiki=Empty ref tag END
error_542_desc_iswiki=Empty ref tag. END
# error_542_link_iswiki= END
# error_542_separator_iswiki= END
error_542_bot_iswiki=true END

###########################################################################

error_543_prio_iswiki=0 END
error_543_head_iswiki=Pipe in external link END
error_543_desc_iswiki=Pipe in external link. END
# error_543_link_iswiki= END
error_543_bot_iswiki=true END

###########################################################################

error_544_prio_iswiki=0 END
error_544_head_iswiki=Missing end template in a pair END
error_544_desc_iswiki=A template working as a pair has no end template. END 
# error_544_link_iswiki= END
# error_544_bot_iswiki=true END
# error_544_pair_templates_iswiki= END

###########################################################################

error_545_prio_iswiki=3 END
error_545_head_iswiki=Template with deprecated parameter END
error_545_desc_iswiki=Template with deprecated parameter. END 
# error_545_link_iswiki= END
error_545_bot_iswiki=true END
error_545_categories_iswiki=
  Track listings with deprecated parameters END
error_545_template_groups_iswiki=
  CS1|Cite book
  Track|Soundtrack|Tlist|Track|Tracklist|Tracklisting|Track list|Track listing
 END
error_545_templates_iswiki=
  +CS1|accessdate,archivedate,archiveurl,booktitle,chapterurl,conferenceurl,contributionurl,displayauthors|Prefer the hyphenated form
  +CS1|episodelink,laydate,laysource,layurl,mailinglist,mapurl,nopp,notracking,origyear|Prefer the hyphenated form
  +CS1|publicationdate,publicationplace,sectionurl,serieslink,seriesno,timecaption,titlelink,transcripturl|Prefer the hyphenated form
  +CS1|authorlink,author1link,author2link,author3link,author4link,author5link,author6link,author7link,author8link,author9link,author10link|Prefer the hyphenated form
  +CS1|author11link,author12link,author13link,author14link,author15link,author16link,author17link,author18link,author19link,author20link|Prefer the hyphenated form
  +CS1|authorlink1,authorlink2,authorlink3,authorlink4,authorlink5,authorlink6,authorlink7,authorlink8,authorlink9,authorlink10|Prefer the hyphenated form
  +CS1|authorlink11,authorlink12,authorlink13,authorlink14,authorlink15,authorlink16,authorlink17,authorlink18,authorlink19,authorlink20|Prefer the hyphenated form
  +CS1|authormask,author1mask,author2mask,author3mask,author4mask,author5mask,author6mask,author7mask,author8mask,author9mask,author10mask|Prefer the hyphenated form
  +CS1|author11mask,author12mask,author13mask,author14mask,author15mask,author16mask,author17mask,author18mask,author19mask,author20mask|Prefer the hyphenated form
  +CS1|authormask1,authormask2,authormask3,authormask4,authormask5,authormask6,authormask7,authormask8,authormask9,authormask10|Prefer the hyphenated form
  +CS1|authormask11,authormask12,authormask13,authormask14,authormask15,authormask16,authormask17,authormask18,authormask19,authormask20|Prefer the hyphenated form
  +CS1|editorlink,editor1link,editor2link,editor3link,editor4link,editor5link,editor6link,editor7link,editor8link,editor9link,editor10link|Prefer the hyphenated form
  +CS1|editor11link,editor12link,editor13link,editor14link,editor15link,editor16link,editor17link,editor18link,editor19link,editor20link|Prefer the hyphenated form
  +CS1|editorlink1,editorlink2,editorlink3,editorlink4,editorlink5,editorlink6,editorlink7,editorlink8,editorlink9,editorlink10|Prefer the hyphenated form
  +CS1|editorlink11,editorlink12,editorlink13,editorlink14,editorlink15,editorlink16,editorlink17,editorlink18,editorlink19,editorlink20|Prefer the hyphenated form
  +CS1|editor1mask,editor2mask,editor3mask,editor4mask,editor5mask,editor6mask,editor7mask,editor8mask,editor9mask,editor10mask|Prefer the hyphenated form
  +CS1|editor11mask,editor12mask,editor13mask,editor14mask,editor15mask,editor16mask,editor17mask,editor18mask,editor19mask,editor20mask|Prefer the hyphenated form
  +CS1|editormask1,editormask2,editormask3,editormask4,editormask5,editormask6,editormask7,editormask8,editormask9,editormask10|Prefer the hyphenated form
  +CS1|editormask11,editormask12,editormask13,editormask14,editormask15,editormask16,editormask17,editormask18,editormask19,editormask20|Prefer the hyphenated form
  +CS1|subjectlink,subject1link,subject2link,subject3link,subject4link,subject5link,subject6link,subject7link,subject8link,subject9link,subject10link|Prefer the hyphenated form
  +CS1|subject11link,subject12link,subject13link,subject14link,subject15link,subject16link,subject17link,subject18link,subject19link,subject20link|Prefer the hyphenated form
  +CS1|subjectlink1,subjectlink2,subjectlink3,subjectlink4,subjectlink5,subjectlink6,subjectlink7,subjectlink8,subjectlink9,subjectlink10|Prefer the hyphenated form
  +CS1|subjectlink11,subjectlink12,subjectlink13,subjectlink14,subjectlink15,subjectlink16,subjectlink17,subjectlink18,subjectlink19,subjectlink20|Prefer the hyphenated form
  +Track|writing_credits,lyrics_credits,music_credits|Module:Track listing determines this automatically
 END

###########################################################################

error_546_prio_iswiki=0 END
error_546_head_iswiki=Article without categories END
error_546_desc_iswiki=Article without categories. END 
# error_546_link_iswiki= END
# error_546_bot_iswiki=true END
error_546_templates_iswiki=
  END

###########################################################################

error_547_prio_iswiki=0 END
error_547_head_iswiki=Empty list item END
error_547_desc_iswiki=Empty list item (like <code>*</code>). END 
# error_547_link_iswiki= END
# error_547_bot_iswiki=true END
error_547_templates_iswiki=
  END

###########################################################################

error_548_prio_iswiki=0 END
error_548_head_iswiki=Punctuation in link END
error_548_whitelistpage_iswiki=Wikipedia:WikiProject_Check_Wikipedia/Error_548_whitelist END
error_548_desc_iswiki=Punctuation in link (like <code>[[target|text,]]</code>). END 
# error_548_link_iswiki= END
# error_548_bot_iswiki=true END
error_548_ignore_links_iswiki=
  Greinarmerki
  At-merki
  Gæsalappir
  Komma
  Punktur
  Semikomma
 END

###########################################################################

error_549_prio_iswiki=0 END
error_549_head_iswiki=Split link END
error_549_desc_iswiki=A link is split (like <code>[[target|te]][[target|xt]]</code>). END 
# error_549_link_iswiki= END
# error_549_bot_iswiki=true END

###########################################################################

error_550_prio_iswiki=0 END
error_550_head_iswiki=Link without text END
error_550_desc_iswiki=A link is without text (like <code>[[target| ]]</code> or <code>[[target|&lt;nowiki/&gt;]]</code>). END 
# error_550_link_iswiki= END
# error_550_bot_iswiki=true END

Errors 551 to 560

[breyta frumkóða]
 END
error_551_prio_iswiki=3 END
error_551_head_iswiki=Empty line END
error_551_desc_iswiki=A line is empty (like <code>''&lt;nowiki/&gt;</code>). END 
# error_551_link_iswiki= END
error_551_bot_iswiki=true END

error_552_prio_iswiki=3 END
error_552_head_iswiki=Template ending with }}} END
error_552_desc_iswiki=A template is ending with <code>}}}</code> instead of <code>}}</code>. END 
# error_552_link_iswiki= END
error_552_bot_iswiki=true END

error_553_prio_iswiki=0 END
error_553_head_iswiki=&lt;nowiki&gt; tags END
error_553_desc_iswiki=A &lt;nowiki&gt; tag is just after an internal link. END 
# error_553_link_iswiki= END
error_553_bot_iswiki=true END
error_553_suffixes_iswiki=
  s END
error_553_words_iswiki=
  og
  eftir
  frá
  síðan
  þá
  þangað END

error_554_prio_iswiki=3 END
error_554_head_iswiki=&lt;nowiki&gt; tags END
error_554_desc_iswiki=A &lt;nowiki&gt; tag is in a &lt;gallery&gt; tag. END 
# error_554_link_iswiki= END
error_554_bot_iswiki=true END

error_555_prio_iswiki=0 END
error_555_head_iswiki=&lt;nowiki&gt; tags END
error_555_desc_iswiki=A &lt;nowiki&gt; tag is in the text. END 
# error_555_link_iswiki= END
# error_555_bot_iswiki=true END

error_556_prio_iswiki=0 END
error_556_head_iswiki=External link END
error_556_desc_iswiki=External link in the text of the article. END 
# error_556_link_iswiki= END
# error_556_bot_iswiki=true END
error_556_titles_iswiki= END
error_556_templates_iswiki= END

error_557_prio_iswiki=0 END
error_557_head_iswiki=Missing whitespace before a link END
error_557_desc_iswiki=A link is just after the preceding text. END 
# error_557_link_iswiki= END
# error_557_bot_iswiki=true END
error_557_prefixes_ok_iswiki=
  acetyl
  anti
  As
  bromo
  chloro
  cyano
  dehydro
  deoxy
  Di
  dichloro
  dihydrogen
  dimethyl
  diphenyl
  giga
  halo
  hydroxy
  i
  k
  kilo
  Li
  m
  mega
  methoxy
  micro
  milli
  mono
  n
  nano
  no
  non
  P
  penta
  pento
  poly
  tetra
  tetramethyl
  tri
  un END
#NOTE: some prefixes are not safe
# over: over[[lord]]
error_557_prefixes_exclude_iswiki=
  at
  born
  former
  Former
  from
  including
  of
  only
  see
  since
  starring
  the
  was
  with END

error_558_prio_iswiki=0 END
error_558_head_iswiki=Duplicated reference END
error_558_desc_iswiki=The same reference is used several times in the same group of references. END 
# error_558_link_iswiki= END
# error_558_bot_iswiki=true END

error_559_prio_iswiki=0 END
error_559_head_iswiki=Separator between ref tags END
error_559_desc_iswiki=An incorrect separator is used between consecutive ref tags. END 
# error_559_link_iswiki= END
# error_559_bot_iswiki=true END

error_560_prio_iswiki=0 END
error_560_head_iswiki=Duplicated attribute END
error_560_desc_iswiki=A tag has a duplicated attribute (like a ref tag with 2 group attributes). END 
# error_560_link_iswiki= END
# error_560_bot_iswiki=true END

Errors 561 to 570

[breyta frumkóða]
 END
error_561_prio_iswiki=0 END
error_561_head_iswiki=Redirect with the target as text END
error_561_desc_iswiki=An internal link [[redirect|target]] is using a redirect while displaying the target as text. END 
# error_561_link_iswiki= END
# error_561_bot_iswiki=true END

error_562_prio_iswiki=3 END
error_562_head_iswiki=&lt;nowiki&gt; tags END
error_562_desc_iswiki=Consecutive &lt;nowiki&gt; tags. END 
# error_562_link_iswiki= END
# error_562_bot_iswiki=true END

error_563_prio_iswiki=0 END
error_563_head_iswiki=Unused parameters END
error_563_desc_iswiki=Template parameters are empty and not used. END 
# error_563_link_iswiki= END
# error_563_bot_iswiki=true END

error_564_prio_iswiki=0 END
error_564_head_iswiki=Unknown parameters END
error_564_desc_iswiki=Template parameters are unknown. END 
# error_564_link_iswiki= END
# error_564_bot_iswiki=true END

error_565_prio_iswiki=0 END
error_565_head_iswiki=&lt;nowiki&gt; tags END
error_565_desc_iswiki=&lt;nowiki&gt; tags between bold/italic formatting. END 
# error_565_link_iswiki= END
# error_565_bot_iswiki=true END

error_566_prio_iswiki=0 END
error_566_head_iswiki=&lt;abbr&gt; tags END
error_566_desc_iswiki=&lt;abbr&gt; tags should be replaced by templates for abbreviations. END 
# error_566_link_iswiki= END
# error_566_bot_iswiki=true END
error_566_templates_iswiki=
  abbr|1|2|<!-- Meaning -->
  tooltip|1|2|<!-- Meaning -->
 END
error_566_categories_iswiki= 
 END

error_567_prio_iswiki=0 END
error_567_head_iswiki=Non-numeric formatnum arguments END
error_567_desc_iswiki=Formatnum with non-numeric arguments. END 
# error_567_link_iswiki= END
# error_567_bot_iswiki=true END
error_567_prefixes_iswiki=
 END
error_567_suffixes_iswiki=
  billion
  billjón
  km
  million
  milljón
  millions
  milljónir
  mm
  nights
  seats
  today
  tons
  US$
  ISK
 END

error_569_prio_iswiki=0 END
error_569_head_iswiki=Non-breaking space END
error_569_desc_iswiki=Template argument name with non-breaking space. END 
# error_569_link_iswiki= END
# error_569_bot_iswiki=true END

error_570_prio_iswiki=0 END
error_570_head_iswiki=mw-content-ltr/rtl attribute without dir or lang attribute END
error_570_desc_iswiki=A tag uses class mw-content-ltr or mw-content-rtl without defining attribute dir or lang (cf. phab T287701). END 
# error_570_link_iswiki= END
# error_570_bot_iswiki=true END

Errors 571 to 580

[breyta frumkóða]
 END
error_571_prio_iswiki=0 END
error_571_head_iswiki=Cite tag in ref tag END
error_571_desc_iswiki=A cite tag is present in a ref tag. It's usually a bug due to CX2 failing to properly handle reference templates. END 
# error_571_link_iswiki= END
# error_571_bot_iswiki=true END

error_572_prio_iswiki=0 END
error_572_head_iswiki=Unknown value END
error_572_desc_iswiki=A template has an unknown value in one of its parameters. END 
# error_572_link_iswiki= END
# error_572_bot_iswiki=true END

# Used to define allowed values for a template parameter (all other values are considered unknown) :
# <template name>|<parameter name>|<case sensitive>|<allowed value 1>|…|<allowed value n>
# +<template group name>|<parameter name>|<case sensitive>|<allowed value 1>|…|<allowed value n>
# See [[WP:URLACCESS]]
 error_572_templates_iswiki=
  +CS1Templates|article-url-access|false|free|limited|registration|subscription
  +CS1Templates|bibcode-access|false|free|limited|registration|subscription
  +CS1Templates|chapter-url-access|false|free|limited|registration|subscription
  +CS1Templates|contribution-url-access|false|free|limited|registration|subscription
  +CS1Templates|doi-access|false|free|limited|registration|subscription
  +CS1Templates|entry-url-access|false|free|limited|registration|subscription
  +CS1Templates|hdl-access|false|free|limited|registration|subscription
  +CS1Templates|jstor-access|false|free|limited|registration|subscription
  +CS1Templates|map-url-access|false|free|limited|registration|subscription
  +CS1Templates|ol-access|false|free|limited|registration|subscription
  +CS1Templates|osti-access|false|free|limited|registration|subscription
  +CS1Templates|section-url-access|false|free|limited|registration|subscription
  +CS1Templates|ssrn-access|false|free|limited|registration|subscription
  +CS1Templates|s2cid-access|false|free|limited|registration|subscription
  +CS1Templates|url-access|false|free|limited|registration|subscription

  +CS2Templates|article-url-access|false|free|limited|registration|subscription
  +CS2Templates|bibcode-access|false|free|limited|registration|subscription
  +CS2Templates|chapter-url-access|false|free|limited|registration|subscription
  +CS2Templates|contribution-url-access|false|free|limited|registration|subscription
  +CS2Templates|doi-access|false|free|limited|registration|subscription
  +CS2Templates|entry-url-access|false|free|limited|registration|subscription
  +CS2Templates|hdl-access|false|free|limited|registration|subscription
  +CS2Templates|jstor-access|false|free|limited|registration|subscription
  +CS2Templates|map-url-access|false|free|limited|registration|subscription
  +CS2Templates|ol-access|false|free|limited|registration|subscription
  +CS2Templates|osti-access|false|free|limited|registration|subscription
  +CS2Templates|section-url-access|false|free|limited|registration|subscription
  +CS2Templates|ssrn-access|false|free|limited|registration|subscription
  +CS2Templates|s2cid-access|false|free|limited|registration|subscription
  +CS2Templates|url-access|false|free|limited|registration|subscription
 END

error_573_prio_iswiki=0 END
error_573_head_iswiki=Non-breaking space END
error_573_desc_iswiki=Useless non-breaking space (<code>&amp;nbsp;</code>). END 
# error_573_link_iswiki= END
# error_573_bot_iswiki=true END

error_574_prio_iswiki=0 END
error_574_head_iswiki=Non-breaking space END
error_574_desc_iswiki=Useless non-breaking space (<code>\u00A0</code>). END 
# error_574_link_iswiki= END
# error_574_bot_iswiki=true END

error_575_prio_iswiki=0 END
error_575_head_iswiki=Non-breaking space END
error_575_desc_iswiki=Non-breaking space at the end of an internal link. END 
# error_575_link_iswiki= END
# error_575_bot_iswiki=true END

error_576_prio_iswiki=0 END
error_576_head_iswiki=Bogus image options END
error_576_desc_iswiki=An image has been created with a bogus option through a template parameter. END
error_576_link_iswiki=Special:LintErrors/bogus-image-options END
#error_576_bot_iswiki=true END

error_577_prio_iswiki=0 END
error_577_head_iswiki=DOI with incorrect syntax END
error_577_desc_iswiki=DOI with incorrect syntax. END
#error_577_link_iswiki= END
error_577_bot_iswiki=true END

Errors 571 to 580

[breyta frumkóða]
 END
error_583_prio_iswiki=0 END
error_583_head_iswiki=Bogus image options END
error_583_desc_iswiki=An image in a gallery has been created with a bogus option. END
error_583_link_iswiki=Special:LintErrors/bogus-image-options END
error_583_bot_iswiki=true END

Errors above 900

[breyta frumkóða]
 END
error_999_prio_enwiki=0 END
error_999_head_enwiki=WPC Test END
error_999_desc_enwiki=This is only a test for WPC. END 
# error_999_link_enwiki= END
# error_999_bot_enwiki=true END