پودمان:Citation/CS1/fa: تفاوت میان نسخه‌ها

محتوای حذف‌شده محتوای افزوده‌شده
استفاده از ref=harv به صورت پیش‌فرض
دقیقه + separators
خط ۳۵۸:
if is_parameter_ext_wikilink (v) then -- look at the value; if there is a url add an error message
if is_set(error_message) then -- once we've added the first portion of the error message ...
error_message=error_message .. ",، "; -- ... add a comma space separator
end
error_message=error_message .. "|" .. k .. "="; -- add the failed parameter
خط ۱٬۱۱۴:
if count > 0 then
if count > 1 and is_set(lastauthoramp) and not etal then
text[#text-2] = " &و "; -- replace last separator with ampersand text
end
text[#text] = nil; -- erase the last separator
خط ۱٬۴۴۳:
code = #language_list -- reuse code as number of languages in the list
if 2 >= code then
name = table.concat (language_list, ' andو ') -- insert '<space>and<space>' between two language names
elseif 2 < code then
language_list[code] = 'andو ' .. language_list[code]; -- prepend last name with 'and<space>'
name = table.concat (language_list, ',، ') -- and concatenate with '<comma><space>' separators
end
if this_wiki_name == name then
خط ۲٬۹۸۸:
table.insert( z.message_tail, { set_error( 'redundant_parameters', {wrap_style ('parameter', 'minutes') .. ' and ' .. wrap_style ('parameter', 'time')}, true ) } );
end
Position = " " .. Minutescfg.messages['minutes'] .. " " .. cfg.messages['minutes']Minutes;
else
if is_set(Time) then