Modul:Article history/config: Perbedaan antara revisi

Konten dihapus Konten ditambahkan
RianHS (bicara | kontrib)
Tidak ada ringkasan suntingan
Dedhert.Jr (bicara | kontrib)
spasi
 
(5 revisi perantara oleh 3 pengguna tidak ditampilkan)
Baris 362:
name = 'Mantan calon artikel bagus',
aliases = {'FAILEDGA'},
icon = 'Symbol unsupport voteCscr-featured2-former.svgpng',
text = function (articleHistoryObj)
local articlePage = articleHistoryObj.currentTitle.subjectPageTitle.prefixedText
local link, display = getGoodArticleTopicLink(articleHistoryObj.args.topic)
local text = "'''%s$1''' wasadalah amantan '''''[[%sWikipedia:Artikel bagus/Usulan|%scalon artikel bagus]]''''' nominee,. " ..
"Silakan klik pranala pada riwayat artikel di bawah ini untuk melihat " ..
"but did not meet the [[Wikipedia:Good article criteria|good article criteria]] " ..
"mengapa pengusulannya gagal."
"at the time. There are suggestions below for improving the article. " ..
"Once these issues have been addressed, the article can be " ..
"[[Wikipedia:Good article nominations|renominated]]. " ..
"Editors may also seek a '''[[Wikipedia:Good article reassessment|reassessment]]''' " ..
"of the decision if they believe there was a mistake."
return string.format(text, articlePage, link, display)
end,
Baris 381 ⟶ 377:
name = 'Mantan artikel bagus',
aliases = {'DELISTEDGA'},
icon = 'SymbolFeatured unsupportarticle votestar - cross(silver).svg',
iconCaption = 'Former good article',
text = function (articleHistoryObj)
local articlePage = articleHistoryObj.currentTitle.subjectPageTitle.prefixedText
local link, display = getGoodArticleTopicLink(articleHistoryObj.args.topic)
local text = "'''%s1''' wasadalah one[[Wikipedia:Artikel ofbagus/Mantan|mantan theartikel '''''[[%s|%sbagus]]''''',. " ..
"Silakan klik pranala pada riwayat artikel di bawah ini untuk melihat pengusulan awalnya " ..
"but it has been removed from the list. " ..
"dan alasan pembatalannya."
"There are suggestions below for improving the article to meet the " ..
"[[Wikipedia:Good article criteria|good article criteria]]. " ..
"Once these issues have been addressed, the article can be " ..
"[[Wikipedia:Good article nominations|renominated]]. " ..
"Editors may also seek a '''[[Wikipedia:Good article reassessment|reassessment]]''' " ..
"of the decision if they believe there was a mistake."
return string.format(text, articlePage, link, display)
end,
Baris 959 ⟶ 950:
if isPast(data.mainDate2Timestamp) then
return string.format(
"Artikel ini ditampilkantampil dipada halaman utama Wikipedia sebagai %s pada %s hingga %s.",
todaysFA,
makeFeaturedLink(mainDateLong),
Baris 966 ⟶ 957:
elseif isCurrent(data.mainDate2Timestamp) then
return string.format(
"ThisArtikel articleini istampil currentlypada onhalaman utama Wikipedia's Main Page as %s. It also appeared previously on %s.",
makeFeaturedLink(mainDate2Long, todaysFA),
makeFeaturedLink(mainDateLong)
Baris 972 ⟶ 963:
else
return string.format(
"ThisArtikel articleini appearedtampil onpada Wikipedia'shalaman Mainutama PageWikipedia as %s on %s, and will appear again on %s.",
todaysFA,
makeFeaturedLink(mainDateLong),
Baris 1.003 ⟶ 994:
if isPast(data.mainDateTimestamp) then
return string.format(
"ThisArtikel articleini appearedtampil onpada Wikipedia'shalaman Mainutama PageWikipedia as %s on %s.",
makeFeaturedLink(mainDateLong, todaysFA),
mainDateLong
Baris 1.015 ⟶ 1.006:
else
return string.format(
"ThisArtikel articleini willtampil appearpada onhalaman utama Wikipedia's Main Page as %s on %s.",
makeFeaturedLink(mainDateLong, todaysFA),
mainDateLong
Baris 1.047 ⟶ 1.038:
))
end
elseif status == 'FA' or status == 'FL' or data.mainDate then
cats[#cats + 1] = Category.new(string.format(
'Featured %s that have not appeared on the main page',
pagetype
))
end
return cats