◆少前百科是非盈利性、非官方的少女前线维基百科。
◆如果您发现某些内容错误/空缺,请勇于修正/添加!参与进来其实很容易!点这里 加入少前百科
◆有任何意见、建议、纠错,欢迎在 GFwiki:反馈与建议 提出和讨论。编辑事务讨论QQ群:597764980,微博@GFwiki少前百科
◆To foreigners,You can use twitter to contact us.
Icon Nyto Silver.png

更改

跳转至: 导航搜索

模块:Enemy info

添加40字节2022年9月11日 (日) 19:13
无编辑摘要
local function addDesc()
node = node:tag('table'):tag('tbody')
for _,n in ipairs(udata.chars) do
node:tag('tr'):tag('td'):wikitext(currentframe():expandTemplate{title='敌方图鉴TAG', args={chars[n][1], chars[n][2]}})
end
node:tag('tr'):tag('td'):wikitext(currentframe():expandTemplate{title='敌方图鉴文本内敛', args={udata.counter}})
node = node:done():done()
end
local function addAttrs()
node = node:tag('table'):tag('tbody')
node:tag('tr'):tag('td'):attr('colspan', 2):addClass('gflabelbg'):wikitext('敌方图鉴信息')
node:tag('tr'):tag('td'):wikitext('编号'):done():tag('td'):wikitext(uid)
if i % 2 == 0 then node = node:done() end
end
node = node:done():done()
end
local function addStats()
node = node:tag('div'):attr('id', 'TDollStattables'):tag('div')
node:wikitexttag('table'):attr([[{|class="stattable" 'id="', 'introduce"'):addClass('stattable')|class=" :tag('tr'):tag('td'):addClass('gflabelbg"|'):wikitext('简介'):done():done()|-|]].. :tag('tr'):tag('td'):wikitext(intros[uid]..'\n|}')
addAttrs()
node = node:done():done()

导航菜单