Module:NavBox: Difference between revisions

From TBATE Wiki
Jump to navigationJump to search
(Created page with "-- This Module is used for making templates based in the Lua language. -- See more details about Lua in Help:Lua. -- The Fandom Developer's Wiki hosts Global Lua Modules that can be imported and locally overridden. -- The next line imports the Navbox module from the w:c:dev:Global Lua Modules. local N = require('Dev:Navbox') -- See more details about this module at w:c:dev:Global_Lua_Modules/Navbox -- The last line produces the output for the template return N")
 
(Replaced content with "return require('Dev:Navbox')")
Tag: Replaced
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
-- This Module is used for making templates based in the Lua language.
return require('Dev:Navbox')
-- See more details about Lua in [[Help:Lua]].
-- The Fandom Developer's Wiki hosts Global Lua Modules that can be imported and locally overridden.
-- The next line imports the Navbox module from the [[w:c:dev:Global Lua Modules]].
local N = require('Dev:Navbox')
-- See more details about this module at [[w:c:dev:Global_Lua_Modules/Navbox]]
 
-- The last line produces the output for the template
return N

Latest revision as of 15:28, 9 January 2025

Documentation for this module may be created at Module:NavBox/doc

return require('Dev:Navbox')