Editing Module:Arguments
From WikiOasis Meta
More actions
Revision as of 03:24, 30 October 2024 by WikiOasisGDPR1162b7f4ed1ab49381ec4a02900cb791 (talk | contribs) (Created page with "-- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options every time we call it. local function tidyValDefault(key, val) if type(val) == 'string'...")
Warning: You are editing an out-of-date revision of this page.
If you publish it, any changes made since this revision will be lost.
Warning: You are not logged in. Once you make an edit, a temporary account will be created for you. Learn more. Log in or create an account to continue receiving notifications after this account expires, and to access other features.
Retrieved from "https://meta.wikioasis.org/wiki/Module:Arguments"