View source for Module:ETEvent
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
-- <nowiki>
local p = {}
local defaults = require('Module:Paramtest').defaults
local lang = mw.language.getContentLanguage()
function p.main( frame )
local args = frame:getParent().args
local name, edate, etime, fc, icon, details = defaults{
{args.name, 'Unnamed'},
{args.date, 'January 1 1970'},
{args.time, '00:00'},
{args.icon, 'Weird gloop.png'},
{args.details, 'No Details'}
}
local length = tonumber(args.length) or 60
local world = tonumber(args.world) or 39
local datetime = edate..' '..etime..' UTC'
000
1:0
Template used on this page:
Return to Module:ETEvent.