Diferencia entre revisiones de «Módulo:Listas»

m (1 revisión importada)
wikitves>LuchoCR
m (Cambió la configuración de protección de «Módulo:Listas»: Módulo o plantilla muy utilizado/sensible ([Editar=Permitir solo editores de plantillas y administradores] (indefinido)))
Línea 132: Línea 132:
elseif conjuncion == 'y' then
elseif conjuncion == 'y' then
conjuncion = frame:preprocess(' {{Y-e|{{Desvincular|' .. ElementosLista[#ElementosLista] .. '}}|sin texto}} ') -- ' y '
conjuncion = frame:preprocess(' {{Y-e|{{Desvincular|' .. ElementosLista[#ElementosLista] .. '}}|sin texto}} ') -- ' y '
conjuncion = ' ' .. conjuncion .. ' '
end
end
return mw.text.listToText(ElementosLista, separador, conjuncion)
return mw.text.listToText(ElementosLista, separador, conjuncion)