Module:Lockbox: Difference between revisions

Content deleted Content added
:
trim
Line 13:
-- transclude everything, and discard the output
for _, item in ipairs(frame.args) do
item = mw.text.trim(item)
-- getContent() on a title object might be cleaner, but getContent() and title objects
-- are considered "expensive". even though they are probably cheaper than actual transclusion