Module:SpriteFile: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 108: Line 108:
-- have to do this weird inner tostring here bc something about converting the spriteText table causes the text indentation to be correct
-- have to do this weird inner tostring here bc something about converting the spriteText table causes the text indentation to be correct
linkName = mw.ustring.gsub( tostring(spriteText), "[Pp]arallel:", "" )
linkName = mw.ustring.gsub( tostring(spriteText), "[Pp]arallel:", "" )
linkName = (linkName:gsub("^%l", string.upper))
-- linkName = (linkName:gsub("^%l", string.upper))
spriteText = '[[' .. tostring(linkName) .. '|' .. tostring(linkName) .. ']]'  
spriteText = '[[' .. linkName .. '|' .. linkName .. ']]'  
else
else
spriteText = '[[' .. link .. ' (Vanilla)' .. '|' .. tostring( spriteText ) .. ']]'
spriteText = '[[' .. link .. ' (Vanilla)' .. '|' .. tostring( spriteText ) .. ']]'