Module:Break Isolation/doc

From Brighter Shores Wiki
Jump to navigation Jump to search

This is the documentation page for Module:Break Isolation

This is a documentation subpage for Module:Break Isolation.
It contains usage information, categories, and other content that is not part of the original module page.
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.

FunctionTypeUse
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.