Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of No Subject. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 23:29, 6 January 2026 Riot Hero talk contribs created page Module:ClinicNavbox/data (Created page with "-- Module:ClinicNavbox/data -- Deep clusters for clinic: structure, symptom, transference, technique, and analytic ending. -- Keep "list" as wikitext (links separated by ·). return { rows = { { group = "Clinical structures", list = table.concat({ "Neurosis", "Psychosis", "Perversion", "Hysteria", "Obsessive neurosis", "Phobia", "Melancholia", }, " · ") },...")
- 23:29, 6 January 2026 Riot Hero talk contribs created page Module:ClinicNavbox (Created page with "-- Module:ClinicNavbox -- Renders Template:ClinicNavbox from structured data in Module:ClinicNavbox/data local p = {} function p.main(frame) local parent = frame:getParent() local args = parent and parent.args or frame.args local state = args.state or "collapsed" local title = args.title or "Clinical structures and technique" local data = mw.loadData("Module:ClinicNavbox/data") local nav = { name = "ClinicNavbox", title = title, state = state,...")
- 23:29, 6 January 2026 Riot Hero talk contribs created page Template:ClinicNavbox (Created page with "<includeonly>{{#invoke:ClinicNavbox|main | state={{{state|collapsed}}} | title={{{title|Clinical structures and technique}}} }}</includeonly> <noinclude> __NOTOC__ = Template:ClinicNavbox = Deep sub-navigation for clinical structures, symptoms, and analytic technique. == Usage == * {{ClinicNavbox}} * {{ClinicNavbox|state=expanded}} * {{ClinicNavbox|title=Clinic and technique}} Recommended placement: * On the hub page “Clinical structures and technique” (usually...")
- 23:19, 6 January 2026 Riot Hero talk contribs created page Module:LanguageUnconsciousNavbox/data (Created page with "-- Module:LanguageUnconsciousNavbox/data -- Deep concept clusters for language, signification, and formations of the unconscious. -- Keep "list" as wikitext (links separated by ·). return { rows = { { group = "Unconscious and formations", list = table.concat({ "Unconscious", "Formation of the unconscious", "Return of the repressed", "Dream-work", "Parapraxis", "[[Joke (psychoanalysis...")
- 23:19, 6 January 2026 Riot Hero talk contribs created page Module:LanguageUnconsciousNavbox (Created page with "-- Module:LanguageUnconsciousNavbox -- Renders Template:LanguageUnconsciousNavbox from structured data in Module:LanguageUnconsciousNavbox/data local p = {} function p.main(frame) local parent = frame:getParent() local args = parent and parent.args or frame.args local state = args.state or "collapsed" local title = args.title or "Language and the unconscious" local data = mw.loadData("Module:LanguageUnconsciousNavbox/data") local nav = { name = "Langu...")
- 23:19, 6 January 2026 Riot Hero talk contribs created page Template:LanguageUnconsciousNavbox (Created page with "<includeonly>{{#invoke:LanguageUnconsciousNavbox|main | state={{{state|collapsed}}} | title={{{title|Language and the unconscious}}} }}</includeonly> <noinclude> __NOTOC__ = Template:LanguageUnconsciousNavbox = Deep sub-navigation for the “Language and the unconscious” domain. == Usage == * {{LanguageUnconsciousNavbox}} * {{LanguageUnconsciousNavbox|state=expanded}} * {{LanguageUnconsciousNavbox|title=Language / Unconscious}} Place on the hub page “Language an...")
- 23:14, 6 January 2026 Riot Hero talk contribs created page Language and the unconscious (Created page with "__NOTOC__ = Language and the unconscious = A hub for concepts linking signification, the unconscious, and interpretation. {{LanguageUnconsciousNavbox|state=expanded}} {{ConceptNavbox}} Category:Psychoanalytic concepts")
- 22:58, 6 January 2026 Riot Hero talk contribs created page Module:ConceptNavbox/doc (Created page with "<!-- Module:ConceptNavbox/doc --> {{documentation}} <includeonly> __NOTOC__ ;Purpose <code>Module:ConceptNavbox</code> renders the psychoanalytic concept navigation box used on concept articles. It is the Lua “engine” behind <code>Template:ConceptNavbox</code>, converting structured data from <code>Module:ConceptNavbox/data</code> into a standard <code>{{Navbox}}</code>. ;What it does (overview) * Reads parameters passed from <code>Template:ConceptNavbox</code> (or...")
- 22:57, 6 January 2026 Riot Hero talk contribs created page Module:ConceptNavbox/data/doc (Created page with "<!-- Module:ConceptNavbox/data/doc --> {{documentation}} <includeonly> __NOTOC__ ;Purpose This page documents the data backend for the psychoanalytic concept navigation template. The data in <code>Module:ConceptNavbox/data</code> is loaded by <code>Module:ConceptNavbox</code> and rendered as the navbox shown by <code>{{ConceptNavbox}}</code>. ;Where it is used * Articles include the navbox via: <code>{{ConceptNavbox}}</code> * The template calls the module via: <code>{...")
- 22:53, 6 January 2026 Riot Hero talk contribs created page Module:ConceptNavbox/data (Created page with "-- Module:ConceptNavbox/data -- Data table for Module:ConceptNavbox (used by {{#invoke:ConceptNavbox|main}}) -- Keep lists in wikitext so links/pipes render naturally in Navbox. return { rows = { { group = "Registers and knotting", list = table.concat({ "Symbolic", "Imaginary", "Real", "Sinthome", "Borromean knot", "[[Sym...")
- 22:52, 6 January 2026 Riot Hero talk contribs created page Module:ConceptNavbox (Created page with "-- Module:ConceptNavbox -- Minimal pattern: store groups in Module:ConceptNavbox/data and render via Module:Navbox local p = {} function p.main(frame) local args = frame:getParent() and frame:getParent().args or frame.args local state = args.state or "collapsed" local title = args.title or "Psychoanalytic concepts" local data = mw.loadData("Module:ConceptNavbox/data") -- a Lua table you maintain local nav = { name = "ConceptNavbox", title = title,...")
- 22:51, 6 January 2026 Riot Hero talk contribs created page Template:ConceptNavbox1 (Created page with "<includeonly>{{Navbox | name = ConceptNavbox | title = {{{title|Psychoanalytic concepts}}} | state = {{{state|collapsed}}} | navbar = plain | listclass = hlist | group1 = Registers and knotting | list1 = Symbolic · Imaginary · Real · Sinthome · Borromean knot · Law | group2 = Subject and Otherness | list2 = Subject · Ego...")
- 22:50, 6 January 2026 Riot Hero talk contribs created page Template talk:ConceptNavbox (Created page with "<noinclude> {{Documentation}} <!-- Template:ConceptNavbox Purpose: A navigation template for core psychoanalytic concepts (Freudian, Lacanian, and related traditions), for use at the bottom of concept articles. Usage: {{ConceptNavbox}} Optional: {{ConceptNavbox|state=expanded}} <!-- or: collapsed / autocollapse --> --> </noinclude> {{Navbox | name = ConceptNavbox | title = Psychoanalytic concepts | state = {{{state|collapsed}}} | listclass = hlist...")
- 22:44, 6 January 2026 Riot Hero talk contribs created page Template:ConceptNavbox (Created page with "<noinclude> This is the Template:ConceptNavbox used for navigating major psychoanalytic concepts. To include it in an article, place: {{ConceptNavbox}} at the end of the page before the category tags. </noinclude> {{Navbox | name = ConceptNavbox | title = '''Psychoanalytic concepts''' | state = collapsed | listclass = hlist | group1 = Core registers | list1 = Symbolic order · Imaginary · Real (psychoanalysis)|...")
- 22:41, 6 January 2026 Riot Hero talk contribs created page Talk:Desire of the Other (Created page with "= Desire of the Other (désir de l'Autre) = The '''Desire of the Other''' (French: ''désir de l'Autre''), formally designated in Lacan’s mathemes as <math>d(A)</math> or often simply as <math>\mathbf{D}</math> for Desire, is the central concept in Lacanian psychoanalysis that establishes the subject's desire as fundamentally mediated by the symbolic lack and desire of the Other. It signifies that what the su...")
- 22:32, 6 January 2026 Riot Hero talk contribs created page Symbolic Order (Redirected page to Symbolic) Tag: New redirect
- 22:32, 6 January 2026 Riot Hero talk contribs created page Desire of the Other (Created page with "'''Desire of the Other''' (French: ''désir de l'Autre'', matheme: <math>d(A)</math> or <math>\mathbf{D}</math>) is a foundational concept in the psychoanalytic theory of Jacques Lacan, designating the structural condition of human Desire as mediated by the Other. It articulates the subject’s desire not simply as desire for an object or fulfillment, but as a desire shaped, called into being, and sustained by the desire of the Other. Unlike biological Need...")
- 18:51, 6 January 2026 Riot Hero talk contribs created page File:Lacan-Seminar-XXIV-Cover.jpg
- 18:51, 6 January 2026 Riot Hero talk contribs uploaded File:Lacan-Seminar-XXIV-Cover.jpg
- 17:34, 6 January 2026 Riot Hero talk contribs created page File:Lacan-Seminar-XXIII-Le-sinthome.png
- 17:34, 6 January 2026 Riot Hero talk contribs uploaded File:Lacan-Seminar-XXIII-Le-sinthome.png
- 17:31, 6 January 2026 Riot Hero talk contribs created page École freudienne de Paris (Redirected page to École Freudienne de Paris) Tag: New redirect
- 17:28, 6 January 2026 Riot Hero talk contribs uploaded a new version of File:Lacan-Seminar-XIX-Ou-Pire.jpg
- 17:27, 6 January 2026 Riot Hero talk contribs created page File:Lacan-Seminar-XIX-Cover.jpg
- 17:27, 6 January 2026 Riot Hero talk contribs uploaded File:Lacan-Seminar-XIX-Cover.jpg
- 17:26, 6 January 2026 Riot Hero talk contribs created page File:Lacan-Seminar-XVIII-Cover.jpg
- 17:26, 6 January 2026 Riot Hero talk contribs uploaded File:Lacan-Seminar-XVIII-Cover.jpg
- 15:50, 6 January 2026 Riot Hero talk contribs created page File:Lacan-Seminar-XV-Cover.jpg
- 15:50, 6 January 2026 Riot Hero talk contribs uploaded File:Lacan-Seminar-XV-Cover.jpg
- 23:39, 5 January 2026 Riot Hero talk contribs created page Talk:Surplus-jouissance (Created page with "{{#seo: |title=Surplus-jouissance |title_mode=replace |keywords=Surplus-jouissance, jouissance, Lacanian psychoanalysis, Freudian theory, object a, the drive, the Real, surplus value, Žižek, Seminar XVII |description=Comprehensive article on Surplus-jouissance in Lacanian theory, its Freudian roots, related concepts, and influence in contemporary theory. |type=article |site_name=nosubject.com |locale=en-US }} '''Surplus‑jouissance''' (French: ''plus‑de‑jo...")
- 23:23, 5 January 2026 Riot Hero talk contribs created page Surplus-jouissance (Created page with "{{#seo: |title=Surplus-jouissance |title_mode=replace |keywords=Surplus-jouissance, jouissance, Lacanian psychoanalysis, Freudian theory, object a, the drive, the Real, surplus value, Žižek, Seminar XVII |description=Comprehensive article on Surplus-jouissance in Lacanian theory, its Freudian roots, related concepts, and influence in contemporary theory. |type=article |site_name=nosubject.com |locale=en-US }} '''Surplus‑jouissance''' (French: *plus‑de‑jou...")
- 19:08, 5 January 2026 Riot Hero talk contribs created page File:Lacan-Seminar-VII-Cover.png
- 19:08, 5 January 2026 Riot Hero talk contribs uploaded File:Lacan-Seminar-VII-Cover.png
- 18:53, 5 January 2026 Riot Hero talk contribs created page Interpretation (psychoanalysis) (Redirected page to Interpretation) Tag: New redirect
- 18:52, 5 January 2026 Riot Hero talk contribs created page Real (psychoanalysis) (Redirected page to Real) Tag: New redirect
- 18:52, 5 January 2026 Riot Hero talk contribs created page Phallus (Lacan) (Redirected page to Phallus) Tag: New redirect
- 18:47, 5 January 2026 Riot Hero talk contribs created page Drive (psychoanalysis) (Redirected page to Drive) Tag: New redirect
- 18:47, 5 January 2026 Riot Hero talk contribs created page Fantasy (psychoanalysis) (Redirected page to Fantasy) Tag: New redirect
- 18:44, 5 January 2026 Riot Hero talk contribs created page File:Lacan-Seminar-VI-Cover.jpg
- 18:44, 5 January 2026 Riot Hero talk contribs uploaded File:Lacan-Seminar-VI-Cover.jpg
- 18:32, 5 January 2026 Riot Hero talk contribs created page Demand (psychoanalysis) (Redirected page to Demand) Tag: New redirect
- 18:30, 5 January 2026 Riot Hero talk contribs created page File:Lacan-Seminar-V-Cover.png
- 18:30, 5 January 2026 Riot Hero talk contribs uploaded File:Lacan-Seminar-V-Cover.png
- 15:43, 5 January 2026 Riot Hero talk contribs created page Other (psychoanalysis) (Redirected page to Other) Tag: New redirect
- 09:39, 4 January 2026 Riot Hero talk contribs created page File:Lacan-Schema-L.png
- 09:39, 4 January 2026 Riot Hero talk contribs uploaded File:Lacan-Schema-L.png
- 09:21, 4 January 2026 Riot Hero talk contribs created page Module:Lang/data/is latn data (Created page with "--[[--------------------------< S I N G L E S _ T >----------------------------------------------------------- list of Latn and Zyyy (common) codepoints that are not included in <ranges_t> taken from Module:Unicode data/scripts and a local copy of https://www.unicode.org/Public/16.0.0/ucd/ScriptExtensions.txt ]] local singles_t = { [170] = true, -- 00AA [186] = true, -- 00BA [215] = true, -- 00D7 [247] = true,...")
- 09:20, 4 January 2026 Riot Hero talk contribs created page Module:Lang/configuration (Created page with "--[[--------------------------< T E M P L A T E S _ T >-------------------------------------------------------- ]] local templates_t = { lang = 'Lang', langx = 'Langx', langxx = 'Lang-xx', transliteration = 'Transliteration', } --[[--------------------------< K N O W N _ P A R A M S >------------------------------------------------------ lists of all parameters known to {{lang}}, {{langx}}, {{lang-xx}} templates. Exception: |fn= is known to {{lang}} but is not...")
- 09:19, 4 January 2026 Riot Hero talk contribs created page Module:Lang/data/iana suppressed scripts (Created page with "-- File-Date: 2025-08-25 return { ["Arab"] = {"ar", "fa", "ps", "ur"}, ["Armn"] = {"hy"}, ["Beng"] = {"as", "bn"}, ["Blis"] = {"zbl"}, ["Cyrl"] = {"ab", "be", "bg", "kk", "mk", "ru", "uk"}, ["Deva"] = {"hi", "mr", "ne", "kok", "mai"}, ["Ethi"] = {"am", "ti"}, ["Geor"] = {"ka"}, ["Grek"] = {"el"}, ["Gujr"] = {"gu"}, ["Guru"] = {"pa"}, ["Hebr"] = {"he", "iw", "yi"}, ["Jpan"] = {"ja"}, ["Khmr"] = {"km"}, ["Knda"] = {"kn"}, ["Kore"] = {"ko"}, ["Laoo"] = {"lo...")
- 09:19, 4 January 2026 Riot Hero talk contribs created page Module:Lang/data/iana variants (Created page with "-- File-Date: 2025-08-25 return { ["1606nict"] = { ["descriptions"] = {"Late Middle French (to 1606)"}, ["prefixes"] = {"frm"}, }, ["1694acad"] = { ["descriptions"] = {"Early Modern French"}, ["prefixes"] = {"fr"}, }, ["1901"] = { ["descriptions"] = {"Traditional German orthography"}, ["prefixes"] = {"de"}, }, ["1959acad"] = { ["descriptions"] = {"\"Academic\" (\"governmental\") variant of Belarusian as codified in 1959"}, ["prefixes"] = {"be"},...")