打开主菜单

少前百科GFwiki β

更改

模块:Gun info

添加3字节2023年5月9日 (二) 12:38
无编辑摘要
local item = menu:tag('li')
item:tag('span'):wikitext(skin.name)
if skinclass then item:tag('span'):wikitext(skinclass.name) :addClass('theme' .. tostring(skinclass and skinclass.theme_type or 0))end
local skintype = skin['type']
item:attr('data-skincode', skincode)