Open main menu
Home
Random
Nearby
Log in
Settings
About Kancolle Wiki
Disclaimers
Kancolle Wiki
Search
Changes
← Older edit
Newer edit →
Module:NodeInfo
(view source)
Revision as of 10:56, 23 March 2025
No change in size
,
1 year ago
m
no edit summary
Line 12:
Line 12:
if not values.rowspan or values.rowspan == 1 then
if not values.rowspan or values.rowspan == 1 then
template = string.gsub(template, 'rowspan="${rowspan}" ', '')
template = string.gsub(template, 'rowspan="${rowspan}" ', '')
+
end
+
if not values.bg_color or values.bg_color == '' or values.bg_color == 'initial' then
+
template = string.gsub(template, 'background-color:${bg_color}', '')
end
end
if not values.color or values.color == '' or values.color == 'initial' then
if not values.color or values.color == '' or values.color == 'initial' then
template = string.gsub(template, 'color:${color};', '')
template = string.gsub(template, 'color:${color};', '')
−
end
−
if not values.bg_color or values.bg_color == '' or values.bg_color == 'initial' then
−
template = string.gsub(template, 'background-color:${bg_color}', '')
end
end
template = string.gsub(template, 'style=""', '')
template = string.gsub(template, 'style=""', '')
がか
cssedit, gkautomate,
Interface administrators
,
Widget editors
7,212
edits