Module:Lua banner: Difference between revisions

23 bytes added ,  01:08, 19 February 2025
m
1 revision imported: importing tree chart
ENWP>Uzume
(protect against "mw.title.new()" returns "nil")
m (1 revision imported: importing tree chart)
 
(4 intermediate revisions by 3 users not shown)
Line 47: Line 47:
boxArgs.text = 'This module depends on the following other modules:' .. moduleList
boxArgs.text = 'This module depends on the following other modules:' .. moduleList
else
else
boxArgs.text = 'This template  uses [[Wikipedia:Lua|Lua]]:\n' .. moduleList
boxArgs.text = 'This template  uses [[Wikipedia:Lua (programming language)|Lua]]:\n' .. moduleList
end
end
end
end