Honkai Impact 3 Wiki

Hello, Captain! Since mid Dec of 2022, discussion tab and comments under article pages are enabled. Log in and share your thoughts with us! Our Discord Server is also waiting for you~

READ MORE

Honkai Impact 3 Wiki
Advertisement


Lua logoThis is a meta module.
It is meant to be used only by other modules. It should not be invoked in wikitext..


Template:Documentation categories


-- 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 Namespace_detect module from the [[w:c:dev:Global Lua Modules]].
local Arguments = require('Dev:Arguments')
-- See more details about this module at [[w:c:dev:Global Lua Modules/Arguments]]
 
-- The last line produces the output for the template
return Arguments
Advertisement