Content deleted Content added
→WikiProject Higher education: misuse of syntaxhighlight - only the opening tag may be indented, on other lines the colons are taken literally; also, Lua is not Wikitext |
|||
Line 80:
::Please can you explain what you mean by "be passed the list of args, and return a modified list of args", preferably with an example? — Martin <small>([[User:MSGJ|MSGJ]] · [[User talk:MSGJ|talk]])</small> 09:23, 18 June 2025 (UTC)
:::Absolutely. If you took a look at my hokey lua module, you might see what I mean. But something like:
:::<syntaxhighlight lang="
:::or, even better (if possible)
:::<syntaxhighlight lang="
:::placed somewhere appropriate in Wikiproject_banner, and written a bit more maintainably...
:::called like this:
:::<syntaxhighlight lang="wikitext">
:::If you wanted, this could be collapsed into how you were calling it:
:::<syntaxhighlight lang="wikitext">
:::and the pseudocode might look like:
:::<syntaxhighlight
:::Apologies if there are errors, I never saw a line of lua until a few weeks ago, but I'd love to help in any way I can. Does this help explain what I mean? [[User:Tduk|Tduk]] ([[User talk:Tduk|talk]]) 13:51, 18 June 2025 (UTC)
|