Module:Break Isolation/doc
Jump to navigation
Jump to search
This is the documentation page for Module:Break Isolation
Module:Break Isolation is required by Module:Location Table.
This module is a helper module to be used by other modules; it may not designed to be invoked directly. See Brighter Shores:Lua/Helper modules for a full list and more information.
Function | Type | Use |
---|---|---|
get_module_store(name) | (string) | Given a name of a module, return an object. The object that is returned will be the same object when the same name is given, even across different {{#invoke}} s |
This can be used similarly to the {{#var}}
extension but allows any Lua object or function (not just strings) to persist for the whole page.
Since this is essentially a global object, all caveats and warnings about global variables apply.