Jump to content

Module:Infobox Tools: Difference between revisions

Removing other spaces that shouldn't be parsed as spaces...
(There's an extra space in the output, testing removing the only space I was adding)
(Removing other spaces that shouldn't be parsed as spaces...)
Line 186:
temp_str = temp_str .. ',';
--Loop through the list and append link brackets and the value to the output
for w in temp_str:gmatch("(.-),") do output_str = output_str .. '[[Equipment/' .. w .. '|' .. w .. ']], ' end
--Remove the extra comma and space at the end
output_str = output_str:sub(1, -3);
Cookies help us deliver our services. By using our services, you agree to our use of cookies.