維基專題:錯誤檢查/翻譯

維基百科,自由的百科全書
 new translation text under http://toolserver.org/~sk/checkwiki/zhwiki/ (updated daily) 
#########################
# metadata
#########################
 project=zhwiki END
 category_001=[[Category:专题]] END  #for example: [[Category:Wikipedia]] 

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

 start_text_zhwiki={{backlog}}
{{shortcut|[[WP:WPCHECK]]}}
'''错误检查'''专题可以帮助检查维基百科内容的语法并寻找一些其他的错误。

目前脚本仍在'''测试階段''',仍有一些问题,因此本页列出的项目可能实际上并非错误。

 END
#########################
# description
#########################

 description_text_zhwiki=== 描述 == 
* '''这个计划的目标是什么?'''
** 这个计划可以为许多语言版本的维基百科条目进行清理工作。
** 若条目的语法都正确清晰,那么更多的计划(如Wikipedia-DVD)可以方便地使用我们的数据。
** 本计划受到[[:en:Wikipedia:WikiProject Wiki Syntax|]]的启发
** 若在应用维基百科数据时不使用MediaWiki,为此所编写的命令将会非常复杂,否则无法检测出语法错误。
** 本计划可以帮助所有语言版本,并在未来将会对更多语言提供支持。

* '''如何工作?'''
** 脚本会扫描每一个新的[http://dumps.wikimedia.org dump]并创建包含错误的条目之列表。
** 脚本将每每星期二、四、六扫描列表上的条目,新条目和被改变的条目,移除已经修正的条目并输出新列表。
** 脚本由[[:de:User:Stefan Kühn|Stefan Kühn]]使用Perl编写。
** 您可以在[http://toolserver.org/~sk/checkwiki/checkwiki.pl 此处]下载脚本。它以GPL授权。
** [[:de:User:Stefan Kühn/Check Wikipedia|新功能,最近更改历史,讨论页]]. 

* '''您能做什么?'''
** [http://toolserver.org/~sk/cgi-bin/checkwiki/checkwiki.cgi 新用户界面] 0.1 alpha,测试阶段,暂时不可能翻译
** 这个程序每星期二、四、六在toolserver刷新在toolserver刷新。请把[http://toolserver.org/~sk/checkwiki/zhwiki/zhwiki_output_for_wikipedia.html page at the toolserver]移贴到这个页面。 注意:页面使用UTF-8编码,若您的浏览器不支持对UTF-8页面的显示,您可以将其复制到文本编辑器中(例如Notepad++)并将其转换为UTF-8。
** 修正检查出来的错误,参见[[帮助:编辑页面]]。
** 页面修改完毕,可从此处剔除,以免重复工作。
** 若某一类别中所有的条目均被修正,您可以删除整个类别。
** 向作者提议其它可以检查的错误种类。
** 若你希望将此计划应用到其他语言版本的维基百科,您也可以联系作者。

* '''请不要… '''
** 直接将页面到此处。程序不会处理那些页面。
** 在这里修正笔误。请联系[[:de:Benutzer Diskussion:Stefan Kühn/Check Wikipedia|作者]]。
=== 汇总列表 === 
 END
#########################
# priority
#########################

 top_priority_script=Top priority END
 top_priority_zhwiki=高优先级 END
 middle_priority_script=Middle priority END
 middle_priority_zhwiki=中优先级 END
 lowest_priority_script=Lowest priority END
 lowest_priority_zhwiki=低优先级 END

 Please only translate the variables with …_zhwiki 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=3 END
 error_001_head_script=Template contains useless word template: END
 error_001_desc_script=Article contains a template that includes the useless word "template:". Example: {{Template:reflist}}.<br>
<br>
Following tools can correct the problem:
<ul>
<li><a href="https://meta.wikimedia.org/wiki/User:TMg/autoFormatter">Auto-Formatter</a></li>
<li><a href="https://en.wikipedia.org/wiki/WP:AWB">AutoWikiBrowser (AWB)</a></li>
</ul> END
 error_001_prio_zhwiki=3 END
 error_001_head_zhwiki=含有多餘模板前綴的條目 END
 error_001_desc_zhwiki=条目检测到含有多余模板前缀“template:”的条目 END
 error_001_whitelistpage_zhwiki=WikiProject:错误检查/Error_001_whitelist 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_zhwiki=1 END
 error_002_head_zhwiki=包含不正确的&lt;br/&gt; END
 error_002_desc_zhwiki=條目檢測到不正確的換行符號,&lt;br /&gt;或&lt;br&gt;才是正确的。 END
 error_002_whitelistpage_zhwiki=WikiProject:错误检查/Error_002_whitelist 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_zhwiki=2 END
 error_003_head_zhwiki=包含&lt;ref&gt;但缺少&lt;references /&gt;的条目 END
 error_003_desc_zhwiki=语法错误,条目中包含&lt;ref&gt;但缺少&lt;references /&gt;。参见<a href="http://zh.wikipedia.org/wiki/Category:参考资料格式错误的页面">分类:参考资料格式错误的页面</a>。 END
 error_003_whitelistpage_zhwiki=WikiProject:错误检查/Error_003_whitelist END
 error_003_templates_zhwiki=
   hide ref
   注脚
   註腳
   註腳f
   References
   Refs
   註腳h 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_zhwiki=2 END
 error_004_head_zhwiki=章节标题中的外部链接 END
 error_004_desc_zhwiki=条目中的章节标题内包含外部链接(例如“== 链接 ==”)。所有的外部链接应该包含在一个特定章节或参考文献中。 END
 error_004_whitelistpage_zhwiki=WikiProject:错误检查/Error_004_whitelist 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_zhwiki=1 END
 error_005_head_zhwiki=注释没有结尾 END
 error_005_desc_zhwiki=存在&lt;!--但是缺少对应的--&gt;结尾。 END
 error_005_whitelistpage_zhwiki=WikiProject:错误检查/Error_005_whitelist END

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

 error_006_prio_script=0 END
 error_006_head_script=DEFAULTSORT with special letters END
 error_006_desc_script=Please don´t use special letters in the DEFAULTSORT (in ca: also in ORDENA).
* in de: ä → a, ö → o, ü → u, ß → ss 
* in fi: ü → y, é → e, ß → ss, etc.
* in sv and fi is allowed ÅÄÖåäö
* in cs is allowed čďěňřšťžČĎŇŘŠŤŽ
* in da, no, nn is allowed ÆØÅæøå
* in ro is allowed ăîâşţ
* in ru: Ё → Е, ё → е

 END
 error_006_prio_zhwiki=0 END
 error_006_head_zhwiki=DEFAULTSORT中包含特殊字符 END
 error_006_desc_zhwiki=请不要在DEFAULTSORT中包含特殊字符
* de: ä → a, ö → o, ü → u, ß → ss 
* fi: ü → y, é → e, ß → ss等
* sv及fi允许ÅÄÖåäö
* cs允许čďěňřšťžČĎŇŘŠŤŽ
* da, no, nn允许ÆØÅæøå
* ro允许ăîâşţ
* ru: Ё → Е, ё → е

 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_zhwiki=1 END
 error_007_head_zhwiki=首个章节标题标题为三个“=” END
 error_007_desc_zhwiki=第一个章节标题为“=== XY ===”。应该是“== XY ==”。 END
 error_007_whitelistpage_zhwiki=WikiProject:错误检查/Error_007_whitelist 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_zhwiki=1 END
 error_008_head_zhwiki=章节标题标题未以“=”结尾 END
 error_008_desc_zhwiki=章节标题应该以“=”结尾 END
 error_008_whitelistpage_zhwiki=WikiProject:错误检查/Error_008_whitelist 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_zhwiki=3 END
 error_009_head_zhwiki=一行中多个分类 END
 error_009_desc_zhwiki=在一行中写有多个分类,请将分类按照一行一个的形式排列,便于阅读。 END
 error_009_whitelistpage_zhwiki=WikiProject:错误检查/Error_009_whitelist 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_zhwiki=1 END
 error_010_head_zhwiki=方括号未对应 END
 error_010_desc_zhwiki=文中的[[与]]总数不对应,若其中有程序代码,请使用&lt;source&gt;或&lt;code&gt;。 END
 error_010_whitelistpage_zhwiki=WikiProject:错误检查/Error_010_whitelist 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_zhwiki=3 END
 error_011_head_zhwiki=HTML格式字符 END
 error_011_desc_zhwiki=发现<tt>&a<code></code>uml;</tt>、<tt>&o<code></code>uml;</tt>、<tt>&u<code></code>uml;</tt>、<tt>&sz<code></code>lig;</tt>等,请使用[[Unicode]]字符(äüöÄÜÖßåÅ等) END
 error_011_whitelistpage_zhwiki=WikiProject:错误检查/Error_011_whitelist 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_zhwiki=3 END
 error_012_head_zhwiki=HTML列表元素 END
 error_012_desc_zhwiki=条目中包含&lt;ol&gt;、&lt;ul&gt;或&lt;li&gt;。在绝大多数情况下这些HTML元素可以被维基标记语言代替。 END
 error_012_whitelistpage_zhwiki=WikiProject:错误检查/Error_012_whitelist 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_zhwiki=1 END
 error_013_head_zhwiki=数学标记没有结尾 END
 error_013_desc_zhwiki=发现<nowiki><math></nowiki>但是缺少对应的<nowiki></math></nowiki>。 END
 error_013_whitelistpage_zhwiki=WikiProject:错误检查/Error_013_whitelist 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_zhwiki=1 END
 error_014_head_zhwiki=源代码标记没有结尾 END
 error_014_desc_zhwiki=发现&lt;source …&gt;但是缺少对应的&lt;/source&gt;。 END
 error_014_whitelistpage_zhwiki=WikiProject:错误检查/Error_014_whitelist 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_zhwiki=1 END
 error_015_head_zhwiki=代码标记没有结尾 END
 error_015_desc_zhwiki=发现&lt;code&gt;但是缺少对应的&lt;/code&gt;。 END
 error_015_whitelistpage_zhwiki=WikiProject:错误检查/Error_015_whitelist 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_zhwiki=1 END
 error_016_head_zhwiki=在模板調用中使用Unicode控制字符 END
 error_016_desc_zhwiki=找出Unicode控制字符<tt>&#x<code></code>FEFF;</tt>、<tt>&#x<code></code>200E;</tt>、<tt>&#x<code></code>200B;</tt>([[左至右符號]]、[[右至左符號]]、[[位元組順序記號]])。這些字符在模板調用中可能會引起問題。把調用模板的內容複製到文字編輯器(例如[[Notepad++]]),便可以看見這些控制字符。把它們刪去,然後複製回到條目中。

<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_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_zhwiki=2 END
 error_017_head_zhwiki=分类重复 END
 error_017_desc_zhwiki=分类重复 END
 error_017_whitelistpage_zhwiki=WikiProject:错误检查/Error_017_whitelist 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_zhwiki=0 END
 error_018_head_zhwiki=分类名称 END
 error_018_desc_zhwiki=分类名称第一字母没有大写。在中文维基没有问题。 END
 error_018_whitelistpage_zhwiki=WikiProject:错误检查/Error_018_whitelist 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_zhwiki=1 END
 error_019_head_zhwiki=标题只有一个"=" END
 error_019_desc_zhwiki=一级标题应该有两个"=",如<nowiki>"== 标题 =="</nowiki>. END
 error_019_whitelistpage_zhwiki=WikiProject:错误检查/Error_019_whitelist 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_zhwiki=3 END
 error_020_head_zhwiki=逝世标志 END
 error_020_desc_zhwiki=逝世标志应使用"†",不应用 &dag<code></code>ger;。 END
 error_020_whitelistpage_zhwiki=WikiProject:错误检查/Error_020_whitelist 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 "Category: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_zhwiki=0 END
 error_021_head_zhwiki=英文分类 END
 error_021_desc_zhwiki=暂停。这个条目使用英文分类名称。类别应该用中文。 END
 error_021_whitelistpage_zhwiki=WikiProject:错误检查/Error_021_whitelist 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_zhwiki=0 END
 error_022_head_zhwiki=类别中有空格 END
 error_022_desc_zhwiki=暂停。类别名称中有空格。 END
 error_022_whitelistpage_zhwiki=WikiProject:错误检查/Error_022_whitelist 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_zhwiki=1 END
 error_023_head_zhwiki=Nowiki标记没有结尾 END
 error_023_desc_zhwiki=Nowiki标记没有结尾。 END
 error_023_whitelistpage_zhwiki=WikiProject:错误检查/Error_023_whitelist 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_zhwiki=1 END
 error_024_head_zhwiki=Pre标记没有结尾 END
 error_024_desc_zhwiki=Pre标记没有结尾 END
 error_024_whitelistpage_zhwiki=WikiProject:错误检查/Error_024_whitelist 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_zhwiki=2 END
 error_025_head_zhwiki=标题级别混乱 END
 error_025_desc_zhwiki=标题级别混乱,一级下面直接有三级标题。 END
 error_025_whitelistpage_zhwiki=WikiProject:错误检查/Error_025_whitelist 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_zhwiki=3 END
 error_026_head_zhwiki=使用HTML粗体标记 <nowiki><b></nowiki> END
 error_026_desc_zhwiki=使用HTML标记 <nowiki><b></nowiki>,可以用3个单撇号把文字变为粗体。 END
 error_026_whitelistpage_zhwiki=WikiProject:错误检查/Error_026_whitelist 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_zhwiki=3 END
 error_027_head_zhwiki= 改用Unicode END
 error_027_desc_zhwiki= 发现 <tt>&#<code></code>0000;</tt> (十进制) or <tt>&#x<code></code>0000;</tt> (十六进制)。应该使用对应的Unicode 标记。 END
 error_027_whitelistpage_zhwiki=WikiProject:错误检查/Error_027_whitelist 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_zhwiki=1 END
 error_028_head_zhwiki=表格没有结束 END
 error_028_desc_zhwiki=没有找到表格结束标记 END
 error_028_whitelistpage_zhwiki=WikiProject:错误检查/Error_028_whitelist 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_zhwiki=1 END
 error_029_head_zhwiki= 图片集(Gallery)没有结束 END
 error_029_desc_zhwiki= 没有找到图片集结束标记 END
 error_029_whitelistpage_zhwiki=WikiProject:错误检查/Error_029_whitelist 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_zhwiki=0 END
 error_030_head_zhwiki=图片没有简介 END
 error_030_desc_zhwiki=暂停。图片没有简介 END
 error_030_whitelistpage_zhwiki=WikiProject:错误检查/Error_030_whitelist 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_zhwiki=2 END
 error_031_head_zhwiki=使用HTML表格符号 END
 error_031_desc_zhwiki=条目使用"&lt;table&gt;"、"&lt;td&gt;"、"&lt;th&gt;"或"&lt;tr&gt;"。应该使用维基表格标记。 END
 error_031_whitelistpage_zhwiki=WikiProject:错误检查/Error_031_whitelist 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_zhwiki=1 END
 error_032_head_zhwiki=内部链接有两个管道号 END
 error_032_desc_zhwiki=内部链接有两个管道号(|),如<nowiki>[[链接|文字1|文字]]</nowiki>,会显示"文字1|文字"。如需要繁简转换,请参考[[帮助:進階字詞轉換處理]]。 END
 error_032_whitelistpage_zhwiki=WikiProject:错误检查/Error_032_whitelist END

###########################################################################
tr
 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_zhwiki=0 END
 error_033_head_zhwiki=使用HTML标记 &lt;u&gt;。 END
 error_033_desc_zhwiki=暂停。使用HTML标记 &lt;u&gt;,没有其它维基语法。。 END
 error_033_whitelistpage_zhwiki=WikiProject:错误检查/Error_033_whitelist 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_zhwiki=1 END
 error_034_head_zhwiki=模板语法 END
 error_034_desc_zhwiki=条目内容中有模板语法。服务器不会转变这些改换词。 END
 error_034_whitelistpage_zhwiki=WikiProject:错误检查/Error_034_whitelist 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_zhwiki=1 END
 error_035_head_zhwiki=无描述的图库 END
 error_035_desc_zhwiki=含有图库的条目却没有写出图像描述 END
 error_035_whitelistpage_zhwiki=WikiProject:错误检查/Error_035_whitelist 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_zhwiki=3 END
 error_036_head_zhwiki=重定向错误 END
 error_036_desc_zhwiki=重定向用法错误,因此实效。正确用法为:"<nowiki>#REDIRECT [[重订处]]</nowiki>"或者"<nowiki>#REDIRECT: [[重订处]]</nowiki>"。 END
 error_036_whitelistpage_zhwiki=WikiProject:错误检查/Error_036_whitelist END

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

 error_037_prio_script=0 END
 error_037_head_script=Title with special letters and no DEFAULTSORT END
 error_037_desc_script=The title has a special letter and in the article is no DEFAULTSORT (or in ca: ORDENA, es:ORDENAR, de:SORTIERUNG). Also one category has not the syntax <nowiki>[[Category:ABC|Text]]</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_037_prio_zhwiki=0 END
 error_037_head_zhwiki=特殊字符开头条目未用DEFAULTSORT注明默认排序 END
 error_037_desc_zhwiki=条目名称中含有特殊字符但却没有用DEFAULTSORT注明默认排序方式。包括未用<nowiki>[[Category:ABC|Text]]</nowiki>注明排序的分类页面 END
 error_037_whitelistpage_zhwiki=WikiProject:错误检查/Error_037_whitelist 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_zhwiki=3 END
 error_038_head_zhwiki=使用HTML斜体标记 <nowiki>&lt;i&gt;</nowiki> END
 error_038_desc_zhwiki=使用HTML斜体标记 <nowiki>&lt;i&gt;</nowiki>,可以用2个单撇号把文字变为斜体。 END
 error_038_whitelistpage_zhwiki=WikiProject:错误检查/Error_038_whitelist 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_zhwiki=3 END
 error_039_head_zhwiki=使用HTML段落标记 <nowiki>&lt;p&gt;</nowiki> END
 error_039_desc_zhwiki=使用HTML段落标记 <nowiki>&lt;p&gt;</nowiki>。 END
 error_039_whitelistpage_zhwiki=WikiProject:错误检查/Error_039_whitelist 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_zhwiki=3 END
 error_040_head_zhwiki=使用HTML标记字体 END
 error_040_desc_zhwiki=使用HTML标记字体 END
 error_040_whitelistpage_zhwiki=WikiProject:错误检查/Error_040_whitelist 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_zhwiki=3 END
 error_041_head_zhwiki=使用HTML标记大 END
 error_041_desc_zhwiki=使用HTML标记大 END
 error_041_whitelistpage_zhwiki=WikiProject:错误检查/Error_041_whitelist END

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

 error_042_prio_script=3 END
 error_042_head_script=HTML text style element <nowiki><strike></nowiki> END
 error_042_desc_script=Article contains a <nowiki><strike></nowiki>. In most cases we can use simpler wiki markups in place of these HTML-like tags. END
 error_042_prio_zhwiki=3 END
 error_042_head_zhwiki=使用HTML刪除線標籤 END
 error_042_desc_zhwiki=使用HTML刪除線標籤 END
 error_042_whitelistpage_zhwiki=WikiProject:错误检查/Error_042_whitelist 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_zhwiki=1 END
 error_043_head_zhwiki=模板没有结束 END
 error_043_desc_zhwiki=找到模板开始的标码<nowiki>"{{"</nowiki>,但是没有对应的结束标码<nowiki>"}}"</nowiki>。 END
 error_043_whitelistpage_zhwiki=WikiProject:错误检查/Error_043_whitelist 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_zhwiki=3 END
 error_044_head_zhwiki=粗体标题 END
 error_044_desc_zhwiki=粗体标题<nowiki>"== '''XY''' =="</nowiki>。标题自动为粗体,只需要<nowiki>"== XY =="</nowiki>。 END
 error_044_whitelistpage_zhwiki=WikiProject:错误检查/Error_044_whitelist 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_zhwiki=1 END
 error_045_head_zhwiki=跨语言链接重复 END
 error_045_desc_zhwiki=跨语言链接重复 END
 error_045_whitelistpage_zhwiki=WikiProject:错误检查/Error_045_whitelist 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_zhwiki=1 END
 error_046_head_zhwiki=方括号不对应 END
 error_046_desc_zhwiki=找到不同数量的<nowiki>[[</nowiki>和<nowiki>]]</nowiki>。 END
 error_046_whitelistpage_zhwiki=WikiProject:错误检查/Error_046_whitelist 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_zhwiki=1 END
 error_047_head_zhwiki=模板没有开始 END
 error_047_desc_zhwiki=找到模板结束的标码<nowiki>"}}"</nowiki>,但是没有对应的开始标码<nowiki>"{{"</nowiki>。 END
 error_047_whitelistpage_zhwiki=WikiProject:错误检查/Error_047_whitelist 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_zhwiki=3 END
 error_048_head_zhwiki=链接本文 END
 error_048_desc_zhwiki=条目中链接到本文。应把<nowiki>[[本文名称]]</nowiki>改为<nowiki>'''本文名称'''</nowiki> END
 error_048_whitelistpage_zhwiki=WikiProject:错误检查/Error_048_whitelist 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_zhwiki=3 END
 error_049_head_zhwiki=HTML标题 END
 error_049_desc_zhwiki=用HTML方式标记条目内标题,应该使用维基代码 == 标题内容 == ,如果是源代码,应用 &lt;source&gt; 或 &lt;code&gt; END
 error_049_whitelistpage_zhwiki=WikiProject:错误检查/Error_049_whitelist 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_zhwiki=3 END
 error_050_head_zhwiki=en dash or em dash END
 error_050_desc_zhwiki=条目使用HTML语法的破折号。应把&ndash替换为unicode的符号–,把&mdash替换为—。可自动编辑替换 END
 error_050_whitelistpage_zhwiki=WikiProject:错误检查/Error_050_whitelist 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_zhwiki=3 END
 error_051_head_zhwiki=跨语言链接在正文中 END
 error_051_desc_zhwiki=跨语言链接在最后一个标题之前,但是应该是条目最后部分。 END
 error_051_whitelistpage_zhwiki=WikiProject:错误检查/Error_051_whitelist 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_zhwiki=3 END
 error_052_head_zhwiki=分类在正文中 END
 error_052_desc_zhwiki=分类在最后一个标题之前,分类应该在正文之后,跨语言链接之前。 END
 error_052_whitelistpage_zhwiki=WikiProject:错误检查/Error_052_whitelist 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_zhwiki=3 END
 error_053_head_zhwiki=跨语言链接在分类前 END
 error_053_desc_zhwiki=跨语言链接在分类之前,但是应该是条目最后部分 END
 error_053_whitelistpage_zhwiki=WikiProject:错误检查/Error_053_whitelist 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_zhwiki=3 END
 error_054_head_zhwiki=列表內容最後加入分行號 END
 error_054_desc_zhwiki=列表中最後一項有<tt><br /></tt>。这个标码不必要,可被移除。 END
 error_054_whitelistpage_zhwiki=WikiProject:错误检查/Error_054_whitelist 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_zhwiki=3 END
 error_055_head_zhwiki=HTML代码小<small> END
 error_055_desc_zhwiki= END
 error_055_whitelistpage_zhwiki=WikiProject:错误检查/Error_055_whitelist 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_zhwiki=3 END
 error_056_head_zhwiki=字符画箭头 END
 error_056_desc_zhwiki=应该替换为"←"或"→"或"⇐" 或"⇒"如果是源代码应用END
 error_056_whitelistpage_zhwiki=WikiProject:错误检查/Error_056_whitelist END<nowiki><source>或<code></nowiki>标注。也可以使用数学公式代码。

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

 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_zhwiki=3 END
 error_057_head_zhwiki=标题有冒号 END
 error_057_desc_zhwiki=标题名字里有冒号,如<nowiki>"== 标题: =="</nowiki>。冒号不需要。 END
 error_057_whitelistpage_zhwiki=WikiProject:错误检查/Error_057_whitelist 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_zhwiki=0 END
 error_058_head_zhwiki= END
 error_058_desc_zhwiki= END
 error_058_whitelistpage_zhwiki=WikiProject:错误检查/Error_058_whitelist 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_zhwiki=3 END
 error_059_head_zhwiki=模板參數最後加入分行號 END
 error_059_desc_zhwiki=模板的參數毋須以分行號結尾(例如:<nowiki>{{Template|name=Mr. King&lt;br/&gt;}}</nowiki>),因為模板編碼應已為顯示項目排版。因此這些分行號可被移除。 END
 error_059_whitelistpage_zhwiki=WikiProject:错误检查/Error_059_whitelist 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_zhwiki=1 END
 error_060_head_zhwiki= 模板用法 END
 error_060_desc_zhwiki= 在使用模板的文字中发现不应该有的字(<nowiki>[|]:*</nowiki>)。如 <nowiki>{{Template| parameter_1=100 | [[parameter]]_2=200 }}</nowiki>) END
 error_060_whitelistpage_zhwiki=WikiProject:错误检查/Error_060_whitelist 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_zhwiki=3 END
 error_061_head_zhwiki=注释后有标点 END
 error_061_desc_zhwiki=<nowiki></ref>.</nowiki>后的标点应该放在之前。 END
 error_061_whitelistpage_zhwiki=WikiProject:错误检查/Error_061_whitelist 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_zhwiki=2 END
 error_062_head_zhwiki=孤立标题 END
 error_062_desc_zhwiki=大于5个标题的条目,其中一个是三级或更低级别的标题。 END
 error_062_whitelistpage_zhwiki=WikiProject:错误检查/Error_062_whitelist 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_zhwiki=2 END
 error_063_head_zhwiki=在ref, sub or sup标码中用HTML缩小字体 END
 error_063_desc_zhwiki=在<nowiki><ref></nowiki>或<nowiki><sub></nowiki>或<nowiki><sub></nowiki>标码中用HTML <nowiki><small></nowiki>。 这些标码中的文字已经缩小,不需要再用<nowiki><small></nowiki>来缩小字体。 END
 error_063_whitelistpage_zhwiki=WikiProject:错误检查/Error_063_whitelist 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_zhwiki=2 END
 error_064_head_zhwiki=链接目标和显示相同 END
 error_064_desc_zhwiki=条目中发现<nowiki>[[链接目标|链接目标]]</nowiki>,只用<nowiki>[[链接目标]]</nowiki>即可。 END
 error_064_whitelistpage_zhwiki=WikiProject:错误检查/Error_064_whitelist 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_zhwiki=3 END
 error_065_head_zhwiki=图标描述后换行 END
 error_065_desc_zhwiki=最后一张图的描述后面有换行符<nowiki><br /></nowiki>,可删去这个笔误。 END
 error_065_whitelistpage_zhwiki=WikiProject:错误检查/Error_065_whitelist 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_zhwiki=3 END
 error_066_head_zhwiki=在圖像說明中使用<small> END
 error_066_desc_zhwiki=發現條目內部分圖像說明以<small>縮小字體,但維基百科的內部格式已設定圖像說明的字體較小。因此這種編碼是不需要的,可以刪除。 END
 error_066_whitelistpage_zhwiki=WikiProject:错误检查/Error_066_whitelist 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_zhwiki=0 END
 error_067_head_zhwiki= END
 error_067_desc_zhwiki= END
 error_067_whitelistpage_zhwiki=WikiProject:错误检查/Error_067_whitelist 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_zhwiki=0 END
 error_068_head_zhwiki= END
 error_068_desc_zhwiki= END
 error_068_whitelistpage_zhwiki=WikiProject:错误检查/Error_068_whitelist 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_zhwiki=-1 END
 error_069_head_zhwiki= ISBN用法错误 END
 error_069_desc_zhwiki= ISBN的格式一般是 ISBN 3-8001-6191-5 或 ISBN 0-911266-16-X 或 ISBN 978-0911266160。标码中只有数字,空格,“-”,和大小写的“x"。不算空格和”-“,ISBN应该是十位数或十三位数。不论长短,只需要用ISBN开头,不应使用ISBN-10: 或者 ISBN-13。 END
 error_069_whitelistpage_zhwiki=WikiProject:错误检查/Error_069_whitelist 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_zhwiki=-1 END
 error_070_head_zhwiki= ISBN长度错误 END
 error_070_desc_zhwiki= ISBN应该是十位数或十三位数。 END
 error_070_whitelistpage_zhwiki=WikiProject:错误检查/Error_070_whitelist 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_zhwiki=-1 END
 error_071_head_zhwiki= ISBN中的X字母位置错误 END
 error_071_desc_zhwiki= ISBN中的X字母只应该位于第十位,表示校验码为10。 END
 error_071_whitelistpage_zhwiki=WikiProject:错误检查/Error_071_whitelist 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_zhwiki=-1 END
 error_072_head_zhwiki=ISBN-10 校驗碼错误 END
 error_072_desc_zhwiki=10位数的ISBN校驗碼错误 END
 error_072_whitelistpage_zhwiki=WikiProject:错误检查/Error_072_whitelist 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_zhwiki=-1 END
 error_073_head_zhwiki=ISBN-13 校驗碼错误 END
 error_073_desc_zhwiki=13位数的ISBN校驗碼错误 END
 error_073_whitelistpage_zhwiki=WikiProject:错误检查/Error_073_whitelist 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_zhwiki=-1 END
 error_074_head_zhwiki=无链接目标 END
 error_074_desc_zhwiki=发现没有目标的内部链接,如<nowiki>[[|链接显示]]</nowiki>。 END
 error_074_whitelistpage_zhwiki=WikiProject:错误检查/Error_074_whitelist 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_zhwiki=3 END
 error_075_head_zhwiki=缩进列表 END
 error_075_desc_zhwiki=条目中有个列表,使用<nowiki>:* text</nowiki>来缩进,不需要":"而是用更多的"*"来缩进。 END
 error_075_whitelistpage_zhwiki=WikiProject:错误检查/Error_075_whitelist 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_zhwiki=3 END
 error_076_head_zhwiki=连接中空格 END
 error_076_desc_zhwiki=用空格替换其中的"%20" END
 error_076_whitelistpage_zhwiki=WikiProject:错误检查/Error_076_whitelist 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_zhwiki=0 END
 error_077_head_zhwiki= END
 error_077_desc_zhwiki= END
 error_077_whitelistpage_zhwiki=WikiProject:错误检查/Error_077_whitelist 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_zhwiki=-1 END
 error_078_head_zhwiki=参考列表重复 END
 error_078_desc_zhwiki=发现两个<references ...>。 END
 error_078_whitelistpage_zhwiki=WikiProject:错误检查/Error_078_whitelist 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_zhwiki=0 END
 error_079_head_zhwiki=外部链接无简介 END
 error_079_desc_zhwiki=发现没有简介的外部链接,如<nowiki>[http://zh.wikipedia.org]</nowiki>。请加上介绍,如<nowiki>[http://zh.wikipedia.org 维基百科]</nowiki>。 END
 error_079_whitelistpage_zhwiki=WikiProject:错误检查/Error_079_whitelist 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_zhwiki=-1 END
 error_080_head_zhwiki=外部链接中空行 END
 error_080_desc_zhwiki=外部链接中起新行。服务器无法处理这种链接,请合并成一行。 END
 error_080_whitelistpage_zhwiki=WikiProject:错误检查/Error_080_whitelist 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_zhwiki=-1 END
 error_081_head_zhwiki=参考重复 END
 error_081_desc_zhwiki=同样参考文献用于条目中不同部位,不需要把出入细节重写。第一次命名,<ref name="foo">资料</ref>,然后只写名字<ref name="foo" />。因服务器限制,名字只能写英文字母或数字。 END
 error_081_whitelistpage_zhwiki=WikiProject:错误检查/Error_081_whitelist 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_zhwiki=-1 END
 error_082_head_zhwiki= END
 error_082_desc_zhwiki= END
 error_082_whitelistpage_zhwiki=WikiProject:错误检查/Error_082_whitelist 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_zhwiki=1 END
 error_083_head_zhwiki=首个标题使用了三个=后面却用了两个 END
 error_083_desc_zhwiki=首个标题是<nowiki>"=== XY ==="</nowiki>应该替换为<nowiki>"== XY =="</nowiki>。下文中有<nowiki>"== XY =="</nowiki>级标题。 END
 error_083_whitelistpage_zhwiki=WikiProject:错误检查/Error_083_whitelist 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_zhwiki=-1 END
 error_084_head_zhwiki=空白章节 END
 error_084_desc_zhwiki=两个标题之间没有内容。 END
 error_084_whitelistpage_zhwiki=WikiProject:错误检查/Error_084_whitelist 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_zhwiki=-1 END
 error_085_head_zhwiki=空白标码 END
 error_085_desc_zhwiki=标码之间没有内容,如<nowiki><noinclude></noinclude></nowiki>。整个标码可剔除。 END
 error_085_whitelistpage_zhwiki=WikiProject:错误检查/Error_085_whitelist 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_zhwiki=-1 END
 error_086_head_zhwiki=外部链接双括号 END
 error_086_desc_zhwiki=发现外部链接使用双括号,如<nowiki>[[http://www.wikipedia.org Wikipedia]]</nowiki>。应改使用单括号,如<nowiki>[http://www.wikipedia.org Wikipedia]</nowiki>。 END
 error_086_whitelistpage_zhwiki=WikiProject:错误检查/Error_086_whitelist 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_zhwiki=-1 END
 error_087_head_zhwiki= END
 error_087_desc_zhwiki= END
 error_087_whitelistpage_zhwiki=WikiProject:错误检查/Error_087_whitelist 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_zhwiki=-1 END
 error_088_head_zhwiki= END
 error_088_desc_zhwiki= END
 error_088_whitelistpage_zhwiki=WikiProject:错误检查/Error_088_whitelist 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_zhwiki=0 END
 error_089_head_zhwiki= END
 error_089_desc_zhwiki= END
 error_089_whitelistpage_zhwiki=WikiProject:错误检查/Error_089_whitelist 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_zhwiki=0 END
 error_090_head_zhwiki= END
 error_090_desc_zhwiki= END
 error_090_whitelistpage_zhwiki=WikiProject:错误检查/Error_090_whitelist 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_zhwiki=0 END
 error_091_head_zhwiki= END
 error_091_desc_zhwiki= END
 error_091_whitelistpage_zhwiki=WikiProject:错误检查/Error_091_whitelist END

###########################################################################
 error_092_prio_script=2 END
 error_092_head_script=Headline double END
 error_092_desc_script=There is a double headline (one behind the other) 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_092_prio_zhwiki=2 END
 error_092_head_zhwiki=标题重复 END
 error_092_desc_zhwiki=条目中发现相同的标题 END
 error_092_whitelistpage_zhwiki=WikiProject:错误检查/Error_092_whitelist END

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

 error_093_prio_enwiki=2 END
 error_093_head_enwiki=External link with double http:// END
 error_093_desc_enwiki=The script found an external link that contains [http://http:// ...]. <br>
<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_094_prio_enwiki=1 END
 error_094_head_enwiki=Reference tags without correct match END
 error_094_desc_enwiki=The script found references tags that didn't have the correct end or beginning tags.<br>
<br>
Following tools can warn you if there is problem:
<ul>
<li><a href="https://en.wikipedia.org/wiki/WP:AWB">AutoWikiBrowser (AWB)</a></li>
</ul> END

#####

 error_095_prio_enwiki=3 END
 error_095_head_enwiki=Editor's signature or link to User space END
 error_095_whitelistpage_enwiki=Wikipedia:WikiProject_Check_Wikipedia/Error_095_whitelist END
 error_095_desc_enwiki=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_enwiki=2 END
 error_096_head_enwiki=Table of Contents after first heading END
 error_096_desc_enwiki=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_enwiki=
   TOC hidden
   TOChidden
   TOC left
   TOCleft
   TOC middle
   TOCmiddle
   TOC right
   TOCright END

#####

 error_097_prio_enwiki=2 END
 error_097_head_enwiki=TOC has material after it and before the first heading END
 error_097_whitelistpage_enwiki=Wikipedia:WikiProject_Check_Wikipedia/Error_097_whitelist END
 error_097_desc_enwiki=Screen readers don't process material the comes between the Table of Contents and first heading. See [[<a href="https://en.wikipedia.org/wiki/WP:TOC">WP:TOC</a>]]. END
 error_097_templates_enwiki=
   TOC hidden
   TOChidden
   TOC left
   TOCleft
   TOC middle
   TOCmiddle
   TOC right
   TOCright END

#####

 error_098_prio_enwiki=1 END
 error_098_head_enwiki=Subscript tag without correct match END
 error_098_whitelistpage_enwiki=Wikipedia:WikiProject_Check_Wikipedia/Error_098_whitelist END
 error_098_desc_enwiki=Subscripts, which starts with a "&lt;sub&gt;" tag needs an ending "&lt;/sub&gt;" tag. 
<br>
Following tools can warn you if there is problem:
<ul>
<li><a href="https://en.wikipedia.org/wiki/Wikipedia:WPCleaner">WPCleaner</a></li></ul> END

#####

 error_099_prio_enwiki=1 END
 error_099_head_enwiki=Superscript tag without correct match END
 error_099_desc_enwiki=Superscripts, which starts with a "&lt;sup&gt;" tag needs an ending "&lt;/sup&gt;" tag.
<br>
Following tools can warn you if there is problem:
<ul>
<li><a href="https://en.wikipedia.org/wiki/Wikipedia:WPCleaner">WPCleaner</a></li></ul> END

#####

 error_100_prio_enwiki=3 END
 error_100_head_enwiki=List tag (&lt;ol&gt;, &lt;ul&gt; or &lt;li&gt;) without correct match END
 error_100_whitelistpage_enwiki=Wikipedia:WikiProject_Check_Wikipedia/Error_100_whitelist END
 error_100_desc_enwiki=The script found list tags that didn't have the correct end or beginning tags. <br>
<br>
Following tools can warn you if there is problem:
<ul>
<li><a href="https://en.wikipedia.org/wiki/Wikipedia:WPCleaner">WPCleaner</a></li></ul> END

#####

 error_101_prio_enwiki=3 END
 error_101_head_enwiki=Ordinal number found inside &lt;sup&gt; tags END
 error_101_whitelistpage_enwiki=Wikipedia:WikiProject_Check_Wikipedia/Error_101_whitelist END
 error_101_desc_enwiki=Ordinal numbers should be in regular text, not inside &lt;sup&gt; tags.<br>
<br>
Following tools can warn you if there is problem:
<ul>
<li><a href="https://en.wikipedia.org/wiki/Wikipedia:WPCleaner">WPCleaner</a></li></ul> END

#####

 error_102_prio_enwiki=2 END
 error_102_head_enwiki=PMID with incorrect syntax END
 error_102_desc_enwiki=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>]])<br>
<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_103_prio_enwiki=2 END
 error_103_head_enwiki=Pipe magicword inside wikilink END
 error_103_whitelistpage_enwiki=Wikipedia:WikiProject_Check_Wikipedia/Error_103_whitelist END
 error_103_desc_enwiki=The script found the <a href="https://www.mediawiki.org/wiki/Help:Magic_words#Other">magicword</a> {{!}} inside a wikilink.<br>
<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_104_prio_enwiki=2 END
 error_104_head_enwiki=Unbalanced quotes in ref name or illegal character. END
 error_104_desc_enwiki=The script either found unbalanced quotes in a reference tag (example: &lt;ref name="ref 1&gt;) or an illegal character per [[WP:REFNAME]].
<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_enwiki=1 END
 error_105_head_enwiki=Heading should begin with "=" END
 error_105_whitelistpage_enwiki=Wikipedia:WikiProject_Check_Wikipedia/Error_105_whitelist END
 error_105_desc_enwiki=A heading should begin with a "=". END

######

 error_106_prio_enwiki=2 END
 error_106_head_enwiki=ISSN with incorrect syntax END
 error_106_desc_enwiki=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_enwiki=2 END
 error_107_head_enwiki=ISSN with wrong length END
 error_107_desc_enwiki=The script checked the ISSN and found it not containing 8 characters. ISSN should have 8 characters. END

#####

 error_108_prio_enwiki=2 END
 error_108_head_enwiki=ISSN with wrong checksum END
 error_108_desc_enwiki=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_enwiki=1 END
 error_109_head_enwiki=Include tag error END
 error_109_desc_enwiki=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_enwiki=0 END
 error_110_head_enwiki=Include tag found END
 error_110_desc_enwiki=The script found a &lt;includeonly&gt;, &lt;onlyinclude&gt; or &lt;noinclude&gt; tags. END

#####

 error_111_prio_enwiki=0 END
 error_111_head_enwiki=Ref after last reference list END
 error_111_desc_enwiki=The script found a &lt;ref&gt; tag after the last &lt;references&gt; tag or reference template. END
 error_111_templates_enwiki=
   reflist
   ref-list
   refs
   reference list
   listaref
   footnotes
   list of botanists by author abbreviation footer
   MinorPlanetNameMeaningsFooter00
   MinorPlanetNameMeaningsFooter
   MinorPlanetNameMeaningsFooter10k
   SCOTUS-justice-listframe
   Airline codes page/bottom END


#####

 error_112_prio_enwiki=3 END
 error_112_head_enwiki=Bad or deprecated css attributes END
 error_112_whitelistpage_enwiki=Wikipedia:WikiProject_Check_Wikipedia/Error_112_whitelist END
 error_112_desc_enwiki=The script found bad or deprecated css atributes END

#####

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