All public logs
Combined display of all available logs of Nonbinary Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:37, 14 July 2024 U9000 talk contribs created page Template:Terminate sentence (Add {{Terminate sentence}} (needed for {{Correct title}})) Tag: 2017 source edit
- 16:35, 14 July 2024 U9000 talk contribs created page Template:Namespace detect (Add {{Namespace detect}} (needed for {{Correct title}})) Tag: 2017 source edit
- 16:33, 14 July 2024 U9000 talk contribs created page Template:Selfref (Redirected page to Template:Self-reference) Tags: New redirect 2017 source edit
- 16:31, 14 July 2024 U9000 talk contribs created page Template:Hatnote (Add {{Hatnote}} (needed for {{Self-reference}} and {{Correct title}})) Tag: 2017 source edit
- 16:29, 14 July 2024 U9000 talk contribs created page Template:Self-reference (Add {{Self-reference}} (needed for {{Correct title}})) Tag: 2017 source edit
- 16:22, 14 July 2024 U9000 talk contribs created page Template:Correct title/doc (Created page with "{{Documentation subpage}} {{en-WP attribution notice|Template:Correct title/doc}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> {{hatnote|{{tl|Title}} redirects here. For a template to set the HTML <code>title</code> attribute, see {{tl|Tooltip}}.}} {{Lua|Module:Correct title categories}} This is a Wikipedia maintenance template that produces an article hatnote to help explain to readers that rest...") Tag: 2017 source edit
- 16:20, 14 July 2024 U9000 talk contribs created page Module:Correct title categories/doc (Created page with "Module used to populate categories for {{tl|Correct title}} {{en-WP attribution notice|Module:Correct title categories/doc}} {{en-WP attribution notice|Module:Correct title categories}}") Tag: 2017 source edit
- 16:18, 14 July 2024 U9000 talk contribs created page Module:Correct title categories (Created page with "local p = {} function p.main(frame) return p._main(frame.args[1]) end function p._main(title) title = mw.text.unstripNoWiki(title) -- Decode HTML entities unless the title itself is demonstrating one if title:sub(1, 1) ~= "&" then title = mw.text.decode(title) end title = title:gsub("'","") -- Add a trailing "a" to distinguish empty from no fragment local titleObj = mw.title.new(title.."a") if not titleObj or title == "/." then if title:find("%[") or title:f...")
- 15:55, 14 July 2024 U9000 talk contribs created page User:U9000/common.css (Test Navbox styles)
- 08:08, 14 July 2024 Flow talk page manager talk contribs created page Topic:Y8ihgsib359xkth6 (This page has been converted into a Structured Discussions board)
- 08:08, 14 July 2024 Flow talk page manager talk contribs created page User talk:Renxorxrei (This page has been converted into a Structured Discussions board)
- 04:44, 14 July 2024 Renxorxrei talk contribs created page Androgynix (Created page with "'''DEFINITION.''' The gender Identity '''Androgynix''' is when someone feels as though <u>their gender is partially male (or masculine) aligned and partially genderless, as well as having a disconnect or detachment from gender as a whole.</u> File:Androgynix.jpg|alt=The flag has 5 horizontal strips. The first color is "DFFDD9, Nyanza." The second color is "ADEAE5, Celeste." The third color is "649DBB, Air Superiority Blue (ASB)." The forth color is "3F3073, Tekhelet....") Tag: 2017 source edit
- 04:20, 14 July 2024 Renxorxrei talk contribs created page File:Androgynix.jpg
- 04:20, 14 July 2024 Renxorxrei talk contribs uploaded File:Androgynix.jpg
- 04:18, 14 July 2024 User account Renxorxrei talk contribs was created
- 02:14, 14 July 2024 Ondo talk contribs created page Module:Navbox/styles.css (Created page with "{{pp|small=y}}: .navbox { box-sizing: border-box; border: 1px solid #a2a9b1; width: 100%; clear: both; font-size: 88%; text-align: center; padding: 1px; margin: 1em auto 0; Prevent preceding content from clinging to navboxes: } .navbox .navbox { margin-top: 0; No top margin for nested navboxes: } .navbox + .navbox, TODO: remove first line after transclusions have updated: .navbox + .navbox-styles + .navbox { margin-top: -1px; /* Single pix...")
- 20:21, 13 July 2024 U9000 talk contribs created page Template:Visibility (Created page with "{{Navbox | name = Visibility | title = Category:Visibility | listclass = hlist | group1 = | list1 = * Books * Colors of Tobi * Discovering Gender * Gender variance in Christianity * Gender variance in spirituality * Guide for journalists * History of nonbinary gender * Nonbinary gender in fiction * Nonbinary gender in the media * Podcasts * Research * They/Them Project * Think Outside The Box * Undiscl...") Tag: 2017 source edit
- 17:35, 13 July 2024 U9000 talk contribs created page Template talk:Icon (Broken documentation: new section) Tag: 2017 source edit
- 17:30, 13 July 2024 U9000 talk contribs created page Module:Icon/data/sandbox (Created page with "-- This module stores icon data for Module:Icon. -------------------------------------------------------------------------------- -- Icon data -------------------------------------------------------------------------------- local data = { fa = { image = "Featured article star.svg", tooltip = "Featured article", link = true, }, far = { image = "Cscr-star piece.png", tooltip = "Featured article review", link = true, }, farc = { image = "Cscr-star p...")
- 17:29, 13 July 2024 U9000 talk contribs created page Module:Icon/table/doc (Created page with "{{en-WP attribution notice|Module:Icon/table}} This module creates a test case template using data aggregated from Module:Icon/data and Module:Icon/data/sandbox. It is intended to be displayed at Template:Icon/testcases. == Usage == <code><nowiki>{{#invoke:icon/table|main}}</nowiki></code> == Output == {{#invoke:icon/table|main}} <includeonly>{{Sandbox other|| <!-- Categories below this line; interwikis at Wikidata --> }}</includeonly>") Tag: 2017 source edit
- 17:27, 13 July 2024 U9000 talk contribs created page Module:Icon/table (Created page with "-- Create a table of icons to display on the template test case page require('strict') local p = {} local m_iconData = mw.loadData("Module:Icon/data") local m_iconSandboxData = mw.loadData("Module:Icon/data/sandbox") local function mergeTables(...) local ret = {} for _, t in ipairs{...} do for k, v in pairs(t) do ret[k] = v end end return ret end local function reconstituteAliases(iconDataCollection) local ret = {} for code, iconData in pairs(iconDataCol...")
- 17:25, 13 July 2024 U9000 talk contribs created page Template:Icon/doc (Created page with "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{en-WP attribution notice|Template:Icon/doc}} {{Lua|Module:Icon}} == About == This template creates an inline image that is used in metapages such as Wikipedia:Vital articles and/or in user pages. == Usage == ;Basic usage :{{tlx|icon|''code''}} :{{tlx|icon|class{{=}}'...") Tag: 2017 source edit
- 17:23, 13 July 2024 U9000 talk contribs created page Module:Icon/data (Created page with "-- This module stores icon data for Module:Icon. -------------------------------------------------------------------------------- -- Icon data -------------------------------------------------------------------------------- local data = { fa = { image = "Featured article star.svg", tooltip = "Featured article", link = true, }, far = { image = "Cscr-star piece.png", tooltip = "Featured article review", link = true, }, farc = { image = "Cscr-star p...")
- 17:22, 13 July 2024 U9000 talk contribs created page Module:Icon/doc (Created page with "{{en-WP attribution notice|Module:Icon/doc}} This module displays an icon depending on the code it is given. It implements Template:Icon. == Usage == === From wikitext === From wikitext this module should be used via Template:Icon. Please see the template page for documentation. === From Lua === To use this module from another Lua module, first load it: <syntaxhighlight lang="lua"> local mIcon = require('Module:Icon') </syntaxhighlight> Then you can make...") Tag: 2017 source edit
- 17:20, 13 July 2024 U9000 talk contribs created page Module:Icon (From Wikipedia's Module:Icon, which is licensed under the Creative Commons Attribution-ShareAlike License 4.0)
- 17:17, 13 July 2024 U9000 talk contribs created page Template:Icon (Created page with "{{#invoke:Icon|main}}<noinclude> {{documentation}} {{en-WP attribution notice|Template:Icon}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>") Tag: 2017 source edit
- 17:09, 13 July 2024 U9000 talk contribs created page Template:Activism (Created page with "{{Navbox | name = Activism | title = Category:Activism | listclass = hlist | group1 = | list1 = * Activism * Al-Fatiha Foundation * Allies * Charities and groups that benefit gender variant people * Feminism * Gender Census * Go Title Free * Letter templates and call scripts * Nonbinary & Intersex Recognition Project * Nonbinary rights * Nonbinary union * Petitions * Visibility | group2 = Subcategories |...") Tag: 2017 source edit
- 15:38, 13 July 2024 U9000 talk contribs moved page User:U9000/Test:Infobox category to Template:Practical resources (This is where it will go when done anyway. I also need to check if the reason the CSS isn't loading is the namespace)
- 10:50, 13 July 2024 User account Rainbet3010 talk contribs was created
- 04:34, 13 July 2024 User account G28carkeys9376 talk contribs was created
- 03:39, 13 July 2024 U9000 talk contribs created page User:U9000/Test:Infobox category (TODO) Tag: 2017 source edit
- 23:17, 12 July 2024 Flow talk page manager talk contribs created page Topic:Y8ffo7qhovithu0q (This page has been converted into a Structured Discussions board)
- 23:13, 12 July 2024 U9000 talk contribs marked topic "Dark mode is off" as resolved on Nonbinary Wiki:General discussion (marked as resolved)
- 22:32, 12 July 2024 User account Rainbet6282 talk contribs was created
- 18:26, 12 July 2024 U9000 talk contribs created page Template talk:Correct title (Self-ref errors: new section) Tag: 2017 source edit
- 18:23, 12 July 2024 U9000 talk contribs created page Template:Correct title (Bring over Wikipedia's {{Correct title}}) Tag: 2017 source edit
- 16:58, 12 July 2024 U9000 talk contribs marked topic "Welcome!" as resolved on User talk:U9000 (marked as resolved)
- 16:58, 12 July 2024 U9000 talk contribs marked topic "ENBY Magazine" as resolved on User talk:Ondo (marked as resolved)
- 08:55, 12 July 2024 Amazingakita talk contribs blocked 2a02:a45a:2231:1:a036:7561:e053:412f talk with an expiration time of 3 months (account creation disabled) (Vandalism) Tags: Mobile edit Mobile web edit Advanced mobile edit
- 07:08, 12 July 2024 Flow talk page manager talk contribs created page Topic:Y8dxqfykmaoihoai (This page has been converted into a Structured Discussions board)
- 06:31, 12 July 2024 Ondo talk contribs blocked ArtisticAlly !! talk contribs with an expiration time of 2 hours (account creation disabled, cannot edit own talk page) (Please don't use the wiki as social media. More information here: [https://nonbinary.wiki/index.php?title=Topic:Y8dveh1ahcyh446y&topic_showPostId=y8dveh1ahgwjc856#flow-post-y8dveh1ahgwjc856])
- 06:29, 12 July 2024 Flow talk page manager talk contribs created page Topic:Y8dvkf5kgd2gv8ze (This page has been converted into a Structured Discussions board)
- 06:28, 12 July 2024 Flow talk page manager talk contribs created page Topic:Y8dvh7oamkafds8q (This page has been converted into a Structured Discussions board)
- 06:27, 12 July 2024 Flow talk page manager talk contribs created page Topic:Y8dvflxnpnwen1ve (This page has been converted into a Structured Discussions board)
- 06:26, 12 July 2024 Flow talk page manager talk contribs created page Topic:Y8dveh1ahcyh446y (This page has been converted into a Structured Discussions board)
- 06:26, 12 July 2024 Flow talk page manager talk contribs created page Topic:Y8dveftzi6a6lk56 (This page has been converted into a Structured Discussions board)
- 06:26, 12 July 2024 Flow talk page manager talk contribs created page Topic:Y8dvd8j0bhzo1id6 (This page has been converted into a Structured Discussions board)
- 06:25, 12 July 2024 Flow talk page manager talk contribs created page Topic:Y8dvb4qsqth9kf96 (This page has been converted into a Structured Discussions board)
- 06:24, 12 July 2024 Flow talk page manager talk contribs created page Topic:Y8dvafhe7xb4qq7u (This page has been converted into a Structured Discussions board)
- 06:24, 12 July 2024 Flow talk page manager talk contribs created page Topic:Y8dv93d74ibg4g8q (This page has been converted into a Structured Discussions board)