1,210
次編輯
小 (修复侧问题 本次部分页面测试正常,如有问题请回退) |
小 (发病) |
||
行 24: | 行 24: | ||
if type == "arg" | if type == "arg" | ||
then | then | ||
b:wikitext(v..'<br>' .. '('..tostring(d) .. ')') | b:wikitext(v..'<br />' .. '('..tostring(d) .. ')') | ||
else | else | ||
local vv, dd = fullVer(v,d) | local vv, dd = fullVer(v,d) | ||
b:wikitext('v'..vv..'<br>' .. '('..dd .. ')') | b:wikitext('v'..vv..'<br />' .. '('..dd .. ')') | ||
end | end | ||
box:wikitext(tostring(a)) | box:wikitext(tostring(a)) | ||
行 217: | 行 217: | ||
function title(name,nameSecond,online) | function title(name,nameSecond,online) | ||
local result=name | local result=name | ||
if nameSecond then result = result .. "<br>" .. nameSecond end | if nameSecond then result = result .. "<br />" .. nameSecond end | ||
if not(online) then result = result .. "<br>" .. '此曲目暂未上线' end | if not(online) then result = result .. "<br />" .. '此曲目暂未上线' end | ||
return result | return result | ||
end | end | ||
行 345: | 行 345: | ||
end | end | ||
if nsSetText and setText~=nsSetText then | if nsSetText and setText~=nsSetText then | ||
setDisplayText=setDisplayText..frame:expandTemplate{ title = "仅", args = {"移动版","","图片角标"} }.."<br>"..tostring(nsSetText)..frame:expandTemplate{ title = "仅", args = {"NS版","","图片角标"} } | setDisplayText=setDisplayText..frame:expandTemplate{ title = "仅", args = {"移动版","","图片角标"} }.."<br />"..tostring(nsSetText)..frame:expandTemplate{ title = "仅", args = {"NS版","","图片角标"} } | ||
end | end | ||
else | else |
次編輯