Module:RegistersNavbox/data
Jump to navigation
Jump to search
Documentation for this module may be created at Module:RegistersNavbox/data/doc
-- Module:RegistersNavbox/data
-- Deep clusters for the Lacanian registers and knotting.
-- Keep "list" as wikitext (links separated by ·).
return {
rows = {
{
group = "The three registers",
list = table.concat({
"[[Symbolic order|Symbolic]]",
"[[Imaginary (psychoanalysis)|Imaginary]]",
"[[Real (psychoanalysis)|Real]]",
"[[Symbolic order]]",
"[[RSI]]",
}, " · ")
},
{
group = "Symbolic: law and signification",
list = table.concat({
"[[Signifier]]",
"[[Big Other]]",
"[[Name of the Father]]",
"[[Law]]",
"[[Paternal metaphor]]",
"[[Castration (psychoanalysis)|Castration]]",
"[[Point de capiton|Quilting point]]",
}, " · ")
},
{
group = "Imaginary: image and identification",
list = table.concat({
"[[Mirror stage]]",
"[[Ego]]",
"[[Identification (psychoanalysis)|Identification]]",
"[[Ideal ego]]",
"[[Ego ideal]]",
"[[Narcissism]]",
"[[Specular image]]",
}, " · ")
},
{
group = "Real: enjoyment and encounter",
list = table.concat({
"[[Jouissance]]",
"[[Drive]]",
"[[Death drive]]",
"[[Anxiety (psychoanalysis)|Anxiety]]",
"[[Trauma]]",
"[[Tuché]]",
"[[Objet petit a]]",
}, " · ")
},
{
group = "Symptom and sinthome",
list = table.concat({
"[[Symptom]]",
"[[Sinthome]]",
"[[Fantasy (Lacan)|Fantasy]]",
"[[Plus-de-jouir]]",
"[[Extimacy]]",
"[[Interpretation (psychoanalysis)|Interpretation]]",
}, " · ")
},
{
group = "Knotting and topology",
list = table.concat({
"[[Borromean knot]]",
"[[Knotting]]",
"[[Topology (psychoanalysis)|Topology]]",
"[[Moebius strip]]",
"[[Torus]]",
"[[Cross-cap]]",
"[[Klein bottle]]",
}, " · ")
},
{
group = "See also: formalization",
list = table.concat({
"[[Formalization and topology|Formalization & topology]]",
"[[Topology (psychoanalysis)|Topology]]",
"[[Matheme]]",
"[[Graph of desire]]",
}, " · ")
},
}
}