Open main menu
Home
Random
Nearby
Log in
Settings
About Kancolle Wiki
Disclaimers
Kancolle Wiki
Search
Changes
← Older edit
Newer edit →
Module:EventComp
(view source)
Revision as of 05:00, 10 August 2015
15 bytes added
,
9 years ago
m
no edit summary
Line 120:
Line 120:
local values = { equip_name = Formatting:format_link(equip:link()), style = "" }
local values = { equip_name = Formatting:format_link(equip:link()), style = "" }
if index == #row_values[column] then values.style = "border-bottom: 1px solid grey;" end
if index == #row_values[column] then values.style = "border-bottom: 1px solid grey;" end
−
table.insert(self._rows, "| style=\"" .. values.style .. "\" |" .. Formatting:format_image{Formatting:format_equipment_icon(equip:icon())})
+
table.insert(self._rows, "| style=\"" .. values.style .. "\" |" .. Formatting:format_image{Formatting:format_equipment_icon(equip:icon())
, size = '20px'
})
table.insert(self._rows, format(self._column_cell_templates[column], values))
table.insert(self._rows, format(self._column_cell_templates[column], values))
table.insert(self._rows, "|-")
table.insert(self._rows, "|-")
Nanamin
48
edits