- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
Changes
Jump to navigation
Jump to search
mLine 98:
Line 98:
− +
− +
− +
Change table styles
local table_format = {
local table_format = {
header = '{| class="wikitable sortable" align="center" width="100%" style="text-align:center"\n!Type\n!Ship\n',
header = '{| class="article-table sortable" align="center" width="100%" style="text-align:center"\n!Type\n!Ship\n',
header_node = '!width="10%%"|%s\n',
header_node = '!width="10%%"|%s\n',
header_boss_node = '!width="10%%" style="background-color:pink;color:red;"|\'\'\'%s\'\'\'\n',
header_boss_node = '!width="10%%" style="background-color:pink;color:red;"|\'\'\'%s\'\'\'\n',
row = '|-\n',
row = '|-\n',
cell = '|%s\n',
cell = '|%s\n',
ship_cell = '|[[%s]]\n',
ship_cell = '![[%s]]\n',
rare_ship_cell = '|style="background-color:pink;"|[[%s]]\n',
rare_ship_cell = '!style="background-color:pink;"|[[%s]]\n',
node_cell = '|style="background-color:#%s;"|%s\n',
node_cell = '|style="background-color:#%s;"|%s\n',
empty_cell = '|\n',
empty_cell = '|\n',