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.
localtest={};localinterface=require("Module:Layout/Production/Interface");localunittest=require("Module:Layout/Production/Library/Test");localtestframe={};test=unittest:new();functiontest.main(frame)testframe=frame;returntest:run(frame);endfunctiontest:test_Include()-- local frame = {};localCFG=require("Module:Layout/Production/Configuration");self:assertEquals("",interface.main(testframe,CFG),"empty");endreturntest;