Modul:Article history/config: Perbedaan antara revisi

Konten dihapus Konten ditambahkan
Dedhert.Jr (bicara | kontrib)
terjemahkan untuk AB (mantan dan gagal)
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'''adalah wasmantan a '''''[[%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,