Deze module is nog in ontwikkeling (versie 0.0) en wordt getest.
De Module:Layout is bedoeld om snel, consistent en uitgebreid een pagina op te maken.
Er is een op de module afgestemde handleiding over deze onderwijswiki beschikbaar.
localtimestamp={}functiontimestamp.valid(day,month,year)-- Check if the year is a leap year.localisLeapYear=year%4==0and(year%100~=0oryear%400==0);-- Check if the day is within the valid range for the given month and year.localdaysInMonth={31,isLeapYearand29or28,31,30,31,30,31,31,30,31,30,31};-- If the day is less or equal then the maximum for the given month the date is ok.returnday<=daysInMonth[month];endreturntimestamp;