Modulu:List: berrikuspenen arteko aldeak

Ezabatutako edukia Gehitutako edukia
An13sa (eztabaida | ekarpenak)
Orri berria: «-- This module outputs different kinds of lists. At the moment, bulleted, -- unbulleted, horizontal, ordered, and horizontal ordered lists are supported. local libUtil = require...»
 
No edit summary
4. lerroa:
local libUtil = require('libraryUtil')
local checkType = libUtil.checkType
local mTableTools = require('ModuleModulu:TableTools')
 
local p = {}
158. lerroa:
local ret = ''
if isDeprecated then
ret = ret .. '[[CategoryKategoria:ListBaztertutako templatesparametroak withdituzten deprecatedzerrenda parameterstxantiloiak]]'
end
return ret
166. lerroa:
if not listType or not listTypes[listType] then
error(string.format(
"bad argument #1 to 'makeList' ('%s' isez notda abaliozko validzerrenda listmota typebat)",
tostring(listType)
), 2)
179. lerroa:
for listType in pairs(listTypes) do
p[listType] = function (frame)
local mArguments = require('ModuleModulu:Arguments')
local origArgs = mArguments.getArgs(frame)
-- Copy all the arguments to a new table, for faster indexing.