Module:Layout/Sandbox

Uit Wikibooks
Naar navigatie springen Naar zoeken springen
 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 Lua Scribunto beschikbaar.

De module wordt geïnitialiseerd met de configuratie in Module:Layout/Production/Configuration.

Controleer op scriptfouten of ontwerpfouten in modules.


Speel hier naar believen met deze module

Code[bewerken]



local sandbox = {};

local CFG     = require("Module:Layout/Production/Configuration");
local private = {};

function sandbox.run ( frame )
end

return sandbox;
Informatie afkomstig van https://nl.wikibooks.org Wikibooks NL.
Wikibooks NL is onderdeel van de wikimediafoundation.