Module:DefenseNavbox/data
Jump to navigation
Jump to search
Documentation for this module may be created at Module:DefenseNavbox/data/doc
-- Module:DefenseNavbox/data
-- Deep clusters for defenses and psychic mechanisms.
-- Keep "list" as wikitext (links separated by ·).
return {
rows = {
{
group = "Core operations",
list = table.concat({
"[[Repression]]",
"[[Primal repression]]",
"[[Return of the repressed]]",
"[[Resistance]]",
"[[Working through]]",
}, " · ")
},
{
group = "Lacanian mechanisms",
list = table.concat({
"[[Foreclosure]]",
"[[Disavowal]]",
"[[Name of the Father]]",
"[[Symbolic order]]",
"[[Psychosis]]",
"[[Perversion]]",
}, " · ")
},
{
group = "Denial and negation",
list = table.concat({
"[[Denial]]",
"[[Negation (psychoanalysis)|Negation]]",
"[[Splitting (psychology)|Splitting]]",
"[[Disavowal]]",
}, " · ")
},
{
group = "Projection and introjection",
list = table.concat({
"[[Projection (psychology)|Projection]]",
"[[Introjection]]",
"[[Identification (psychoanalysis)|Identification]]",
"[[Other (philosophy)|Other]]",
}, " · ")
},
{
group = "Undoing and isolation",
list = table.concat({
"[[Isolation (psychology)|Isolation]]",
"[[Undoing]]",
"[[Reaction formation]]",
"[[Intellectualization]]",
"[[Rationalization]]",
}, " · ")
},
{
group = "Sublimation and idealization",
list = table.concat({
"[[Sublimation (psychology)|Sublimation]]",
"[[Idealization]]",
"[[Ego ideal]]",
"[[Superego]]",
}, " · ")
},
{
group = "Dream-work and compromise",
list = table.concat({
"[[Dream-work]]",
"[[Condensation]]",
"[[Displacement]]",
"[[Overdetermination]]",
"[[Compromise formation]]",
"[[Symptom]]",
}, " · ")
},
}
}