Module:Infobox/Philosopher
Jump to navigation
Jump to search
Documentation for this module may be created at Module:Infobox/Philosopher/doc
local person = require "Module: Infobox / Functions / Person" return { maincolor = '# B0C4DE' , parts = { { type = 'title' , value = 'name' , icon = 'author' , }, person . mainimage ( 'Article to illustrate Philosopher' ), { type = 'table' , rows = { { type = 'mixed' , label = 'Activities' , value = 'activities' }, person . birth (), person . death (), person . placeofburial (), person . nationality (), --person.nativelanguage (), { type = 'mixed' , label = 'Title' , value = 'title' }, person . education (), { type = 'mixed' , label = 'School / tradition' , value = 'philosophical tradition' }, { type = 'mixed' , label = 'Main interests' , value = 'Main interests' }, { type = 'mixed' , label = 'Remarkable ideas' , value = 'remarkable ideas' }, { type = 'mixed' , label = 'Main works' , value = 'Main works' }, person . influencedby (), person . influenced (), { type = 'mixed' , label = 'Famous for' , value = 'famous for' }, { type = 'mixed' , label = 'Citation' , value = 'citation' }, { type = 'mixed' , label = 'Derived adjectives' , value = 'derived adjectives' }, person . family (), person . awards (), } }, person . signature (), } }