Module:Layout/Production/Configuration/Hook
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.
local HOOK = {};
HOOK.FORMAT = { "text", "html", "header", "footer" };
HOOK.OBJECT = { "age", "book", "category", "chapter", "chess", "concept", "infobox", "logo", "module", "person", "painting", "progress", "section", "series", "talk", "template", "toc", "user", "wikijunior", "wikipedia" };
HOOK.ORIENTATION = { "landscape", "portrait", "white", "black" };
HOOK.PARAMETER = { "object", "support", "format", "orientation", "color", "title", "definition", "description", "progress", "source", "reference", "collection", "part" };
HOOK.SUPPORT = { "ignore", "signal", "debug", "help" };
return HOOK;