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={};localCFG=require("Module:Layout/Configuration");localmediawiki=CFG.LOAD.LIBRARY_MEDIAWIKI();localunittest=CFG.LOAD.LIBRARY_TEST();localtestframe={};localtestpath="Module:Layout/Test/Testcases/";localprivate={};test=unittest:new();localtestpage={not_exist=testpath.."Does_Not_Exist",-- Page is not existing.empty=testpath.."Empty",-- Page has no content.only_text=testpath.."Empty Page"-- Page has only text into it. No headings, templates or whatsoever.}returntest;