More actions
Created page with "{{Module rating|alpha}} {{shortcut|Module:LuaCall}} This module allows you to call any one single preinstalled Lua function, so that you don't need to write a module for one desired feature. ==Usage== ===Main=== {{tlc|#invoke:LuaCall|main|{{var|arbitrary variables}}|{{var|parameters}}|{{var|functioncall}}}} The {{var|arbitrary variables}} are any key of your choice <code>=</code> any value of your choice. Values are interpreted as strings unless {{code|tonumber(value)..." |
No edit summary |
||
Line 1: | Line 1: | ||
{{Module rating|alpha}} | {{Module rating|alpha}} | ||
{{shortcut|Module:LuaCall}} | {{shortcut|Module:LuaCall}} | ||
WARNING: See... | |||
*[https://en.wikipedia.org/wiki/Module:Lua_call on Wikipedia] | |||
*[[https://kenshidb.wiki/index.php?title=Template:Nowiki2]] | |||
*The Module:LuaCall redirects to Module:Lua call on Wikipedia. Setting it as such results in Nowiki2 not recognizing the module. | |||
This module allows you to call any one single preinstalled Lua function, so that you don't need to write a module for one desired feature. | This module allows you to call any one single preinstalled Lua function, so that you don't need to write a module for one desired feature. | ||