跳转到内容

Module:Wikidata Infobox:修订历史

2024年7月11日 (星期四)

2021年8月24日 (星期二)

  • 当前先前 09:212021年8月24日 (二) 09:21 Chubit 留言 贡献 11,416字节 +11,416 建立内容为“ local p = {} local WikidataIB = require("Module:WikidataIB") -- Code from 'Module:No globals' local mt = getmetatable(_G) or {} function mt.__index (t, k) if k ~= 'arg' then error('Tried to read nil global ' .. tostring(k), 2) end return nil end function mt.__newindex(t, k, v) if k ~= 'arg' then error('Tried to write global ' .. tostring(k), 2) end rawset(t, k, v) end setmetatable(_G, mt) -- End of code from 'Module:No globals' fun…”的新页面