Modul:Infobox Disiplin

local generic = require "Modul:Infobox/Fungsi"
local wd = require "Module:Wikidata/fr"
return 	{
	maincolor = '#2B4B8D',
        secondcolor = '#FFF',
        thirdcolor = '#FFF',
 	parts =
    	{
        generic.title(),
	generic.logo(),
	generic.mainimage(), 
        {type = 'table', 
	   rows = {
			{type = 'row', label = 'Subclass of', value = 'sub-class of', property = 'P279'},
			{type = 'row', label = 'Part of', value = 'part of', property = 'P361'},
			{type = 'row', label = 'Pays', value = 'pays', property = 'P17'},
			{type = 'row', label = 'Practiced by', value = 'practiced by', property = 'P3095'},
			{type = 'row', label = 'discipline', plurallabel = 'discipline', value = 'discipline', wikidata = {property = 'P527', conjtype = '<br />'}}, 
			{type = 'row', label = 'Object', plurallabel = 'Object', value = 'object', wikidata = {property = 'P2578', conjtype = '<br />'}},
			{type = 'row', label = 'Founder', plurallabel = 'Founders', value = 'founders', wikidata = {property = 'P112', conjtype = '<br />'}}, 
			{type = 'row', label = 'Person', plurallabel = 'Person', value = 'person', wikidata = {property = 'P3342', conjtype = '<br />'}}, 
			{type = 'row', label = 'History', value = 'history', wikidata = {property = 'P2184', withlink = 'idwiki', numval = '1'}}
           }
        }
        }
}