Module:Qud time: Difference between revisions

46 bytes added ,  22:58, 15 November 2019
m
no edit summary
(Created page with "local p = {} local text_util = require('Module:Text Utility') function p.minutesToTime(minute) if (minute >= 0 and minute < 26) then return "Beetle Moon Zenith"...")
 
mNo edit summary
Line 102: Line 102:
   end
   end
   local qudday = tostring(quddayint) .. p.dayEnding(quddayint)
   local qudday = tostring(quddayint) .. p.dayEnding(quddayint)
   local qudstring = "Good " .. morningorevening .. "! It is a lovely " .. qudsegment .. " on the " .. qudday .. " of " .. qudmonth .. "."  
   local qudstring = "Good " .. morningorevening .. " and welcome to the Official Caves of Qud Wiki! It is a lovely " .. qudsegment .. " on the " .. qudday .. " of " .. qudmonth .. "."  
   return qudstring
   return qudstring
end
end