模組討論:Wikidata
mw.wikibase.getEntity to mw.wikibase.getEntityObject
I am trying to change all important modules using mw.wikibase.getEntity() which is deprecated to mw.wikibase.getEntityObject(). You can find more details here [1]. If you could change it on this module, that would be great! Thank you a lot! --Lucie Kaffee (WMDE)(留言) 2015年2月27日 (五) 12:13 (UTC)
Breaking change to mw.wikibase.getEntity()
{{edit protected|Module:Wikidata}} mw.wikibase.getEntity() will be changed in a not backwards compatible way in two weeks. In order for your module still work then you need to change from mw.wikibase.getEntity() to mw.wikibase.getEntityObject(). Please reach out to me if you have any questions regarding this change. I’d be happy to help! --Lucie Kaffee (WMDE)(留言) 2015年3月24日 (二) 15:59 (UTC)
- @Liangent。--Jimmy Xu 论 2015年3月25日 (三) 01:21 (UTC)
- 直接抓enwiki的过来了。看了一下之前的历史,@Jackmcbarn:的修改应该不需要了吧,前面检查了claims[1].mainsnak.datavalue.type == "wikibase-entityid")应该总有numeric-id了,而空label已在前面替换为id。Liangent(留言) 2015年3月25日 (三) 03:44 (UTC)
编辑请求
{{editprotected}}
Dabao qian(留言) 2015年11月15日 (日) 17:32 (UTC)
求管理员把里面的提示语和日期时间表达方式改成中文好不好?现在如果用这个模块从维基数据抓取一个人的出生日期,返回的结果是“D M月 YYYY”,但这并不符合中文语境中的使用习惯,正确的表达方式应该是“YYYY年M月D日”。--- (~)補充:月日年和日月年这两种表达方式都不符合中文语境的使用习惯,中文语境中长日期的表达方式貌似只有年月日这一种,所以其他的应该删掉。--Dabao qian(留言) 2015年11月15日 (日) 17:42 (UTC)
中文化问题
{{EP}}
首先感谢@Jimmy Xu:的编辑,但中文化做得不彻底,仍旧有英文元素在里面。我自己写了一个版本,还望管理员能够patch一下。--Dabao qian(留言) 2015年12月8日 (二) 02:01 (UTC)
- mw.language.new(wiki.langcode):formatDate不应该能出am/pm吧,要是出了去找mw修……Liangent(留言) 2015年12月8日 (二) 20:20 (UTC)
- 完成。--Jimmy Xu 论 2016年1月18日 (一) 09:39 (UTC)