Module:AffectAnxietyNavbox/data

From No Subject
Jump to navigation Jump to search

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

-- Module:AffectAnxietyNavbox/data
-- Deep clusters for affect/anxiety.
-- Keep "list" as wikitext (links separated by ·).

return {
  rows = {
    {
      group = "Affect and inhibition",
      list  = table.concat({
        "[[Affect]]",
        "[[Inhibition]]",
        "[[Anxiety (psychoanalysis)|Anxiety]]",
      }, " · ")
    },
    {
      group = "Anxiety and the Real",
      list  = table.concat({
        "[[Real (psychoanalysis)|Real]]",
        "[[Trauma]]",
        "[[Tuché]]",
        "[[Jouissance]]",
      }, " · ")
    },
    {
      group = "Clinical affects",
      list  = table.concat({
        "[[Phobia]]",
        "[[Panic]]",
        "[[Melancholia]]",
        "[[Depression]]",
      }, " · ")
    },
    {
      group = "Defense and signal",
      list  = table.concat({
        "[[Signal anxiety]]",
        "[[Repression]]",
        "[[Defense mechanisms]]",
      }, " · ")
    },
    {
      group = "Direction of treatment",
      list  = table.concat({
        "[[Transference]]",
        "[[Interpretation (psychoanalysis)|Interpretation]]",
        "[[Analytic act]]",
      }, " · ")
    },
  }
}