Wicipedia:WikiProject Check Wikipedia/Translation: Gwahaniaeth rhwng fersiynau

Cynnwys wedi'i ddileu Cynnwys wedi'i ychwanegu
Bgwhite (sgwrs | cyfraniadau)
Add template for #03
update
Llinell 1:
<syntaxhighlight lang="Properties" enclose="div">
<pre>
new translation text under http://toolserver.org/~sk/checkwiki/cywiki/ (updated daily)
#########################
# metadata
#########################
 
project=cywiki END
category_001= END #for example: [[Category:Wikipedia]]
description_text_cywiki= END
 
#########################
Llinell 11 ⟶ 12:
#########################
 
start_text_cywiki=The WikiProject '''Check Wikipedia''' will help to clean the syntax of wikipediaWikipedia. At the moment the script has some bugs and not every error displayed is an actual error (it's possible to findcreate somea whitelist to minimize otherfalse errorspositives).
 
- 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.
'''Alphatest''' - At the moment the script has some bugs and not every error on this page is an actual error. I am working on a stable version at the moment and hope that I will be able to go into the beta test some time soon.
 
- Please translate the English text using HTML5 and set the priorities. To see how the description of errors display, go to the cy.wiki web interface when the changes will be effective (usually after 00:00 UTC):
END
#########################
# description
#########################
 
https://tools.wmflabs.org/checkwiki/cgi-bin/checkwiki.cgi?project=cywiki&view=project
description_text_cywiki=== Project description in english ==
* '''What is the goal of this project?'''
** This project should help to clean up the data of all articles in many different languages.
** If we have a clear and clean syntax in all articles more projects (for example: Wikipedia-DVD) can use our data more easily.
** The project was inspired by [[:en:Wikipedia:WikiProject Wiki Syntax]].
** In order to use the data of a Wikipedia project without the Mediawiki software you need to write a parser. If many articles have wrong syntax it is difficult to programm the parser since it needs to be complex enough to recognize the syntax errors.
** This project helps to find many errors in all kinds of language and will support many languages in the future.
 
END
* '''How does it work?'''
** The script scans every new [http://dumps.wikimedia.org dump] and creates a list of articles with errors.
** The script scans all articles on the list again on a daily basis to create a new list for the users which omits already corrected articles.
** The script is written in Perl by: [[:de:User:Stefan Kühn|Stefan Kühn]]
** You can download the script [http://toolserver.org/~sk/checkwiki/checkwiki.pl here]. It is licenced under GFDL.
** [[:de:User:Stefan Kühn/Check Wikipedia|New features, last changes and discussion]].
 
##############################
* '''What can you do?'''
# PRIORITIES
** The script creates a new error page at the toolserver every day. Please copy and paste that [http://toolserver.org/~sk/checkwiki//_output_for_wikipedia.txt page on toolserver] to this page here. Attention: That page is a UTF-8 document. In case your browser cannot display the file in UTF-8 you can copy it into a text editor (for example: Notepad++) and convert it to UTF-8.
##############################
** You can fix an error in one or more articles.
#
** You can delete all fixed articles from this list.
# -2 Error removed
** If all articles in one category have been fixed you can delete this category.
# -1 Uses default (en.wiki settings)
** You can suggest a new category of errors to the author of the script.
# 0 Error deactivated
** You can inform the author, too if you want this project to be implemented into your language's Wikipedia.
# 1 Top priority
# 2 Middle priority
# 3 Lowest priority
 
top_priority_cywiki=Top priority END
* '''Please don't... '''
middle_priority_cywiki=Middle priority END
** insert an article by hand since it will disappear from the list with the next automatic update of this page.
lowest_priority_cywiki=Lowest priority END
** try to fix spelling mistakes within this page since all manual changes will disappear as well with the next update. Instead, send an e-mail or message to the author so he can fix the spelling in the script.
 
##############################
END
# ERROR DESCRIPTIONS
#########################
##############################
# priority
#########################
 
top_priority_script=Top priority END
top_priority_cywiki= END
middle_priority_script=Middle priority END
middle_priority_cywiki= END
lowest_priority_script=Lowest priority END
lowest_priority_cywiki= END
 
Please only translate the variables with …_cywiki at the end of the name. Not …_script= .
#########################
# error description
#########################
# prio = -1 (unknown)
# prio = 0 (deactivated)
# prio = 1 (top priority)
# prio = 2 (middle priority)
# prio = 3 (lowest priority)
 
error_001_prio_script=-1 END
error_001_head_script=No bold title END
error_001_desc_script=This article has no bold title like <nowiki>'''Title'''</nowiki>. END
error_001_prio_cywiki=-1 END
error_001_head_cywiki=Template contains useless word template: END
error_001_desc_cywiki=Article contains a template that includes the useless word "template:". Example: {{Template:reflist}}. END
 
######
###########################################################################
 
error_002_prio_script=1 END
error_002_head_script=Article with false <nowiki><br/></nowiki> END
error_002_desc_script=This article contains a <nowiki><br\></nowiki> or <nowiki><\br></nowiki> or <nowiki><br.></nowiki> but a <nowiki><br></br> or <br/></nowiki> tag is necessary in order to be correct XHTML-syntax (see [http://www.w3.org/TR/xhtml1/#h-4.6 1], [http://www.w3.org/TR/2006/REC-xml11-20060816/#sec-starttags 2]). END
error_002_prio_cywiki=-1 END
error_002_head_cywiki=Tag with incorrect syntax END
error_002_desc_cywiki=The article contains one or more &lt;br&gt;, &lt;center&gt; or &lt;small&gt; tags with incorrect syntax. For example:
error_002_desc_cywiki= END
<ul>
<li>&lt;/br&gt; (slash in front instead of the end)</li>
<li>&lt;br&#92;&gt; (backslash instead of slash)</li>
<li>&lt;br.&gt;</li>
</ul>
Use &lt;br&gt; instead or remove the tag. See <a href="http://www.w3.org/TR/html5/text-level-semantics.html#the-br-element">The br element in HTML5</a> and <a href="http://www.w3schools.com/tags/">HTML Element Reference</a>.<br>Instead of the obsolete "clear" attribute use the {{clear}} template. See <a href="https://en.wikipedia.org/wiki/Wikipedia:HTML5#Other_obsolete_attributes">Wikipedia:HTML5#Other obsolete attributes</a>. END
 
#####
###########################################################################
 
error_003_prio_script=2 END
error_003_head_script=Article with <nowiki><ref></nowiki> and no <nowiki><references /></nowiki> END
error_003_desc_script=This article has a <nowiki><ref></nowiki> and not a <nowiki><references /></nowiki>. This is not correct syntax. END
error_003_prio_cywiki=-1 END
error_003_head_cywiki=Reference list missing END
error_003_desc_cywiki=The article contains one or more &lt;ref&gt; tags, but is missing a reference list tag ({{reflist}} or &lt;references&nbsp;/&gt;). For details see <a href="https://en.wikipedia.org/wiki/Help:Footnotes">Help:Footnotes</a>. END
error_003_desc_cywiki= END
error_003_templates_cywiki=
cyfeiriadau END
 
#####
###########################################################################
 
error_004_prio_script=2 END
error_004_head_script=Article with weblink END
error_004_desc_script=This article has a weblink and not a headline (like "<nowiki>== Weblinks ==</nowiki>"). All weblinks should be in the linklist or list of references. END
error_004_prio_cywiki=-1 END
error_004_head_cywiki=HTML text style element &lt;a&gt; END
error_004_desc_cywiki=Article contains HTML text style element &lt;a&gt;. <a href="https://en.wikipedia.org/wiki/Help:Wiki_markup#External_links">Wiki markup</a> should be used instead. END
error_004_desc_cywiki= END
 
#####
###########################################################################
 
error_005_prio_script=1 END
error_005_head_script=Comment not correct end END
error_005_desc_script=Found a comment <nowiki>"<!--"</nowiki> with no <nowiki>"-->"</nowiki> end. END
error_005_prio_cywiki=-1 END
error_005_head_cywiki=Comment tag without correct end END
error_005_desc_cywiki=Comments that start with "&lt;!--" need an ending "--&gt;". END
 
#####
###########################################################################
 
error_006_prio_scripterror_006_prio_cywiki=20 END
error_006_head_scripterror_006_head_cywiki=DEFAULTSORT with special letterscharacters END
error_006_desc_scripterror_006_desc_cywiki=Please don´Don't use special letters in the DEFAULTSORT. (inIn camost cases, <a href="https://en.wikipedia.org/wiki/diacritic">diacritics</a> alsoshould inbe ORDENA)stripped, e.g.:
<ul>
* in de: ä → a, ö → o, ü → u, ß → ss
*<li>à, inä, fi: ü → yã, é → eæ, ßăss, etc.a</li>
<li>ö → o, ü → u, ß → ss</li>
* in sv and fi is allowed ÅÄÖåäö
<li>in svwiki and fiwiki, ÅÄÖåäö are allowed</li>
* in cs is allowed čďěňřšťžČĎŇŘŠŤŽ
<li>in cswiki, čďěňřšťžČĎŇŘŠŤŽ are allowed</li>
* in da, no, nn is allowed ÆØÅæøå
<li>in dawiki and nowiki, ÆØÅæøå are allowed</li>
* in ro is allowed ăîâşţ
</ul>
* in ru: Ё → Е, ё → е
See <a href="https://en.wikipedia.org/wiki/Wikipedia:Categorization#Sort_keys">Categorization#Sort keys</a> and <a href="https://en.wikipedia.org/wiki/Wikipedia:Categorization_of_people#Other_exceptions">Namesort</a> for more details. END
 
END
error_006_prio_cywiki=-1 END
error_006_head_cywiki= END
error_006_desc_cywiki= END
 
#####
###########################################################################
 
error_007_prio_script=1 END
error_007_head_script=Headlines start with three "=" END
error_007_desc_script=The first headline start with <nowiki>"=== XY ==="</nowiki>. It should only be <nowiki>"== XY =="</nowiki>. See also error 083! END
error_007_prio_cywiki=-1 END
error_007_head_cywiki=Headings all start with three "=" END
error_007_desc_cywiki=The script found occurrences where the first heading starts with "=== XY ===" (creating a &lt;h3&gt; header). It should be "== XY ==" (a &lt;h2&gt; header).
error_007_desc_cywiki= END
<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_008_prio_script=1 END
error_008_head_script=Headline should end with "=" END
error_008_desc_script=A headline should end with an "=". END
error_008_prio_cywiki=-1 END
error_008_head_cywiki=Heading should end with "=" END
error_008_desc_cywiki=A heading should end with an "=". END
 
#####
###########################################################################
 
error_009_prio_script=3 END
error_009_head_script=Categories more at one line END
error_009_desc_script=There is more then one category at one line. Please write only one at one line. It is better to read. END
error_009_prio_cywiki=-1 END
error_009_head_cywiki=Multiple categories on one line END
error_009_desc_cywiki=There are more than one category on a single line. Write only one per line; it is easier to read. END
 
#####
###########################################################################
 
error_010_prio_script=1 END
error_010_head_script=Square brackets not correct end END
error_010_desc_script=Different number of <nowiki>[[</nowiki> and <nowiki>]]</nowiki> brackets. If it is sourcecode then use <nowiki><source> or <code></nowiki>. END
error_010_prio_cywiki=-1 END
error_010_head_cywiki=Square brackets without correct end END
error_010_desc_cywiki=Different number of [[ and ]] brackets. If it is sourcecode then use &lt;source&gt; or &lt;code&gt;. END
 
#####
###########################################################################
 
error_011_prio_script=3 END
error_011_head_script=HTML named entities END
error_011_desc_script=Find <tt>&a<code></code>uml;</tt> or <tt>&o<code></code>uml;</tt> or <tt>&u<code></code>uml;</tt>, <tt>&sz<code></code>lig;</tt> or other. Please use [[Unicode]] characters (äüöÄÜÖßåÅ…).
 
<span style="color:#e80000;">The script was change for this error. Please fix the translation. If you find a bug then please tell this [[:de:Benutzer:Stefan Kühn/Check Wikipedia|here]].</span>
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_011_prio_cywiki=-1 END
error_011_head_cywiki=HTML named entities END
error_011_desc_cywiki=The script found <code>&amp;auml;</code> or <code>&amp;ouml;</code> or <code>&amp;uuml;</code> or <code>&amp;szlig;</code> or other similar characters. Please use <a href="https://en.wikipedia.org/wiki/Unicode">Unicode</a> characters (äüöÄÜÖßåÅ…). END
error_011_desc_cywiki= END
 
#####
###########################################################################
 
error_012_prio_script=3 END
error_012_head_script=HTML List elements END
error_012_desc_script=Article contains a <nowiki>"<ol>", "<ul>" or "<li>"</nowiki>. In most cases we can use simpler wiki markups in place of these HTML-like tags. END
error_012_prio_cywiki=-1 END
error_012_head_cywiki=HTML list elements END
error_012_desc_cywiki=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. See <a href="https://en.wikipedia.org/wiki/MOS:MARKUP">MOS:MARKUP</a>. END
error_012_desc_cywiki= END
 
#####
###########################################################################
 
error_013_prio_script=1 END
error_013_head_script=Math not correct end END
error_013_desc_script=Found a <nowiki>"<math>"</nowiki> but no <nowiki>"</math>"</nowiki>. END
error_013_prio_cywiki=-1 END
error_013_head_cywiki=Math tag without correct end END
error_013_desc_cywiki=Found a "&lt;math&gt;" but no "&lt;/math&gt;". END
 
#####
###########################################################################
 
error_014_prio_script=1 END
error_014_head_script=Source not correct end END
error_014_desc_script=Found a <nowiki>"<source …>"</nowiki> but no <nowiki>"</source>"</nowiki>. END
error_014_prio_cywiki=-1 END
error_014_head_cywiki=Source tag without correct end END
error_014_desc_cywiki=Found a "&lt;source ...&gt;" but no "&lt;/source&gt;". END
 
#####
###########################################################################
 
error_015_prio_script=1 END
error_015_head_script=Code not correct end END
error_015_desc_script=Found a <nowiki>"<code>"</nowiki> but no <nowiki>"</code>"</nowiki>. END
error_015_prio_cywiki=-1 END
error_015_head_cywiki=Code tag without correct end END
error_015_desc_cywiki=Found a "&lt;code&gt;" but no "&lt;/code&gt;". END
 
#####
###########################################################################
 
error_016_prio_script=1 END
error_016_head_script=Template with Unicode control characters END
error_016_desc_script=Find Unicode control characters <tt>&#x<code></code>FEFF;</tt> or <tt>&#x<code></code>200E;</tt> or <tt>&#x<code></code>200B;</tt> ([[:en:Left-to-right_mark]], [[:en:Right-to-left mark]], [[:en:Byte-order mark]]). This could be a problem inside a template. Copy the template in a texteditor (for example [[Notepad++]]), where you see the controle characters and delete this. Copy then this text back in the article.
 
<span style="color:#e80000;">The script was change for this error. Please fix the translation. If you find a bug then please tell this [[:de:Benutzer:Stefan Kühn/Check Wikipedia|here]].</span>
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_016_prio_cywiki=-1 END
error_016_head_cywiki=Unicode control characters END
error_016_desc_cywiki=The script found one or more invisible <a href="https://en.wikipedia.org/wiki/Unicode_control_characters">Unicode control characters</a>. For example:<br>
error_016_desc_cywiki= END
<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_script=2 END
error_017_head_script=Category double END
error_017_desc_script=In this article is a category double. END
error_017_prio_cywiki=-1 END
error_017_head_cywiki=Category duplication END
error_017_desc_cywiki=In this article, a category is listed twice. Duplicate listing with different sort keys doesn't work. END
 
#####
###########################################################################
 
error_018_prio_script=0 END
error_018_head_script=Category first letter small END
error_018_desc_script=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_018_prio_cywiki=-1 END
error_018_head_cywiki=Category's first letter is small END
error_018_desc_cywiki=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_018_desc_cywiki= END
 
#####
###########################################################################
 
error_019_prio_script=1 END
error_019_head_script=Headlines start with one "=" END
error_019_desc_script=The first headline start with <nowiki>"= XY ="</nowiki>. It should only <nowiki>"== XY =="</nowiki>. END
error_019_prio_cywiki=-1 END
error_019_head_cywiki=Heading starts with one "=" END
error_019_desc_cywiki=A heading starts with "= XY =". It should be "== XY ==".<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_019_desc_cywiki= END
 
#####
###########################################################################
 
error_020_prio_script=3 END
error_020_head_script=Symbol for dead END
error_020_desc_script=The article had a &dag<code></code>ger; and not †. END
error_020_prio_cywiki=-1 END
error_020_head_cywiki=Symbol for dead END
error_020_desc_cywiki=The article has a <code>&amp;dagger;</code> instead of †. This causes readability issues. END
 
###########################################################################
 
#####
error_021_prio_script=3 END
error_021_head_script=Category is english END
error_021_desc_script=The article had a category in english. It should renamed in "Categori:ABC…". It is ok for the mediawiki software, but a new wikipedian maybe have a problem with the english language.
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_021_prio_cywiki=-1 END
error_021_head_cywiki=Category in English END
error_021_desc_cywiki=The article has a category written in English, like [[Category:ABC]]. END
 
#####
###########################################################################
 
error_022_prio_script=3 END
error_022_head_script=Category with space END
error_022_desc_script=The article had a category a space in front (for example: <nowiki>[[ Category:ABC]] or [[Category : ABC]]</nowiki> ). The mediawiki has no problem with this, but but if you write a external parser this it only one of your problem. Please fix it. END
error_022_prio_cywiki=-1 END
error_022_head_cywiki=Category with space END
error_022_desc_cywiki=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_022_desc_cywiki= END
 
#####
###########################################################################
 
error_023_prio_script=1 END
error_023_head_script=Nowiki not correct end END
error_023_desc_script=Found no nowiki end. END
error_023_prio_cywiki=-1 END
error_023_head_cywiki=Nowiki tag without correct end END
error_023_desc_cywiki=Found a "&lt;nowiki&gt;" but no "&lt;/nowiki&gt;". END
 
#####
###########################################################################
 
error_024_prio_script=1 END
error_024_head_script=Pre not correct end END
error_024_desc_script=Found no pre end. END
error_024_prio_cywiki=-1 END
error_024_head_cywiki=Pre tag without correct end END
error_024_desc_cywiki=Found a "&lt;pre&gt;" but no "&lt;/pre&gt;". END
 
#####
###########################################################################
 
error_025_prio_script=2 END
error_025_head_script=Headline hierarchy END
error_025_desc_script=After a headline of level 1 (==) should not be a headline of level 3 (====). (See also [http://www.w3.org/TR/WCAG20-TECHS/G141.html W3C Techniques for WCAG 2.0]) END
error_025_prio_cywiki=-1 END
error_025_head_cywiki=Heading hierarchy END
error_025_desc_cywiki=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_025_desc_cywiki= END
 
#####
###########################################################################
 
error_026_prio_script=3 END
error_026_head_script=HTML text style element <nowiki><b></nowiki> END
error_026_desc_script=Article contains a <nowiki><b></nowiki>. In most cases we can use simpler wiki markups in place of these HTML-like tags. END
error_026_prio_cywiki=-1 END
error_026_head_cywiki=HTML text style element &lt;b&gt; END
error_026_desc_cywiki=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_026_desc_cywiki= END
 
#####
###########################################################################
 
error_027_prio_script=3 END
error_027_head_script=Unicode syntax END
error_027_desc_script=Find <tt>&#<code></code>0000;</tt> (decimal) or <tt>&#x<code></code>0000;</tt> (hexadecimal). Please use the [[Unicode]] characters.
 
<span style="color:#e80000;">The script was change for this error. Please fix the translation. If you find a bug then please tell this [[:de:Benutzer:Stefan Kühn/Check Wikipedia|here]].</span>
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_027_prio_cywiki=-1 END
error_027_head_cywiki=Unicode syntax END
error_027_desc_cywiki=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_027_desc_cywiki= END
 
#####
###########################################################################
 
error_028_prio_script=1 END
error_028_head_script=Table not correct end END
error_028_desc_script=Found no end of the table. END
error_028_prio_cywiki=-1 END
error_028_head_cywiki=Table without correct end END
error_028_desc_cywiki=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>
error_028_desc_cywiki= END
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_029_prio_script=1 END
error_029_head_script=Gallery not correct end END
error_029_desc_script=Found no end of the gallery. END
error_029_prio_cywiki=-1 END
error_029_head_cywiki=Image gallery without correct end END
error_029_desc_cywiki=Found a "&lt;gallery&gt;" but no "&lt;/gallery&gt;". END
 
#####
###########################################################################
 
error_030_prio_script=1 END
error_030_head_script=Image without description END
error_030_desc_script=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 [http://www.w3.org/TR/2008/NOTE-WCAG20-TECHS-20081211/H37.html W3C Techniques for WCAG 2.0]) END
error_030_prio_cywiki=-1 END
error_030_head_cywiki=Image without alternate description END
error_030_desc_cywiki=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_030_desc_cywiki= END
 
#####
###########################################################################
 
error_031_prio_script=2 END
error_031_head_script=HTML table element END
error_031_desc_script=Article contains a <nowiki>"<table>", "<td>", "<th>" or "<tr>"</nowiki>. In most cases we can use simpler wiki markups in place of these HTML-like tags. END
error_031_prio_cywiki=-1 END
error_031_head_cywiki=HTML table element END
error_031_desc_cywiki=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_031_desc_cywiki= END
 
#####
###########################################################################
 
error_032_prio_script=1 END
error_032_head_script=Double pipe in one link END
error_032_desc_script=Article contains a link like <nowiki>[[text|text2|text3]]</nowiki> END
error_032_prio_cywiki=-1 END
error_032_head_cywiki=Double pipe in a link END
error_032_desc_cywiki=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_032_desc_cywiki= END
 
#####
###########################################################################
 
error_033_prio_script=3 END
error_033_head_script=HTML text style element <nowiki><u></nowiki> END
error_033_desc_script=Article contains a <nowiki><u></nowiki>. In most cases we can use simpler wiki markups in place of these HTML-like tags. END
error_033_prio_cywiki=-1 END
error_033_head_cywiki=HTML text style element &lt;u&gt; END
error_033_desc_cywiki=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_033_desc_cywiki= END
 
#####
###########################################################################
 
error_034_prio_script=1 END
error_034_head_script=Template programming element END
error_034_desc_script=Article contains a <nowiki>"#if:" or "#ifeq:" or "#ifexist:" or "#switch:" or "#tag:" or "{{NAMESPACE}}" or "{{SITENAME}}" or "{{PAGENAME}}" or "{{FULLPAGENAME}}" or "{{{1}}}" (Parameter)</nowiki>. END
error_034_prio_cywiki=-1 END
error_034_head_cywiki=Template programming element END
error_034_desc_cywiki=Article contains a "#if:" or "#ifeq:" or "#switch:" or "#tag:" or "{{NAMESPACE}}" or "{{SITENAME}}" or "{{PAGENAME}}" or "{{FULLPAGENAME}}" or "{{{1}}}" (Parameter). END
error_034_desc_cywiki= END
 
#####
###########################################################################
 
error_035_prio_script=1 END
error_035_head_script=Gallery without description END
error_035_desc_script=Article contains a gallery without image description. END
error_035_prio_cywiki=-1 END
error_035_head_cywiki=Image gallery without description END
error_035_desc_cywiki=Article contains a gallery without image descriptions. END
 
#####
###########################################################################
 
error_036_prio_script=3 END
error_036_head_script=Redirect not correct END
error_036_desc_script=Article contains something like "<nowiki>#REDIRECT = [[Target page]]</nowiki>". The equal sign is not correct. Correct is "<nowiki>#REDIRECT [[Target page]]</nowiki>" or "<nowiki>#REDIRECT: [[Target page]]</nowiki>". END
error_036_prio_cywiki=-1 END
error_036_head_cywiki=Redirect with incorrect syntax END
error_036_desc_cywiki=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>
error_036_desc_cywiki= END
<br>
#REDIRECT<br>
[[Somepage]]<br>
<br>
(note the carriage return). Although this syntax functions, it is not recommended. END
 
#####
###########################################################################
 
error_037_prio_scripterror_037_prio_cywiki=30 END
error_037_head_cywiki=DEFAULTSORT missing for titles with special letters END
error_037_head_script=Title with special letters and no DEFAULTSORT END
error_037_desc_scripterror_037_desc_cywiki=The title has a special letter and in the article there is no {{DEFAULTSORT (or in ca: ORDENA, es:ORDENAR, de:SORTIERUNG)}}. Also one category has not the syntax <nowiki>[[Category:ABC|Text]]</nowikibr>
Redirects are also listed if the redirect contains a category.<br>
See <a href="https://en.wikipedia.org/wiki/Wikipedia:Categorization#Sort_keys">Categorization#Sort keys</a> and <a href="https://en.wikipedia.org/wiki/Wikipedia:Categorization_of_people#Other_exceptions">Namesort</a> for more details. END
 
#####
 
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_037_prio_cywiki=-1 END
error_037_head_cywiki= END
error_037_desc_cywiki= END
 
###########################################################################
 
error_038_prio_script=3 END
error_038_head_script=HTML text style element <nowiki><i></nowiki> END
error_038_desc_script=Article contains a <nowiki><i></nowiki>. In most cases we can use simpler wiki markups in place of these HTML-like tags. END
error_038_prio_cywiki=-1 END
error_038_head_cywiki=HTML text style element &lt;i&gt; END
error_038_desc_cywiki=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_038_desc_cywiki= END
 
#####
###########################################################################
 
error_039_prio_script=3 END
error_039_head_script=HTML text style element <nowiki><p></nowiki> END
error_039_desc_script=Article contains a <nowiki><p></nowiki>. In most cases we can use simpler wiki markups in place of these HTML-like tags. END
error_039_prio_cywiki=-1 END
error_039_head_cywiki=HTML text style element &lt;p&gt; END
error_039_desc_cywiki=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_039_desc_cywiki= END
 
#####
###########################################################################
 
error_040_prio_script=3 END
error_040_head_script=HTML text style element <nowiki><font></nowiki> END
error_040_desc_script=Article contains a <nowiki><font></nowiki>. In most cases we can use simpler wiki markups in place of these HTML-like tags. END
error_040_prio_cywiki=-1 END
error_040_head_cywiki=HTML text style element &lt;font&gt; END
error_040_desc_cywiki=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_040_desc_cywiki= END
 
#####
###########################################################################
 
error_041_prio_script=3 END
error_041_head_script=HTML text style element <nowiki><big></nowiki> END
error_041_desc_script=Article contains a <nowiki><big></nowiki>. In most cases we can use simpler wiki markups in place of these HTML-like tags. END
error_041_prio_cywiki=-1 END
error_041_head_cywiki=HTML text style element &lt;big&gt; END
error_041_desc_cywiki=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_041_desc_cywiki= END
 
#####
###########################################################################
 
error_042_prio_script=3 END
error_042_head_script=HTML text style element <nowiki><small></nowiki> END
error_042_desc_script=Article contains a <nowiki><small</nowiki>. In most cases we can use simpler wiki markups in place of these HTML-like tags. END
error_042_prio_cywiki=-1 END
error_042_head_cywiki=HTML text style element &lt;strike&gt; END
error_042_desc_cywiki=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_042_desc_cywiki= END
 
#####
###########################################################################
 
error_043_prio_script=1 END
error_043_head_script=Template not correct end END
error_043_desc_script=Found a template with <nowiki>"{{"</nowiki> and with no <nowiki>"}}"</nowiki>.
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_043_prio_cywiki=-1 END
error_043_head_cywiki=Template without correct end END
error_043_desc_cywiki=Found ENDa 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_script=3 END
error_044_head_script=Headlines with bold END
error_044_desc_script=The headline is bold <nowiki>"== '''XY''' =="</nowiki>. It should only be <nowiki>"== XY =="</nowiki>.
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_044_prio_cywiki=-1 END
error_044_head_cywiki=Heading with bold END
error_044_desc_cywiki=The heading is bold "== '''XY''' ==". It should be "== XY ==". Headings are already bold. END
 
#####
###########################################################################
 
error_045_prio_script=1 END
error_045_head_script=Interwiki double END
error_045_desc_script=Article contains double interwiki link to one other languages.
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_045_prio_cywiki=-1 END
error_045_head_cywiki=Interwiki duplication END
error_045_desc_cywiki=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_045_desc_cywiki= END
 
#####
###########################################################################
 
error_046_prio_script=1 END
error_046_head_script=Square brackets not correct begin END
error_046_desc_script=Different number of <nowiki>[[</nowiki> and <nowiki>]]</nowiki> brackets. If it is sourcecode then use <nowiki><source> or <code></nowiki>.
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_046_prio_cywiki=-1 END
error_046_head_cywiki=Square brackets without correct beginning END
error_046_desc_cywiki=Different number of [[ and ]] brackets. If it is sourcecode then use &lt;source&gt; or &lt;code&gt;.<br>
error_046_desc_cywiki= END
<br>
 
Generally, a bracket needs to be added or removed in the string displayed below. END
###########################################################################
 
#####
error_047_prio_script=1 END
error_047_head_script=Template not correct begin END
error_047_desc_script=Found a template with no <nowiki>"{{"</nowiki> but with <nowiki>"}}"</nowiki>.
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_047_prio_cywiki=-1 END
error_047_head_cywiki=Template without correct beginning END
error_047_desc_cywiki=Found ENDa 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_script=3 END
error_048_head_script=Title in text END
error_048_desc_script=Found a link to the title inside the text. Change this <nowiki>[[Title]]</nowiki> into <nowiki>'''Title'''</nowiki>
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_048_prio_cywiki=-1 END
error_048_head_cywiki=Title linked in text END
error_048_desc_cywiki=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_048_desc_cywiki= END
 
###########################################################################
 
#####
error_049_prio_script=3 END
error_049_head_script=Headline with HTML END
error_049_desc_script=Found a headline in format <nowiki><h2>Headline</h2></nowiki> in the text. Please use wikisyntax <nowiki>== Headline ==</nowiki>. If it is sourcecode then use <nowiki><source> or <code></nowiki>.
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_049_prio_cywiki=-1 END
error_049_head_cywiki=Heading with HTML END
error_049_desc_cywiki=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_049_desc_cywiki= END
 
#####
###########################################################################
 
error_050_prio_script=3 END
error_050_head_script=en dash or em dash END
error_050_desc_script=The article had a dash. Write for <tt>&nda<code></code>sh;</tt> better "–" or <tt>&mda<code></code>sh;</tt> better "—".
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_050_prio_cywiki=-1 END
error_050_head_cywiki=en dash or em dash END
error_050_desc_cywiki=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_050_desc_cywiki= END
 
#####
###########################################################################
 
error_051_prio_script=3 END
error_051_head_script=Interwiki before last headline END
error_051_desc_script=The article had in the text a interwiki before the last headline. Interwikis should written at the end of the article.
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_051_prio_cywiki=-1 END
error_051_head_cywiki=Interwiki before last heading END
error_051_desc_cywiki=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_051_desc_cywiki= END
 
###########################################################################
 
#####
error_052_prio_script=3 END
error_052_head_script=Category before last headline END
error_052_desc_script=The article had in the text a category before the last headline. Category should written at the end of the article before the interwikis.
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_052_prio_cywiki=-1 END
error_052_head_cywiki=Category before last heading END
error_052_desc_cywiki=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_052_desc_cywiki= END
 
#####
###########################################################################
 
error_053_prio_script=3 END
error_053_head_script=Interwiki before last category END
error_053_desc_script=The article had in the text a interwiki before the last category. Interwikis should written at the end of the article after the categories.
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_053_prio_cywiki=-1 END
error_053_head_cywiki=Interwiki before last category END
error_053_desc_cywiki=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_053_desc_cywiki= END
 
#####
###########################################################################
 
error_054_prio_script=3 END
error_054_head_script=Break in list END
error_054_desc_script=The article had a list, where one line had a break (<nowiki><br /></nowiki>) at the and of the line. This break can be deleted.
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_054_prio_cywiki=-1 END
error_054_head_cywiki=Break in list END
error_054_desc_cywiki=The article has a list where one line has a &lt;br&gt; at the end. END
 
###########################################################################
 
#####
error_055_prio_script=3 END
error_055_head_script=HTML text style element <nowiki><small></nowiki> double END
error_055_desc_script=Article contains the tag <nowiki><small></nowiki>. In the most case we don't need this double tag.
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_055_prio_cywiki=-1 END
error_055_head_cywiki=HTML text style element &lt;small&gt; double END
error_055_desc_cywiki=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_055_desc_cywiki= END
 
#####
###########################################################################
 
error_056_prio_script=3 END
error_056_head_script=Arrow as ASCII art END
error_056_desc_script=The article had an arrow like "<nowiki><--</nowiki>" or "<nowiki>--></nowiki>" or "<nowiki><==</nowiki>" or "<nowiki>==></nowiki>". Write better this arrow with the Unicode "←" or "→" or "⇐" or "⇒". See [[:en:Arrow (symbol)]]. If it is sourcecode then use <nowiki><source> or <code></nowiki>. Also you can use <nowiki><math></nowiki> for mathematical formula.
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_056_prio_cywiki=-1 END
error_056_head_cywiki=Arrow as ASCII art END
error_056_desc_cywiki=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_056_desc_cywiki= END
 
#####
###########################################################################
 
error_057_prio_script=3 END
error_057_head_script=Headlines end with colon END
error_057_desc_script=One headline in this article end with a colon <nowiki>"== Headline : =="</nowiki>. This colon can be deleted.
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_057_prio_cywiki=-1 END
error_057_head_cywiki=Heading ends with a colon END
error_057_desc_cywiki=One heading in this article ends with a colon "== Heading : ==". This colon can be deleted. END
 
#####
###########################################################################
 
error_058_prio_script=3 END
error_058_head_script=Headlines with capitalization END
error_058_desc_script=One headline in this article has only capitalization <nowiki>"== HEADLINE IS BIG =="</nowiki>. Also this headline has more then 10 letters, so a normal abbreviation like <nowiki>"== UNO =="</nowiki> is not a problem.
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_058_prio_cywiki=-1 END
error_058_head_cywiki=Heading all CAPS END
error_058_desc_cywiki=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 lists a few false positives, such as titles of works. END
error_058_desc_cywiki= END
 
#####
###########################################################################
 
error_059_prio_script=3 END
error_059_head_script=Template value end with break END
error_059_desc_script=At the end of a value in a template is a break. (For example: <nowiki>{{Template|name=Mr. King<br/>}}</nowiki>) This break should inside the template not in the value and you can delete this break.
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_059_prio_cywiki=-1 END
error_059_head_cywiki=Template value ends with break END
error_059_desc_cywiki=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_059_desc_cywiki= END
 
###########################################################################
 
#####
error_060_prio_script=1 END
error_060_head_script=Template parameter with problem END
error_060_desc_script=In the parameter of a template the script found an unusual letter (<nowiki>[|]:*</nowiki>) For example: <nowiki>{{Template| parameter_1=100 | [[parameter]]_2=200 }}</nowiki>).
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_060_prio_cywiki=-1 END
error_060_head_cywiki=Template parameter with a problem END
error_060_desc_cywiki=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_060_desc_cywiki= END
 
#####
###########################################################################
 
error_061_prio_script=3 END
error_061_head_script=Reference with punctuation END
error_061_desc_script=The script found a punctuation after the reference. For example: "<nowiki></ref>.</nowiki>" - The punctation should stand before the references.
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_061_prio_cywiki=-1 END
error_061_head_cywiki=Reference before punctuation END
error_061_desc_cywiki=The script found a punctuation after the reference. For example: "&lt;/ref&gt;." END
 
###########################################################################
 
#####
error_062_prio_script=2 END
error_062_head_script=Headline alone END
error_062_desc_script=There are more then 5 headlines and one headline of level 3 (===) or deeper is alone. The script don't found an other headline of this level in this subsection. If you have only one subpoint, integrate it with the point above or reorganize.
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_062_prio_cywiki=-1 END
error_062_head_cywiki=URL without http:// END
error_062_desc_cywiki=A URL was found that contained no http://.<br>Example: [en.wikipedia.org Wikipedia]. END
 
#####
###########################################################################
 
error_063_prio_script=2 END
error_063_head_script=HTML text style element <nowiki><small></nowiki> in ref, sub or sup END
error_063_desc_script=Article contains the tag <nowiki><small></nowiki> in a <nowiki><ref></nowiki> or <nowiki><sub></nowiki> or <nowiki><sub></nowiki> tag. Inside inside this tags we don't need a small text because the tag output is smaller then the standard.
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_063_prio_cywiki=-1 END
error_063_head_cywiki=HTML text style element &lt;small&gt; in ref, sub or sup END
error_063_desc_cywiki=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_063_desc_cywiki= END
 
#####
###########################################################################
 
error_064_prio_script=2 END
error_064_head_script=Link equal to linktext END
error_064_desc_script=The script found a structur like <nowiki>[[Link|Link]]</nowiki> in this article.
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_064_prio_cywiki=-1 END
error_064_head_cywiki=Link equal to linktext END
error_064_desc_cywiki=A piped link has identical text before and after the pipe, like [[link|link]]. END
 
###########################################################################
 
#####
error_065_prio_script=3 END
error_065_head_script=Image description with break END
error_065_desc_script=The script found in this article at the end of an image description the tag <nowiki><br /></nowiki>. You can delete this manual break.
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_065_prio_cywiki=-1 END
error_065_head_cywiki=Image description ends with break END
error_065_desc_cywiki=The script found at the end of an image description the tag &lt;br&gt;. You can delete it. END
 
#####
###########################################################################
 
error_066_prio_script=3 END
error_066_head_script=Image description with full <nowiki><small></nowiki>. END
error_066_desc_script=The script found in the description of an image the <nowiki><small></nowiki>. The description is already set to 94% in the stylesheet. This tag can be deleted.
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_066_prio_cywiki=-1 END
error_066_head_cywiki=Image description with full &lt;small&gt; END
error_066_desc_cywiki=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_066_desc_cywiki= END
 
#####
###########################################################################
 
error_067_prio_script=0 END
error_067_head_script=Reference after punctuation END
error_067_desc_script=The script found the reference after a punctuation. For example: "<nowiki>.<ref></nowiki>" - The punctation should stand after the references.
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_067_prio_cywiki=-1 END
error_067_head_cywiki=Reference after punctuation END
error_067_desc_cywiki=The script found the reference after a punctuation. For example: ".&lt;ref&gt;" END
 
###########################################################################
 
#####
error_068_prio_script=2 END
error_068_head_script=Link to other language END
error_068_desc_script=The script found a link to another language, for example <nowiki>[[:is:Link]]</nowiki> in this article (not an interwiki-link). In many languages is a direct link inside the article not allowed (for example in plwiki).
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_068_prio_cywiki=-1 END
error_068_head_cywiki=Link to other language END
error_068_desc_cywiki=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_068_desc_cywiki= END
 
#####
###########################################################################
 
error_069_prio_script=1 END
error_069_head_script=ISBN wrong syntax END
error_069_desc_script=The script check the ISBN and found a problem with the syntax. A normal ISBN look 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.
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_069_prio_cywiki=-1 END
error_069_head_cywiki=ISBN with incorrect syntax END
error_069_desc_cywiki=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_069_desc_cywiki= END
 
#####
###########################################################################
 
error_070_prio_script=1 END
error_070_head_script=ISBN wrong length END
error_070_desc_script=The script check the ISBN and found with not 10 or 13 characters. ISBN should have 10 or 13 characters.
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_070_prio_cywiki=-1 END
error_070_head_cywiki=ISBN with wrong length END
error_070_desc_cywiki=The script checked the ISBN and found it not containing 10 or 13 characters. ISBN should have 10 or 13 characters. END
error_070_desc_cywiki= END
 
#####
###########################################################################
 
error_071_prio_script=1 END
error_071_head_script=ISBN wrong position of X END
error_071_desc_script=The script check the ISBN and found a ISBN where the character "X" are not at position 10. The character X is only at position 10 allowed. It is for the checksum of 10.
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_071_prio_cywiki=-1 END
error_071_head_cywiki=ISBN with wrong position of X END
error_071_desc_cywiki=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_071_desc_cywiki= END
 
#####
###########################################################################
 
error_072_prio_script=1 END
error_072_head_script=ISBN wrong checksum in ISBN-10 END
error_072_desc_script=The script check the ISBN and found a problem with the checksum in this ISBN-10.
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_072_prio_cywiki=-1 END
error_072_head_cywiki=ISBN-10 with wrong checksum END
error_072_desc_cywiki=The script checked the ISBN and found a problem with the checksum in the ISBN-10. END
 
###########################################################################
 
#####
error_073_prio_script=1 END
error_073_head_script=ISBN wrong checksum in ISBN-13 END
error_073_desc_script=The script check the ISBN and found a problem with the checksum in this ISBN-13.
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_073_prio_cywiki=-1 END
error_073_head_cywiki=ISBN-13 with wrong checksum END
error_073_desc_cywiki=The script checked the ISBN and found a problem with the checksum in the ISBN-13. END
 
#####
###########################################################################
 
error_074_prio_script=1 END
error_074_head_script=Link with no target END
error_074_desc_script=The script found a link with no target, for example <nowiki>[[|linktext]]</nowiki>.
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_074_prio_cywiki=-1 END
error_074_head_cywiki=Link without target END
error_074_desc_cywiki=The script found a link with no target, for example [[|linktext]]. END
 
###########################################################################
 
#####
error_075_prio_script=3 END
error_075_head_script=Indented list END
error_075_desc_script=The article had a list, where one line is indent (<nowiki>:* text</nowiki>). A list don't need an intend with ":". Use more "*" to indent the list.
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_075_prio_cywiki=-1 END
error_075_head_cywiki=Indented list END
error_075_desc_cywiki=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_075_desc_cywiki= END
 
#####
###########################################################################
 
error_076_prio_script=3 END
error_076_head_script=Link with no space END
error_076_desc_script=The script found a link with "%20" for space <nowiki>[[Link%20Link|Linktext]]</nowiki>. Please replace this %20 with a space.
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_076_prio_cywiki=-1 END
error_076_head_cywiki=Link with encoded space END
error_076_desc_cywiki=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_076_desc_cywiki= END
 
#####
###########################################################################
 
error_077_prio_script=3 END
error_077_head_script=Image description with partial <nowiki><small></nowiki> END
error_077_desc_script=The script found in the description of an image the <nowiki><small></nowiki>. The description is already set to 94% in the stylesheet. This tag can be deleted.
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_077_prio_cywiki=-1 END
error_077_head_cywiki=Image description with partial &lt;small&gt; END
error_077_desc_cywiki=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_077_desc_cywiki= END
 
###########################################################################
 
#####
error_078_prio_script=3 END
error_078_head_script=Reference double END
error_078_desc_script=The script found in the article two <nowiki><references ...></nowiki>. One can be deleted.
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_078_prio_cywiki=-1 END
error_078_head_cywiki=Reference list duplication END
error_078_desc_cywiki=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_078_desc_cywiki= END
 
#####
###########################################################################
 
error_079_prio_script=2 END
error_079_head_script=External link without description END
error_079_desc_script=The script found in the article an external link without description (for example: <nowiki>[http://www.wikipedia.org]</nowiki>). Please insert a description to this link like <nowiki>[http://www.wikipedia.org Wikipedia]</nowiki>.
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_079_prio_cywiki=-1 END
error_079_head_cywiki=External link without description END
error_079_desc_cywiki=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_079_desc_cywiki= END
 
#####
###########################################################################
 
error_080_prio_script=2 END
error_080_head_script=External link with line break END
error_080_desc_script=The script found in the article an external link with a line break in the description. This is a problem for the mediawiki parser. Please delete the line break.
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_080_prio_cywiki=-1 END
error_080_head_cywiki=External link with a line break END
error_080_desc_cywiki=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_080_desc_cywiki= END
 
###########################################################################
 
#####
error_081_prio_script=1 END
error_081_head_script=Reference tag in article double END
error_081_desc_script=The script found in the article a double ref-tag. Please use the format <nowiki><ref name="foo">Book ABC</ref></nowiki> and the following times <nowiki><ref name="foo" /></nowiki>
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_081_prio_cywiki=-1 END
error_081_head_cywiki=Reference duplication END
error_081_desc_cywiki=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_081_desc_cywiki= END
 
#####
###########################################################################
 
error_082_prio_script=2 END
error_082_head_script=Link to other wikiproject END
error_082_desc_script=The script found a link to another wikimedia foundation project, for example <nowiki>[[:wikt:Link]]</nowiki> in this article (not an interwiki-link) (See [[:en:Wikipedia:InterWikimedia links]]. In many languages is a direct link inside the article not allowed.
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_082_prio_cywiki=-1 END
error_082_head_cywiki=Link to other wikiproject END
error_082_desc_cywiki=The script found a link to other projects of the Wikimedia Foundation like [[:wikt:word|word]]. END
 
#####
###########################################################################
 
error_083_prio_script=1 END
error_083_head_script=Headlines start with three "=" and later with level two END
error_083_desc_script=The first headline start with <nowiki>"=== XY ==="</nowiki>. It should only be <nowiki>"== XY =="</nowiki>. Later in the text the script found a level 2 headline (<nowiki>"=="</nowiki>). See also error 007! END
error_083_prio_cywiki=-1 END
error_083_head_cywiki=Heading start with three "=" and later with level two END
error_083_desc_cywiki=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>
error_083_desc_cywiki= END
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_script=1 END
error_084_head_script=Section without content END
error_084_desc_script=There is a section between two headlines without content.
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_084_prio_cywiki=-1 END
error_084_head_cywiki=Section without content END
error_084_desc_cywiki=There is a section between two headings without content.<br>Add an {{Empty section}} template. END
 
#####
###########################################################################
 
error_085_prio_script=3 END
error_085_head_script=Tag without content END
error_085_desc_script=The script found a tag without content or a line break like <nowiki><noinclude></noinclude></nowiki>. This tag can be deleted.
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_085_prio_cywiki=-1 END
error_085_head_cywiki=Tags without content END
error_085_desc_cywiki=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_085_desc_cywiki= END
 
###########################################################################
 
#####
error_086_prio_script=2 END
error_086_head_script=Link with two brackets to external source END
error_086_desc_script=The script found a link with two brackets to external source like <nowiki>[[http://www.wikipedia.org Wikipedia]]</nowiki>. External links only need one bracket like <nowiki>[http://www.wikipedia.org Wikipedia]</nowiki>.
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_086_prio_cywiki=-1 END
error_086_head_cywiki=External link with two brackets END
error_086_desc_cywiki=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_086_desc_cywiki= END
 
#####
###########################################################################
 
error_087_prio_script=-1 END
error_087_head_script=HTML named entities without semicolon END
error_087_desc_script=Find named entities (like &amp;uml;) in the text without the semicolon.
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_087_prio_cywiki=-1 END
error_087_head_cywiki=HTML named entities without semicolon END
error_087_desc_cywiki=The script found named entities (like <code>&amp;auml;</code>) in the text without the semicolon. END
 
#####
###########################################################################
 
error_088_prio_script=3 END
error_088_head_script=DEFAULTSORT with blank at first position END
error_088_desc_script=The script found a DEFAULTSORT with a blank at first position like <nowiki>{{DEFAULTSORT: Doe, John}}</nowiki>.
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_088_prio_cywiki=-1 END
error_088_head_cywiki=DEFAULTSORT with a blank at first position END
error_088_desc_cywiki=The script found a DEFAULTSORT with a blank at first position like {{DEFAULTSORT:&nbsp;Doe,&nbsp;John}}. END
 
#####
###########################################################################
 
error_089_prio_script=3 END
error_089_head_script=DEFAULTSORT with capitalization in the middle of the word END
error_089_desc_script=The script found a DEFAULTSORT with capitalization in the middle of the word like <nowiki>{{DEFAULTSORT:DuBois, Lewis}} or {{DEFAULTSORT:SSX}}</nowiki>. The Mediawiki-software allowed not a capitalization in the word. Write "Dubois, Lewis" or "Ssx" for correct sorting in the category
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_089_prio_cywiki=-1 END
error_089_head_cywiki=DEFAULTSORT without space after the comma END
error_089_desc_cywiki=The script found a DEFAULTSORT without a space after the comma {{DEFAULTSORT:DuBois,Lewis}}. This causes the article to be sorted as the first DuBois article. END
error_089_desc_cywiki= END
 
#####
###########################################################################
 
error_090_prio_script=3 END
error_090_head_script=DEFAULTSORT with lowercase letters END
error_090_desc_script=The script found a DEFAULTSORT with lowercase letters like <nowiki>{{DEFAULTSORT:Role-playing game}} or {{DEFAULTSORT:2004 in Film}}</nowiki>. The Mediawiki-software need for every word a capitalization of the first letter. Write "Role-Playing Game" or "2004 In Film" for correct sorting in the category
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_090_prio_cywiki=-1 END
error_090_head_cywiki=Internal link written as an external link END
error_090_desc_cywiki=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_090_desc_cywiki= END
 
#####
###########################################################################
 
error_091_prio_script=3 END
error_091_head_script=DEFAULTSORT is missing and title with lowercase_letters END
error_091_desc_script=The script found no DEFAULTSORT and the title of the article has lowercase letters at the beginning of a word like "Role-playing game" or "2004 in Film". This article make problem with sorting in categories. Write a <nowiki>{{DEFAULTSORT:Role-Playing Game}} or {{DEFAULTSORT:2004 In Film}}</nowiki>.
 
<span style="color:#e80000;">This is a new error. If you find a bug then please tell this [[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|here]].</span> END
error_091_prio_cywiki=-1 END
error_091_head_cywiki=Interwiki link written as an external link END
error_091_desc_cywiki=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_091_desc_cywiki= END
 
#####
 
error_092_prio_cywiki=-1 END
error_092_head_cywiki=Heading double END
error_092_desc_cywiki=The script found two headings with the same title. Consider renaming or merging the sections. END
 
#####
 
error_093_prio_cywiki=-1 END
error_093_head_cywiki=External link with double http:// END
error_093_desc_cywiki=The script found an external link that contains [http://http:// ...]. END
 
#####
 
error_094_prio_cywiki=-1 END
error_094_head_cywiki=Reference tags without correct match END
error_094_desc_cywiki=The script found references tags that didn't have the correct end or beginning tags. END
 
#####
 
error_095_prio_cywiki=-1 END
error_095_head_cywiki=Editor's signature or link to User space END
error_095_desc_cywiki=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_cywiki=-1 END
error_096_head_cywiki=Table of Contents after first heading END
error_096_desc_cywiki=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_097_prio_cywiki=-1 END
error_097_head_cywiki=TOC has material after it and before the first heading END
error_097_desc_cywiki=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_098_prio_cywiki=-1 END
error_098_head_cywiki=Subscript tag without correct end END
error_098_desc_cywiki=Subscripts, which starts with a "&lt;sub&gt;" tag needs an ending "&lt;/sub&gt;" tag. END
 
#####
 
error_099_prio_cywiki=-1 END
error_099_head_cywiki=Superscript tag without correct end END
error_099_desc_cywiki=Superscripts, which starts with a "&lt;sup&gt;" tag needs an ending "&lt;/sup&gt;" tag. END
 
#####
 
error_100_prio_cywiki=-1 END
error_100_head_cywiki=List tag (&lt;ol&gt;, &lt;ul&gt; or &lt;li&gt;) without correct match END
error_100_desc_cywiki=The script found list tags that didn't have the correct end or beginning tags. END
 
#####
 
error_101_prio_cywiki=-1 END
error_101_head_cywiki=Ordinal number found inside &lt;sup&gt; tags END
error_101_desc_cywiki=Ordinal numbers should be in regular text, not inside &lt;sup&gt; tags. END
 
#####
 
error_102_prio_cywiki=-1 END
error_102_head_cywiki=PMID with incorrect syntax END
error_102_desc_cywiki=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_cywiki=-1 END
error_103_head_cywiki=Pipe magicword inside wikilink END
error_103_desc_cywiki=The script found the <a href="https://www.mediawiki.org/wiki/Help:Magic_words#Other">magicword</a> {{!}} inside a wikilink. END
 
##############################
# WPCLEANER ERROR DESCRIPTIONS
##############################
 
error_501_prio_cywiki=0 END
error_501_head_cywiki=Spelling and typography END
error_501_bot_cywiki=true END
 
#####
###########################################################################
 
</syntaxhighlight>
</pre>