Module:Infobox Tools: Difference between revisions

no edit summary
(Testing removing characters from ends to remove the extra spaces in the output)
No edit summary
Line 187:
--Loop through the list and append link brackets and the value to the output
for w in temp_str:gmatch("(.-),") do
local tmp = w:sub(2,-21);
output_str = output_str .. '[[Equipment/' .. tmp .. '|' .. tmp ..']], '
end