View source for Module:AampIndexedParam
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
-- Utils for Template:AampIndexedParam
local pack = {}
function pack.get_description(frame)
local key = frame.args.key
local start_idx = tonumber(frame.args.start_idx) or 0
return "Examples: <code>" .. string.format(key, start_idx) .. "</code>, <code>" .. string.format(key, start_idx + 1) .. "</code>, etc.<br>"
.. string.format("Note: Indexes start from %u", start_idx)
end
return pack
000
1:0
Template used on this page:
Return to Module:AampIndexedParam.