(MediaWiki:Scribunto-doc-page-show)
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. De module wordt geïnitialiseerd met de configuratie in Module:Layout/Production/Configuration. Controleer op scriptfouten, lintfouten of opmaak notificaties.
local prefixindex = {}; function prefixindex.main( call ) local response = ""; response = call.content; return response; end function prefixindex.icon( size, link, image, call ) local markup = call.include( "markup" ); return markup.click_with_link( size, link, image); end return prefixindex;