「モジュール:Citation/CS1/sandbox」の版間の差分

削除された内容 追加された内容
en:Module:Citation/CS1 oldid=935243648 より更新
ネイ (会話) による ID:76164885 の版を取り消し
タグ: 取り消し
(同じ利用者による、間の6版が非表示)
2,800行目:
if is_set (DF) then -- if we need to reformat dates
modified = reformat_dates (date_parameters_list, DF, false); -- reformat to DF format, use long month names if appropriate
elseif is_set (AccessDate) or is_set (ArchiveDate) then -- 日本語版独自:必ずAccessDateとArchiveDateの書式を整える
modified = reformat_dates (date_parameters_list, '', false);
end