Module:ConceptFooter/data

From No Subject
Jump to navigation Jump to search

Documentation for this module may be created at Module:ConceptFooter/data/doc

-- Module:ConceptFooter/data
-- Map navbox template name -> category/categories to auto-apply.
-- Keys should match template names WITHOUT "Template:" prefix.

return {
	navbox_to_categories = {
		SubjectivityNavbox = { 'Subjectivity and Otherness' },
		RegistersNavbox = { 'Registers and knotting' },
		LanguageUnconsciousNavbox = { 'Language and the unconscious' },
		DesireDriveNavbox = { 'Desire and drive' },
		SexuationLawNavbox = { 'Sexuation and law' },
		TopologyNavbox = { 'Formalization and topology' },
		DiscoursesNavbox = { 'Discourses and social bond' },
		EthicsActNavbox = { 'Ethics and the act' },
		ClinicNavbox = { 'Clinical structures and technique' },
		DefenseNavbox = { 'Defense mechanisms' },
		AffectAnxietyNavbox = { 'Affect and anxiety' },
		TimeTraumaNavbox = { 'Time, repetition, trauma'},
	}
}