Module:විශේෂ ව්‍යාපෘති/දත්ත

From Wikisource
Jump to navigation Jump to search

මෙය Module:විශේෂ ව්‍යාපෘති වලට අදාළ දත්ත එක්රැස් කොට ඇති ස්ථානයයි. අදාළ දත්ත, Module:විශේෂ ව්‍යාපෘති/දත්ත වෙත ඇතුළු කරන්න.


--[[]]
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 = 2022,
		month = 7,
		theme = "Anthropology, Mythology, or Religion",
		current = 1,
		works = {
			-- hack to shut up errors: use Dec 2021 work until something is set up
			{
				index = "Kutenai Tales.djvu",
				display = "Kutenai Tales",
				author = "Franz Boas",
				year = 1918,
			},
		}
	},
        {
		year = 2022,
		month = 2,
		theme = "Fine arts",
		current = 1,
		works = {
			-- hack to shut up errors: use Dec 2021 work until something is set up
			{
				index = "A history of Japanese colour-prints by Woldemar von Seidlitz.djvu",
				display = "A History of Japanese Colour-Prints",
				author = "Woldemar von Seidlitz",
				year = 1910,
			},
		}
	},
    {
		year = 2022,
		month = 1,
		theme = "Quirky",
		current = 1,
		works = {
			-- hack to shut up errors: use Dec 2021 work until something is set up
			{
				index = "O Henry Prize Stories of 1924.djvu",
				display = "O. Henry Memorial Award Prize Stories of 1924",
				author = "Blanche Colton Williams",
				year = 1925,
			},
		}
	},
    {
		year = 2021,
		month = 12,
		theme = "Fiction: Short story collections",
		current = 1,
		works = {
			{
				index = "O Henry Prize Stories of 1924.djvu",
				display = "O. Henry Memorial Award Prize Stories of 1924",
				author = "Blanche Colton Williams",
				year = 1925,
			},
		}
	},
    {
		year = 2021,
		month = 11,
		theme = "Language",
		current = 1,
		works = {
			{
				index = "The Origin of the Bengali Script.djvu",
				display = "The Origin of the Bengali Script",
				author = "Rakhaldas Bandyopadhyay",
				year = 1919,
			},
		}
	},
    {
		year = 2021,
		month = 10,
		theme = "Fiction: SF/Fantastical",
		current = 1,
		works = {
			{
				index = "Hoffmann's Strange Stories - Hoffman - 1855.djvu",
				display = "Hoffmann's Strange Stories",
				author = "Ernst Theodor Wilhelm Hoffmann",
				year = 1855,
			},
		}
	},
    {
		year = 2021,
		month = 8,
		theme = "Biography",
		current = 1,
		works = {
			{
				index = "Galileo Galilei and the Roman Curia (IA cu31924012301754).pdf",
				display = "Galileo Galilei and the Roman Curia",
				author = "Karl von Gebler",
				year = 1879,
			},
		}
	},
    {
		year = 2021,
		month = 7,
		theme = "Religion",
		current = 1,
		works = {
			{
				index = "නම් පොත හෙවත් විහාර අස්න - අත්තරගම - 1800.djvu",
				display = "නම් පොත හෙවත් විහාර අස්න",
				author = "අත්තරගම රාජගුරු බංඩාර",
				year = 1800,
			},
		}
	},
    {
		year = 2021,
		month = 6,
		theme = "Novels",
		current = 1,
		works = {
			{
				index = "වනවාස නිඝණ්ඩුව (සීප්පුකුලමේ දීපංකර, 1800).djvu",
				display = "වනවාස නිඝණ්ඩුව",
				author = "සීප්පුකුලමේ දීපංකර",
				year = 1800,
				
			},
			
		}
	},
    {
		year = 1400,
		month = 5,
		theme = "Religion",
		current =1,
		works = {
			{
				index = "ගුත්තිල කාව්‍යය - වෑත්තෑවේ හිමි - 1400.djvu",
				display = "ගුත්තිල කාව්‍යය",
				author = "වෑත්තෑවේ හිමි",
				year = 1400,
			},
			
		}
	},
}