892
edits
m (style) |
m (style) |
||
Line 113: | Line 113: | ||
local left_summon = slots[13] | local left_summon = slots[13] | ||
local right_summon = slots[14] | local right_summon = slots[14] | ||
local summon_icon = string.format('[[File:%s.png|Summon| | local summon_icon = string.format('[[File:%s.png|Summon|24px]]', right_summon.icon) | ||
local notes = slots[15] | local notes = slots[15] | ||
local number_of_possible_choices = 5 | local number_of_possible_choices = 5 | ||
Line 123: | Line 123: | ||
table.insert(header_row, 'Notes') | table.insert(header_row, 'Notes') | ||
table.insert(rows, '{| class="wikitable" style="padding | table.insert(rows, '{| class="wikitable" style="padding: 5 em;"') | ||
table.insert(rows, '! ' .. table.concat(header_row, '\r\n! ')) | table.insert(rows, '! ' .. table.concat(header_row, '\r\n! ')) | ||
edits