跳转到内容

Module:InterwikiCorrispondingArticle:修订历史

2022年12月5日 (星期一)

  • 当前先前 11:262022年12月5日 (一) 11:26 1F616EMO 留言 贡献 1,303字节 0 无编辑摘要 撤销
  • 当前先前 11:222022年12月5日 (一) 11:22 1F616EMO 留言 贡献 1,303字节 +1,303 建立内容为“-- <nowiki> local p = {} -- srcwiki: Source wiki ID -- srcname: Article title in srcwiki -- destwiki: (optional) output wiki ID. If empty, use the current wiki. function p.get(srcwiki,srcname,destwiki) local entityID = mw.wikibase.getEntityIdForTitle(srcname, srcwiki) if not entityID then return end local entity = mw.wikibase.getEntity(entityID) return entity:getSitelink(destwiki) end function p.main(frame) local args = frame.args l…”的新页面