Content deleted Content added
Weird string.format 1var usage, concat exists? |
request by User:HouseBlaster |
||
Line 105:
end
local i = 2
while
▲ text = string.format("%s%s",text,row(args, i))
▲ i = i + 1 --Check if from(i+1) exist
end
return text
Line 126 ⟶ 122:
local historyList = list(args)
if (args["collapse"] == 'yes') then
local collapsedText = '<table style="width:100%%; background: transparent;" class="mw-collapsible mw-collapsed">\n<tr><th>Copied pages:</th></tr>\n<tr><td> %s </td></tr></table>'
historyList = string.format(collapsedText, historyList)
end
Line 161 ⟶ 157:
class = "copiednotice",
small = args["small"],
image = '[[File:Splitsection.svg|
text = BannerText(args)
})
|