370
个编辑
无编辑摘要 |
无编辑摘要 |
||
第31行: | 第31行: | ||
local box = mw.html.create("table"):addClass("rotable") | local box = mw.html.create("table"):addClass("rotable") | ||
box:tag("tr"):tag("th"):wikitext | box:tag("tr"):tag("th"):wikitext("难度I"):done() | ||
:tag("th"):wikitext | :tag("th"):wikitext("难度II"):done() | ||
:tag("th"):wikitext | :tag("th"):wikitext("难度III"):done() | ||
:tag("th"):wikitext | :tag("th"):wikitext("难度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() |