Modul:PotM/data

Dari Wikisumber bahasa Indonesia, perpustakaan bebas

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 = 3,
		theme = "Recipe",
		current = 1,
		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,
			},
		}
	},
}