Modul:Calendar date: Perbedaan antara revisi
Konten dihapus Konten ditambahkan
←Membuat halaman berisi '--[[ Display Gregorian date of a holiday that moves year to year. Date data can be obtained from multiple sources as configured in Module:Calendar date/Events "lo...' |
k ujicoba |
||
Baris 388:
if cite then
cite = ""
if cfg.
local citetitle = cfg.citetitle
cite = frame:preprocess('<ref name="' .. holiday .. ' dates">{{cite web |url=' .. cfg.citeurl .. ' |title=Dates for ' .. cfg.name .. ' |publisher=' .. cfg.source .. '|accessdate=' .. cfg.accessdate .. '}}</ref>')▼
citetitle = 'Dates for ' .. cfg.name
elseif cfg.datatype == "calculator" then▼
▲ if cfg.source then
cite = frame:preprocess('<ref name="' .. holiday .. ' dates">' .. cfg.source .. '</ref>')▼
else▼
cite = ""▼
end
▲
▲
end
else
|