Module:Biota infobox: Difference between revisions

Created page with "require('strict') -- All Lua modules on Wikipedia must begin by defining a variable that will hold their -- externally accessible functions. They can have any name and may also hold data. local p = {} -- exposed variables local g = {} -- these are variables with global scope in this module local info = {} -- contains general purpose information (e.g. header background colour) info.debug = false -- ONLY SET THIS WHILE TESTING --local paramData = require( 'Mo..."
 
(No difference)