Module:GSEvent: Difference between revisions

mNo edit summary
mNo edit summary
Line 8: Line 8:
function p.main( frame )
function p.main( frame )
local args = frame:getParent().args
local args = frame:getParent().args
local name, edate, etime, fc, icon, details = defaults{
local name, edate, etime, dc, lc, icon, details = defaults{
{args.name, 'Unnamed'},
{args.name, 'Unnamed'},
{args.date, 'January 1 1970'},
{args.date, 'January 1 1970'},
{args.time, '00:00'},
{args.time, '00:00'},
{args.dc, 'GSW'},
{args.dc, 'GSW'},
{args.lc, 'Gem'},
{args.icon, 'G.png'},
{args.icon, 'G.png'},
{args.lc, 'Gem'},
{args.details, 'No Details'}
{args.details, 'No Details'}
}
}