Diferencia entre revisiones de «Módulo:Citas»

Contenido eliminado Contenido añadido
Arreglo falla
Línea 2172:
local in_text = " ";
local post_text = "";
if is_set(Chapter)EditorCount <= 1 then
in_textpost_text = in_text", " .. cfg.messages['ineditor'] .. " ";
else
ifpost_text EditorCount <= 1", " .. thencfg.messages['editors'];
end
post_text = ", " .. cfg.messages['editor'];
Editors = Editors .. elsepost_text;
post_text = ", " .. cfg.messages['editors'];
end
end
if (sepc ~= '.') then in_text = in_text:lower() end
Editors = in_text .. Editors .. post_text;
if (string.sub(Editors,-1,-1) == sepc)
then Editors = Editors .. " "