370
个编辑
(创建页面,内容为“local p = {} local data = require("模块:Rotaeno Data") local getArgs = require('Module:Arguments').getArgs function makeInvokeFunc(funcName) return function(frame) local args = getArgs(frame) return p[funcName](args) end end p.main = makeInvokeFunc('_main') function p._main(args) local songName if args['曲名'] then songName = args['曲名'] else songName = mw.getCurrentFrame():preprocess("{{FULLPAGENA…”) |
无编辑摘要 |
||
第32行: | 第32行: | ||
box:tag("tr"):tag("th"):wikitext(query("难度I")):done() | box:tag("tr"):tag("th"):wikitext(query("难度I")):done() | ||
:tag("th"):wikitext(query("难 | :tag("th"):wikitext(query("难 度II")):done() | ||
:tag("th"):wikitext(query("难 | :tag("th"):wikitext(query("难 度III")):done() | ||
:tag("th"):wikitext(query("难 | :tag("th"):wikitext(query("难 度IV")):done():done() | ||
:tag("tr"):tag("td"):wikitext(query("rating1")):done() | :tag("tr"):tag("td"):wikitext(query("rating1")):done() | ||
:tag("td"):wikitext(query("rating2")):done() | :tag("td"):wikitext(query("rating2")):done() |