Module:ColorParse: Difference between revisions

30 bytes added ,  01:16, 13 November 2019
(by SublimeText.Mediawiker)
imported>Teamtotobot
((by SublimeText.Mediawiker))
imported>Teamtotobot
((by SublimeText.Mediawiker))
Line 9: Line 9:
   type = type or ''
   type = type or ''
   local b = string.gsub(string,"(~J211)", "")
   local b = string.gsub(string,"(~J211)", "")
  b = b:gsub("(%*)", "*")
   if type == '' then
   if type == '' then
     b = string.gsub(b,"([{}])", "")
     b = string.gsub(b,"([{}])", "")
Anonymous user