Module:Layout/Production/Configuration/Location
Uiterlijk
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.
local LOCATION = {};
LOCATION.BOOK_CONTENT = '/Boekinhoud';
--LOCATION.AGE = "Module:Layout/Production/System/Age";
LOCATION.MAIN = "Module:Layout";
LOCATION.BOOK = "Module:Layout/Production/System/Book";
LOCATION.BOOK_SERIES = "Module:Layout/Production/System/Book_series";
LOCATION.BOX = "Module:Layout/Production/Library/Box";
LOCATION.CATEGORY = "Module:Layout/Production/System/Category";
LOCATION.CHAPTER = "Module:Layout/Production/System/Chapter";
LOCATION.CHECK = "Module:Layout/Production/Configuration/Check";
LOCATION.CHESS = "Module:Layout/Production/System/Chess";
LOCATION.CONCEPT = "Module:Layout/Production/System/Concept";
LOCATION.CONVERT = "Module:Layout/Production/Library/Convert";
LOCATION.DEFAULT = "Module:Layout/Production/Configuration/Default";
LOCATION.DESIGN_ERRORS = "Categorie:Module Layout ontwerpfouten";
LOCATION.EX_STRING = "Module:Layout/Production/Library/ExString";
LOCATION.EX_TABLE = "Module:Layout/Production/Library/ExTable";
LOCATION.MISTAKE = "Module:Layout/Production/Configuration/Error";
LOCATION.EXTRACT = "Module:Layout/Production/Library/Extract";
LOCATION.HEADING = "Module:Layout/Production/Library/Heading";
LOCATION.INFOBOX = "Module:Layout/Production/System/Infobox";
LOCATION.INTERFACE = "Module:Layout/Production/Interface";
LOCATION.INTERFACE_TEMPLATE = { production = "Sjabloon:Opmaak", update = "Sjabloon:Opmaak/Update", development = "Sjabloon:Opmaak/Ontwikkel", sandbox = "Sjabloon:Opmaak/Zandbak" };
LOCATION.LANGUAGE = "Module:Layout/Production/Language/NL"; -- Change this to set all interfaces to another language
LOCATION.LAYOUT = "Module:Layout";
LOCATION.LIBRARY = "Module:Layout/Production/Library";
LOCATION.LOAD = "Module:Layout/Production/Configuration/Load";
LOCATION.LOGO = "Module:Layout/Production/System/Logo";
LOCATION.MEDIA = "Module:Layout/Production/Configuration/Media";
LOCATION.MEDIAWIKI = "Module:Layout/Production/Library/Mediawiki";
LOCATION.MODULE = "Module:Layout/Production/System/Module";
LOCATION.PAINTING = "Module:Layout/Production/System/Painting";
LOCATION.PATTERN = "Module:Layout/Production/Library/Pattern";
LOCATION.PERSON = "Module:Layout/Production/System/Person";
LOCATION.PROGRESS = "Module:Layout/Production/System/Progress";
LOCATION.STYLE = 'Module:Layout/Production/Configuration/Style/Bee' -- Change this to choose a different style for the layout
LOCATION.SYSTEM = "Module:Layout/Production/System";
LOCATION.TALK = "Module:Layout/Production/System/Talk";
LOCATION.TEMPLATE = "Module:Layout/Production/System/Template";
LOCATION.TEST = "Module:Layout/Production/Library/Test";
LOCATION.TEST_AGE = "Module:Layout/Production/Test/Age";
LOCATION.TEST_BOX = "Module:Layout/Production/Test/Box";
LOCATION.TEST_CONVERT = "Module:Layout/Production/Test/Convert";
LOCATION.TEST_CHESS = "Module:Layout/Production/Test/Chess";
LOCATION.TEST_CONCEPT = "Module:Layout/Production/Test/Concept";
LOCATION.TEST_CSS = "Module:Layout/Production/CSS/test.css";
LOCATION.TEST_EX_STRING = "Module:Layout/Production/Test/ExString";
LOCATION.TEST_EX_TABLE = "Module:Layout/Production/Test/ExTable";
LOCATION.TEST_EXTRACT = "Module:Layout/Production/Test/Extract";
LOCATION.TEST_FRAME = "Module:Layout/Production/Configuration/Testframe";
LOCATION.TEST_HEADING = "Module:Layout/Production/Test/Heading";
LOCATION.TEST_LIBRARY = "Module:Layout/Production/Test/Library";
LOCATION.TEST_MEDIAWIKI = "Module:Layout/Production/Test/Mediawiki";
LOCATION.TEST_PAINTING = "Module:Layout/Production/Test/Painting";
LOCATION.TEST_PATTERN = "Module:Layout/Production/Test/Pattern";
LOCATION.TEST_PERSON = "Module:Layout/Production/Test/Person";
LOCATION.TEST_PROGRESS = "Module:Layout/Production/Test/Progress";
LOCATION.TEST_SYSTEM = "Module:Layout/Production/Test/System";
LOCATION.TEST_TEMPLATE = "Module:Layout/Production/Test/Template";
LOCATION.TEST_TEST = "Module:Layout/Production/Test";
LOCATION.TEST_VALIDATION = "Module:Layout/Production/Test/Validation";
LOCATION.TEST_WIKIJUNIOR = "Module:Layout/Production/Test/Wikijunior";
LOCATION.TEST_WIKIPEDIA = "Module:Layout/Production/Test/Wikipedia";
LOCATION.TEST_WIKIPROJECT = "Module:Layout/Production/Test/Wikiproject";
LOCATION.TESTABLE = "Module:Layout/Production/Configuration/Testable";
LOCATION.TESTCASES = "Module:Layout/Production/Test/Testcases";
LOCATION.USER = "Module:Layout/Production/System/User";
LOCATION.VALIDATION = "Module:Layout/Production/Library/Validation";
LOCATION.WIKIJUNIOR = "Module:Layout/Production/System/Wikijunior";
LOCATION.WIKIPEDIA = "Module:Layout/Production/System/Wikipedia";
LOCATION.WIKIPROJECT = "Module:Layout/Production/System/Wikiproject";
return LOCATION;