Jump to content

Editing disabled for anonymous users

Revision as of 08:12, 21 March 2025 by Shia.k (talk | contribs) (Created page with "local p = {} --[[ Helper function that populates the argument list given that user may need to use a mix of named and unnamed parameters. This is relevant because named parameters are not identical to unnamed parameters due to string trimming, and when dealing with strings we sometimes want to either preserve or remove that whitespace depending on the application. ]] function p.getParameters( frame_args, arg_list ) local new_args = {}; local index = 1; loca...")
Anonymous editing is currently disabled. Please log in to edit pages.

Return to Module:GetParameters.