Jump to content

Seenaa foyyeeffata "Module:GetParameters"

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (ammee) = difference with latest revision, (Xumura) = difference with preceding revision, b = minor edit.

15 Caamsaa 2025

  • ammeeXumura 23:3723:37, 15 Caamsaa 2025 2601:18e:d104:4ab0:5955:a305:f9b5:3751 dubbadhu baayti 1,807 +1,807 Fuula Harra: 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; local value...