Anonymous

Module:Modifiers: Difference between revisions

From Melvor Idle
no edit summary
(Fix for change in AttackSpell scope source ID)
No edit summary
Line 6: Line 6:
local Shared = require('Module:Shared')
local Shared = require('Module:Shared')
local Common = require('Module:Common')
local Common = require('Module:Common')
local Num = require('Module:Number')


-- Initialisation
-- Initialisation
Line 604: Line 605:
overflowText = table.concat({
overflowText = table.concat({
'<br><span class="mw-collapsible mw-collapsed" data-expandtext=',
'<br><span class="mw-collapsible mw-collapsed" data-expandtext=',
'"Show ' .. Shared.formatnum(modCount.overflow) .. ' more modifiers" ',
'"Show ' .. Num.formatnum(modCount.overflow) .. ' more modifiers" ',
'data-collapsetext="Hide">',
'data-collapsetext="Hide">',
table.concat(modArray.overflow, entrySep),
table.concat(modArray.overflow, entrySep),
2,875

edits