Open main menu
Home
Random
Nearby
Log in
Settings
About Kancolle Wiki
Disclaimers
Kancolle Wiki
Search
Changes
← Older edit
Newer edit →
Module:Calc
(view source)
Revision as of 17:45, 4 November 2017
19 bytes removed
,
7 years ago
m
no edit summary
Line 18:
Line 18:
end
end
−
function
debugSpan
()
+
function
debugString
()
−
return #debug > 0 and args.debug and ([[<
span style="display:none"
>]] .. table.concat(debug, "\n") .. [[</
span
>]]) or ""
+
return #debug > 0 and args.debug and ([[<
pre
>]] .. table.concat(debug, "\n") .. [[</
pre
>]]) or ""
end
end
Line 241:
Line 241:
end
end
until not sequence or sequence_position > #sequence
until not sequence or sequence_position > #sequence
−
return table.concat(values, args.concat or "") ..
debugSpan
()
+
return table.concat(values, args.concat or "") ..
debugString
()
end
end
end
end
がか
cssedit, gkautomate
7,064
edits