Module:GSEvent: Difference between revisions

Created page with "-- <nowiki> local p = {} local defaults = require('Module:Paramtest').defaults local lang = mw.language.getContentLanguage() function p.main( frame ) local args = frame:ge..."
 
mNo edit summary
Line 12: Line 12:
{args.date, 'January 1 1970'},
{args.date, 'January 1 1970'},
{args.time, '00:00'},
{args.time, '00:00'},
{args.fc, 'GSW'},
{args.dc, 'GSW'},
{args.icon, 'G.png'},
{args.icon, 'G.png'},
{args.lc, 'Gem'},
{args.details, 'No Details'}
{args.details, 'No Details'}
}
}