Jump to content

Module:Quotations/sd/data

From Wiktionary, the free dictionary

This module contains data for works in Sindhi and is used to format the parameters of {{Q|sd|...}}.


local data = {}

data.authorAliases = {}

data[false] = {}
	data[false].works = {
		['Shah Jo Risalo'] = {['reroute'] = {['author']='Shah Abdul Latif Bhittai', ['work']='Shah Jo Risalo'}},
	}

data["Shah Abdul Latif Bhittai"] = {}
	data["Shah Abdul Latif Bhittai"].aLink = "Shah Abdul Latif Bhittai"
	data["Shah Abdul Latif Bhittai"].year = 'c. 1689 - 1752'
	data["Shah Abdul Latif Bhittai"].works = {
		["Shah Jo Risalo"] = {['wLink'] = 'Shah Jo Risalo'}
	}

return {['data'] = data}