Modul:PotM/data
Dokumentasi untuk modul ini dapat dibuat di Modul:PotM/data/doc
--[[]]
return {
--[=[
Add most recent (or most futuristic) month at the top, in descending order from there:
{
year = 2021,
month = 4,
theme = "Poetry and Drama",
works = {
}
},
Add works to months in normal order in the "works" field:
{
index = "",
display = "",
author = "",
year = ,
image = ""
},
To test, use the "Preview page with this template" button and check the page
[[Module:PotM/test]]
]=]
-- Add new months on the line below this:
{
year = 2024,
month = 6,
theme = "Nonfiction",
current = 1,
works = {
{
index = "Isteri Islam Jang Berarti.djvu",
display = "Isteri Islam Jang Berarti",
author = "Pusat Pimpinan Aisyiah",
year = 1956,
},
}
},
{
year = 2024,
month = 3,
theme = "Recipe",
works = {
{
index = "Mustikarasa.pdf",
display = "Mustikarasa",
author = "Kementerian Pertanian Indonesia",
year = 1967,
},
}
},
{
year = 2022,
month = 11,
theme = "20 Tahun GKBI",
works = {
{
index = "20 tahun G.K.B.I.pdf",
display = "20 Tahun GKBI",
author = "Gabungan Koperasi Batik Indonesia",
year = 1968,
},
}
},
}