User talk:D41D8CD98F
Hi D41D8CD98F. Welcome to translatewiki.net!
You can now start translating.
You should also check the portal for your language, the link is in the sidebar. Other useful pages are linked in the menu next to this message.
Your translations are transferred to the standard product every few days or every few weeks, depending on the product. Please notice that it may take longer before you see your translation in the actual product.
We wish you a productive and pleasant stay. Please leave any questions on Support (the link is also available on any page, in the navigation sidebar). Cheers!
-- WelcomeMessageBot (talk) 19:19, 17 October 2016 (UTC)
- [View source↑]
- [History↑]
Contents
Thread title | Replies | Last modified |
---|---|---|
MediaWiki:Apihelp-edit-example-undo/zh-hans | 3 | 06:17, 7 November 2016 |
MediaWiki:Apihelp-expandtemplates-paramvalue-prop-modules/zh-hans | 3 | 06:03, 7 November 2016 |
MediaWiki:Movepagetext/zh-hans | 1 | 05:38, 7 November 2016 |
您为何认为这是撤销两个修订版本,而不是通过后者撤销前者?
这句话用在/api.php?action=help&modules=edit,用来解释api.php?action=edit&title=Test&undo=13585&undoafter=13579&basetimestamp=2007-08-24T12:34:54Z&token=123ABC
这个例子。按照同一个页面提供的信息,undo=13585
的意义是“Undo this revision. Overrides text, prependtext and appendtext. ”,用中文是“撤销此次修订。覆盖text、prependtext和appendtext。 ”;undoafter=13579
的意义是“Undo all revisions from undo to this one. If not set, just undo one revision. ”,用中文是“撤销从undo至此的所有修订。如果不设置就撤销一次修订。 ”(这是您的翻译)。所以可以推断这个例子的作用是撤销13585(这是这个例子中undo参数的值)至13579(这是undoafter参数的值)的所有修订
后面那句原文明明是“从$1undo”的吧(其实我也不明白为何在实际文档中变成了undo,$1莫名其妙消失了)
同样感谢阁下解释哈。
按照MediaWiki:Apihelp-edit-param-undoafter/qqq,$1被替换成模块参数前缀(比如backlinks
模块的参数前缀是bl
,这个模块的所有参数名都是以bl
开头的)。edit
模块没有参数前缀,所以$1被替换成空字符串
原文貌似不是one of吧
原文是either ... or ... 也就是“A或B”,或者说“A和B其中一个”
那为何不是两者呢,难道非得有both意思才能是两者么?
因为英文原文没写“or both”所以就懒得考证可不可以两者都用了= =
试验了一下,只使用modules有警告"Property 'modules' was set but not 'jsconfigvars' or 'encodedjsconfigvars'. Configuration variables are necessary for proper module usage.",只使用jsconfigvars、只使用encodedjsconfigvars、同时使用jsconfigvars和encodedjsconfigvars、同时使用modules和jsconfigvars、同时使用modules和encodedjsconfigvars、同时使用modules、jsconfigvars和encodedjsconfigvars都没有警告。从这个结果看来,jsconfigvars和encodedjsconfigvars这两者都用应该是可以的。是我大意了