De Module:Layout is bedoeld om snel, consistent en uitgebreid een pagina op te maken. Er is een op de module afgestemde handleiding over Lua Scribunto beschikbaar. De module wordt geïnitialiseerd met de configuratie in Module:Layout/Production/Configuration.
Speel hier naar believen met deze module
local sandbox = {}; local CFG = require("Module:Layout/Production/Configuration"); local private = {}; function sandbox.run ( frame ) end return sandbox;