Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:AeroWikiListTools: Difference between revisions

From Aeronautica Official Wiki
Sqwishyish (talk | contribs)
Undo revision 548 by Sqwishyish (talk)
Tag: Undo
Sqwishyish (talk | contribs)
m updated missing value to be changable
Line 14: Line 14:
local input_string = args[1]
local input_string = args[1]
local template = args[2]
local template = args[2]
local missing_string = args[3]
     local new_string = ''
     local new_string = ''
      
      
     if input_string == nil or template == nil then
     if input_string == nil or template == nil then
return 'Unknown/None'
return missing_string
     end
     end


Cookies help us deliver our services. By using our services, you agree to our use of cookies.