Jump to content
Toggle menu
  • 8 articles
  • 75 files
  • 7 users
  • 37.8K edits
Neodyland Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Logoform: Difference between revisions

From Neodyland Wiki
mNo edit summary
mNo edit summary
Line 31: Line 31:
if #what > 1 and #(what[#what]) > 0 and #(what[#what]) < 5 then
if #what > 1 and #(what[#what]) > 0 and #(what[#what]) < 5 then
if title == '' then
if title == '' then
title = concat(what, '.', 1, -1):gsub('_', ' ') --[[default title from fname without this extension, underscores replaced by spaces]]
title = concat(what, '.', 1, -2):gsub('_', ' ') --[[default title from fname without this extension, underscores replaced by spaces]]
end
end
what = 'F' -- displaying a file
what = 'F' -- displaying a file
Cookies help us deliver our services. By using our services, you agree to our use of cookies.