Historija izmjena stranice "Modul:Arguments"

Odabir razlika: označite radio dugme verzija koje uspoređujete i pritistnite enter ili dugme na dnu.
Objašnjenje: (tren) = razlika sa trenutnom verzijom, (preth) = razlika sa prethodnom verzijom, m = mala izmjena.

9 august 2021

  • trenpreth 06:0406:04, 9 august 20215.43.81.160 razgovor 10.054 bajta +10.054 Nova stranica: -- 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' then...