{ "@metadata": { "authors": [ "Gaoxuewei", "Linforest", "Liuxinyu970226", "Papapasan", "LNDDYL", "Shizhao", "Yfdyh000", "JuneAugsut", "EagerLin", "Simon xianyu", "Kuailong", "Zhxy 519", "御坂美琴", "RyRubyy", "Apflu", "Hzy980512", "PhiLiP", "Arthur2e5", "損齋", "Myy730", "D41D8CD98F", "Umherirrender", "NeverBehave" ] }, "apihelp-main-extended-description": "
\n* [[mw:Special:MyLanguage/API:Main_page|文档]]\n* [[mw:Special:MyLanguage/API:FAQ|常见问题]]\n* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-api 邮件列表]\n* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-api-announce API公告]\n* [https://phabricator.wikimedia.org/maniphest/query/GebfyV4uCaLd/#R 程序错误与功能请求]\n
\n状态信息:MediaWiki API是一个成熟稳定的,不断受到支持和改进的界面。尽管我们尽力避免,但偶尔也需要作出重大更新;请订阅[https://lists.wikimedia.org/pipermail/mediawiki-api-announce/ mediawiki-api-announce 邮件列表]以便获得更新通知。\n\n错误请求:当API收到错误请求时,HTTP header将会返回一个包含\"MediaWiki-API-Error\"的值,随后header的值与error code将会送回并设置为相同的值。详细信息请参阅[[mw:Special:MyLanguage/API:Errors_and_warnings|API:错误与警告]]。\n\n

测试中:测试API请求的易用性,请参见[[Special:ApiSandbox]]。

", "apihelp-main-param-action": "要执行的操作。", "apihelp-main-param-format": "输出的格式。", "apihelp-main-param-maxlag": "最大延迟可被用于MediaWiki安装于数据库复制集中。要保存导致更多网站复制延迟的操作,此参数可使客户端等待直到复制延迟少于指定值时。万一发生过多延迟,错误代码maxlag会返回消息,例如等待$host中:延迟$lag秒
参见[[mw:Special:MyLanguage/Manual:Maxlag_parameter|手册:Maxlag参数]]以获取更多信息。", "apihelp-main-param-smaxage": "设置s-maxage HTTP缓存控制头至这些秒。错误不会缓存。", "apihelp-main-param-maxage": "设置max-age HTTP缓存控制头至这些秒。错误不会缓存。", "apihelp-main-param-assert": "如果设置为user就验证用户是否登录,或如果设置为bot就验证是否有机器人用户权限。", "apihelp-main-param-assertuser": "验证当前用户是命名用户。", "apihelp-main-param-requestid": "任何在此提供的值将包含在响应中。可以用以区别请求。", "apihelp-main-param-servedby": "包含保存结果请求的主机名。", "apihelp-main-param-curtimestamp": "在结果中包括当前时间戳。", "apihelp-main-param-responselanginfo": "包含在结果中用于uselangerrorlang的语言。", "apihelp-main-param-origin": "当通过跨域名AJAX请求(CORS)访问API时,设置此作为起始域名。这必须包括在任何pre-flight请求中,并因此必须是请求的URI的一部分(而不是POST正文)。\n\n对于已验证的请求,这必须正确匹配Origin标头中的原点之一,因此它已经设置为像https://en.wikipedia.orghttps://meta.wikimedia.org的东西。如果此参数不匹配Origin页顶,就返回403错误响应。如果此参数匹配Origin页顶并且起点被白名单,将设置Access-Control-Allow-OriginAccess-Control-Allow-Credentials开头。\n\n对于未验证的请求,会指定值*。这将导致Access-Control-Allow-Origin标头被设置,但Access-Control-Allow-Credentials将为false,且所有用户特定数据将受限制。", "apihelp-main-param-uselang": "用于消息翻译的语言。[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]siprop=languages可返回语言代码列表,或指定user以使用当前用户的语言设置,或指定content以使用此wiki的内容语言。", "apihelp-main-param-errorformat": "用于警告和错误文本输出的格式。\n; plaintext:已移除HTML标签,并被替换实体的Wiki文本。\n; wikitext:未解析的wiki文本。\n; html:HTML。\n; raw:消息关键词和参数。\n; none:无文本输出,仅包含错误代码。\n; bc:在MediaWiki 1.29以前版本使用的格式。errorlangerrorsuselocal会被忽略。", "apihelp-main-param-errorlang": "用于警告和错误的语言。[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]siprop=languages返回语言代码的列表,或指定content以使用此wiki的内容语言,或指定uselang以使用与uselang参数相同的值。", "apihelp-main-param-errorsuselocal": "如果指定,错误文本将使用来自{{ns:MediaWiki}}名字空间的本地自定义消息。", "apihelp-block-summary": "封禁一位用户。", "apihelp-block-param-user": "要封禁的用户、IP地址或IP地址段。不能与$1userid一起使用", "apihelp-block-param-userid": "要封禁的用户ID。不能与$1user一起使用。", "apihelp-block-param-expiry": "到期时间。可以是相对时间(例如5 months2 weeks)或绝对时间(例如2014-09-18T12:34:56Z)。如果设置为infiniteindefinitenever,封禁将无限期。", "apihelp-block-param-reason": "封禁的原因。", "apihelp-block-param-anononly": "只封禁匿名用户(也就是说禁止此 IP 地址的匿名编辑)。", "apihelp-block-param-nocreate": "防止创建帐户。", "apihelp-block-param-autoblock": "自动封禁最近使用的IP地址,以及以后他们尝试登陆使用的IP地址。", "apihelp-block-param-noemail": "阻止用户通过wiki发送电子邮件。(需要blockemail权限)。", "apihelp-block-param-hidename": "从封禁日志中隐藏用户名。(需要hideuser权限)。", "apihelp-block-param-allowusertalk": "允许用户编辑自己的讨论页(取决于[[mw:Special:MyLanguage/Manual:$wgBlockAllowsUTEdit|$wgBlockAllowsUTEdit]])。", "apihelp-block-param-reblock": "如果该用户已被封禁,则覆盖已有的封禁。", "apihelp-block-param-watchuser": "监视用户或该 IP 的用户页和讨论页。", "apihelp-block-param-tags": "要在封禁日志中应用到实体的更改标签。", "apihelp-block-example-ip-simple": "封禁IP地址192.0.2.5三天,原因First strike。", "apihelp-block-example-user-complex": "无限期封禁用户Vandal,原因Vandalism,并阻止新账户创建和电子邮件发送。", "apihelp-changeauthenticationdata-summary": "更改当前用户的身份验证数据。", "apihelp-changeauthenticationdata-example-password": "尝试更改当前用户的密码至ExamplePassword。", "apihelp-checktoken-summary": "从[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]检查令牌有效性。", "apihelp-checktoken-param-type": "已开始测试的令牌类型。", "apihelp-checktoken-param-token": "要测试的令牌。", "apihelp-checktoken-param-maxtokenage": "令牌的最大允许年龄,以秒计。", "apihelp-checktoken-example-simple": "测试csrf令牌的有效性。", "apihelp-clearhasmsg-summary": "清除当前用户的hasmsg标记。", "apihelp-clearhasmsg-example-1": "清除当前用户的hasmsg标记。", "apihelp-clientlogin-summary": "使用交互式流登录wiki。", "apihelp-clientlogin-example-login": "开始作为用户Example和密码ExamplePassword登录至wiki的过程。", "apihelp-clientlogin-example-login2": "在UI响应双因素验证后继续登录,补充OATHToken 987654。", "apihelp-compare-summary": "获取两页面之间的差异。", "apihelp-compare-extended-description": "必须传递“from”和“to”之间的修订版本号、页面标题、页面ID、文本或相关参考资料。", "apihelp-compare-param-fromtitle": "要比较的第一个标题。", "apihelp-compare-param-fromid": "要比较的第一个页面 ID。", "apihelp-compare-param-fromrev": "要比较的第一个修订版本。", "apihelp-compare-param-fromtext": "使用该文本而不是由fromtitlefromidfromrev指定的修订版本内容。", "apihelp-compare-param-fromsection": "只使用指定“from”内容的指定章节。", "apihelp-compare-param-frompst": "在fromtext执行预保存转变。", "apihelp-compare-param-fromcontentmodel": "fromtext的内容模型。如果未指定,这将基于其他参数猜想。", "apihelp-compare-param-fromcontentformat": "fromtext的内容序列化格式。", "apihelp-compare-param-totitle": "要比较的第二个标题。", "apihelp-compare-param-toid": "要比较的第二个页面 ID。", "apihelp-compare-param-torev": "要比较的第二个修订版本。", "apihelp-compare-param-torelative": "使用与定义自fromtitlefromidfromrev的修订版本相关的修订版本。所有其他“to”的选项将被忽略。", "apihelp-compare-param-totext": "使用该文本而不是由totitletoidtorev指定的修订版本内容。", "apihelp-compare-param-tosection": "只使用指定“to”内容的指定章节。", "apihelp-compare-param-topst": "在totext执行预保存转换。", "apihelp-compare-param-tocontentmodel": "totext的内容模型。如果未指定,这将基于其他参数猜想。", "apihelp-compare-param-tocontentformat": "totext的内容序列化格式。", "apihelp-compare-param-prop": "要获取的信息束。", "apihelp-compare-paramvalue-prop-diff": "差异HTML。", "apihelp-compare-paramvalue-prop-diffsize": "差异HTML的大小(字节)。", "apihelp-compare-paramvalue-prop-rel": "“from”之前及“to”之后修订版本的修订ID,如果有。", "apihelp-compare-paramvalue-prop-ids": "“from”和“to”修订版本的页面及修订ID。", "apihelp-compare-paramvalue-prop-title": "“from”和“to”修订版本的页面标题。", "apihelp-compare-paramvalue-prop-user": "“from”和“to”修订版本的用户名和ID。", "apihelp-compare-paramvalue-prop-comment": "“from”和“to”修订版本的注释。", "apihelp-compare-paramvalue-prop-parsedcomment": "“from”和“to”修订版本的已解析注释。", "apihelp-compare-paramvalue-prop-size": "“from”和“to”修订版本的大小。", "apihelp-compare-example-1": "在版本1和2中创建差异。", "apihelp-createaccount-summary": "创建一个新用户账户。", "apihelp-createaccount-param-preservestate": "如果[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]返回用于hasprimarypreservedstate的真值,标记为primary-required的请求应被忽略。如果它返回用于preservedusername的非空值,用户名必须用于username参数。", "apihelp-createaccount-example-create": "开始创建用户Example和密码ExamplePassword的过程。", "apihelp-createaccount-param-name": "用户名。", "apihelp-createaccount-param-password": "密码(如果设置$1mailpassword则忽略)。", "apihelp-createaccount-param-domain": "外部身份验证域 (可选)。", "apihelp-createaccount-param-token": "在第一个请求中获得的帐户创建标记。", "apihelp-createaccount-param-email": "用户的电子邮件地址(可选)。", "apihelp-createaccount-param-realname": "用户的真实姓名(可选)。", "apihelp-createaccount-param-mailpassword": "如果设置为任何值,将向用户发送一个随机密码。", "apihelp-createaccount-param-reason": "将要放在日志中的,关于创建帐户的可选原因。", "apihelp-createaccount-param-language": "要为用户设置为默认值的语言代码(可选,默认为内容语言)。", "apihelp-createaccount-example-pass": "创建用户testuser和密码test123。", "apihelp-createaccount-example-mail": "创建用户testmailuser并电邮发送一个随机生成的密码。", "apihelp-cspreport-summary": "由浏览器使用以报告违反内容安全方针的内容。此模块应永不使用,除了在被CSP兼容的浏览器自动使用时。", "apihelp-cspreport-param-reportonly": "标记作为来自监视方针的报告,而不是执行方针的报告", "apihelp-cspreport-param-source": "生成引发此报告的CSP标头的事物", "apihelp-delete-summary": "删除一个页面。", "apihelp-delete-param-title": "要删除的页面标题。不能与$1pageid一起使用。", "apihelp-delete-param-pageid": "要删除的页面的页面 ID。不能与$1title一起使用。", "apihelp-delete-param-reason": "删除原因。如果未设置,将使用一个自动生成的原因。", "apihelp-delete-param-tags": "要在删除日志中应用到实体的更改标签。", "apihelp-delete-param-watch": "将该页面加入当前用户的监视列表。", "apihelp-delete-param-watchlist": "无条件地将页面加入至当前用户的监视列表或将其移除,使用设置或不更改监视。", "apihelp-delete-param-unwatch": "将该页面从当前用户的监视列表删除。", "apihelp-delete-param-oldimage": "由[[Special:ApiHelp/query+imageinfo|action=query&prop=imageinfo&iiprop=archivename]]提供的要删除的旧图片名称。", "apihelp-delete-example-simple": "删除Main Page。", "apihelp-delete-example-reason": "删除Main Page,原因Preparing for move。", "apihelp-disabled-summary": "此模块已禁用。", "apihelp-edit-summary": "创建和编辑页面。", "apihelp-edit-param-title": "要编辑的页面标题。不能与$1pageid一起使用。", "apihelp-edit-param-pageid": "要编辑的页面的页面 ID。不能与$1title一起使用。", "apihelp-edit-param-section": "段落数。0用于首段,new用于新的段落。", "apihelp-edit-param-sectiontitle": "新段落的标题。", "apihelp-edit-param-text": "页面内容。", "apihelp-edit-param-summary": "编辑摘要。当$1section=new且未设置$1sectiontitle时,还包括小节标题。", "apihelp-edit-param-tags": "应用到此修订的更改标签。", "apihelp-edit-param-minor": "小编辑。", "apihelp-edit-param-notminor": "不是小编辑。", "apihelp-edit-param-bot": "标记此编辑为机器人编辑。", "apihelp-edit-param-basetimestamp": "基础修订的时间戳,用于检测编辑冲突。可以通过[[Special:ApiHelp/query+revisions|action=query&prop=revisions&rvprop=timestamp]]得到。", "apihelp-edit-param-starttimestamp": "编辑过程开始的时间戳,用于检测编辑冲突。当开始编辑过程时(例如当加载要编辑的页面时)使用[[Special:ApiHelp/main|curtimestamp]]可能取得一个适当的值。", "apihelp-edit-param-recreate": "覆盖有关该页面在此期间已被删除的任何错误。", "apihelp-edit-param-createonly": "不要编辑页面,如果已经存在。", "apihelp-edit-param-nocreate": "如果该页面不存在,则抛出一个错误。", "apihelp-edit-param-watch": "将页面加入当前用户的监视列表。", "apihelp-edit-param-unwatch": "将页面从当前用户的监视列表中移除。", "apihelp-edit-param-watchlist": "无条件地将页面加入至当前用户的监视列表或将其移除,使用设置或不更改监视。", "apihelp-edit-param-md5": "$1text参数或$1prependtext和$1appendtext级联参数的MD5哈希值。如果设置,除非哈希值正确否则编辑无法完成。", "apihelp-edit-param-prependtext": "将该文本添加到该页面的开始。覆盖$1text。", "apihelp-edit-param-appendtext": "将该文本添加到该页面的结尾。覆盖$1text。\n\n采用$1section=new来添加一个新的章节,而不是这个参数。", "apihelp-edit-param-undo": "撤销此次修订。覆盖$1text、$1prependtext和$1appendtext。", "apihelp-edit-param-undoafter": "撤销从$1undo至此的所有修订。如果不设置就撤销一次修订。", "apihelp-edit-param-redirect": "自动解决重定向。", "apihelp-edit-param-contentformat": "用于输入文本的内容序列化格式。", "apihelp-edit-param-contentmodel": "新内容的内容模型。", "apihelp-edit-param-token": "令牌应总是发送为最后参数,或至少在$1text参数之后。", "apihelp-edit-example-edit": "编辑一个页面。", "apihelp-edit-example-prepend": "页面中预置__NOTOC__。", "apihelp-edit-example-undo": "撤销修订版本13579至13585并自动填写编辑摘要。", "apihelp-emailuser-summary": "电子邮件联系一位用户。", "apihelp-emailuser-param-target": "电子邮件的目标用户。", "apihelp-emailuser-param-subject": "主题页眉。", "apihelp-emailuser-param-text": "邮件正文。", "apihelp-emailuser-param-ccme": "给我发送一份该邮件的副本。", "apihelp-emailuser-example-email": "向用户WikiSysop发送邮件,带文字Content。", "apihelp-expandtemplates-summary": "展开wiki文本中的所有模板。", "apihelp-expandtemplates-param-title": "页面标题。", "apihelp-expandtemplates-param-text": "要转换的wiki文本。", "apihelp-expandtemplates-param-revid": "修订版本ID,用于{{REVISIONID}}和类似变体。", "apihelp-expandtemplates-param-prop": "要获取的那条信息。\n\n注意如果没有选定值,结果将包含wiki文本,但将以弃用的格式显示。", "apihelp-expandtemplates-paramvalue-prop-wikitext": "展开后的wiki文本。", "apihelp-expandtemplates-paramvalue-prop-categories": "任何在输出中提供的,未在wiki文本输出中表现的分类。", "apihelp-expandtemplates-paramvalue-prop-properties": "由wiki文本中扩充的魔术字定义的页面属性。", "apihelp-expandtemplates-paramvalue-prop-volatile": "输出是否常常变动,是否不应被在页面中其他任何位置重用。", "apihelp-expandtemplates-paramvalue-prop-ttl": "结果缓存应无效化后的最长时间。", "apihelp-expandtemplates-paramvalue-prop-modules": "任何解析器函数请求添加至输出的ResourceLoader模块。jsconfigvarsencodedjsconfigvars之一必须与modules共同被请求。", "apihelp-expandtemplates-paramvalue-prop-jsconfigvars": "针对页面提供JavaScript配置变量。", "apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars": "针对页面提供JavaScript配置变量为一个JSON字符串。", "apihelp-expandtemplates-paramvalue-prop-parsetree": "输入的XML分析树。", "apihelp-expandtemplates-param-includecomments": "输出时是否包含HTML注释。", "apihelp-expandtemplates-param-generatexml": "生成XML解析树(取代自$1prop=parsetree)。", "apihelp-expandtemplates-example-simple": "展开wiki文本{{Project:Sandbox}}。", "apihelp-feedcontributions-summary": "返回用户贡献纲要。", "apihelp-feedcontributions-param-feedformat": "纲要的格式。", "apihelp-feedcontributions-param-user": "获取哪些用户的贡献。", "apihelp-feedcontributions-param-namespace": "过滤哪些名字空间的贡献。", "apihelp-feedcontributions-param-year": "起始年份(及更早)。", "apihelp-feedcontributions-param-month": "起始月份(及更早)。", "apihelp-feedcontributions-param-tagfilter": "过滤有这些标签的贡献者。", "apihelp-feedcontributions-param-deletedonly": "仅显示已删除的贡献。", "apihelp-feedcontributions-param-toponly": "仅仅显示那些作为最新修订的编辑。", "apihelp-feedcontributions-param-newonly": "仅仅显示那些作为页面创建的编辑。", "apihelp-feedcontributions-param-hideminor": "隐藏小编辑。", "apihelp-feedcontributions-param-showsizediff": "显示修订版本之间的大小差别。", "apihelp-feedcontributions-example-simple": "返回用户Example的贡献。", "apihelp-feedrecentchanges-summary": "返回最近更改的摘要。", "apihelp-feedrecentchanges-param-feedformat": "纲要的格式。", "apihelp-feedrecentchanges-param-namespace": "用于限制结果的名字空间。", "apihelp-feedrecentchanges-param-invert": "除所选定者外的所有名字空间。", "apihelp-feedrecentchanges-param-associated": "包括相关的名字空间(讨论页或主要)。", "apihelp-feedrecentchanges-param-days": "用于限制结果的天数。", "apihelp-feedrecentchanges-param-limit": "所要返回结果的最大数目。", "apihelp-feedrecentchanges-param-from": "显示自那时以来的更改。", "apihelp-feedrecentchanges-param-hideminor": "隐藏小更改。", "apihelp-feedrecentchanges-param-hidebots": "隐藏机器人所做的更改。", "apihelp-feedrecentchanges-param-hideanons": "隐藏匿名用户做出的更改。", "apihelp-feedrecentchanges-param-hideliu": "隐藏注册用户做出的更改。", "apihelp-feedrecentchanges-param-hidepatrolled": "隐藏已巡查更改。", "apihelp-feedrecentchanges-param-hidemyself": "隐藏当前用户做出的更改。", "apihelp-feedrecentchanges-param-hidecategorization": "隐藏分类成员更改。", "apihelp-feedrecentchanges-param-tagfilter": "按标签过滤。", "apihelp-feedrecentchanges-param-target": "仅仅显示从该页面链出的那些页面的变更。", "apihelp-feedrecentchanges-param-showlinkedto": "仅仅显示链入到该页面的那些页面的变更。", "apihelp-feedrecentchanges-example-simple": "显示最近更改。", "apihelp-feedrecentchanges-example-30days": "显示最近30天的更改。", "apihelp-feedwatchlist-summary": "返回监视列表纲要。", "apihelp-feedwatchlist-param-feedformat": "纲要的格式。", "apihelp-feedwatchlist-param-hours": "列出从现在起数小时内修改的页面。", "apihelp-feedwatchlist-param-linktosections": "如果可能的话,直接链接到已变更的小节。", "apihelp-feedwatchlist-example-default": "显示监视列表订阅。", "apihelp-feedwatchlist-example-all6hrs": "显示过去6小时内受监视页面的所有更改。", "apihelp-filerevert-summary": "回退一个文件至某一旧版本。", "apihelp-filerevert-param-filename": "目标文件名,不包含前缀“File:”。", "apihelp-filerevert-param-comment": "上传评论。", "apihelp-filerevert-param-archivename": "恢复到修订版存档名称。", "apihelp-filerevert-example-revert": "回退Wiki.png2011-03-05T15:27:40Z的版本。", "apihelp-help-summary": "显示指定模块的帮助。", "apihelp-help-param-modules": "用于显示帮助的模块(actionformat参数值,或main)。可通过+指定子模块。", "apihelp-help-param-submodules": "包括给定名称模块的子模块的帮助。", "apihelp-help-param-recursivesubmodules": "包括递归子模块的帮助。", "apihelp-help-param-helpformat": "帮助的输出格式。", "apihelp-help-param-wrap": "在一个标准API响应结构中包裹输出。", "apihelp-help-param-toc": "在HTML输出中包括目录。", "apihelp-help-example-main": "主模块帮助。", "apihelp-help-example-submodules": "用于action=query及其所有子模块的帮助。", "apihelp-help-example-recursive": "一个页面中的所有帮助。", "apihelp-help-example-help": "帮助模块本身的帮助。", "apihelp-help-example-query": "两个查询子模块的帮助。", "apihelp-imagerotate-summary": "旋转一幅或多幅图像。", "apihelp-imagerotate-param-rotation": "顺时针旋转图像的度数。", "apihelp-imagerotate-param-tags": "要在上传日志中应用到实体的标签。", "apihelp-imagerotate-example-simple": "90度旋转File:Example.png。", "apihelp-imagerotate-example-generator": "将Category:Flip之中的所有图像旋转180度。", "apihelp-import-summary": "从其他wiki,或从XML文件导入页面。", "apihelp-import-extended-description": "注意当发送用于xml参数的文件时,HTTP POST必须作为文件上传完成(即使用multipart/form-data)", "apihelp-import-param-summary": "日志记录导入摘要。", "apihelp-import-param-xml": "上传的XML文件。", "apihelp-import-param-interwikiprefix": "对于上传导入:要应用到位置用户名的跨wiki前缀(如果设置了$1assignknownusers的话,则也包含已知用户)。", "apihelp-import-param-assignknownusers": "分配编辑至本地用户,只要命名用户存在于本地。", "apihelp-import-param-interwikisource": "用于跨wiki导入:导入的来源wiki。", "apihelp-import-param-interwikipage": "用于跨wiki导入:导入的页面。", "apihelp-import-param-fullhistory": "用于跨wiki导入:完整导入历史,而不只是最新版本。", "apihelp-import-param-templates": "用于跨wiki导入:连带导入所有包含的模板。", "apihelp-import-param-namespace": "导入至此名字空间。不能与$1rootpage一起使用。", "apihelp-import-param-rootpage": "作为此页面的子页面导入。不能与$1namespace一起使用。", "apihelp-import-param-tags": "要在导入日志,以及在导入页面的空修订版本中应用到实体的更改标签。", "apihelp-import-example-import": "将页面[[meta:Help:ParserFunctions]]连带完整历史导入至100名字空间。", "apihelp-linkaccount-summary": "将来自第三方提供商的账户链接至当前用户。", "apihelp-linkaccount-example-link": "开始从Example链接至账户的过程。", "apihelp-login-summary": "登录并获取身份验证cookie。", "apihelp-login-extended-description": "此操作只应与[[Special:BotPasswords]]一起使用;用于主账户登录的方式已弃用,并可能在没有警告的情况下失败。要安全登录主账户,请使用[[Special:ApiHelp/clientlogin|action=clientlogin]]。", "apihelp-login-extended-description-nobotpasswords": "此操作已弃用,并可能在没有警告的情况下失败。要安全登录,请使用[[Special:ApiHelp/clientlogin|action=clientlogin]]。", "apihelp-login-param-name": "用户名。", "apihelp-login-param-password": "密码。", "apihelp-login-param-domain": "域名(可选)。", "apihelp-login-param-token": "在首个请求中获得的登录令牌。", "apihelp-login-example-gettoken": "检索登录令牌。", "apihelp-login-example-login": "登录。", "apihelp-logout-summary": "退出并清除会话数据。", "apihelp-logout-example-logout": "退出当前用户。", "apihelp-managetags-summary": "执行有关更改标签的管理任务。", "apihelp-managetags-param-operation": "要执行哪个操作:\n;create:创建一个新的更改标签供手动使用。\n;delete:从数据库中移除一个更改标签,包括移除已使用在所有修订版本、最近更改记录和日志记录上的该标签。\n;activate:激活一个更改标签,允许用户手动应用它。\n;deactivate:停用一个更改标签,阻止用户手动应用它。", "apihelp-managetags-param-tag": "要创建、删除、激活或取消激活的标签。要创建标签,标签必须不存在。要删除标签,标签必须存在。要激活标签,标签必须存在,且不被任何扩展使用。要取消激活标签,标签必须当前处于激活状态,且被手动定义。", "apihelp-managetags-param-reason": "一个创建、删除、激活或停用标签时的原因,可选。", "apihelp-managetags-param-ignorewarnings": "是否忽略操作期间发生的任何警告。", "apihelp-managetags-param-tags": "要在标签管理日志中应用到实体的更改标签。", "apihelp-managetags-example-create": "创建一个名为spam的标签,原因For use in edit patrolling", "apihelp-managetags-example-delete": "删除vandlaism标签,原因Misspelt", "apihelp-managetags-example-activate": "激活一个名为spam的标签,原因For use in edit patrolling", "apihelp-managetags-example-deactivate": "停用一个名为spam的标签,原因No longer required", "apihelp-mergehistory-summary": "合并页面历史。", "apihelp-mergehistory-param-from": "将被合并历史的页面的标题。不能与$1fromid一起使用。", "apihelp-mergehistory-param-fromid": "将被合并历史的页面的页面ID。不能与$1from一起使用。", "apihelp-mergehistory-param-to": "将要合并历史的页面的标题。不能与$1toid一起使用。", "apihelp-mergehistory-param-toid": "将要合并历史的页面的页面ID。不能与$1to一起使用。", "apihelp-mergehistory-param-timestamp": "指定时间戳,决定源页面的哪些修订历史被移动到目标页面的历史中。如果省略,源页面的所有历史记录都将被合并到目标页面。", "apihelp-mergehistory-param-reason": "历史合并的原因。", "apihelp-mergehistory-example-merge": "将Oldpage的完整历史合并至Newpage。", "apihelp-mergehistory-example-merge-timestamp": "将Oldpage直到2015-12-31T04:37:41Z的页面修订版本合并至Newpage。", "apihelp-move-summary": "移动一个页面。", "apihelp-move-param-from": "要重命名的页面标题。不能与$1fromid一起使用。", "apihelp-move-param-fromid": "您希望移动的页面ID。不能与$1from一起使用。", "apihelp-move-param-to": "页面重命名的目标标题。", "apihelp-move-param-reason": "重命名的原因。", "apihelp-move-param-movetalk": "重命名讨论页,如果存在。", "apihelp-move-param-movesubpages": "重命名子页面,如果可以。", "apihelp-move-param-noredirect": "不要创建重定向。", "apihelp-move-param-watch": "将页面和重定向加入至当前用户的监视列表中。", "apihelp-move-param-unwatch": "从当前用户的监视列表中移除页面及重定向。", "apihelp-move-param-watchlist": "无条件地将页面加入至当前用户的监视列表或将其移除,使用设置或不更改监视。", "apihelp-move-param-ignorewarnings": "忽略任何警告。", "apihelp-move-param-tags": "要在移动日志,以及在目标页面的空修订版本中应用到实体的更改标签。", "apihelp-move-example-move": "移动BadtitleGoodtitle,不保留重定向。", "apihelp-opensearch-summary": "使用开放搜索协议搜索wiki。", "apihelp-opensearch-param-search": "搜索字符串。", "apihelp-opensearch-param-limit": "要返回的结果最大数。", "apihelp-opensearch-param-namespace": "搜索的名字空间。如果$1search以有效名字空间前缀开头则忽略。", "apihelp-opensearch-param-suggest": "如果[[mw:Special:MyLanguage/Manual:$wgEnableOpenSearchSuggest|$wgEnableOpenSearchSuggest]]设置为false则不做任何事情。", "apihelp-opensearch-param-redirects": "如何处理重定向:\n;return:返回重定向本身。\n;resolve:返回目标页面。可能返回少于$1limit个结果。\n由于历史原因,$1format=json默认为\"return\",其他格式默认为\"resolve\"。", "apihelp-opensearch-param-format": "输出格式。", "apihelp-opensearch-param-warningsaserror": "如果警告通过format=json提升,返回一个API错误而不是忽略它们。", "apihelp-opensearch-example-te": "查找以Te开头的页面。", "apihelp-options-summary": "更改当前用户的参数设置。", "apihelp-options-extended-description": "只有注册在核心或者已安装扩展中的选项,或者具有userjs-键值前缀(旨在被用户脚本使用)的选项可被设置。", "apihelp-options-param-reset": "将参数设置重置为网站默认值。", "apihelp-options-param-resetkinds": "当$1reset选项被设置时,要重置的选项类型列表。", "apihelp-options-param-change": "更改列表,以name=value格式化(例如skin=vector)。如果没提供值(甚至没有等号),例如optionname|otheroption|...,选项将重置为默认值。如果任何传递的值包含管道字符(|),请改用[[Special:ApiHelp/main#main/datatypes|替代多值分隔符]]以正确操作。", "apihelp-options-param-optionname": "应设置为由$1optionvalue提供值的选项名称。", "apihelp-options-param-optionvalue": "用于由$1optionname指定的选项的值。", "apihelp-options-example-reset": "重置所有用户设置。", "apihelp-options-example-change": "更改skinhideminor设置。", "apihelp-options-example-complex": "重置所有设置,然后设置skinnickname。", "apihelp-paraminfo-summary": "获得关于API模块的信息。", "apihelp-paraminfo-param-modules": "模块名称(actionformat参数值,或main)的列表。可通过+指定子模块,或通过+*指定所有子模块,或通过+**指定所有递归子模块。", "apihelp-paraminfo-param-helpformat": "帮助字符串的格式。", "apihelp-paraminfo-param-querymodules": "查询模块名称(propmetalist参数值)的列表。使用$1modules=query+foo而不是$1querymodules=foo。", "apihelp-paraminfo-param-mainmodule": "获取有关主要(最高级)模块的信息。也可使用$1modules=main。", "apihelp-paraminfo-param-pagesetmodule": "获取有关页面设置模块(提供titles=和朋友)的信息。", "apihelp-paraminfo-param-formatmodules": "格式模块名称(format参数的值)的列表。也可使用$1modules。", "apihelp-paraminfo-example-1": "显示[[Special:ApiHelp/parse|action=parse]][[Special:ApiHelp/jsonfm|format=jsonfm]][[Special:ApiHelp/query+allpages|action=query&list=allpages]][[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]的信息。", "apihelp-paraminfo-example-2": "显示[[Special:ApiHelp/query|action=query]]的所有子模块的信息。", "apihelp-parse-summary": "解析内容并返回解析器输出。", "apihelp-parse-extended-description": "参见[[Special:ApiHelp/query|action=query]]的各种prop-module以从页面的当前版本获得信息。\n\n这里有几种方法可以指定解析的文本:\n# 指定一个页面或修订,使用$1page$1pageid$1oldid。\n# 明确指定内容,使用$1text$1title$1revid$1contentmodel。\n# 只指定一段摘要解析。$1prop应提供一个空值。", "apihelp-parse-param-title": "文本属于的页面标题。如果省略,$1contentmodel就必须被指定,且[[API]]将作为标题使用。", "apihelp-parse-param-text": "要解析的文本。使用$1title$1contentmodel以控制内容模型。", "apihelp-parse-param-revid": "修订版本ID,用于{{REVISIONID}}和类似变体。", "apihelp-parse-param-summary": "要解析的摘要。", "apihelp-parse-param-page": "解析此页的内容。不能与$1text$1title一起使用。", "apihelp-parse-param-pageid": "解析此页的内容。覆盖$1page。", "apihelp-parse-param-redirects": "如果$1page$1pageid被设置为一个重定向,则解析它。", "apihelp-parse-param-oldid": "解析该修订版本的内容。覆盖$1page$1pageid。", "apihelp-parse-param-prop": "要获取的信息束:", "apihelp-parse-paramvalue-prop-text": "提供wiki文本中的被解析文本。", "apihelp-parse-paramvalue-prop-langlinks": "在被解析的wiki文本中提供语言链接。", "apihelp-parse-paramvalue-prop-categories": "在被解析的wiki文本中提供分类。", "apihelp-parse-paramvalue-prop-categorieshtml": "提供HTML版本分类。", "apihelp-parse-paramvalue-prop-links": "在被解析的wiki文本中提供内部链接。", "apihelp-parse-paramvalue-prop-templates": "在被解析的wiki文本中提供模板。", "apihelp-parse-paramvalue-prop-images": "在被解析的wiki文本中提供图片。", "apihelp-parse-paramvalue-prop-externallinks": "在被解析的wiki文本中提供外部链接。", "apihelp-parse-paramvalue-prop-sections": "在被解析的wiki文本中提供段落。", "apihelp-parse-paramvalue-prop-revid": "添加被解析页面的修订ID。", "apihelp-parse-paramvalue-prop-displaytitle": "为被解析的wiki文本添加标题。", "apihelp-parse-paramvalue-prop-headitems": "提供项目以插入至页面的<head>。", "apihelp-parse-paramvalue-prop-headhtml": "提供页面的被解析<head>。", "apihelp-parse-paramvalue-prop-modules": "提供在页面中使用的ResourceLoader模块。要加载,请使用mw.loader.using()。无论jsconfigvars还是encodedjsconfigvars都必须与modules共同被请求。", "apihelp-parse-paramvalue-prop-jsconfigvars": "针对页面提供JavaScript配置变量。要应用,请使用mw.config.set()。", "apihelp-parse-paramvalue-prop-encodedjsconfigvars": "针对页面提供JavaScript配置变量为一个JSON字符串。", "apihelp-parse-paramvalue-prop-indicators": "提供页面上使用的页面状态指示器的HTML。", "apihelp-parse-paramvalue-prop-iwlinks": "在被解析的wiki文本中提供跨wiki链接。", "apihelp-parse-paramvalue-prop-wikitext": "提供被解析的原始wiki文本。", "apihelp-parse-paramvalue-prop-properties": "提供多种定义在被解析的wiki文本中的属性。", "apihelp-parse-paramvalue-prop-limitreportdata": "以结构化的方式提供限制报告。如果$1disablelimitreport被设定则不提供数据。", "apihelp-parse-paramvalue-prop-limitreporthtml": "提供限制报告的HTML版本。当$1disablelimitreport被设置时不会提供数据。", "apihelp-parse-paramvalue-prop-parsetree": "修订内容的XML解析树(需要内容模型$1)", "apihelp-parse-paramvalue-prop-parsewarnings": "在解析内容时提供发生的警告", "apihelp-parse-param-wrapoutputclass": "要用于包裹解析输出的CSS类。", "apihelp-parse-param-pst": "在解析输入前,对输入做一次保存前变换处理。仅当使用文本时有效。", "apihelp-parse-param-onlypst": "在输入内容中执行预保存转换(PST),但不解析它。在PST被应用后返回相同的wiki文本。只当与$1text一起使用时有效。", "apihelp-parse-param-effectivelanglinks": "包含由扩展提供的语言链接(用于与$1prop=langlinks一起使用)。", "apihelp-parse-param-section": "只解析此段数的内容。\n\n当new时,将$1text$1sectiontitle解析为添加新段落至页面。\n\nnew段落只当指定text时允许。", "apihelp-parse-param-sectiontitle": "当sectionnew时新段落标题。\n\n不像页面编辑,当省略或为空时将不会备选为summary。", "apihelp-parse-param-disablelimitreport": "从解析器输出中省略限制报告(“NewPP limit report”)。", "apihelp-parse-param-disablepp": "请改用$1disablelimitreport。", "apihelp-parse-param-disableeditsection": "从解析器输出中省略编辑段落链接。", "apihelp-parse-param-disabletidy": "不要在解析器输出中运行HTML清理(例如tidy)。", "apihelp-parse-param-disablestylededuplication": "不要在解析器输出中删除重复的行内样式表。", "apihelp-parse-param-generatexml": "生成XML解析树(需要内容模型$1;被$2prop=parsetree所取代)。", "apihelp-parse-param-preview": "在预览模式下解析。", "apihelp-parse-param-sectionpreview": "在段落预览模式下解析(同时要启用预览模式)。", "apihelp-parse-param-disabletoc": "在输出中省略目录。", "apihelp-parse-param-useskin": "为解析器输出应用选择的皮肤。会影响以下属性:langlinksheaditemsmodulesjsconfigvarsindicators。", "apihelp-parse-param-contentformat": "用于输入文本的内容序列化格式。只当与$1text一起使用时有效。", "apihelp-parse-param-contentmodel": "输入文本的内容模型。如果省略,$1title必须指定,并且默认将为指定标题的模型。只当与$1text一起使用时有效。", "apihelp-parse-example-page": "解析一个页面。", "apihelp-parse-example-text": "解析wiki文本。", "apihelp-parse-example-texttitle": "解析wiki文本,指定页面标题。", "apihelp-parse-example-summary": "解析一个摘要。", "apihelp-patrol-summary": "巡查页面或修订版本。", "apihelp-patrol-param-rcid": "要巡查的最近更改 ID。", "apihelp-patrol-param-revid": "要巡查的修订版本ID。", "apihelp-patrol-param-tags": "要在巡查日志中应用到实体的更改标签。", "apihelp-patrol-example-rcid": "巡查一次最近更改。", "apihelp-patrol-example-revid": "巡查一次修订。", "apihelp-protect-summary": "更改页面的保护等级。", "apihelp-protect-param-title": "要(解除)保护的页面标题。不能与$1pageid一起使用。", "apihelp-protect-param-pageid": "要(解除)保护的页面ID。不能与$1title一起使用。", "apihelp-protect-param-protections": "保护等级列表,格式:action=level(例如edit=sysop)。等级all意味着任何人都可以执行操作,也就是说没有限制。\n\n注意:未列出的操作将移除限制。", "apihelp-protect-param-expiry": "到期时间戳。如果只有一个时间戳被设置,它将被用于所有保护。使用infiniteindefiniteinfinitynever用于永不过期的保护。", "apihelp-protect-param-reason": "(解除)保护的原因。", "apihelp-protect-param-tags": "要在保护日志中应用到实体的更改标签。", "apihelp-protect-param-cascade": "启用连锁保护(也就是保护包含于此页面的页面)。如果所有提供的保护等级不支持连锁,就将其忽略。", "apihelp-protect-param-watch": "如果设置,就加入已开始(解除)保护的页面至当前用户的监视列表。", "apihelp-protect-param-watchlist": "无条件地将页面加入至当前用户的监视列表或将其移除,使用设置或不更改监视。", "apihelp-protect-example-protect": "保护一个页面。", "apihelp-protect-example-unprotect": "通过设置限制为all解除保护一个页面(就是说任何人都可以执行操作)。", "apihelp-protect-example-unprotect2": "通过设置没有限制解除保护一个页面。", "apihelp-purge-summary": "为指定标题刷新缓存。", "apihelp-purge-param-forcelinkupdate": "更新链接表。", "apihelp-purge-param-forcerecursivelinkupdate": "更新链接表中,并更新任何使用此页作为模板的页面的链接表。", "apihelp-purge-example-simple": "刷新Main PageAPI页面。", "apihelp-purge-example-generator": "刷新主名字空间的前10个页面。", "apihelp-query-summary": "取得来自并有关MediaWiki的数据。", "apihelp-query-extended-description": "所有数据修改将首先不得不使用查询来获得令牌,以阻止来自恶意网站的滥用行为。", "apihelp-query-param-prop": "要为已查询页面获取的属性。", "apihelp-query-param-list": "要获取的列表。", "apihelp-query-param-meta": "要获取的元数据。", "apihelp-query-param-indexpageids": "包含一个额外的pageid段落,列举所有返回的页面ID。", "apihelp-query-param-export": "导出所有指定或生成页面的当前修订。", "apihelp-query-param-exportnowrap": "返回导出XML,不需要将其包裹在一个XML结果中(与[[Special:Export]]格式相同)。只能与$1export一起使用。", "apihelp-query-param-iwurl": "如果标题是一个跨wiki链接的话,是否获取完整URL。", "apihelp-query-param-rawcontinue": "为继续返回原始query-continue数据。", "apihelp-query-example-revisions": "获取Main Page的[[Special:ApiHelp/query+siteinfo|网站信息]]和[[Special:ApiHelp/query+revisions|修订版本]]。", "apihelp-query-example-allpages": "获取以API/开头的页面的修订版本。", "apihelp-query+allcategories-summary": "列举所有分类。", "apihelp-query+allcategories-param-from": "要作为枚举起始点的类别。", "apihelp-query+allcategories-param-to": "要作为枚举终止点的类别。", "apihelp-query+allcategories-param-prefix": "搜索所有以此值开头的分类标题。", "apihelp-query+allcategories-param-dir": "排序方向。", "apihelp-query+allcategories-param-min": "只返回至少带这么多成员的分类。", "apihelp-query+allcategories-param-max": "只返回最多带这么多成员的分类。", "apihelp-query+allcategories-param-limit": "要返回多少个类别。", "apihelp-query+allcategories-param-prop": "要获取的属性:", "apihelp-query+allcategories-paramvalue-prop-size": "在分类中添加页面数。", "apihelp-query+allcategories-paramvalue-prop-hidden": "标记由__HIDDENCAT__隐藏的分类。", "apihelp-query+allcategories-example-size": "列出分类及其含有多少页面的信息。", "apihelp-query+allcategories-example-generator": "为以List的分类检索有关分类页面本身的信息。", "apihelp-query+alldeletedrevisions-summary": "列举由一位用户或在一个名字空间中所有已删除的修订。", "apihelp-query+alldeletedrevisions-paraminfo-useronly": "只可以与$3user一起使用。", "apihelp-query+alldeletedrevisions-paraminfo-nonuseronly": "不能与$3user一起使用。", "apihelp-query+alldeletedrevisions-param-start": "枚举的起始时间戳。", "apihelp-query+alldeletedrevisions-param-end": "枚举的结束时间戳。", "apihelp-query+alldeletedrevisions-param-from": "从此标题开始列出。", "apihelp-query+alldeletedrevisions-param-to": "列出至此标题为止。", "apihelp-query+alldeletedrevisions-param-prefix": "搜索所有以此值开头的页面标题。", "apihelp-query+alldeletedrevisions-param-tag": "只列出被此标签标记的修订。", "apihelp-query+alldeletedrevisions-param-user": "只列出此用户做出的修订。", "apihelp-query+alldeletedrevisions-param-excludeuser": "不要列出此用户做出的修订。", "apihelp-query+alldeletedrevisions-param-namespace": "只列出此名字空间的页面。", "apihelp-query+alldeletedrevisions-param-miser-user-namespace": "注意:由于[[mw:Special:MyLanguage/Manual:$wgMiserMode|miser模式]],同时使用$1user$1namespace将导致继续前返回少于$1limit个结果,在极端条件下可能不返回任何结果。", "apihelp-query+alldeletedrevisions-param-generatetitles": "当作为生成器使用时,生成标题而不是修订ID。", "apihelp-query+alldeletedrevisions-example-user": "列出由Example作出的最近50次已删除贡献。", "apihelp-query+alldeletedrevisions-example-ns-main": "列出前50次已删除的主名字空间修订。", "apihelp-query+allfileusages-summary": "列出所有文件用途,包括不存在的。", "apihelp-query+allfileusages-param-from": "要列举的起始文件标题。", "apihelp-query+allfileusages-param-to": "要列举的最终文件标题。", "apihelp-query+allfileusages-param-prefix": "搜索所有以此值开头的文件标题。", "apihelp-query+allfileusages-param-unique": "只显示明显的文件标题。不能与$1prop=ids一起使用。\n当作为生成器使用时,产生目标页面而不是来源页面。", "apihelp-query+allfileusages-param-prop": "要包含的信息束:", "apihelp-query+allfileusages-paramvalue-prop-ids": "添加使用中的页面的页面ID(不能与$1unique一起使用)。", "apihelp-query+allfileusages-paramvalue-prop-title": "添加文件的标题。", "apihelp-query+allfileusages-param-limit": "要返回的总计项目。", "apihelp-query+allfileusages-param-dir": "罗列所采用的方向。", "apihelp-query+allfileusages-example-B": "列举文件标题,包含丢失的文件、它们来自的页面ID,以B开头。", "apihelp-query+allfileusages-example-unique": "列出唯一文件标题。", "apihelp-query+allfileusages-example-unique-generator": "获取所有文件标题,并标记出缺失者。", "apihelp-query+allfileusages-example-generator": "获取包含这些文件的页面。", "apihelp-query+allimages-summary": "按顺序枚举所有图像。", "apihelp-query+allimages-param-sort": "要作为排序方式的属性。", "apihelp-query+allimages-param-dir": "罗列所采用的方向。", "apihelp-query+allimages-param-from": "要列举的起始图片标题。只能与$1sort=name一起使用。", "apihelp-query+allimages-param-to": "要列举的最终图片标题。只能与$1sort=name一起使用。", "apihelp-query+allimages-param-start": "要列举的起始时间戳。只能与$1sort=timestamp一起使用。", "apihelp-query+allimages-param-end": "要列举的最终时间戳。只能与$1sort=timestamp一起使用。", "apihelp-query+allimages-param-prefix": "搜索所有以此值开头的图像标题。只能与$1sort=name一起使用。", "apihelp-query+allimages-param-minsize": "限于至少这么多字节的图像。", "apihelp-query+allimages-param-maxsize": "限于顶多这么多字节的图像。", "apihelp-query+allimages-param-sha1": "图像的 SHA1 哈希。覆盖$1sha1base36。", "apihelp-query+allimages-param-sha1base36": "基于base 36的图片的SHA1哈希值(用于MediaWiki)。", "apihelp-query+allimages-param-user": "只返回此用户上传的文件。只能与$1sort=timestamp一起使用。不能与$1filterbots一起使用。", "apihelp-query+allimages-param-filterbots": "如何过滤由机器人上传的文件。只能与$1sort=timestamp一起使用。不能与$1user一起使用。", "apihelp-query+allimages-param-mime": "要搜索的MIME类型,例如image/jpeg。", "apihelp-query+allimages-param-limit": "共计要返回多少图像。", "apihelp-query+allimages-example-B": "显示以字母B开始的文件列表。", "apihelp-query+allimages-example-recent": "显示一个最近上传文件的列表,类似[[Special:NewFiles]]。", "apihelp-query+allimages-example-mimetypes": "显示带MIME类型image/pngimage/gif的文件列表", "apihelp-query+allimages-example-generator": "显示有关4个以T开头的文件的信息。", "apihelp-query+alllinks-summary": "列举所有指向至指定名字空间的链接。", "apihelp-query+alllinks-param-from": "要列举的起始标题链接。", "apihelp-query+alllinks-param-to": "要列举的最终标题链接。", "apihelp-query+alllinks-param-prefix": "搜索所有以此值开头的已链接标题。", "apihelp-query+alllinks-param-unique": "只显示明显的链接标题。不能与$1prop=ids一起使用。\n当作为生成器使用时,产生目标页面而不是来源页面。", "apihelp-query+alllinks-param-prop": "要包含的信息束:", "apihelp-query+alllinks-paramvalue-prop-ids": "添加链接中的页面的页面ID(不能与$1unique一起使用)。", "apihelp-query+alllinks-paramvalue-prop-title": "添加链接的标题。", "apihelp-query+alllinks-param-namespace": "要列举的名字空间。", "apihelp-query+alllinks-param-limit": "总共要返回多少个项目。", "apihelp-query+alllinks-param-dir": "列出方向。", "apihelp-query+alllinks-example-B": "列出链接的标题,包括丢失的,带它们来自的页面ID,以B开头。", "apihelp-query+alllinks-example-unique": "列出唯一的链接标题。", "apihelp-query+alllinks-example-unique-generator": "获取所有已链接的标题,标记缺少的。", "apihelp-query+alllinks-example-generator": "获取包含这些链接的页面。", "apihelp-query+allmessages-summary": "返回来自该网站的消息。", "apihelp-query+allmessages-param-messages": "要输出的消息。*(默认)表示所有消息。", "apihelp-query+allmessages-param-prop": "要获取的属性。", "apihelp-query+allmessages-param-enableparser": "设置以启用解析器,将处理消息的wiki文本(替代魔术字、处理模板等)。", "apihelp-query+allmessages-param-nocontent": "如果设置,不要在输出中包含消息内容。", "apihelp-query+allmessages-param-includelocal": "也包括本地消息,也就是不存在于软件但存在于{{ns:MediaWiki}}名字空间的消息。\n这会列举所有{{ns:MediaWiki}}名字空间页面,因此它也将列举那些不是真消息的消息,例如[[MediaWiki:Common.js|Common.js]]。", "apihelp-query+allmessages-param-args": "要替代进消息的参数。", "apihelp-query+allmessages-param-filter": "只返回名称包含此字符串的消息。", "apihelp-query+allmessages-param-customised": "只返回在此定制情形下的消息。", "apihelp-query+allmessages-param-lang": "返回这种语言的信息。", "apihelp-query+allmessages-param-from": "从此消息开始返回消息。", "apihelp-query+allmessages-param-to": "返回消息至此消息为止。", "apihelp-query+allmessages-param-title": "当解析消息时,要用作环境的页面(用于$1enableparser选项)。", "apihelp-query+allmessages-param-prefix": "返回带有该前缀的消息。", "apihelp-query+allmessages-example-ipb": "显示以ipb-开始的消息。", "apihelp-query+allmessages-example-de": "显示德语版的augustmainpage消息。", "apihelp-query+allpages-summary": "循序列举在指定名字空间中的所有页面。", "apihelp-query+allpages-param-from": "枚举的起始页面标题。", "apihelp-query+allpages-param-to": "枚举的结束页面标题。", "apihelp-query+allpages-param-prefix": "搜索所有以此值开头的页面标题。", "apihelp-query+allpages-param-namespace": "要列举的名字空间。", "apihelp-query+allpages-param-filterredir": "要列出哪些页面。", "apihelp-query+allpages-param-minsize": "限于至少这么多字节的页面。", "apihelp-query+allpages-param-maxsize": "限于至多这么多字节的页面。", "apihelp-query+allpages-param-prtype": "仅限于受保护页面。", "apihelp-query+allpages-param-prlevel": "过滤基于保护等级的保护(必须与$1prtype=参数一起使用)。", "apihelp-query+allpages-param-prfiltercascade": "过滤基于cascadingness的保护(当$1prtype未设置时忽略)。", "apihelp-query+allpages-param-limit": "返回的总计页面数。", "apihelp-query+allpages-param-dir": "罗列所采用的方向。", "apihelp-query+allpages-param-filterlanglinks": "过滤基于页面是否有语言链接。注意这可能不考虑由扩展添加的语言链接。", "apihelp-query+allpages-param-prexpiry": "要在页面上过滤的保护期限:\n;indefinite:只获取带无限期保护的页面。\n;definite:只获取带指定保护期限的页面。\n;all:获取任意保护期限的页面。", "apihelp-query+allpages-example-B": "显示以字母B开头的页面的列表。", "apihelp-query+allpages-example-generator": "显示有关4个以字母T开头的页面的信息。", "apihelp-query+allpages-example-generator-revisions": "显示前2个以Re开头的非重定向页面的内容。", "apihelp-query+allredirects-summary": "列出至一个名字空间的重定向。", "apihelp-query+allredirects-param-from": "要列举的起始重定向标题。", "apihelp-query+allredirects-param-to": "要列举的最终重定向标题。", "apihelp-query+allredirects-param-prefix": "搜索所有以此值开头的目标页面。", "apihelp-query+allredirects-param-unique": "只显示明显的目标页面。不能与$1prop=ids|fragment|interwiki一起使用。\n当作为生成器使用时,产生目标页面而不是来源页面。", "apihelp-query+allredirects-param-prop": "要包含的信息束:", "apihelp-query+allredirects-paramvalue-prop-ids": "添加重定向页面的页面ID(不能与$1unique一起使用)。", "apihelp-query+allredirects-paramvalue-prop-title": "添加重定向的标题。", "apihelp-query+allredirects-paramvalue-prop-fragment": "添加来自重定向的碎片,如果有(不能与$1unique一起使用)。", "apihelp-query+allredirects-paramvalue-prop-interwiki": "添加来自重定向的跨wiki前缀,如果有(不能与$1unique一起使用)。", "apihelp-query+allredirects-param-namespace": "要列举的名字空间。", "apihelp-query+allredirects-param-limit": "返回的总计项目数。", "apihelp-query+allredirects-param-dir": "罗列所采用的方向。", "apihelp-query+allredirects-example-B": "列举目标页面,包含丢失的页面、它们来自的页面ID,以B开头。", "apihelp-query+allredirects-example-unique": "列出孤立目标页面。", "apihelp-query+allredirects-example-unique-generator": "获取所有目标页面,标记丢失的。", "apihelp-query+allredirects-example-generator": "获取包含重定向的页面。", "apihelp-query+allrevisions-summary": "列举所有修订。", "apihelp-query+allrevisions-param-start": "枚举的起始时间戳。", "apihelp-query+allrevisions-param-end": "枚举的结束时间戳。", "apihelp-query+allrevisions-param-user": "只列出此用户做出的修订。", "apihelp-query+allrevisions-param-excludeuser": "不要列出此用户做出的修订。", "apihelp-query+allrevisions-param-namespace": "只列出此名字空间的页面。", "apihelp-query+allrevisions-param-generatetitles": "当作为生成器使用时,生成标题而不是修订ID。", "apihelp-query+allrevisions-example-user": "列出由用户Example作出的最近50次贡献。", "apihelp-query+allrevisions-example-ns-main": "列举主名字空间中的前50次修订。", "apihelp-query+mystashedfiles-summary": "获取当前用户上传暂存库中的文件列表。", "apihelp-query+mystashedfiles-param-prop": "要检索文件的属性。", "apihelp-query+mystashedfiles-paramvalue-prop-size": "检索文件大小和图片尺寸。", "apihelp-query+mystashedfiles-paramvalue-prop-type": "检索文件的MIME类型和媒体类型。", "apihelp-query+mystashedfiles-param-limit": "要获取文件的数量。", "apihelp-query+mystashedfiles-example-simple": "获取当前用户上传暂存库中的文件的filekey、大小和像素尺寸。", "apihelp-query+alltransclusions-summary": "列出所有嵌入页面(使用{{x}}嵌入的页面),包括不存在的。", "apihelp-query+alltransclusions-param-from": "要列举的起始嵌入标题。", "apihelp-query+alltransclusions-param-to": "要列举的最终嵌入标题。", "apihelp-query+alltransclusions-param-prefix": "搜索所有以此值开头的嵌入的标题。", "apihelp-query+alltransclusions-param-unique": "只显示明显的被嵌入标题。不能与$1prop=ids一起使用。\n当作为生成器使用时,产生目标页面而不是来源页面。", "apihelp-query+alltransclusions-param-prop": "要包含的信息束:", "apihelp-query+alltransclusions-paramvalue-prop-ids": "添加嵌入中的页面的页面ID(不能与$1unique一起使用)。", "apihelp-query+alltransclusions-paramvalue-prop-title": "添加嵌入的标题。", "apihelp-query+alltransclusions-param-namespace": "要列举的名字空间。", "apihelp-query+alltransclusions-param-limit": "要返回的总计项目。", "apihelp-query+alltransclusions-param-dir": "罗列所采用的方向。", "apihelp-query+alltransclusions-example-B": "列出嵌入的标题,包括丢失的,带有来自的页面ID,从B开始。", "apihelp-query+alltransclusions-example-unique": "列出孤立嵌入标题", "apihelp-query+alltransclusions-example-unique-generator": "获取所有嵌入的标题,并标记缺失的。", "apihelp-query+alltransclusions-example-generator": "获得包含嵌入内容的页面。", "apihelp-query+allusers-summary": "列举所有注册用户。", "apihelp-query+allusers-param-from": "枚举的起始用户名。", "apihelp-query+allusers-param-to": "枚举的结束用户名。", "apihelp-query+allusers-param-prefix": "搜索所有以此值开头的用户。", "apihelp-query+allusers-param-dir": "排序方向。", "apihelp-query+allusers-param-group": "只包含指定组中的用户。", "apihelp-query+allusers-param-excludegroup": "排除指定组中的用户。", "apihelp-query+allusers-param-rights": "仅列出有所选权限的用户。不包括隐性的或自动加入的用户组别(如*、用户或自动确认用户)所授予的权限。", "apihelp-query+allusers-param-prop": "要包含的信息束:", "apihelp-query+allusers-paramvalue-prop-blockinfo": "添加有关用户当前封禁的信息。", "apihelp-query+allusers-paramvalue-prop-groups": "列举用户所在的组。这使用更多服务器资源,并可能返回少于限制的结果。", "apihelp-query+allusers-paramvalue-prop-implicitgroups": "列出用户自动属于的所有组。", "apihelp-query+allusers-paramvalue-prop-rights": "用户拥有的权限列表。", "apihelp-query+allusers-paramvalue-prop-editcount": "添加用户的编辑计数。", "apihelp-query+allusers-paramvalue-prop-registration": "如果可能,添加用户注册时的时间戳(可能为空白)。", "apihelp-query+allusers-paramvalue-prop-centralids": "添加中心ID并为用户附加状态。", "apihelp-query+allusers-param-limit": "返回的总计用户数。", "apihelp-query+allusers-param-witheditsonly": "只列出有编辑的用户。", "apihelp-query+allusers-param-activeusers": "只列出最近$1{{PLURAL:$1|天}}内活跃的用户。", "apihelp-query+allusers-param-attachedwiki": "与$1prop=centralids一起使用,也表明用户是否附加于此ID定义的wiki。", "apihelp-query+allusers-example-Y": "列出以Y开头的用户。", "apihelp-query+authmanagerinfo-summary": "检索有关当前身份验证状态的信息。", "apihelp-query+authmanagerinfo-param-securitysensitiveoperation": "测试用户当前的身份验证状态是否足够用于指定的安全敏感操作。", "apihelp-query+authmanagerinfo-param-requestsfor": "取得指定身份验证操作所需的有关身份验证请求的信息。", "apihelp-query+authmanagerinfo-example-login": "检索当开始登录时可能使用的请求。", "apihelp-query+authmanagerinfo-example-login-merged": "检索当开始登录时可能使用的请求,并合并表单字段。", "apihelp-query+authmanagerinfo-example-securitysensitiveoperation": "测试身份验证对操作foo是否足够。", "apihelp-query+backlinks-summary": "查找所有链接至指定页面的页面。", "apihelp-query+backlinks-param-title": "要搜索的标题。不能与$1pageid一起使用。", "apihelp-query+backlinks-param-pageid": "要搜索的页面ID。不能与$1title一起使用。", "apihelp-query+backlinks-param-namespace": "要列举的名字空间。", "apihelp-query+backlinks-param-dir": "罗列所采用的方向。", "apihelp-query+backlinks-param-filterredir": "如何过滤重定向。当$1redirect被启用时如果设置为nonredirects,这只会应用到第二级。", "apihelp-query+backlinks-param-limit": "返回总计页面数。如果$1redirect被启用,则限定分别适用于每一等级(这意味着将返回多达2 * $1limit个结果)。", "apihelp-query+backlinks-param-redirect": "如果链入页面是一个重定向,则寻找所有链接至此重定向的页面。最大限制减半。", "apihelp-query+backlinks-example-simple": "显示至Main page的链接。", "apihelp-query+backlinks-example-generator": "获取关于链接至Main page的页面的信息。", "apihelp-query+blocks-summary": "列出所有被封禁的用户和IP地址。", "apihelp-query+blocks-param-start": "枚举的起始时间戳。", "apihelp-query+blocks-param-end": "枚举的结束时间戳。", "apihelp-query+blocks-param-ids": "要列出的封禁ID列表(可选)。", "apihelp-query+blocks-param-users": "要搜索的用户列表(可选)。", "apihelp-query+blocks-param-ip": "获取应用到此IP地址或者CIDR范围的所有封禁,包括范围封禁。不能与$3users一起使用。CIDR范围不允许比IPv4/$1或IPv6/$2更宽。", "apihelp-query+blocks-param-limit": "封禁列表的最大数量。", "apihelp-query+blocks-param-prop": "要获取的属性:", "apihelp-query+blocks-paramvalue-prop-id": "添加封禁ID。", "apihelp-query+blocks-paramvalue-prop-user": "添加被封禁用户的用户名。", "apihelp-query+blocks-paramvalue-prop-userid": "添加被封禁用户的用户ID。", "apihelp-query+blocks-paramvalue-prop-by": "添加执行封禁的用户的用户名。", "apihelp-query+blocks-paramvalue-prop-byid": "添加执行封禁的用户的用户ID。", "apihelp-query+blocks-paramvalue-prop-timestamp": "添加封禁生效时的时间戳。", "apihelp-query+blocks-paramvalue-prop-expiry": "添加封禁截止时的时间戳。", "apihelp-query+blocks-paramvalue-prop-reason": "添加封禁原因。", "apihelp-query+blocks-paramvalue-prop-range": "添加受封禁影响的IP地址段。", "apihelp-query+blocks-paramvalue-prop-flags": "标记编辑禁止(自动封禁、仅限匿名用户等)。", "apihelp-query+blocks-param-show": "只显示符合这些标准的项目。\n例如,要只查看IP地址的无限期封禁,设置$1show=ip|!temp。", "apihelp-query+blocks-example-simple": "封禁列表。", "apihelp-query+blocks-example-users": "列出用户AliceBob的封禁。", "apihelp-query+categories-summary": "页面属于的所有分类列表。", "apihelp-query+categories-param-prop": "要为每个分类获取的额外属性:", "apihelp-query+categories-paramvalue-prop-sortkey": "为每个分类添加关键词(十六进制字符串)和关键词前缀(人类可读部分)。", "apihelp-query+categories-paramvalue-prop-timestamp": "添加分类添加时的时间戳。", "apihelp-query+categories-paramvalue-prop-hidden": "标记由__HIDDENCAT__隐藏的分类。", "apihelp-query+categories-param-show": "显示何种分类。", "apihelp-query+categories-param-limit": "返回多少分类。", "apihelp-query+categories-param-categories": "只列出这些分类。对于检查某一页面使用某一分类很有用。", "apihelp-query+categories-param-dir": "罗列所采用的方向。", "apihelp-query+categories-example-simple": "获取属于Albert Einstein的分类列表。", "apihelp-query+categories-example-generator": "获取有关用于Albert Einstein的分类的信息。", "apihelp-query+categoryinfo-summary": "返回有关给定分类的信息。", "apihelp-query+categoryinfo-example-simple": "获取有关Category:FooCategory:Bar的信息。", "apihelp-query+categorymembers-summary": "在指定的分类中列出所有页面。", "apihelp-query+categorymembers-param-title": "要列举的分类(必需)。必须包括{{ns:category}}:前缀。不能与$1pageid一起使用。", "apihelp-query+categorymembers-param-pageid": "要枚举的分类的页面 ID。不能与$1title一起使用。", "apihelp-query+categorymembers-param-prop": "要包含的信息束:", "apihelp-query+categorymembers-paramvalue-prop-ids": "添加页面ID。", "apihelp-query+categorymembers-paramvalue-prop-title": "添加页面标题和名字空间ID。", "apihelp-query+categorymembers-paramvalue-prop-sortkey": "添加用于分类中排序的关键字(十六进制字符串)。", "apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix": "添加用于分类中排序的关键字前缀(关键字的人类可读部分)。", "apihelp-query+categorymembers-paramvalue-prop-type": "添加页面被分类的类型(pagesubcatfile)。", "apihelp-query+categorymembers-paramvalue-prop-timestamp": "添加页面被包括时的时间戳。", "apihelp-query+categorymembers-param-namespace": "仅包含这些名字空间的页面。注意$1type=subcat$1type=file可能被使用,而不是$1namespace=146。", "apihelp-query+categorymembers-param-type": "包含的分类成员类型。当$1sort=timestamp被设置时会忽略。", "apihelp-query+categorymembers-param-limit": "返回页面的最大数量。", "apihelp-query+categorymembers-param-sort": "要作为排序方式的属性。", "apihelp-query+categorymembers-param-dir": "排序的方向。", "apihelp-query+categorymembers-param-start": "开始列举的时间戳。只能与$1sort=timestamp一起使用。", "apihelp-query+categorymembers-param-end": "列举的结尾时间戳。只能与$1sort=timestamp一起使用。", "apihelp-query+categorymembers-param-starthexsortkey": "开始列举的关键词,由$1prop=sortkey返回。不能与$1sort=sortkey一起使用。", "apihelp-query+categorymembers-param-endhexsortkey": "结束列举的关键字,由$1prop=sortkey返回。只能与$1sort=sortkey一起使用。", "apihelp-query+categorymembers-param-startsortkeyprefix": "要开始列举的排序关键词前缀。只能与$1sort=sortkey一起使用。覆盖$1starthexsortkey。", "apihelp-query+categorymembers-param-endsortkeyprefix": "要结束列举before的关键字前缀(而不是at;如果此值出现,它将不被包括!)只能与$1sort=sortkey一起使用。覆盖$1endhexsortkey。", "apihelp-query+categorymembers-param-startsortkey": "请改用$1starthexsortkey。", "apihelp-query+categorymembers-param-endsortkey": "请改用$1endhexsortkey。", "apihelp-query+categorymembers-example-simple": "获取Category:Physics中的前10个页面。", "apihelp-query+categorymembers-example-generator": "获取有关Category:Physics中的前10个页面的页面信息。", "apihelp-query+contributors-summary": "获取对一个页面的登录贡献者列表和匿名贡献数。", "apihelp-query+contributors-param-group": "只包括指定用户组中的用户。不包括隐性的或自动提升的用户组,例如*、用户或自动确认用户。", "apihelp-query+contributors-param-excludegroup": "排除指定用户组中的用户。不包括隐性的或自动提升的用户组,例如*、用户或自动确认用户。", "apihelp-query+contributors-param-rights": "只包括拥有指定权限的用户。不包括隐性的或自动提升的用户组,例如*、用户或自动确认用户。", "apihelp-query+contributors-param-excluderights": "排除拥有指定权限的用户。不包括隐性的或自动提升的用户组,例如*、用户或自动确认用户。", "apihelp-query+contributors-param-limit": "返回的贡献数。", "apihelp-query+contributors-example-simple": "显示Main Page的贡献。", "apihelp-query+deletedrevisions-summary": "获取删除的修订版本信息。", "apihelp-query+deletedrevisions-extended-description": "可在很多途径中使用:\n# 获得一组页面的已删除修订,通过设置标题或页面ID。以标题和时间戳排序。\n# 通过设置它们的ID与修订ID获得关于一组已删除修订。以修订ID排序。", "apihelp-query+deletedrevisions-param-start": "要开始枚举的时间戳。当处理修订ID列表时会被忽略。", "apihelp-query+deletedrevisions-param-end": "要停止枚举的时间戳。当处理修订ID列表时会被忽略。", "apihelp-query+deletedrevisions-param-tag": "只列出被此标签标记的修订。", "apihelp-query+deletedrevisions-param-user": "只列出此用户做出的修订。", "apihelp-query+deletedrevisions-param-excludeuser": "不要列出此用户做出的修订。", "apihelp-query+deletedrevisions-example-titles": "列出页面Main PageTalk:Main Page的已删除修订,包含内容。", "apihelp-query+deletedrevisions-example-revids": "列出已删除修订123456的信息。", "apihelp-query+deletedrevs-summary": "列举删除的修订版本。", "apihelp-query+deletedrevs-extended-description": "操作于三种模式中:\n# 为指定标题列举已删除修订,按时间戳排列。\n# 为指定用户列举已删除贡献,按时间戳排列(未指定标题)。\n# 在指定名字空间中列举所有已删除修订,按标题和时间戳排列(无指定标题,未设置$1user)。\n\n任一参数只应用于一些模式,并忽略其他参数。", "apihelp-query+deletedrevs-paraminfo-modes": "{{PLURAL:$1|模式}}:$2", "apihelp-query+deletedrevs-param-start": "枚举的起始时间戳。", "apihelp-query+deletedrevs-param-end": "枚举的结束时间戳。", "apihelp-query+deletedrevs-param-from": "从此标题开始列出。", "apihelp-query+deletedrevs-param-to": "列出至此标题为止。", "apihelp-query+deletedrevs-param-prefix": "搜索所有以此值开头的页面标题。", "apihelp-query+deletedrevs-param-unique": "每个页面只列出一个修订。", "apihelp-query+deletedrevs-param-tag": "只列出被此标签标记的修订。", "apihelp-query+deletedrevs-param-user": "只列出此用户做出的修订。", "apihelp-query+deletedrevs-param-excludeuser": "不要列出此用户做出的修订。", "apihelp-query+deletedrevs-param-namespace": "只列出此名字空间的页面。", "apihelp-query+deletedrevs-param-limit": "要列出的最大修订数量。", "apihelp-query+deletedrevs-param-prop": "要获取的属性:\n;revid:添加被删除修订的修订ID。\n;parentid:添加上一修订的修订ID至页面。\n;user:添加做出修订的用户。\n;userid:添加做出修订的用户ID。\n;comment:添加修订摘要。\n;parsedcomment:添加解析过的修订摘要。\n;minor:如果修订是小编辑则加标签。\n;len:添加修订长度(字节)。\n;sha1:添加修订的SHA-1(base 16)。\n;content:添加修订内容。\n;token:已弃用。提供编辑令牌。\n;tags:修订标签。", "apihelp-query+deletedrevs-example-mode1": "列出最近已删除的对页面Main PageTalk:Main Page的贡献,带内容(模式1)。", "apihelp-query+deletedrevs-example-mode2": "列出由Bob作出的最近50次已删除贡献(模式2)。", "apihelp-query+deletedrevs-example-mode3-main": "列出前50次主名字空间已删除贡献(模式3)。", "apihelp-query+deletedrevs-example-mode3-talk": "列出前50次{{ns:talk}}名字空间已删除页面(模式3)。", "apihelp-query+disabled-summary": "此查询模块已被禁用。", "apihelp-query+duplicatefiles-summary": "根据哈希值列出此给定文件的所有副本。", "apihelp-query+duplicatefiles-param-limit": "返回多少重复文件。", "apihelp-query+duplicatefiles-param-dir": "罗列所采用的方向。", "apihelp-query+duplicatefiles-param-localonly": "只看本地存储库的文件。", "apihelp-query+duplicatefiles-example-simple": "查找与[[:File:Albert Einstein Head.jpg]]重复的文件。", "apihelp-query+duplicatefiles-example-generated": "查找所有文件的重复文件。", "apihelp-query+embeddedin-summary": "查找所有嵌入指定标题的页面。", "apihelp-query+embeddedin-param-title": "要搜索的标题。不能与$1pageid一起使用。", "apihelp-query+embeddedin-param-pageid": "要搜索的页面ID。不能与$1title一起使用。", "apihelp-query+embeddedin-param-namespace": "列举的名字空间。", "apihelp-query+embeddedin-param-dir": "罗列所采用的方向。", "apihelp-query+embeddedin-param-filterredir": "如何过滤重定向。", "apihelp-query+embeddedin-param-limit": "返回的总计页面数。", "apihelp-query+embeddedin-example-simple": "显示嵌入Template:Stub的页面。", "apihelp-query+embeddedin-example-generator": "获取有关显示嵌入Template:Stub的页面的信息。", "apihelp-query+extlinks-summary": "从指定页面返回所有外部URL(非跨wiki链接)。", "apihelp-query+extlinks-param-limit": "返回多少链接。", "apihelp-query+extlinks-param-protocol": "URL协议。如果为空并且$1query被设置,协议为http。将此和$1query都留空以列举所有外部链接。", "apihelp-query+extlinks-param-query": "不使用协议搜索字符串。对于检查某一页面是否包含某一外部URL很有用。", "apihelp-query+extlinks-param-expandurl": "扩展协议相对URL与规范协议。", "apihelp-query+extlinks-example-simple": "获取Main Page的外部链接列表。", "apihelp-query+exturlusage-summary": "列举包含一个指定URL的页面。", "apihelp-query+exturlusage-param-prop": "要包含的信息束:", "apihelp-query+exturlusage-paramvalue-prop-ids": "添加页面ID。", "apihelp-query+exturlusage-paramvalue-prop-title": "添加页面的标题和名字空间ID。", "apihelp-query+exturlusage-paramvalue-prop-url": "添加页面中使用的URL。", "apihelp-query+exturlusage-param-protocol": "URL协议。如果为空并且$1query被设置,协议为http。将此和$1query都留空以列举所有外部链接。", "apihelp-query+exturlusage-param-query": "不包括协议的搜索字符串。参见[[Special:LinkSearch]]。留空以列出所有外部链接。", "apihelp-query+exturlusage-param-namespace": "要列举的页面名字空间。", "apihelp-query+exturlusage-param-limit": "返回多少页面。", "apihelp-query+exturlusage-param-expandurl": "用标准协议展开协议相关URL。", "apihelp-query+exturlusage-example-simple": "显示链接至https://www.mediawiki.org的页面。", "apihelp-query+filearchive-summary": "循序列举所有被删除的文件。", "apihelp-query+filearchive-param-from": "枚举的起始图片标题。", "apihelp-query+filearchive-param-to": "枚举的结束图片标题。", "apihelp-query+filearchive-param-prefix": "搜索所有以此值开头的图像标题。", "apihelp-query+filearchive-param-limit": "返回图像的总数。", "apihelp-query+filearchive-param-dir": "罗列所采用的方向。", "apihelp-query+filearchive-param-sha1": "图片的SHA1哈希值。覆盖$1sha1base36。", "apihelp-query+filearchive-param-sha1base36": "基于base 36的图片的SHA1哈希值(用于MediaWiki)。", "apihelp-query+filearchive-param-prop": "要获取的图片信息:", "apihelp-query+filearchive-paramvalue-prop-sha1": "为文件加入SHA-1哈希值。", "apihelp-query+filearchive-paramvalue-prop-timestamp": "为已上传版本添加时间戳。", "apihelp-query+filearchive-paramvalue-prop-user": "添加上传了图片版本的用户。", "apihelp-query+filearchive-paramvalue-prop-size": "添加图片大小(字节)及其高度、宽度和页面计数(如果可以)。", "apihelp-query+filearchive-paramvalue-prop-dimensions": "用于大小的别名。", "apihelp-query+filearchive-paramvalue-prop-description": "添加图片版本的说明。", "apihelp-query+filearchive-paramvalue-prop-parseddescription": "解析版本的描述。", "apihelp-query+filearchive-paramvalue-prop-mime": "添加图片的MIME。", "apihelp-query+filearchive-paramvalue-prop-mediatype": "添加图片的媒体类型。", "apihelp-query+filearchive-paramvalue-prop-metadata": "为图片版本列出Exif元数据。", "apihelp-query+filearchive-paramvalue-prop-bitdepth": "添加版本的字节深度。", "apihelp-query+filearchive-paramvalue-prop-archivename": "添加用于非最新版本的存档版本的文件名。", "apihelp-query+filearchive-example-simple": "显示已删除文件列表。", "apihelp-query+filerepoinfo-summary": "返回有关wiki配置的图片存储库的元信息。", "apihelp-query+filerepoinfo-param-prop": "要获取的存储库属性(这在一些wiki上可能有更多可用选项):\n;apiurl:链接至API的URL - 对从主机获取图片信息有用。\n;name:存储库关键词 - 用于例如[[mw:Special:MyLanguage/Manual:$wgForeignFileRepos|$wgForeignFileRepos]],并且[[Special:ApiHelp/query+imageinfo|imageinfo]]会返回值。\n;displayname:人类可读的存储库wiki名称。\n;rooturl:图片路径的根URL。\n;local:存储库是否在本地。", "apihelp-query+filerepoinfo-example-simple": "获得有关文件存储库的信息。", "apihelp-query+fileusage-summary": "查找所有使用指定文件的页面。", "apihelp-query+fileusage-param-prop": "要获取的属性:", "apihelp-query+fileusage-paramvalue-prop-pageid": "每个页面的页面ID。", "apihelp-query+fileusage-paramvalue-prop-title": "每个页面的标题。", "apihelp-query+fileusage-paramvalue-prop-redirect": "标记作为重定向的页面。", "apihelp-query+fileusage-param-namespace": "只包括这些名字空间的页面。", "apihelp-query+fileusage-param-limit": "返回多少。", "apihelp-query+fileusage-param-show": "只显示符合以下标准的项:\n;redirect:只显示重定向。\n;!redirect:只显示非重定向。", "apihelp-query+fileusage-example-simple": "获取使用[[:File:Example.jpg]]的页面列表。", "apihelp-query+fileusage-example-generator": "获取有关使用[[:File:Example.jpg]]的页面的信息。", "apihelp-query+imageinfo-summary": "返回文件信息和上传历史。", "apihelp-query+imageinfo-param-prop": "要获取的文件信息:", "apihelp-query+imageinfo-paramvalue-prop-timestamp": "添加时间戳至上传的版本。", "apihelp-query+imageinfo-paramvalue-prop-user": "添加上传了每个文件版本的用户。", "apihelp-query+imageinfo-paramvalue-prop-userid": "添加上传了每个文件版本的用户ID。", "apihelp-query+imageinfo-paramvalue-prop-comment": "此版本的摘要。", "apihelp-query+imageinfo-paramvalue-prop-parsedcomment": "解析版本上的注释。", "apihelp-query+imageinfo-paramvalue-prop-canonicaltitle": "添加文件的规范标题。", "apihelp-query+imageinfo-paramvalue-prop-url": "为文件及其描述页面提供URL。", "apihelp-query+imageinfo-paramvalue-prop-size": "添加文件大小(字节)及其高度、宽度和页面数(如果可以)。", "apihelp-query+imageinfo-paramvalue-prop-dimensions": "用于大小的别名。", "apihelp-query+imageinfo-paramvalue-prop-sha1": "为文件加入SHA-1哈希值。", "apihelp-query+imageinfo-paramvalue-prop-mime": "添加文件的MIME类型。", "apihelp-query+imageinfo-paramvalue-prop-thumbmime": "添加图片缩略图的MIME类型(需要url和参数$1urlwidth)。", "apihelp-query+imageinfo-paramvalue-prop-mediatype": "添加文件媒体类型。", "apihelp-query+imageinfo-paramvalue-prop-metadata": "列出这个版本的文件的EXIF元数据。", "apihelp-query+imageinfo-paramvalue-prop-commonmetadata": "为文件的修订版本列出文件格式相关元数据。", "apihelp-query+imageinfo-paramvalue-prop-extmetadata": "列出结合自多个来源的格式化的元数据。结果均依HTML格式化。", "apihelp-query+imageinfo-paramvalue-prop-archivename": "添加用于非最新修订的存档修订的文件名。", "apihelp-query+imageinfo-paramvalue-prop-bitdepth": "添加修订的字节深度。", "apihelp-query+imageinfo-paramvalue-prop-uploadwarning": "由Special:Upload所使用,以获取关于现有文件的信息。不适用于MediaWiki核心以外代码。", "apihelp-query+imageinfo-paramvalue-prop-badfile": "无论文件是否在[[MediaWiki:Bad image list]]都添加", "apihelp-query+imageinfo-param-limit": "每个文件返回多少文件修订。", "apihelp-query+imageinfo-param-start": "开始列举的时间戳。", "apihelp-query+imageinfo-param-end": "列举的结束时间戳。", "apihelp-query+imageinfo-param-urlwidth": "如果$2prop=url被设定,将返回至缩放到此宽度的一张图片的URL。\n由于性能原因,如果此消息被使用,将不会返回超过$1张被缩放的图片。", "apihelp-query+imageinfo-param-urlheight": "与$1urlwidth类似。", "apihelp-query+imageinfo-param-metadataversion": "要使用的元数据版本。如果latest被指定,则使用最新版本。默认为1以便向下兼容。", "apihelp-query+imageinfo-param-extmetadatalanguage": "要取得extmetadata的语言。这会影响到抓取翻译的选择,如果有多个可用的话,还会影响到数字等数值的格式。", "apihelp-query+imageinfo-param-extmetadatamultilang": "如果用于extmetadata属性的翻译可用,则全部取得。", "apihelp-query+imageinfo-param-extmetadatafilter": "如果指定且非空,则只为$1prop=extmetadata返回这些键。", "apihelp-query+imageinfo-param-urlparam": "处理器特定的参数字符串。例如PDF可能使用page15-100px$1urlwidth必须被使用,并与$1urlparam一致。", "apihelp-query+imageinfo-param-badfilecontexttitle": "如果$2prop=badfile被设置,这会是在评估[[MediaWiki:Bad image list]]时使用的页面标题", "apihelp-query+imageinfo-param-localonly": "只看本地存储库的文件。", "apihelp-query+imageinfo-example-simple": "取得有关[[:File:Albert Einstein Head.jpg]]的当前版本的信息。", "apihelp-query+imageinfo-example-dated": "取得有关[[:File:Test.jpg]]自2008年以来版本的信息。", "apihelp-query+images-summary": "返回指定页面上包含的所有文件。", "apihelp-query+images-param-limit": "返回多少文件。", "apihelp-query+images-param-images": "只列出这些文件。对于检查某一页面是否使用某一文件很有用。", "apihelp-query+images-param-dir": "罗列所采用的方向。", "apihelp-query+images-example-simple": "获取[[Main Page]]使用的文件列表。", "apihelp-query+images-example-generator": "获取有关[[Main Page]]使用的文件的信息。", "apihelp-query+imageusage-summary": "查找所有使用指定图片标题的页面。", "apihelp-query+imageusage-param-title": "要搜索的标题。不能与$1pageid一起使用。", "apihelp-query+imageusage-param-pageid": "要搜索的页面ID。不能与$1title一起使用。", "apihelp-query+imageusage-param-namespace": "要列举的名字空间。", "apihelp-query+imageusage-param-dir": "罗列所采用的方向。", "apihelp-query+imageusage-param-filterredir": "如何过滤重定向。当$1redirect被启用时如果设置为nonredirects,这只会应用到第二级。", "apihelp-query+imageusage-param-limit": "返回总计页面数。如果$1redirect被启用,则限定分别适用于每一等级(这意味着将返回多达2 * $1limit个结果)。", "apihelp-query+imageusage-param-redirect": "如果链接页面是重定向,则查找所有链接至该重定向的页面。最大限制减半。", "apihelp-query+imageusage-example-simple": "显示使用[[:File:Albert Einstein Head.jpg]]的页面。", "apihelp-query+imageusage-example-generator": "获取有关使用[[:File:Albert Einstein Head.jpg]]的页面的信息。", "apihelp-query+info-summary": "获取基本页面信息。", "apihelp-query+info-param-prop": "要获取的额外属性:", "apihelp-query+info-paramvalue-prop-protection": "列出每个页面的保护等级。", "apihelp-query+info-paramvalue-prop-talkid": "每个非讨论页面的讨论页的页面ID。", "apihelp-query+info-paramvalue-prop-watched": "列出每个页面的被监视状态。", "apihelp-query+info-paramvalue-prop-watchers": "监视人员数,如果允许。", "apihelp-query+info-paramvalue-prop-visitingwatchers": "访问了每个页面的最近编辑的监视者数量,如果允许。", "apihelp-query+info-paramvalue-prop-notificationtimestamp": "每个页面的监视列表通知时间戳。", "apihelp-query+info-paramvalue-prop-subjectid": "每个讨论页的母页面的页面ID。", "apihelp-query+info-paramvalue-prop-url": "为每个页面提供一个完整URL、一个编辑URL和规范URL。", "apihelp-query+info-paramvalue-prop-readable": "用户是否可以阅读此页面。", "apihelp-query+info-paramvalue-prop-preload": "提供由EditFormPreloadText返回的文本。", "apihelp-query+info-paramvalue-prop-displaytitle": "在页面标题实际显示的地方提供方式。", "apihelp-query+info-paramvalue-prop-varianttitles": "提供网站内容语言所有变体的显示标题。", "apihelp-query+info-param-testactions": "测试当前用户是否可以在页面上执行某种操作。", "apihelp-query+info-param-token": "请改用[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]。", "apihelp-query+info-example-simple": "获取有关页面Main Page的信息。", "apihelp-query+info-example-protection": "获取Main Page相关的常规和保护信息。", "apihelp-query+iwbacklinks-summary": "查找所有链接至指定跨wiki链接的页面。", "apihelp-query+iwbacklinks-extended-description": "可用于查找所有有前缀的链接,或是链至某一标题的所有链接(带指定前缀)。两参数均不使用实际上就是“all interwiki links”。", "apihelp-query+iwbacklinks-param-prefix": "跨wiki前缀。", "apihelp-query+iwbacklinks-param-title": "要搜索的跨wiki链接。必须与$1blprefix一起使用。", "apihelp-query+iwbacklinks-param-limit": "返回的总计页面数。", "apihelp-query+iwbacklinks-param-prop": "要获取的属性:", "apihelp-query+iwbacklinks-paramvalue-prop-iwprefix": "加入跨wiki前缀。", "apihelp-query+iwbacklinks-paramvalue-prop-iwtitle": "加入跨wiki标题。", "apihelp-query+iwbacklinks-param-dir": "罗列所采用的方向。", "apihelp-query+iwbacklinks-example-simple": "获取链接至[[wikibooks:Test]]的页面。", "apihelp-query+iwbacklinks-example-generator": "获取有关链接至[[wikibooks:Test]]的页面的信息。", "apihelp-query+iwlinks-summary": "从指定页面返回所有跨wiki链接。", "apihelp-query+iwlinks-param-url": "是否获取完整URL(不能与$1prop一起使用)。", "apihelp-query+iwlinks-param-prop": "要为每个跨语言链接获取的额外属性:", "apihelp-query+iwlinks-paramvalue-prop-url": "添加完整URL。", "apihelp-query+iwlinks-param-limit": "返回多少跨wiki链接。", "apihelp-query+iwlinks-param-prefix": "只返回此前缀的跨wiki链接。", "apihelp-query+iwlinks-param-title": "用于搜索的跨wiki链接。必须与$1prefix一起使用。", "apihelp-query+iwlinks-param-dir": "罗列所采用的方向。", "apihelp-query+iwlinks-example-simple": "从页面Main Page获得跨wiki链接。", "apihelp-query+langbacklinks-summary": "查找所有链接至指定语言链接的页面。", "apihelp-query+langbacklinks-extended-description": "可被用于查找所有带某一语言代码的链接,或所有至某一标题的链接(带指定语言)。不使用任何参数就意味着“all language links”。\n\n注意这可能不考虑由扩展添加的语言链接。", "apihelp-query+langbacklinks-param-lang": "用于语言链接的语言。", "apihelp-query+langbacklinks-param-title": "要搜索的语言链接。必须与$1lang一起使用。", "apihelp-query+langbacklinks-param-limit": "返回的总计页面数。", "apihelp-query+langbacklinks-param-prop": "要获得的属性:", "apihelp-query+langbacklinks-paramvalue-prop-lllang": "添加语言链接的语言代码。", "apihelp-query+langbacklinks-paramvalue-prop-lltitle": "添加语言链接的标题。", "apihelp-query+langbacklinks-param-dir": "罗列所采用的方向。", "apihelp-query+langbacklinks-example-simple": "获取链接至[[:fr:Test]]的页面。", "apihelp-query+langbacklinks-example-generator": "获取链接至[[:fr:Test]]的页面的信息。", "apihelp-query+langlinks-summary": "从指定页面返回所有跨语言链接。", "apihelp-query+langlinks-param-limit": "返回多少语言链接。", "apihelp-query+langlinks-param-url": "是否获取完整URL(不能与$1prop一起使用)。", "apihelp-query+langlinks-param-prop": "要为每个跨语言链接获取的额外属性:", "apihelp-query+langlinks-paramvalue-prop-url": "添加完整URL。", "apihelp-query+langlinks-paramvalue-prop-langname": "添加本地化语言名(尽可能)。使用$1inlanguagecode以控制语言。", "apihelp-query+langlinks-paramvalue-prop-autonym": "添加本地语言名。", "apihelp-query+langlinks-param-lang": "只返回带此语言代码的语言链接。", "apihelp-query+langlinks-param-title": "要搜索的链接。必须与$1lang一起使用。", "apihelp-query+langlinks-param-dir": "罗列所采用的方向。", "apihelp-query+langlinks-param-inlanguagecode": "本地化语言名称的语言代码。", "apihelp-query+langlinks-example-simple": "从页面Main Page获取跨语言链接。", "apihelp-query+links-summary": "从指定页面返回所有链接。", "apihelp-query+links-param-namespace": "只显示这些名字空间的链接。", "apihelp-query+links-param-limit": "返回多少链接。", "apihelp-query+links-param-titles": "只列出这些标题。对于检查某一页面是否使用某一标题很有用。", "apihelp-query+links-param-dir": "罗列所采用的方向。", "apihelp-query+links-example-simple": "从页面Main Page获取链接。", "apihelp-query+links-example-generator": "获取有关在页面Main Page中连接的页面的信息。", "apihelp-query+links-example-namespaces": "获取在{{ns:user}}和{{ns:template}}名字空间中来自页面Main Page的链接。", "apihelp-query+linkshere-summary": "查找所有链接至指定页面的页面。", "apihelp-query+linkshere-param-prop": "要获取的属性:", "apihelp-query+linkshere-paramvalue-prop-pageid": "每个页面的页面ID。", "apihelp-query+linkshere-paramvalue-prop-title": "每个页面的标题。", "apihelp-query+linkshere-paramvalue-prop-redirect": "如果页面是一个重定向就标记。", "apihelp-query+linkshere-param-namespace": "只包括这些名字空间的页面。", "apihelp-query+linkshere-param-limit": "返回多少。", "apihelp-query+linkshere-param-show": "只显示符合以下标准的项:\n;redirect:只显示重定向。\n;!redirect:只显示非重定向。", "apihelp-query+linkshere-example-simple": "获取链接至[[Main Page]]的页面列表。", "apihelp-query+linkshere-example-generator": "获取有关链接至[[Main Page]]的页面的信息。", "apihelp-query+logevents-summary": "从日志获取事件。", "apihelp-query+logevents-param-prop": "要获取的属性:", "apihelp-query+logevents-paramvalue-prop-ids": "添加日志活动的ID。", "apihelp-query+logevents-paramvalue-prop-title": "为日志事件添加页面标题。", "apihelp-query+logevents-paramvalue-prop-type": "添加日志活动的类型。", "apihelp-query+logevents-paramvalue-prop-user": "添加对此日志事件负责的用户。", "apihelp-query+logevents-paramvalue-prop-userid": "添加对此日志事件负责的用户的ID。", "apihelp-query+logevents-paramvalue-prop-timestamp": "为日志活动添加时间戳。", "apihelp-query+logevents-paramvalue-prop-comment": "添加日志活动的摘要。", "apihelp-query+logevents-paramvalue-prop-parsedcomment": "添加被解析的日志活动的摘要。", "apihelp-query+logevents-paramvalue-prop-details": "列举有关日志事件的额外详细信息。", "apihelp-query+logevents-paramvalue-prop-tags": "列举用于日志活动的标签。", "apihelp-query+logevents-param-type": "过滤日志记录至仅限此类型。", "apihelp-query+logevents-param-action": "过滤日志操作为仅限此操作。覆盖$1type。在可用值列表中,带星号通配符的值例如action/*可在斜线(/)后拥有不同字符串。", "apihelp-query+logevents-param-start": "枚举的起始时间戳。", "apihelp-query+logevents-param-end": "枚举的结束时间戳。", "apihelp-query+logevents-param-user": "过滤记录为这些由指定用户做出的。", "apihelp-query+logevents-param-title": "过滤记录至这些与页面相关的。", "apihelp-query+logevents-param-namespace": "过滤事件为在这些指定的名字空间中。", "apihelp-query+logevents-param-prefix": "过滤以此前缀开头的记录。", "apihelp-query+logevents-param-tag": "只列举带此标签的事件日志记录。", "apihelp-query+logevents-param-limit": "返回的事件日志记录总数。", "apihelp-query+logevents-example-simple": "列出最近日志事件。", "apihelp-query+pagepropnames-summary": "列出wiki中所有使用中的页面属性名称。", "apihelp-query+pagepropnames-param-limit": "返回名称的最大数量。", "apihelp-query+pagepropnames-example-simple": "获取前10个属性名称。", "apihelp-query+pageprops-summary": "获取页面内容中定义的各种页面属性。", "apihelp-query+pageprops-param-prop": "只列出这些页面属性([[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]返回使用中的页面属性名称)。在检查页面是否使用某一页面属性时有用。", "apihelp-query+pageprops-example-simple": "获取用于页面Main PageMediaWiki的属性。", "apihelp-query+pageswithprop-summary": "列出所有使用指定页面属性的页面。", "apihelp-query+pageswithprop-param-propname": "要用于列举页面的页面属性([[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]返回正在使用中的页面属性名称)。", "apihelp-query+pageswithprop-param-prop": "要包含的信息束:", "apihelp-query+pageswithprop-paramvalue-prop-ids": "添加页面ID。", "apihelp-query+pageswithprop-paramvalue-prop-title": "添加页面的标题和名字空间ID。", "apihelp-query+pageswithprop-paramvalue-prop-value": "添加页面属性值。", "apihelp-query+pageswithprop-param-limit": "返回页面的最大数量。", "apihelp-query+pageswithprop-param-dir": "排序的方向。", "apihelp-query+pageswithprop-example-simple": "列出前10个使用{{DISPLAYTITLE:}}的页面。", "apihelp-query+pageswithprop-example-generator": "获取有关前10个使用__NOTOC__的页面的额外信息。", "apihelp-query+prefixsearch-summary": "为页面标题执行前缀搜索。", "apihelp-query+prefixsearch-extended-description": "尽管名称类似,但此模块不等于[[Special:PrefixIndex]];详见[[Special:ApiHelp/query+allpages|action=query&list=allpages]]中的apprefix参数。此模块的目的类似[[Special:ApiHelp/opensearch|action=opensearch]]:基于用户的输入提供最佳匹配的标题。取决于搜索引擎后端,这可能包括错拼纠正、避免重定向和其他启发性行为。", "apihelp-query+prefixsearch-param-search": "搜索字符串。", "apihelp-query+prefixsearch-param-namespace": "搜索的名字空间。如果$1search以有效名字空间前缀开头则忽略。", "apihelp-query+prefixsearch-param-limit": "要返回的结果最大数。", "apihelp-query+prefixsearch-param-offset": "跳过的结果数。", "apihelp-query+prefixsearch-example-simple": "搜索以meaning开头的页面标题。", "apihelp-query+prefixsearch-param-profile": "搜索要使用的配置文件。", "apihelp-query+protectedtitles-summary": "列出所有被限制创建的标题。", "apihelp-query+protectedtitles-param-namespace": "只列出这些名字空间的标题。", "apihelp-query+protectedtitles-param-level": "只列出带这些保护级别的标题。", "apihelp-query+protectedtitles-param-limit": "返回的总计页面数。", "apihelp-query+protectedtitles-param-start": "从此保护时间戳开始列举。", "apihelp-query+protectedtitles-param-end": "列举至此保护时间戳为止。", "apihelp-query+protectedtitles-param-prop": "要获取的属性:", "apihelp-query+protectedtitles-paramvalue-prop-timestamp": "添加保护被添加时的时间戳。", "apihelp-query+protectedtitles-paramvalue-prop-user": "添加对页面添加保护的用户。", "apihelp-query+protectedtitles-paramvalue-prop-userid": "添加对页面添加保护的用户ID。", "apihelp-query+protectedtitles-paramvalue-prop-comment": "为保护添加摘要。", "apihelp-query+protectedtitles-paramvalue-prop-parsedcomment": "为保护添加解析的摘要。", "apihelp-query+protectedtitles-paramvalue-prop-expiry": "添加保护将被提升时的时间戳。", "apihelp-query+protectedtitles-paramvalue-prop-level": "添加保护级别。", "apihelp-query+protectedtitles-example-simple": "受保护标题列表。", "apihelp-query+protectedtitles-example-generator": "找到主名字空间中已保护的标题的链接。", "apihelp-query+querypage-summary": "获取由基于QueryPage的特殊页面提供的列表。", "apihelp-query+querypage-param-page": "特殊页面的名称。注意其区分大小写。", "apihelp-query+querypage-param-limit": "返回的结果数。", "apihelp-query+querypage-example-ancientpages": "返回[[Special:Ancientpages]]的结果。", "apihelp-query+random-summary": "获取随机页面集。", "apihelp-query+random-extended-description": "页面列举在一个固定序列中,只有起始点是随机的。这意味着如果Main Page是列表中第一个随机页面的话,List of fictional monkeys总是第二个,List of people on stamps of Vanuatu是第三个等。", "apihelp-query+random-param-namespace": "只返回这些名字空间的页面。", "apihelp-query+random-param-limit": "限制返回多少随机页面。", "apihelp-query+random-param-redirect": "请改用$1filterredir=redirects。", "apihelp-query+random-param-filterredir": "如何过滤重定向。", "apihelp-query+random-example-simple": "从主名字空间返回两个随机页面。", "apihelp-query+random-example-generator": "返回有关来自主名字空间的两个随机页面的页面信息。", "apihelp-query+recentchanges-summary": "列举最近更改。", "apihelp-query+recentchanges-param-start": "枚举的起始时间戳。", "apihelp-query+recentchanges-param-end": "枚举的结束时间戳。", "apihelp-query+recentchanges-param-namespace": "过滤更改为仅限这些名字空间。", "apihelp-query+recentchanges-param-user": "只列出此用户的更改。", "apihelp-query+recentchanges-param-excludeuser": "不要列出此用户的更改。", "apihelp-query+recentchanges-param-tag": "只列出带此标签的更改。", "apihelp-query+recentchanges-param-prop": "包含的额外信息束:", "apihelp-query+recentchanges-paramvalue-prop-user": "添加造成编辑的用户,并标出它们是否是IP。", "apihelp-query+recentchanges-paramvalue-prop-userid": "为编辑添加用户ID责任。", "apihelp-query+recentchanges-paramvalue-prop-comment": "为编辑添加摘要。", "apihelp-query+recentchanges-paramvalue-prop-parsedcomment": "为编辑添加解析的摘要。", "apihelp-query+recentchanges-paramvalue-prop-flags": "为编辑添加标记。", "apihelp-query+recentchanges-paramvalue-prop-timestamp": "添加编辑的时间戳。", "apihelp-query+recentchanges-paramvalue-prop-title": "添加编辑的页面标题。", "apihelp-query+recentchanges-paramvalue-prop-ids": "添加页面ID、最近更改ID和新旧修订的ID。", "apihelp-query+recentchanges-paramvalue-prop-sizes": "添加新旧页面长度(字节)。", "apihelp-query+recentchanges-paramvalue-prop-redirect": "如果页面是重定向的话,标记编辑。", "apihelp-query+recentchanges-paramvalue-prop-patrolled": "将可巡查编辑标记为已巡查或未巡查。", "apihelp-query+recentchanges-paramvalue-prop-autopatrolled": "将可巡查编辑标记为自动巡查或未巡查。", "apihelp-query+recentchanges-paramvalue-prop-loginfo": "添加日志信息(日志ID、日志类型等)至日志记录。", "apihelp-query+recentchanges-paramvalue-prop-tags": "列举条目的标签。", "apihelp-query+recentchanges-paramvalue-prop-sha1": "为与某一修订版本有关的记录添加内容校验和。", "apihelp-query+recentchanges-param-token": "请改用[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]。", "apihelp-query+recentchanges-param-show": "只显示满足这些标准的项目。例如,要只查看由登录用户做出的小编辑,设置$1show=minor|!anon。", "apihelp-query+recentchanges-param-limit": "返回总计更新数。", "apihelp-query+recentchanges-param-type": "显示的更改类型。", "apihelp-query+recentchanges-param-toponly": "只列举作为最新修订的更改。", "apihelp-query+recentchanges-param-generaterevisions": "当作为生成器使用时,生成修订ID而不是标题。不带关联修订ID的最近更改记录(例如大多数日志记录)将不会生成任何东西。", "apihelp-query+recentchanges-example-simple": "最近更改列表。", "apihelp-query+recentchanges-example-generator": "获取有关最近未巡查更改的页面信息。", "apihelp-query+redirects-summary": "返回至指定页面的所有重定向。", "apihelp-query+redirects-param-prop": "要获取的属性:", "apihelp-query+redirects-paramvalue-prop-pageid": "每个重定向的页面ID。", "apihelp-query+redirects-paramvalue-prop-title": "每个重定向的标题。", "apihelp-query+redirects-paramvalue-prop-fragment": "每个重定向的碎片,如果有。", "apihelp-query+redirects-param-namespace": "只包含这些名字空间的页面。", "apihelp-query+redirects-param-limit": "返回多少重定向。", "apihelp-query+redirects-param-show": "只显示符合这些标准的项目:\n;fragment:只显示带碎片的重定向。\n;!fragment:只显示不带碎片的重定向。", "apihelp-query+redirects-example-simple": "获取至[[Main Page]]的重定向列表。", "apihelp-query+redirects-example-generator": "获取所有重定向至[[Main Page]]的信息。", "apihelp-query+revisions-summary": "获取修订版本信息。", "apihelp-query+revisions-extended-description": "可用于以下几个方面:\n# 通过设置标题或页面ID获取一批页面(最新修订)的数据。\n# 通过使用带start、end或limit的标题或页面ID获取给定页面的多个修订。\n# 通过revid设置一批修订的ID获取它们的数据。", "apihelp-query+revisions-paraminfo-singlepageonly": "可能只能与单一页面使用(模式#2)。", "apihelp-query+revisions-param-startid": "从这个修订版本时间戳开始列举。修订版本必须存在,但未必与该页面相关。", "apihelp-query+revisions-param-endid": "在这个修订版本时间戳停止列举。修订版本必须存在,但未必与该页面相关。", "apihelp-query+revisions-param-start": "从哪个修订版本时间戳开始列举。", "apihelp-query+revisions-param-end": "列举直至此时间戳。", "apihelp-query+revisions-param-user": "只包含由用户做出的修订。", "apihelp-query+revisions-param-excludeuser": "不包括由用户做出的修订。", "apihelp-query+revisions-param-tag": "只列出被此标签标记的修订。", "apihelp-query+revisions-param-token": "要为每个修订版本获得的令牌。", "apihelp-query+revisions-example-content": "获取带内容的数据,用于标题APIMain Page的最近修订。", "apihelp-query+revisions-example-last5": "获取Main Page的最近5次修订。", "apihelp-query+revisions-example-first5": "获取Main Page的前5次修订。", "apihelp-query+revisions-example-first5-after": "获取Main Page于2006年05月01日之后做出的前5次修订版本。", "apihelp-query+revisions-example-first5-not-localhost": "获取Main Page的前5次不是由匿名用户127.0.0.1做出的修订。", "apihelp-query+revisions-example-first5-user": "获取Main Page的前5次由用户MediaWiki default做出的修订。", "apihelp-query+revisions+base-param-prop": "要为每个修订获取的属性:", "apihelp-query+revisions+base-paramvalue-prop-ids": "修订版本的ID。", "apihelp-query+revisions+base-paramvalue-prop-flags": "修订标记(小编辑)。", "apihelp-query+revisions+base-paramvalue-prop-timestamp": "修订的时间戳。", "apihelp-query+revisions+base-paramvalue-prop-user": "做出修订的用户。", "apihelp-query+revisions+base-paramvalue-prop-userid": "修订创建者的用户ID。", "apihelp-query+revisions+base-paramvalue-prop-size": "修订的长度(字节)。", "apihelp-query+revisions+base-paramvalue-prop-sha1": "修订的SHA-1(base 16)。", "apihelp-query+revisions+base-paramvalue-prop-contentmodel": "修订的内容模型ID。", "apihelp-query+revisions+base-paramvalue-prop-comment": "由用户对修订做出的摘要。", "apihelp-query+revisions+base-paramvalue-prop-parsedcomment": "由用户对修订做出的被解析的摘要。", "apihelp-query+revisions+base-paramvalue-prop-content": "修订文本。", "apihelp-query+revisions+base-paramvalue-prop-tags": "修订标签。", "apihelp-query+revisions+base-paramvalue-prop-parsetree": "已弃用。请改用[[Special:ApiHelp/expandtemplates|action=expandtemplates]][[Special:ApiHelp/parse|action=parse]]。修订内容的XML解析树(需要内容模型$1)。", "apihelp-query+revisions+base-param-limit": "限制返回多少修订。", "apihelp-query+revisions+base-param-expandtemplates": "请改用[[Special:ApiHelp/expandtemplates|action=expandtemplates]]。展开修订内容中的模板(需要$1prop=content)。", "apihelp-query+revisions+base-param-generatexml": "请改用[[Special:ApiHelp/expandtemplates|action=expandtemplates]][[Special:ApiHelp/parse|action=parse]]。生成用于修订内容的XML解析树(需要$1prop=content;被$1prop=parsetree所取代)。", "apihelp-query+revisions+base-param-parse": "请改用[[Special:ApiHelp/parse|action=parse]]。解析修订内容(需要$1prop=content)。由于性能原因,如果此选项被使用,$1limit会被强制为1。", "apihelp-query+revisions+base-param-section": "只检索此段落数的内容。", "apihelp-query+revisions+base-param-diffto": "请改用[[Special:ApiHelp/compare|action=compare]]。要比较修订差异的修订ID。使用prevnextcur分别用于上个、下个和当前修订。", "apihelp-query+revisions+base-param-difftotext": "请改用[[Special:ApiHelp/compare|action=compare]]。要比较修订差异的文本。只有修订的有限数字内的差异。覆盖$1diffto。如果$1section被设置,只有那个段落将与此文本之间比较差异", "apihelp-query+revisions+base-param-difftotextpst": "请改用[[Special:ApiHelp/compare|action=compare]]。在编辑文本前对其执行预保存转换。只当与$1difftotext一起使用时有效。", "apihelp-query+revisions+base-param-contentformat": "序列化用于$1difftotext的格式并预估内容输出。", "apihelp-query+search-summary": "执行一次全文本搜索。", "apihelp-query+search-param-search": "搜索所有匹配此值的页面标题或内容。根据wiki的搜索后端工具,您可以使用搜索字符串以调用特殊搜索功能。", "apihelp-query+search-param-namespace": "只在这些名字空间搜索。", "apihelp-query+search-param-what": "要执行的搜索类型。", "apihelp-query+search-param-info": "要返回的元数据。", "apihelp-query+search-param-prop": "要返回的属性:", "apihelp-query+search-param-qiprofile": "查询要使用的独立描述(影响排序算法)。", "apihelp-query+search-paramvalue-prop-size": "添加页面大小,单位为字节。", "apihelp-query+search-paramvalue-prop-wordcount": "添加页面的字数。", "apihelp-query+search-paramvalue-prop-timestamp": "添加页面上次编辑时的时间戳。", "apihelp-query+search-paramvalue-prop-snippet": "添加已解析的页面片段。", "apihelp-query+search-paramvalue-prop-titlesnippet": "添加已解析的页面标题片段。", "apihelp-query+search-paramvalue-prop-redirectsnippet": "添加被解析的重定向标题的片段。", "apihelp-query+search-paramvalue-prop-redirecttitle": "添加匹配的重定向的标题。", "apihelp-query+search-paramvalue-prop-sectionsnippet": "添加已解析的匹配章节标题片段。", "apihelp-query+search-paramvalue-prop-sectiontitle": "添加匹配章节的标题。", "apihelp-query+search-paramvalue-prop-categorysnippet": "添加已解析的匹配分类片段。", "apihelp-query+search-paramvalue-prop-isfilematch": "添加布尔值,表明搜索是否匹配文件内容。", "apihelp-query+search-paramvalue-prop-extensiondata": "添加由扩展生成的额外数据。", "apihelp-query+search-paramvalue-prop-score": "已忽略。", "apihelp-query+search-paramvalue-prop-hasrelated": "已忽略。", "apihelp-query+search-param-limit": "返回的总计页面数。", "apihelp-query+search-param-interwiki": "搜索结果中包含跨wiki结果,如果可用。", "apihelp-query+search-param-backend": "要使用的搜索后端,如果没有则为默认。", "apihelp-query+search-param-enablerewrites": "启用内部查询重写。一些搜索后端可以重写查询到另一个被认为能提供更好结果的位置,例如纠正拼写错误。", "apihelp-query+search-example-simple": "搜索meaning。", "apihelp-query+search-example-text": "搜索文本meaning。", "apihelp-query+search-example-generator": "获取有关搜索meaning返回页面的页面信息。", "apihelp-query+siteinfo-summary": "返回有关网站的一般信息。", "apihelp-query+siteinfo-param-prop": "要获取的信息:", "apihelp-query+siteinfo-paramvalue-prop-general": "全部系统信息。", "apihelp-query+siteinfo-paramvalue-prop-namespaces": "注册的名字空间及其规范名称列表。", "apihelp-query+siteinfo-paramvalue-prop-namespacealiases": "注册的名字空间别名列表。", "apihelp-query+siteinfo-paramvalue-prop-specialpagealiases": "特殊页面别名列表。", "apihelp-query+siteinfo-paramvalue-prop-magicwords": "魔术字及其别名列表。", "apihelp-query+siteinfo-paramvalue-prop-statistics": "返回网站统计。", "apihelp-query+siteinfo-paramvalue-prop-interwikimap": "返回跨wiki映射(可选过滤,可选择使用$1inlanguagecode本地化)。", "apihelp-query+siteinfo-paramvalue-prop-dbrepllag": "返回数据库服务器与最高反应延迟。", "apihelp-query+siteinfo-paramvalue-prop-usergroups": "返回用户组及其相关权限。", "apihelp-query+siteinfo-paramvalue-prop-libraries": "返回wiki上安装的库。", "apihelp-query+siteinfo-paramvalue-prop-extensions": "返回wiki上安装的扩展。", "apihelp-query+siteinfo-paramvalue-prop-fileextensions": "返回允许上传的文件扩展名(文件类型)列表。", "apihelp-query+siteinfo-paramvalue-prop-rightsinfo": "当可用时返回wiki的版权(许可协议)信息。", "apihelp-query+siteinfo-paramvalue-prop-restrictions": "返回可用的编辑限制(保护)类型信息。", "apihelp-query+siteinfo-paramvalue-prop-languages": "返回MediaWiki支持的语言列表(可选择使用$1inlanguagecode本地化)。", "apihelp-query+siteinfo-paramvalue-prop-languagevariants": "当启用了[[mw:Special:MyLanguage/LanguageConverter|语言转换器]],并且每个语言变体都受支持时,返回语言代码列表。", "apihelp-query+siteinfo-paramvalue-prop-skins": "返回所有启用的皮肤列表(可选择使用$1inlanguagecode本地化,否则是内容语言)。", "apihelp-query+siteinfo-paramvalue-prop-extensiontags": "返回解析器扩展标签列表。", "apihelp-query+siteinfo-paramvalue-prop-functionhooks": "返回解析器函数钩列表。", "apihelp-query+siteinfo-paramvalue-prop-showhooks": "返回所有订阅的钩列表([[mw:Special:MyLanguage/Manual:$wgHooks|$wgHooks]]的内容)。", "apihelp-query+siteinfo-paramvalue-prop-variables": "返回变量ID列表。", "apihelp-query+siteinfo-paramvalue-prop-protocols": "返回外部链接中允许的协议列表。", "apihelp-query+siteinfo-paramvalue-prop-defaultoptions": "返回用户设置的默认值。", "apihelp-query+siteinfo-paramvalue-prop-uploaddialog": "返回上传对话框的配置。", "apihelp-query+siteinfo-param-filteriw": "只返回跨wiki地图中的本地或非本地记录。", "apihelp-query+siteinfo-param-showalldb": "列出所有数据库服务器,不只是最落后的那个。", "apihelp-query+siteinfo-param-numberingroup": "列出用户组中的用户数。", "apihelp-query+siteinfo-param-inlanguagecode": "用于本地化语言名称(尽可能)和皮肤名称的语言代码。", "apihelp-query+siteinfo-example-simple": "取得网站信息。", "apihelp-query+siteinfo-example-interwiki": "取得本地跨wiki前缀列表。", "apihelp-query+siteinfo-example-replag": "检查当前的响应延迟。", "apihelp-query+stashimageinfo-summary": "返回用于藏匿文件的文件信息。", "apihelp-query+stashimageinfo-param-filekey": "用于识别一次临时藏匿的早前上传的关键字。", "apihelp-query+stashimageinfo-param-sessionkey": "$1filekey的别名,用于向后兼容。", "apihelp-query+stashimageinfo-example-simple": "返回藏匿文件的信息。", "apihelp-query+stashimageinfo-example-params": "返回两个藏匿文件的缩略图。", "apihelp-query+tags-summary": "列出更改标签。", "apihelp-query+tags-param-limit": "列出标签的最大数量。", "apihelp-query+tags-param-prop": "要获取的属性:", "apihelp-query+tags-paramvalue-prop-name": "添加标签名称。", "apihelp-query+tags-paramvalue-prop-displayname": "为标签添加系统消息。", "apihelp-query+tags-paramvalue-prop-description": "为标签添加描述。", "apihelp-query+tags-paramvalue-prop-hitcount": "已添加此标签的修订版本与日志数量。", "apihelp-query+tags-paramvalue-prop-defined": "标识标签是否已定义。", "apihelp-query+tags-paramvalue-prop-source": "获得标签来源,它可能包括用于扩展定义的标签的extension,以及用于可被用户手动应用的标签的manual。", "apihelp-query+tags-paramvalue-prop-active": "标签是否仍可被应用。", "apihelp-query+tags-example-simple": "可用标签列表。", "apihelp-query+templates-summary": "返回指定页面上所有被嵌入的页面。", "apihelp-query+templates-param-namespace": "只显示此名字空间的模板。", "apihelp-query+templates-param-limit": "返回的模板数量。", "apihelp-query+templates-param-templates": "只列出这些模板。对于检查某一页面使用某一模板很有用。", "apihelp-query+templates-param-dir": "罗列所采用的方向。", "apihelp-query+templates-example-simple": "获取在页面Main Page使用的模板。", "apihelp-query+templates-example-generator": "获取有关Main Page中使用的模板页面的信息。", "apihelp-query+templates-example-namespaces": "获取在{{ns:user}}和{{ns:template}}名字空间中,嵌入在Main Page页面的页面。", "apihelp-query+tokens-summary": "获取可修改数据的操作的令牌。", "apihelp-query+tokens-param-type": "要请求的令牌类型。", "apihelp-query+tokens-example-simple": "检索一个csrf令牌(默认)。", "apihelp-query+tokens-example-types": "检索一个监视令牌和一个巡查令牌。", "apihelp-query+transcludedin-summary": "查找所有嵌入指定页面的页面。", "apihelp-query+transcludedin-param-prop": "要获取的属性:", "apihelp-query+transcludedin-paramvalue-prop-pageid": "每个页面的页面ID。", "apihelp-query+transcludedin-paramvalue-prop-title": "每个页面的标题。", "apihelp-query+transcludedin-paramvalue-prop-redirect": "标记作为重定向的页面。", "apihelp-query+transcludedin-param-namespace": "至包含这些名字空间的页面。", "apihelp-query+transcludedin-param-limit": "返回多少。", "apihelp-query+transcludedin-param-show": "只显示符合以下标准的项:\n;redirect:只显示重定向。\n;!redirect:只显示非重定向。", "apihelp-query+transcludedin-example-simple": "获取嵌入Main Page的页面列表。", "apihelp-query+transcludedin-example-generator": "获取有关嵌入Main Page的页面的信息。", "apihelp-query+usercontribs-summary": "获取一位用户的所有编辑。", "apihelp-query+usercontribs-param-limit": "返回贡献的最大数量。", "apihelp-query+usercontribs-param-start": "返回的起始时间戳。", "apihelp-query+usercontribs-param-end": "返回的最终时间戳。", "apihelp-query+usercontribs-param-user": "要检索贡献的用户。不能与$1userids$1userprefix一起使用。", "apihelp-query+usercontribs-param-userprefix": "取得所有用户名以这个值开头的用户的贡献。不能与$1user$1userids一起使用。", "apihelp-query+usercontribs-param-userids": "要检索贡献的用户ID。不能与$1user$1userprefix一起使用。", "apihelp-query+usercontribs-param-namespace": "只列出这些名字空间的贡献。", "apihelp-query+usercontribs-param-prop": "包含额外的信息束:", "apihelp-query+usercontribs-paramvalue-prop-ids": "添加页面ID和修订ID。", "apihelp-query+usercontribs-paramvalue-prop-title": "添加页面标题及其名字空间ID。", "apihelp-query+usercontribs-paramvalue-prop-timestamp": "添加编辑的时间戳。", "apihelp-query+usercontribs-paramvalue-prop-comment": "添加编辑摘要。", "apihelp-query+usercontribs-paramvalue-prop-parsedcomment": "添加被解析的编辑摘要。", "apihelp-query+usercontribs-paramvalue-prop-size": "添加编辑的新大小。", "apihelp-query+usercontribs-paramvalue-prop-sizediff": "添加与父编辑相比该编辑的大小变化。", "apihelp-query+usercontribs-paramvalue-prop-flags": "添加编辑标记。", "apihelp-query+usercontribs-paramvalue-prop-patrolled": "标记已巡查编辑。", "apihelp-query+usercontribs-paramvalue-prop-autopatrolled": "编辑自动巡查编辑。", "apihelp-query+usercontribs-paramvalue-prop-tags": "列举用于编辑的标签。", "apihelp-query+usercontribs-param-show": "只显示符合这些标准的项目,例如只显示不是小编辑的编辑:$2show=!minor。\n\n如果$2show=patrolled$2show=!patrolled被设定,早于[[mw:Special:MyLanguage/Manual:$wgRCMaxAge|$wgRCMaxAge]]($1秒)的修订不会被显示。", "apihelp-query+usercontribs-param-tag": "只列出被此标签标记的修订。", "apihelp-query+usercontribs-param-toponly": "只列举作为最新修订的更改。", "apihelp-query+usercontribs-example-user": "显示用户Example的贡献。", "apihelp-query+usercontribs-example-ipprefix": "显示来自192.0.2.前缀所有 IP 地址的贡献。", "apihelp-query+userinfo-summary": "获取有关当前用户的信息。", "apihelp-query+userinfo-param-prop": "要包含的信息束:", "apihelp-query+userinfo-paramvalue-prop-blockinfo": "如果当前用户被封禁就标记,并注明是谁封禁,以何种原因封禁的。", "apihelp-query+userinfo-paramvalue-prop-hasmsg": "如果当前用户有等待中的消息的话,添加标签messages。", "apihelp-query+userinfo-paramvalue-prop-groups": "列举当前用户隶属的所有群组。", "apihelp-query+userinfo-paramvalue-prop-groupmemberships": "列举明确分配给当前用户的用户组,包括每个用户组成员的过期时间。", "apihelp-query+userinfo-paramvalue-prop-implicitgroups": "列举当前用户的所有自动成为成员的用户组。", "apihelp-query+userinfo-paramvalue-prop-rights": "列举当前用户拥有的所有权限。", "apihelp-query+userinfo-paramvalue-prop-changeablegroups": "列举当前用户可以添加并移除的用户组。", "apihelp-query+userinfo-paramvalue-prop-options": "列举当前用户设置的所有参数设置。", "apihelp-query+userinfo-paramvalue-prop-preferencestoken": "获取令牌以更改当前用户的参数设置。", "apihelp-query+userinfo-paramvalue-prop-editcount": "添加当前用户的编辑计数。", "apihelp-query+userinfo-paramvalue-prop-ratelimits": "列举所有应用到当前用户的速率限制。", "apihelp-query+userinfo-paramvalue-prop-realname": "添加用户的真实姓名。", "apihelp-query+userinfo-paramvalue-prop-email": "添加用户的电子邮件地址及电子邮件验证日期。", "apihelp-query+userinfo-paramvalue-prop-acceptlang": "重复由客户端以结构化格式发送的Accept-Language标头。", "apihelp-query+userinfo-paramvalue-prop-registrationdate": "添加用户的注册时间。", "apihelp-query+userinfo-paramvalue-prop-unreadcount": "添加用户监视列表上的未独页面计数(最高$1;如果更多则返回$2)。", "apihelp-query+userinfo-paramvalue-prop-centralids": "添加中心ID并为用户附加状态。", "apihelp-query+userinfo-param-attachedwiki": "与$1prop=centralids一起使用,表明用户是否附加于此ID定义的wiki。", "apihelp-query+userinfo-example-simple": "获取有关当前用户的信息。", "apihelp-query+userinfo-example-data": "获取有关当前用户的额外信息。", "apihelp-query+users-summary": "获取有关列出用户的信息。", "apihelp-query+users-param-prop": "要包含的信息束:", "apihelp-query+users-paramvalue-prop-blockinfo": "如果用户被封禁就标记,并注明是谁封禁,以何种原因封禁的。", "apihelp-query+users-paramvalue-prop-groups": "列举每位用户属于的所有组。", "apihelp-query+users-paramvalue-prop-groupmemberships": "列举明确分配给每位用户的用户组,包括每个用户组成员的过期时间。", "apihelp-query+users-paramvalue-prop-implicitgroups": "列举用户自动作为成员之一的所有组。", "apihelp-query+users-paramvalue-prop-rights": "列举每位用户拥有的所有权限。", "apihelp-query+users-paramvalue-prop-editcount": "添加用户的编辑计数。", "apihelp-query+users-paramvalue-prop-registration": "添加用户的注册时间戳。", "apihelp-query+users-paramvalue-prop-emailable": "当用户可以并希望通过[[Special:Emailuser]]接收电子邮件时标记。", "apihelp-query+users-paramvalue-prop-gender": "标记用户性别。返回“male”、“female”或“unknown”。", "apihelp-query+users-paramvalue-prop-centralids": "添加中心ID并为用户附加状态。", "apihelp-query+users-paramvalue-prop-cancreate": "表明是否可以为有效但尚未注册的用户名创建一个账户。", "apihelp-query+users-param-attachedwiki": "与$1prop=centralids一起使用,表明用户是否附加于此ID定义的wiki。", "apihelp-query+users-param-users": "要获取信息的用户列表。", "apihelp-query+users-param-userids": "要获得信息的用户ID列表。", "apihelp-query+users-param-token": "请改用[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]。", "apihelp-query+users-example-simple": "返回用户Example的信息。", "apihelp-query+watchlist-summary": "在当前用户的监视列表中获取对页面的最近更改。", "apihelp-query+watchlist-param-allrev": "将同一页面的多个修订包含于指定的时间表内。", "apihelp-query+watchlist-param-start": "枚举的起始时间戳。", "apihelp-query+watchlist-param-end": "枚举的结束时间戳。", "apihelp-query+watchlist-param-namespace": "过滤更改为仅限指定名字空间。", "apihelp-query+watchlist-param-user": "只列出此用户的更改。", "apihelp-query+watchlist-param-excludeuser": "不要列出此用户的更改。", "apihelp-query+watchlist-param-limit": "根据结果返回的结果总数。", "apihelp-query+watchlist-param-prop": "要获取的额外属性:", "apihelp-query+watchlist-paramvalue-prop-ids": "添加修订ID和页面ID。", "apihelp-query+watchlist-paramvalue-prop-title": "添加页面标题。", "apihelp-query+watchlist-paramvalue-prop-flags": "为编辑添加标记。", "apihelp-query+watchlist-paramvalue-prop-user": "添加做出编辑的用户。", "apihelp-query+watchlist-paramvalue-prop-userid": "添加做出编辑的用户的ID。", "apihelp-query+watchlist-paramvalue-prop-comment": "添加编辑摘要。", "apihelp-query+watchlist-paramvalue-prop-parsedcomment": "添加解析过的编辑摘要。", "apihelp-query+watchlist-paramvalue-prop-timestamp": "添加编辑时间戳。", "apihelp-query+watchlist-paramvalue-prop-patrol": "将编辑标记为已巡查。", "apihelp-query+watchlist-paramvalue-prop-autopatrol": "将编辑标记为自动巡查。", "apihelp-query+watchlist-paramvalue-prop-sizes": "添加页面的旧有长度和新长度。", "apihelp-query+watchlist-paramvalue-prop-notificationtimestamp": "添加最近被通知有关编辑的用户的时间戳。", "apihelp-query+watchlist-paramvalue-prop-loginfo": "在适当位置添加日志信息。", "apihelp-query+watchlist-paramvalue-prop-tags": "列举条目的标签。", "apihelp-query+watchlist-param-show": "只显示满足这些标准的项目。例如,要只查看由登录用户做出的小编辑,设置$1show=minor|!anon。", "apihelp-query+watchlist-param-type": "要显示的更改类型:", "apihelp-query+watchlist-paramvalue-type-edit": "普通页面编辑。", "apihelp-query+watchlist-paramvalue-type-external": "外部更改。", "apihelp-query+watchlist-paramvalue-type-new": "页面创建。", "apihelp-query+watchlist-paramvalue-type-log": "日志记录。", "apihelp-query+watchlist-paramvalue-type-categorize": "分类成员组更改。", "apihelp-query+watchlist-param-owner": "与$1token一起使用以访问不同用户的监视列表。", "apihelp-query+watchlist-param-token": "允许访问其他用户监视列表的安全密钥(可通过用户的[[Special:Preferences#mw-prefsection-watchlist|参数设置]]找到)。", "apihelp-query+watchlist-example-simple": "在当前用户的监视列表中列出用于最近更改页面的最新修订。", "apihelp-query+watchlist-example-props": "在当前用户的监视列表中检索有关用于最近更改页面的最新修订的额外信息。", "apihelp-query+watchlist-example-allrev": "在当前用户的监视列表中检索有关所有最近对页面的更改的信息。", "apihelp-query+watchlist-example-generator": "在当前用户的监视列表中检索用于最近更改页面的页面信息。", "apihelp-query+watchlist-example-generator-rev": "在当前用户的监视列表中检索用于对页面最近更改的修订信息。", "apihelp-query+watchlist-example-wlowner": "在用户Example的监视列表中列出用于最近更改页面的最新修订。", "apihelp-query+watchlistraw-summary": "获得当前用户的监视列表上的所有页面。", "apihelp-query+watchlistraw-param-namespace": "只列出指定名字空间的页面。", "apihelp-query+watchlistraw-param-limit": "根据结果返回的结果总数。", "apihelp-query+watchlistraw-param-prop": "要获取的额外属性:", "apihelp-query+watchlistraw-paramvalue-prop-changed": "添加最近被通知有关编辑的用户的时间戳。", "apihelp-query+watchlistraw-param-show": "只列出符合这些标准的项目。", "apihelp-query+watchlistraw-param-owner": "与$1token一起使用以访问不同用户的监视列表。", "apihelp-query+watchlistraw-param-token": "允许访问其他用户监视列表的安全密钥(可通过用户的[[Special:Preferences#mw-prefsection-watchlist|参数设置]]找到)。", "apihelp-query+watchlistraw-param-dir": "罗列所采用的方向。", "apihelp-query+watchlistraw-param-fromtitle": "要列举的起始标题(带名字空间前缀)。", "apihelp-query+watchlistraw-param-totitle": "要列举的最终标题(带名字空间前缀)。", "apihelp-query+watchlistraw-example-simple": "列出当前用户的监视列表中的页面。", "apihelp-query+watchlistraw-example-generator": "检索当前用户监视列表上的页面的页面信息。", "apihelp-removeauthenticationdata-summary": "从当前用户移除身份验证数据。", "apihelp-removeauthenticationdata-example-simple": "尝试移除当前用户的FooAuthenticationRequest数据。", "apihelp-resetpassword-summary": "向用户发送密码重置邮件。", "apihelp-resetpassword-extended-description-noroutes": "没有密码重置路由可用。\n\n在[[mw:Special:MyLanguage/Manual:$wgPasswordResetRoutes|$wgPasswordResetRoutes]]中启用路由以使用此模块。", "apihelp-resetpassword-param-user": "正在重置的用户。", "apihelp-resetpassword-param-email": "正在重置用户的电子邮件地址。", "apihelp-resetpassword-example-user": "向用户Example发送密码重置邮件。", "apihelp-resetpassword-example-email": "向所有电子邮件地址为user@example.com的用户发送密码重置邮件。", "apihelp-revisiondelete-summary": "删除和恢复修订版本。", "apihelp-revisiondelete-param-type": "正在执行的修订版本删除类型。", "apihelp-revisiondelete-param-target": "要进行修订版本删除的页面标题,如果对某一类型需要。", "apihelp-revisiondelete-param-ids": "用于将被删除的修订的标识符。", "apihelp-revisiondelete-param-hide": "每次修订要隐藏的东西。", "apihelp-revisiondelete-param-show": "每次修订要恢复显示的东西。", "apihelp-revisiondelete-param-suppress": "是否对管理员及其他人禁止数据。", "apihelp-revisiondelete-param-reason": "删除或恢复的原因。", "apihelp-revisiondelete-param-tags": "要在删除日志中应用到实体的标签。", "apihelp-revisiondelete-example-revision": "隐藏首页的修订版本12345的内容。", "apihelp-revisiondelete-example-log": "隐藏日志记录67890上的所有数据,原因BLP violation。", "apihelp-rollback-summary": "撤销对页面的最近编辑。", "apihelp-rollback-extended-description": "如果上一对页面做出编辑的用户连续做出了多次编辑,它们将全数被回退。", "apihelp-rollback-param-title": "要回退的页面标题。不能与$1pageid一起使用。", "apihelp-rollback-param-pageid": "要回退的页面的页面 ID。不能与$1title一起使用。", "apihelp-rollback-param-tags": "要应用在回退上的标签。", "apihelp-rollback-param-user": "做出要回退的编辑的用户名称。", "apihelp-rollback-param-summary": "自定义编辑摘要。如果为空,将使用默认摘要。", "apihelp-rollback-param-markbot": "将被回退的编辑和回退操作标记为机器人编辑。", "apihelp-rollback-param-watchlist": "无条件地将页面加入至当前用户的监视列表或将其移除,使用设置或不更改监视。", "apihelp-rollback-example-simple": "回退由用户ExampleMain Page做出的最近编辑。", "apihelp-rollback-example-summary": "回退由IP用户192.0.2.5对页面Main Page做出的最近编辑,带编辑摘要Reverting vandalism,并将这些编辑和回退标记为机器人编辑。", "apihelp-rsd-summary": "导出一个RSD(Really Simple Discovery)架构。", "apihelp-rsd-example-simple": "导出RSD架构。", "apihelp-setnotificationtimestamp-summary": "更新监视页面的通知时间戳。", "apihelp-setnotificationtimestamp-extended-description": "这会影响监视列表和历史中已更改页面的高亮度,并且如果“{{int:tog-enotifwatchlistpages}}”设置被启用的话,也会影响电子邮件的发送。", "apihelp-setnotificationtimestamp-param-entirewatchlist": "工作于所有已监视页面。", "apihelp-setnotificationtimestamp-param-timestamp": "要设置通知时间戳的时间戳。", "apihelp-setnotificationtimestamp-param-torevid": "要设置通知时间戳的修订(只限一个页面)。", "apihelp-setnotificationtimestamp-param-newerthanrevid": "要设置通知时间戳的较新修订(只限一个页面)。", "apihelp-setnotificationtimestamp-example-all": "重置整个监视列表的通知状态。", "apihelp-setnotificationtimestamp-example-page": "重置用于Main page的通知状态。", "apihelp-setnotificationtimestamp-example-pagetimestamp": "设置Main page的通知时间戳,这样所有从2012年1月1日起的编辑都会是未复核的。", "apihelp-setnotificationtimestamp-example-allpages": "重置在{{ns:user}}名字空间中的页面的通知状态。", "apihelp-setpagelanguage-summary": "更改页面的语言。", "apihelp-setpagelanguage-extended-description-disabled": "此wiki不允许更改页面的语言。\n\n启用[[mw:Special:MyLanguage/Manual:$wgPageLanguageUseDB|$wgPageLanguageUseDB]]以使用此操作。", "apihelp-setpagelanguage-param-title": "您希望更改语言的页面标题。不能与$1pageid一起使用。", "apihelp-setpagelanguage-param-pageid": "您希望更改语言的页面ID。不能与$1title一起使用。", "apihelp-setpagelanguage-param-lang": "更改页面的目标语言的语言代码。使用default以重置页面为wiki的默认内容语言。", "apihelp-setpagelanguage-param-reason": "更改原因。", "apihelp-setpagelanguage-param-tags": "要应用到此操作导致的日志记录的更改标签。", "apihelp-setpagelanguage-example-language": "更改Main Page的语言为巴斯克语。", "apihelp-setpagelanguage-example-default": "更改ID为123的页面的语言为wiki的默认内容语言。", "apihelp-stashedit-summary": "在分享缓存中准备编辑。", "apihelp-stashedit-extended-description": "这是打算通过使用来自编辑表单的AJAX以改进页面保存的性能。", "apihelp-stashedit-param-title": "已开始编辑的页面标题。", "apihelp-stashedit-param-section": "段落数。0用于首段,new用于新的段落。", "apihelp-stashedit-param-sectiontitle": "新段落的标题。", "apihelp-stashedit-param-text": "页面内容。", "apihelp-stashedit-param-stashedtexthash": "要使用的来自先前暂存处的页面内容哈希。", "apihelp-stashedit-param-contentmodel": "新内容的内容模型。", "apihelp-stashedit-param-contentformat": "用于输入文本的内容序列化格式。", "apihelp-stashedit-param-baserevid": "基础修订的修订ID。", "apihelp-stashedit-param-summary": "更改摘要。", "apihelp-tag-summary": "从个别修订或日志记录中添加或移除更改标签。", "apihelp-tag-param-rcid": "要添加或移除标签的一个或更多的最近更改ID。", "apihelp-tag-param-revid": "要添加或移除标签的一个或更多的修订ID。", "apihelp-tag-param-logid": "要添加或移除标签的一个或更多的日志记录ID。", "apihelp-tag-param-add": "要添加的标签。只有手动定义的标签可以添加。", "apihelp-tag-param-remove": "要移除的标签。只有手动定义或完全不明确的标签可以被移除。", "apihelp-tag-param-reason": "更改原因。", "apihelp-tag-param-tags": "要应用到将被创建为此操作结果的日志实体的标签。", "apihelp-tag-example-rev": "将vandalism标签添加至修订ID 123,而不指定原因", "apihelp-tag-example-log": "从日志记录ID 123移除spam标签,原因为Wrongly applied", "apihelp-tokens-summary": "获取数据修改操作的令牌。", "apihelp-tokens-extended-description": "此模块已弃用,以便[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]使用。", "apihelp-tokens-param-type": "要请求的令牌类型。", "apihelp-tokens-example-edit": "检索一个编辑令牌(默认)。", "apihelp-tokens-example-emailmove": "检索一个电子邮件令牌和一个移动令牌。", "apihelp-unblock-summary": "解封一位用户。", "apihelp-unblock-param-id": "解封时需要的封禁ID(通过list=blocks获得)。不能与$1user$1userid一起使用。", "apihelp-unblock-param-user": "要解封的用户名、IP地址或IP地址段。不能与$1id$1userid一起使用。", "apihelp-unblock-param-userid": "要封禁的用户ID。不能与$1id$1user一起使用。", "apihelp-unblock-param-reason": "解封的原因。", "apihelp-unblock-param-tags": "要在封禁日志中应用到实体的更改标签。", "apihelp-unblock-example-id": "解封封禁ID #105。", "apihelp-unblock-example-user": "解封用户Bob,原因Sorry Bob。", "apihelp-undelete-summary": "恢复删除页面的修订版本。", "apihelp-undelete-extended-description": "被删除修订的列表(包括时间戳)可通过[[Special:ApiHelp/query+deletedrevisions|prop=deletedrevisions]]检索到,并且被删除的文件ID列表可通过[[Special:ApiHelp/query+filearchive|list=filearchive]]检索到。", "apihelp-undelete-param-title": "要恢复的页面标题。", "apihelp-undelete-param-reason": "恢复的原因。", "apihelp-undelete-param-tags": "要在删除日志中应用到实体的更改标签。", "apihelp-undelete-param-timestamps": "要回复的修订的时间戳。如果$1timestamps$1fileids都为空,所有将被恢复。", "apihelp-undelete-param-fileids": "要恢复的文件修订ID。如果$1timestamps$1fileids都为空,所有将被恢复。", "apihelp-undelete-param-watchlist": "无条件地将页面加入至当前用户的监视列表或将其移除,使用设置或不更改监视。", "apihelp-undelete-example-page": "恢复页面Main Page。", "apihelp-undelete-example-revisions": "恢复Main Page的两个修订。", "apihelp-unlinkaccount-summary": "从当前用户移除已连接的第三方账户。", "apihelp-unlinkaccount-example-simple": "尝试移除当前用户的,与FooAuthenticationRequest相关联提供方的链接。", "apihelp-upload-summary": "上传文件,或获取正在等待中的上传的状态。", "apihelp-upload-extended-description": "可以使用的几种方法:\n* 直接上传文件内容,使用$1file参数。\n* 成批上传文件,使用$1filesize$1chunk$1offset参数。\n* 有MediaWiki服务器从URL检索一个文件,使用$1url参数。\n* 完成一次由于警告而失败的早前上传,使用$1filekey参数。\n需要注意,当发送$1file时,HTTP POST必须做为一次文件上传(也就是使用multipart/form-data)完成。", "apihelp-upload-param-filename": "目标文件名。", "apihelp-upload-param-comment": "上传注释。如果没有指定$1text,那么它也被用于新文件的初始页面文本。", "apihelp-upload-param-tags": "更改标签以应用于上传日志记录和文件页面修订中。", "apihelp-upload-param-text": "用于新文件的初始页面文本。", "apihelp-upload-param-watch": "监视页面。", "apihelp-upload-param-watchlist": "无条件地将页面加入至当前用户的监视列表或将其移除,使用设置或不更改监视。", "apihelp-upload-param-ignorewarnings": "忽略任何警告。", "apihelp-upload-param-file": "文件内容。", "apihelp-upload-param-url": "要检索文件来源的URL。", "apihelp-upload-param-filekey": "用于识别一次临时藏匿的早前上传的关键字。", "apihelp-upload-param-sessionkey": "与$1filekey相同,基于向后兼容而维护。", "apihelp-upload-param-stash": "如果设置,服务器将临时藏匿文件而不是加入存储库。", "apihelp-upload-param-filesize": "全部上传的文件大小。", "apihelp-upload-param-offset": "数据块的偏移量(字节)。", "apihelp-upload-param-chunk": "大块内容。", "apihelp-upload-param-async": "在可能的情况下,使潜在的大文件操作异步进行。", "apihelp-upload-param-checkstatus": "只检索指定文件密钥的上传状态。", "apihelp-upload-example-url": "从URL上传。", "apihelp-upload-example-filekey": "完成一次由于警告而失败的上传。", "apihelp-userrights-summary": "更改一位用户的组成员。", "apihelp-userrights-param-user": "用户名。", "apihelp-userrights-param-userid": "用户ID。", "apihelp-userrights-param-add": "将用户加入至这些组中,或如果其已作为成员,更新其所在用户组成员资格的终止时间。", "apihelp-userrights-param-expiry": "到期时间戳。可以是相对值(例如5 months2 weeks)或绝对值(例如2014-09-18T12:34:56Z)。如果只设置一个时间戳,它将被用于所有传递给$1add参数的组。对于永不过时的用户组,使用infiniteindefiniteinfinitynever。", "apihelp-userrights-param-remove": "将用户从这些组中移除。", "apihelp-userrights-param-reason": "更改原因。", "apihelp-userrights-param-tags": "要在用户权限日志中应用到实体的更改标签。", "apihelp-userrights-example-user": "将用户FooBot添加至bot用户组,并从sysopbureaucrat组移除。", "apihelp-userrights-example-userid": "将ID为123的用户加入至机器人组,并将其从管理员行政员组移除。", "apihelp-userrights-example-expiry": "添加用户SometimeSysop至用户组sysop,为期1个月。", "apihelp-validatepassword-summary": "验证密码是否符合wiki的密码方针。", "apihelp-validatepassword-extended-description": "如果密码可以接受,就报告有效性为Good,如果密码可用于登录但必须更改,则报告为Change,或如果密码不可使用,则报告为Invalid。", "apihelp-validatepassword-param-password": "要验证的密码。", "apihelp-validatepassword-param-user": "用户名,供测试账户创建时使用。命名的用户必须不存在。", "apihelp-validatepassword-param-email": "电子邮件,供测试账户创建时使用。", "apihelp-validatepassword-param-realname": "真实姓名,供测试账户创建时使用。", "apihelp-validatepassword-example-1": "验证当前用户的密码foobar。", "apihelp-validatepassword-example-2": "为创建用户Example验证密码qwerty。", "apihelp-watch-summary": "从当前用户的监视列表中添加或移除页面。", "apihelp-watch-param-title": "要(取消)监视的页面。也可使用$1titles。", "apihelp-watch-param-unwatch": "如果设置页面将被取消监视而不是被监视。", "apihelp-watch-example-watch": "监视页面Main Page。", "apihelp-watch-example-unwatch": "取消监视页面Main Page。", "apihelp-watch-example-generator": "监视主名字空间中的最少几个页面。", "apihelp-format-example-generic": "返回查询结果为$1格式。", "apihelp-format-param-wrappedhtml": "作为一个JSON对象返回优质打印的HTML和关联的ResouceLoader模块。", "apihelp-json-summary": "输出数据为JSON格式。", "apihelp-json-param-callback": "如果指定,将输出内容包裹在一个指定的函数调用中。出于安全考虑,所有用户相关的数据将被限制。", "apihelp-json-param-utf8": "如果指定,使用十六进制转义序列将大多数(但不是全部)非ASCII的字符编码为UTF-8,而不是替换它们。默认当formatversion不是1时。", "apihelp-json-param-ascii": "如果指定,使用十六进制转义序列将所有非ASCII编码。默认当formatversion1时。", "apihelp-json-param-formatversion": "输出格式:\n;1:向后兼容格式(XML样式布尔值、用于内容节点的*键等)。\n;2:实验现代格式。细节可能更改!\n;latest:使用最新格式(当前为2),格式可能在没有警告的情况下更改。", "apihelp-jsonfm-summary": "输出数据为JSON格式(HTML优质打印效果)。", "apihelp-none-summary": "不输出任何东西。", "apihelp-php-summary": "输出数据为序列化PHP格式。", "apihelp-php-param-formatversion": "输出格式:\n;1:向后兼容格式(XML样式布尔值、用于内容节点的*键等)。\n;2:实验现代格式。细节可能更改!\n;latest:使用最新格式(当前为2),格式可能在没有警告的情况下更改。", "apihelp-phpfm-summary": "输出数据为序列化PHP格式(HTML优质打印效果)。", "apihelp-rawfm-summary": "输出数据为JSON格式,包含调试元素(HTML优质打印效果)。", "apihelp-xml-summary": "输出数据为XML格式。", "apihelp-xml-param-xslt": "如果指定,加入已命名的页面作为一个XSL样式表。值必须是在{{ns:MediaWiki}}名字空间以.xsl为结尾的标题。", "apihelp-xml-param-includexmlnamespace": "如果指定,添加一个XML名字空间。", "apihelp-xmlfm-summary": "输出数据为XML格式(HTML优质打印效果)。", "api-format-title": "MediaWiki API 结果", "api-format-prettyprint-header": "这是$1格式的HTML实现。HTML对调试很有用,但不适合应用程序使用。\n\n指定format参数以更改输出格式。要查看$1格式的非HTML实现,设置format=$2。\n\n参见[[mw:Special:MyLanguage/API|完整文档]],或[[Special:ApiHelp/main|API帮助]]以获取更多信息。", "api-format-prettyprint-header-only-html": "这是用来调试的HTML实现,不适合实际使用。\n\n参见[[mw:Special:MyLanguage/API|完整文档]],或[[Special:ApiHelp/main|API帮助]]以获取更多信息。", "api-format-prettyprint-header-hyperlinked": "这是$1格式的HTML实现。HTML对调试很有用,但不适合应用程序使用。\n\n指定format参数以更改输出格式。要查看$1格式的非HTML实现,设置[$3 format=$2]。\n\n参见[[mw:API|完整文档]],或[[Special:ApiHelp/main|API帮助]]以获取更多信息。", "api-format-prettyprint-status": "此响应将会返回HTTP状态$1 $2。", "api-login-fail-aborted": "身份验证需要用户交互,而其不被action=login支持。要通过action=login登录,请参见[[Special:BotPasswords]]。要继续使用主账户登录,请参见[[Special:ApiHelp/clientlogin|action=clientlogin]]。", "api-login-fail-aborted-nobotpw": "身份验证需要用户交互,而其不被action=login支持。要登录,请参见[[Special:ApiHelp/clientlogin|action=clientlogin]]。", "api-login-fail-badsessionprovider": "当使用$1时不能登录。", "api-login-fail-sameorigin": "当同源协议未应用时不能登录。", "api-pageset-param-titles": "要工作的标题列表。", "api-pageset-param-pageids": "要工作的页面ID列表。", "api-pageset-param-revids": "要工作的修订ID列表。", "api-pageset-param-generator": "通过执行指定查询模块获得页面列表以工作。\n\n注意:发生器参数名称必须以“g”开头,参见例子。", "api-pageset-param-redirects-generator": "自动解决在$1titles$1pageids$1revids,以及在由$1generator返回的页面中的重定向。", "api-pageset-param-redirects-nogenerator": "自动解决$1titles$1pageids$1revids中的重定向。", "api-pageset-param-converttitles": "如有需要,将标题转换为其他变体。只有当wiki的内容语言支持变体转换时才能工作。支持变体转换的语言包括$1。", "api-help-title": "MediaWiki API 帮助", "api-help-lead": "这是自动生成的MediaWiki API文档页面。\n\n文档和例子:https://www.mediawiki.org/wiki/API:Main_page/zh", "api-help-main-header": "主模块", "api-help-undocumented-module": "没有用于模块$1的文档。", "api-help-flag-deprecated": "此模块已弃用。", "api-help-flag-internal": "此模块是内部或不稳定的。它的操作可以更改而不另行通知。", "api-help-flag-readrights": "此模块需要读取权限。", "api-help-flag-writerights": "此模块需要写入权限。", "api-help-flag-mustbeposted": "此模块只允许POST请求。", "api-help-flag-generator": "此模块可作为发生器使用。", "api-help-source": "来源:$1", "api-help-source-unknown": "来源:未知", "api-help-license": "许可协议:[[$1|$2]]", "api-help-license-noname": "许可协议:[[$1|参见链接]]", "api-help-license-unknown": "许可协议:未知", "api-help-parameters": "{{PLURAL:$1|参数}}:", "api-help-param-deprecated": "已弃用。", "api-help-param-required": "这个参数是必须的。", "api-help-datatypes-header": "数据类型", "api-help-datatypes": "至MediaWiki的输入应为NFC标准化的UTF-8。MediaWiki可以尝试转换其他输入,但这可能导致一些操作失败(例如带MD5校验[[Special:ApiHelp/edit|编辑]])。\n\n一些在API请求中的参数类型需要更进一步解释:\n;boolean\n:布尔参数就像HTML复选框一样工作:如果指定参数,无论何值都被认为是真。如果要假值,则可完全忽略参数。\n;timestamp\n:时间戳可被指定为很多格式。推荐使用ISO 8601日期和时间标准。所有时间为UTC时间,包含的任何时区会被忽略。\n:* ISO 8601日期和时间,2001-01-15T14:56:00Z(标点和Z是可选项)\n:* 带小数秒(会被忽略)的ISO 8601日期和时间,2001-01-15T14:56:00.00001Z(破折号、冒号和Z是可选的)\n:* MediaWiki格式,20010115145600\n:* 一般数字格式,2001-01-15 14:56:00GMT+##-##的可选时区会被忽略)\n:* EXIF格式,2001:01:15 14:56:00\n:* RFC 2822格式(时区可省略),Mon, 15 Jan 2001 14:56:00\n:* RFC 850格式(时区可省略),Monday, 15-Jan-2001 14:56:00\n:* C ctime格式,Mon Jan 15 14:56:00 2001\n:* 从1970-01-01T00:00:00Z开始的秒数,作为1到13位数的整数(除了0)\n:* 字符串now\n;替代多值分隔符\n:使用多个值的参数通常会与管道符号分隔的值一起提交,例如param=value1|value2param=value1%7Cvalue2。如果值必须包含管道符号,使用U+001F(单位分隔符)作为分隔符,''并''在值前加前缀U+001F,例如param=%1Fvalue1%1Fvalue2。", "api-help-param-type-limit": "类型:整数或max", "api-help-param-type-integer": "类型:{{PLURAL:$1|1=整数|2=整数列表}}", "api-help-param-type-boolean": "类型:布尔值([[Special:ApiHelp/main#main/datatypes|详细信息]])", "api-help-param-type-timestamp": "类型:{{PLURAL:$1|1=时间戳|2=时间戳列表}}([[Special:ApiHelp/main#main/datatypes|允许格式]])", "api-help-param-type-user": "类型:{{PLURAL:$1|1=用户名|2=用户名列表}}", "api-help-param-list": "{{PLURAL:$1|1=以下值中的一个|2=值(以{{!}}或[[Special:ApiHelp/main#main/datatypes|替代物]]分隔)}}:$2", "api-help-param-list-can-be-empty": "{{PLURAL:$1|0=必须为空|可以为空,或$2}}", "api-help-param-limit": "不允许超过$1。", "api-help-param-limit2": "不允许超过$1个(对于机器人则是$2个)。", "api-help-param-integer-min": "{{PLURAL:$1|值}}必须不少于$2。", "api-help-param-integer-max": "{{PLURAL:$1|值}}必须不大于$3。", "api-help-param-integer-minmax": "{{PLURAL:$1|值}}必须介于$2和$3之间。", "api-help-param-upload": "必须被公布为使用multipart/form-data的一次文件上传。", "api-help-param-multi-separate": "通过|或[[Special:ApiHelp/main#main/datatypes|替代物]]隔开各值。", "api-help-param-multi-max": "值的最大数量是{{PLURAL:$1|$1}}(对于机器人则是{{PLURAL:$2|$2}})。", "api-help-param-multi-max-simple": "值的最大数量为{{PLURAL:$1|$1}}。", "api-help-param-multi-all": "要指定所有值,请使用$1。", "api-help-param-default": "默认:$1", "api-help-param-default-empty": "默认:(空)", "api-help-param-token": "从[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]取回的“$1”令牌", "api-help-param-token-webui": "出于兼容性考虑,web UI中使用的令牌也被接受。", "api-help-param-disabled-in-miser-mode": "由于[[mw:Special:MyLanguage/Manual:$wgMiserMode|miser模式]]而禁用。", "api-help-param-limited-in-miser-mode": "注意:由于[[mw:Special:MyLanguage/Manual:$wgMiserMode|miser模式]],使用这个可能导致继续前返回少于$1limit个结果;极端情况下可能不会返回任何结果。", "api-help-param-direction": "列举的方向:\n;newer:最早的优先。注意:$1start应早于$1end。\n;older:最新的优先(默认)。注意:$1start应晚于$1end。", "api-help-param-continue": "当更多结果可用时,使用这个继续。", "api-help-param-no-description": "(没有说明)", "api-help-param-maxbytes": "不能超过$1{{PLURAL:$1|字节}}。", "api-help-param-maxchars": "不能超过$1个{{PLURAL:$1|字符}}。", "api-help-examples": "{{PLURAL:$1|例子}}:", "api-help-permissions": "{{PLURAL:$1|权限}}:", "api-help-permissions-granted-to": "{{PLURAL:$1|授予}}:$2", "api-help-right-apihighlimits": "在API查询中使用更高的上限(慢查询:$1;快查询:$2)。慢查询的限制也适用于多值参数。", "api-help-open-in-apisandbox": "[在沙盒中打开]", "api-help-authmanager-general-usage": "使用此模块的一般程序是:\n# 通过amirequestsfor=$4取得来自[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]的可用字段,和来自[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]$5令牌。\n# 向用户显示字段,并获得其提交的内容。\n# 发送(POST)至此模块,提供$1returnurl及任何相关字段。\n# 在响应中检查status。\n#* 如果您收到了PASS(成功)或FAIL(失败),则认为操作结束。成功与否如上句所示。\n#* 如果您收到了UI,向用户显示新字段,并再次获取其提交的内容。然后再次使用$1continue,向本模块提交相关字段,并重复第四步。\n#* 如果您收到了REDIRECT,将用户指向redirecttarget中的目标,等待其返回$1returnurl。然后再次使用$1continue,向本模块提交返回URL中提供的一切字段,并重复第四步。\n#* 如果您收到了RESTART,这意味着身份验证正常运作,但我们没有链接的用户账户。您可以将此看做UIFAIL。", "api-help-authmanagerhelper-requests": "只使用这些身份验证请求,通过返回自[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]idamirequestsfor=$1,或来自此模块之前的响应。", "api-help-authmanagerhelper-request": "使用此身份验证请求,通过返回自[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]idamirequestsfor=$1。", "api-help-authmanagerhelper-messageformat": "返回消息使用的格式。", "api-help-authmanagerhelper-mergerequestfields": "合并用于所有身份验证请求的字段信息至一个数组中。", "api-help-authmanagerhelper-preservestate": "从之前失败的登录尝试中保持状态,如果可能。", "api-help-authmanagerhelper-returnurl": "为第三方身份验证流返回URL,必须为绝对值。需要此值或$1continue两者之一。\n\n在接收REDIRECT响应时,您将代表性的打开浏览器或web视图到特定用于第三方身份验证流的redirecttarget URL。当它完成时,第三方将发生浏览器或web视图至此URL。您应当提取任何来自URL的查询或POST参数,并作为$1continue请求传递至此API模块。", "api-help-authmanagerhelper-continue": "此请求是在早先的UIREDIRECT响应之后的附加请求。必需此值或$1returnurl。", "api-help-authmanagerhelper-additional-params": "此模块允许额外参数,取决于可用的身份验证请求。使用[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]amirequestsfor=$1(或之前来自此模块的相应,如果可以)以决定可用请求及其使用的字段。", "apierror-allimages-redirect": "当使用allimages作为发生器时,请使用gaifilterredir=nonredirects而不是redirects。", "apierror-allpages-generator-redirects": "当使用allpages作为发生器时,请使用gapfilterredir=nonredirects而不是redirects。", "apierror-appendnotsupported": "不能使用内容模型$1附加在页面上。", "apierror-articleexists": "您尝试创建的条目已刚刚被创建。", "apierror-assertbotfailed": "主张用户有bot权限失败。", "apierror-assertnameduserfailed": "主张用户为“$1”失败。", "apierror-assertuserfailed": "主张用户已登录失败。", "apierror-autoblocked": "您的IP地址已被自动封禁,因为它曾被一位已封禁用户使用。", "apierror-badconfig-resulttoosmall": "此wiki上$wgAPIMaxResultSize的值太小,不能获得基础结果信息。", "apierror-badcontinue": "无效继续参数。您应该传递由之前查询返回的原始值。", "apierror-baddiff": "不能取得差异。一个或多个修订版本不存在,或您没有权限查看它们。", "apierror-baddiffto": "$1diffto必须设置为非负数、prevnextcur。", "apierror-badformat-generic": "内容模型$2尚不支持请求的内容格式$1。", "apierror-badformat": "由$3使用的内容模型$2尚不支持请求的内容格式$1。", "apierror-badgenerator-notgenerator": "模块$1不能用作发生器。", "apierror-badgenerator-unknown": "未知generator=$1。", "apierror-badip": "IP参数无效。", "apierror-badmd5": "提供的MD5哈希不正确。", "apierror-badmodule-badsubmodule": "模块$1不包含子模块“$2”。", "apierror-badmodule-nosubmodules": "模块$1没有子模块。", "apierror-badparameter": "用于参数$1的值无效。", "apierror-badquery": "无效的查询。", "apierror-badtimestamp": "用于时间戳参数$1的值“$2”无效。", "apierror-badtoken": "无效的CSRF令牌。", "apierror-badupload": "文件上传参数$1不是文件上传;确保为您的POST使用multipart/form-data,并在Content-Disposition标头中包含文件名。", "apierror-badurl": "用于URL参数$1的值“$2”无效。", "apierror-baduser": "用于用户参数$1的值“$2”无效。", "apierror-badvalue-notmultivalue": "U+001F多值分隔符只可以用于多值参数。", "apierror-bad-watchlist-token": "提供了不正确的监视列表令牌。请在[[Special:Preferences]]设置正确的令牌。", "apierror-blockedfrommail": "您已被封禁,不能发送电子邮件。", "apierror-blocked": "您已被封禁,不能编辑。", "apierror-botsnotsupported": "此界面不支持机器人。", "apierror-cannot-async-upload-file": "参数asyncfile不能结合。如果您希望对您上传的文件进行不同处理,请将其首先上传至暂存处(使用stash参数),然后异步发布暂存文件(使用filekeyasync)。", "apierror-cannotreauthenticate": "由于您的身份不能被验证,此操作不可用。", "apierror-cannotviewtitle": "您不被允许查看$1。", "apierror-cantblock-email": "您没有权限封禁用户通过wiki发送电子邮件。", "apierror-cantblock": "您没有权限封禁用户。", "apierror-cantchangecontentmodel": "您没有权限更改页面的内容模型。", "apierror-canthide": "您没有权限从封禁日志中隐藏用户名。", "apierror-cantimport-upload": "您没有权限导入上传的页面。", "apierror-cantimport": "您没有权限导入页面。", "apierror-cantoverwrite-sharedfile": "目标文件存在于分享存储库,并且您没有权限覆盖它。", "apierror-cantsend": "您没有登录,您没有已确认的电子邮件地址,或者您未被允许向其他用户发送电子邮件,所以您不能发送电子邮件。", "apierror-cantundelete": "不能还原:请求的修订版本可能不存在,或可能已被还原。", "apierror-changeauth-norequest": "创建更改请求失败。", "apierror-chunk-too-small": "对于非最终块,最小块大小为$1{{PLURAL:$1|字节}}。", "apierror-cidrtoobroad": "比/$2更宽的$1 CIDR地址段不被接受。", "apierror-compare-no-title": "不能在没有标题的情况下预保存转换。尝试指定fromtitletotitle。", "apierror-compare-nosuchfromsection": "在“from”内容中没有章节$1。", "apierror-compare-nosuchtosection": "在“to”内容中没有章节$1。", "apierror-compare-relative-to-nothing": "没有与torelative的“from”修订版本相对的版本。", "apierror-contentserializationexception": "内容序列化失败:$1", "apierror-contenttoobig": "您提供的内容超过了$1{{PLURAL:$1|千字节}}的条目大小限制。", "apierror-copyuploadbaddomain": "不允许从此域名通过URL上传。", "apierror-copyuploadbadurl": "不允许从此URL上传。", "apierror-create-titleexists": "现有标题不能通过create保护。", "apierror-csp-report": "处理CSP报告时出错:$1。", "apierror-databaseerror": "[$1]数据库查询错误。", "apierror-deletedrevs-param-not-1-2": "$1参数不能用于模式1或2。", "apierror-deletedrevs-param-not-3": "$1参数不能用于模式3。", "apierror-emptynewsection": "无法创建空白新章节。", "apierror-emptypage": "不允许创建新的,空白的页面。", "apierror-exceptioncaught": "[$1]捕获异常:$2", "apierror-filedoesnotexist": "文件不存在。", "apierror-fileexists-sharedrepo-perm": "目标文件存在于共享存储库。使用ignorewarnings参数覆盖它。", "apierror-filenopath": "不能获取本地文件路径。", "apierror-filetypecannotberotated": "文件类型不能旋转。", "apierror-formatphp": "此响应不能使用format=php代表。请参见https://phabricator.wikimedia.org/T68776。", "apierror-imageusage-badtitle": "$1的标题必须是文件。", "apierror-import-unknownerror": "导入时的未知错误:$1。", "apierror-integeroutofrange-abovebotmax": "对于机器人和管理员,$1不能超过$2(设置为$3)。", "apierror-integeroutofrange-abovemax": "对于用户,$1不能超过$2(设置为$3)。", "apierror-integeroutofrange-belowminimum": "$1不能小于$2(设置为$3)。", "apierror-invalidcategory": "您输入的分类名称无效。", "apierror-invalid-chunk": "偏移值与当前数据块之和大于声称的文件大小。", "apierror-invalidexpiry": "无效的过期时间“$1”。", "apierror-invalid-file-key": "不是有效的文件关键词。", "apierror-invalidlang": "用于参数$1的语言值无效。", "apierror-invalidoldimage": "oldimage参数有无效格式。", "apierror-invalidparammix-cannotusewith": "$1参数不能与$2一起使用。", "apierror-invalidparammix-mustusewith": "$1参数只能与$2一起使用。", "apierror-invalidparammix-parse-new-section": "section=new不能连同oldidpageidpage参数使用。请使用titletext。", "apierror-invalidparammix": "{{PLURAL:$2|参数}}$1不能一起使用。", "apierror-invalidsection": "section参数必须为有效的章节ID或new。", "apierror-invalidsha1base36hash": "提供的SHA1Base36哈希无效。", "apierror-invalidsha1hash": "提供的SHA1哈希无效。", "apierror-invalidtitle": "错误标题“$1”。", "apierror-invalidurlparam": "$1urlparam的值无效($2=$3)。", "apierror-invaliduser": "无效用户名“$1”。", "apierror-invaliduserid": "用户ID$1无效。", "apierror-maxbytes": "参数$1不能超过$2{{PLURAL:$2|字节}}", "apierror-maxchars": "参数$1不能超过$2个{{PLURAL:$2|字符}}", "apierror-maxlag-generic": "正在等待数据库服务器:已延迟$1{{PLURAL:$1|秒}}。", "apierror-maxlag": "正在等待$2:已延迟$1{{PLURAL:$1|秒}}。", "apierror-mimesearchdisabled": "MIME搜索在Miser模式中被禁用。", "apierror-missingcontent-pageid": "丢失ID为$1的页面的内容。", "apierror-missingcontent-revid": "丢失ID为$1的修订版本的内容。", "apierror-missingparam-at-least-one-of": "需要{{PLURAL:$2|参数$1|$1中的至少一个参数}}。", "apierror-missingparam-one-of": "需要{{PLURAL:$2|参数$1|$1中的一个参数}}。", "apierror-missingparam": "$1参数必须被设置。", "apierror-missingrev-pageid": "没有ID为$1的页面的当前修订版本。", "apierror-missingrev-title": "没有标题$1的当前修订版本。", "apierror-missingtitle-createonly": "丢失标题只可以通过create保护。", "apierror-missingtitle": "您指定的页面不存在。", "apierror-missingtitle-byname": "页面$1不存在。", "apierror-moduledisabled": "$1模块已被禁用。", "apierror-multival-only-one-of": "参数$1只允许$2{{PLURAL:$3||之一}}。", "apierror-multpages": "$1只可以在单一页面使用。", "apierror-mustbeloggedin-changeauth": "您必须登录以更改身份验证数据。", "apierror-mustbeloggedin-generic": "您必须登录。", "apierror-mustbeloggedin-linkaccounts": "您必须登录以链接账户。", "apierror-mustbeloggedin-removeauth": "您必须登录以移除身份验证数据。", "apierror-mustbeloggedin-uploadstash": "上传暂存功能只对已登录用户可用。", "apierror-mustbeloggedin": "您必须登录至$1。", "apierror-mustbeposted": "$1模块需要POST请求。", "apierror-mustpostparams": "以下{{PLURAL:$2|参数}}在查询字符串中被找到,但必须在POST正文中:$1。", "apierror-noapiwrite": "通过API编辑此wiki已禁用。请确保$wgEnableWriteAPI=true;声明包含在wiki的LocalSettings.php文件中。", "apierror-nochanges": "没有请求的更改。", "apierror-nodeleteablefile": "没有该文件的旧版本。", "apierror-no-direct-editing": "$2使用的内容模型$1不支持通过API直接编辑。", "apierror-noedit-anon": "匿名用户不能编辑页面。", "apierror-noedit": "您没有权限编辑页面。", "apierror-noimageredirect-anon": "匿名用户不能创建图片重定向。", "apierror-noimageredirect": "您没有权限创建图片重定向。", "apierror-nosuchlogid": "没有ID为$1的日志记录。", "apierror-nosuchpageid": "没有ID为$1的页面。", "apierror-nosuchrcid": "没有ID为$1的最近更改。", "apierror-nosuchrevid": "没有ID为$1的修订版本。", "apierror-nosuchsection": "没有章节$1。", "apierror-nosuchsection-what": "在$2中没有章节$1。", "apierror-nosuchuserid": "没有ID为$1的用户。", "apierror-notarget": "您没有为此章节指定有效目标。", "apierror-notpatrollable": "修订版本r$1不能巡查,因为它太旧了。", "apierror-nouploadmodule": "未设置上传模块。", "apierror-offline": "由于网络连接问题无法进行。请确保您的网络连接正常工作,并重试。", "apierror-opensearch-json-warnings": "警告不能以OpenSearch JSON格式表示。", "apierror-pagecannotexist": "名字空间不允许实际页面。", "apierror-pagedeleted": "在您取得页面时间戳以来,页面已被删除。", "apierror-pagelang-disabled": "此wiki不允许更改页面的语言。", "apierror-paramempty": "参数$1不能为空。", "apierror-parsetree-notwikitext": "prop=parsetree只支持wiki文本内容。", "apierror-parsetree-notwikitext-title": "prop=parsetree只支持wiki文本内容。$1使用内容模型$2。", "apierror-pastexpiry": "终止时间“$1”已过去。", "apierror-permissiondenied": "您没有权限$1。", "apierror-permissiondenied-generic": "权限被拒绝。", "apierror-permissiondenied-patrolflag": "您需要patrolpatrolmarks权限来请求巡查标记。", "apierror-permissiondenied-unblock": "您没有权限解封用户。", "apierror-prefixsearchdisabled": "前缀搜索在Miser模式中被禁用。", "apierror-promised-nonwrite-api": "Promise-Non-Write-API-Action HTTP标头不能发送至写模式API模块。", "apierror-protect-invalidaction": "无效的保护类型“$1”。", "apierror-protect-invalidlevel": "无效的保护级别“$1”。", "apierror-ratelimited": "您已超过您的速率限制。请等待一段时间再试。", "apierror-readapidenied": "您需要读取权限以使用此模块。", "apierror-readonly": "此wiki目前为只读模式。", "apierror-reauthenticate": "您在该会话中尚未经过验证,请重新验证。", "apierror-redirect-appendonly": "您试图使用重定向跟随模式编辑,而这必须与section=newprependtextappendtext共同使用。", "apierror-revdel-mutuallyexclusive": "同一字段不能同时用于hideshow。", "apierror-revdel-needtarget": "此修订版本删除类型需要目标标题。", "apierror-revdel-paramneeded": "需要hide和/或show的至少一个值。", "apierror-revisions-badid": "未找到参数$1的修订版本。", "apierror-revisions-norevids": "revids参数不能与列表选项($1limit$1startid$1endid$1dir=newer$1user$1excludeuser$1start$1end)一起使用", "apierror-revisions-singlepage": "titlespageids或发生器用于提供多个页面,但$1limit$1startid$1endid$1dir=newer$1user$1excludeuser$1start$1end参数只能在一个页面上使用。", "apierror-revwrongpage": "r$1不是$2的修订版本。", "apierror-searchdisabled": "$1搜索已禁用。", "apierror-sectionreplacefailed": "不能合并更新的章节。", "apierror-sectionsnotsupported": "内容模型$1不支持章节。", "apierror-sectionsnotsupported-what": "章节不被$1所支持。", "apierror-show": "不正确的参数——不可提供互斥值。", "apierror-siteinfo-includealldenied": "除非$wgShowHostNames为真,否则不能查看所有服务器的信息。", "apierror-sizediffdisabled": "大小差异在Miser模式中被禁用。", "apierror-spamdetected": "您的编辑被拒绝,因为它包含垃圾部分:$1。", "apierror-specialpage-cantexecute": "您没有权限查看此特殊页面的结果。", "apierror-stashedfilenotfound": "无法在暂存处找到文件:$1。", "apierror-stashedit-missingtext": "提供的哈希中找不到暂存文本。", "apierror-stashfailed-complete": "大块上传已经完成,检查状态以获取详情。", "apierror-stashfailed-nosession": "没有带此关键词的大块上传会话。", "apierror-stashfilestorage": "不能在暂存处存储上传:$1", "apierror-stashinvalidfile": "无效暂存文件。", "apierror-stashnosuchfilekey": "没有这个filekey:$1。", "apierror-stashpathinvalid": "文件密钥的格式不正确,或属于其他无效格式:$1。", "apierror-stashwrongowner": "错误所有者:$1", "apierror-stashzerolength": "文件长度为0,并且不能在暂存库中储存:$1。", "apierror-systemblocked": "您已被MediaWiki自动封禁。", "apierror-templateexpansion-notwikitext": "模板展开只支持wiki文本内容。$1使用内容模型$2。", "apierror-timeout": "服务器没有在预期时间内响应。", "apierror-toofewexpiries": "提供了$1个逾期{{PLURAL:$1|时间戳}},实际则需要$2个。", "apierror-unknownaction": "指定的操作$1不被承认。", "apierror-unknownerror-editpage": "未知的编辑页面错误:$1。", "apierror-unknownerror-nocode": "未知错误。", "apierror-unknownerror": "未知错误:“$1”。", "apierror-unknownformat": "无法识别的格式“$1”。", "apierror-unrecognizedparams": "无法识别的{{PLURAL:$2|参数}}:$1。", "apierror-unrecognizedvalue": "无法识别的参数$1的值:$2。", "apierror-unsupportedrepo": "本地文件存储库不支持查询所有图片。", "apierror-upload-filekeyneeded": "当offset不为0时,必须提供filekey。", "apierror-upload-filekeynotallowed": "当offset为0时,不能提供filekey。", "apierror-upload-inprogress": "从暂存处上传已在进行中。", "apierror-upload-missingresult": "状态数据中没有结果。", "apierror-urlparamnormal": "不能为$1标准化图片参数。", "apierror-writeapidenied": "您不被允许通过API编辑此wiki。", "apiwarn-alldeletedrevisions-performance": "当生成标题时,为获得更好性能,请设置$1dir=newer。", "apiwarn-badurlparam": "不能为$2解析$1urlparam。请只使用宽和高。", "apiwarn-badutf8": "$1通过的值包含无效或非标准化数据。正文数据应为有效的NFC标准化Unicode,没有除HT(\\t)、LF(\\n)和CR(\\r)以外的C0控制字符。", "apiwarn-checktoken-percentencoding": "在令牌中检查例如“+”的符号会在URL中适当进行百分号编码。", "apiwarn-compare-nocontentmodel": "没有可以定义的模型,假定为$1。", "apiwarn-deprecation-deletedrevs": "list=deletedrevs已弃用。请改用prop=deletedrevisionslist=alldeletedrevisions。", "apiwarn-deprecation-expandtemplates-prop": "因为没有为prop参数指定值,所以在输出上使用了遗留格式。这种格式已弃用,并且将来会为prop参数设置默认值,这会导致新格式总会被使用。", "apiwarn-deprecation-httpsexpected": "当应为HTTPS时,HTTP被使用。", "apiwarn-deprecation-login-botpw": "通过action=login的主账户登录已被弃用,并可能在未事先警告的情况下停止工作。要继续通过action=login登录,请参见[[Special:BotPasswords]]。要安全继续使用主账户登录,请参见action=clientlogin。", "apiwarn-deprecation-login-nobotpw": "通过action=login的主账户登录已被弃用,并可能在未事先警告的情况下停止工作。要安全登录,请参见action=clientlogin。", "apiwarn-deprecation-login-token": "通过action=login取得令牌已弃用。请改用action=query&meta=tokens&type=login。", "apiwarn-deprecation-parameter": "参数$1已被弃用。", "apiwarn-deprecation-parse-headitems": "prop=headitems从MediaWiki 1.28版开始已弃用。在创建新HTML文档时请使用prop=headhtml,或当更新文档客户端时请使用prop=modules|jsconfigvars。", "apiwarn-deprecation-purge-get": "通过GET使用action=purge已弃用。请改用POST。", "apiwarn-deprecation-withreplacement": "$1已弃用。请改用$2。", "apiwarn-difftohidden": "不能与r$1做差异比较:内容被隐藏。", "apiwarn-errorprinterfailed": "错误打印失败。将在没有参数的前提下重试。", "apiwarn-errorprinterfailed-ex": "错误打印失败(将在没有参数的前提下重试):$1", "apiwarn-invalidcategory": "“$1”不是一个分类。", "apiwarn-invalidtitle": "“$1”不是一个有效的标题。", "apiwarn-invalidxmlstylesheetext": "样式表应拥有.xsl扩展名。", "apiwarn-invalidxmlstylesheet": "指定了无效或不存在的样式表。", "apiwarn-invalidxmlstylesheetns": "样式表应位于{{ns:MediaWiki}}名字空间。", "apiwarn-moduleswithoutvars": "属性modules被设置,但不是jsconfigvarsencodedjsconfigvars。需要配置变量以获得适当的模块使用。", "apiwarn-notfile": "“$1”不是文件。", "apiwarn-nothumb-noimagehandler": "不能创建缩略图,因为$1没有关联的图片处理器。", "apiwarn-parse-nocontentmodel": "titlecontentmodel未提供,假设$1。", "apiwarn-parse-revidwithouttext": "revid在没有text的情况下被使用,并且请求了已解析的页面属性。您是想用oldid而不是revid么?", "apiwarn-parse-titlewithouttext": "title在没有text的情况下被使用,并且请求了已解析页面的属性。您是想用page而不是title么?", "apiwarn-redirectsandrevids": "重定向解决方案不能与revids参数一起使用。任何revids所指向的重定向都未被解决。", "apiwarn-tokennotallowed": "操作“$1”不允许当前用户使用。", "apiwarn-tokens-origin": "在未应用同来源方针时,令牌可能无法获得。", "apiwarn-toomanyvalues": "参数$1指定了太多的值。上限为$2。", "apiwarn-truncatedresult": "此结果被缩短,否则其将大于$1字节的限制。", "apiwarn-unclearnowtimestamp": "为时间戳参数$1传递“$2”已被弃用。如因某些原因您需要明确指定当前时间而不计算客户端,请使用now。", "apiwarn-unrecognizedvalues": "参数$1有无法识别的{{PLURAL:$3|值}}:$2。", "apiwarn-unsupportedarray": "参数$1使用未受支持的PHP数组语法。", "apiwarn-urlparamwidth": "为了获得衍生自$1urlwidth/$1urlheight的宽度值($3),正在忽略$1urlparam的宽度值集($2)。", "apiwarn-validationfailed-badchars": "关键词中的字符无效(只允许a-zA-Z0-9_-)。", "apiwarn-validationfailed-badpref": "不是有效的偏好。", "apiwarn-validationfailed-cannotset": "不能通过此模块设置。", "apiwarn-validationfailed-keytoolong": "关键词太长(不允许超过$1字节)。", "apiwarn-validationfailed": "$1的合法性错误:$2", "apiwarn-wgDebugAPI": "安全警告$wgDebugAPI已启用。", "api-feed-error-title": "错误($1)", "api-usage-docref": "参见$1以获取API用法。", "api-usage-mailinglist-ref": "在<https://lists.wikimedia.org/mailman/listinfo/mediawiki-api-announce>订阅mediawiki-api-announce列表以获取API弃用和重大更新的通知。", "api-exception-trace": "$1在$2($3)\n$4", "api-credits-header": "制作人员", "api-credits": "API 开发人员:\n* Yuri Astrakhan(创建者,2006年9月~2007年9月的开发组领导)\n* Roan Kattouw(2007年9月~2009年的开发组领导)\n* Victor Vasiliev\n* Bryan Tong Minh\n* Sam Reed\n* Brad Jorsch(2013年至今的开发组领导)\n\n请将您的评论、建议和问题发送至mediawiki-api@lists.wikimedia.org,或提交错误请求至https://phabricator.wikimedia.org/。" }