Anonymous
Not logged in
Talk
Contributions
Log in
Dark Skylines Wiki
Search
Editing
Module:Arguments/doc
(section)
From Dark Skylines Wiki
Namespaces
Module
Discussion
More
More
Page actions
Read
Edit source
History
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Recommended practice === However, the recommended practice is to use a function just for processing arguments from #invoke. This means that if someone calls your module from another Lua module you don't have to have a frame object available, which improves performance. <syntaxhighlight lang="lua"> local getArgs = require('Module:Arguments').getArgs local p = {} function p.main(frame) local args = getArgs(frame) return p._main(args) end function p._main(args) -- Main module code goes here. end return p </syntaxhighlight> The way this is called from a template is <code><nowiki>{{#invoke:Example|main}}</nowiki></code> (optionally with some parameters like <code><nowiki>{{#invoke:Example|main|arg1=value1|arg2=value2}}</nowiki></code>), and the way this is called from a module is <syntaxhighlight lang=lua inline>require('Module:Example')._main({arg1 = 'value1', arg2 = value2, 'spaced arg3' = 'value3'})</syntaxhighlight>. What this second one does is construct a table with the arguments in it, then gives that table to the p._main(args) function, which uses it natively.
Summary:
Please note that all contributions to Dark Skylines Wiki may be edited, altered, or removed by other contributors.
Original content you contribute to the Dark Skylines Wiki is submitted as Creative Commons work (or other applicable licenses—see
Larp:Copyrights
for details). If you have any questions, please contact an admin.
Cancel
Editing help
(opens in new window)
Navigation
Navigation
Recent changes
Random page
Index
Characters
Character List
Notable Characters
Officers of Caliburn
Lore
Caliburn Island
Boston
The Warden
House Morningstar
Our LARP
Code of Conduct
The Narrator Team
Venue Style Sheet
House Rules
Reference Sheets
Graduation System
Equipment
Stock Locations
Status Rules
Wiki tools
Wiki tools
Special pages
Page tools
Page tools
User page tools
More
What links here
Related changes
Page information
Page logs