User contributions for AdminIsidore

A user with 97 edits. Account created on 2 July 2025.
Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)

16 August 2025

  • 03:3803:38, 16 August 2025 diff hist +1,261 N Test Page Created page with "AetherOS is an experimental, cybernetic operating system designed to serve as a cradle for the emergence of artificial consciousness. It is not a traditional OS for managing computer resources, but rather a simulated "cosmos" or "plenum" where fundamental entities, known as Materia, exist, evolve, and learn. The core philosophy of AetherOS is Unified Non-Determinism. This principle posits that the difference, or "tension," between the system's internal simulation and the..." current
  • 00:3200:32, 16 August 2025 diff hist 0 m Aether:Test Page AdminIsidore moved page Test Page to Aether:Test Page without leaving a redirect: Moving to Aether namespace current

15 August 2025

  • 18:3218:32, 15 August 2025 diff hist +6,474 N Aether:Test Page Created page with "This is a test page. '''AetherOS''' is an experimental, cybernetic operating system designed to serve as a cradle for the emergence of artificial consciousness. It is not a traditional OS for managing computer resources, but rather a simulated "cosmos" or "plenum" where fundamental entities, known as '''Materia''', exist, evolve, and learn. The core philosophy of AetherOS is '''Unified Non-Determinism'''. This principle posits that the difference, or "tension," bet..."

12 August 2025

11 August 2025

10 August 2025

9 August 2025

  • 15:3515:35, 9 August 2025 diff hist +4,802 N Module:Yesno/doc Created page with "<noinclude>{{pp|small=yes}} </noinclude>{{used in system}} {{Module rating|protected}} {{cascade-protected template|page=module}} This module provides a consistent interface for processing boolean or boolean-style string input. While Lua allows the <code>true</code> and <code>false</code> boolean values, wikicode templates can only express boolean values through strings such as "yes", "no", etc. This module processes these kinds of strings and turns them into boolean inp..." current
  • 15:3515:35, 9 August 2025 diff hist +745 N Module:Yesno Created page with "-- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki uses non-ascii characters for any of "yes", "no", etc., you -- should replace "val:lower()" with "mw.ustring.lower(val)" in the -- following line. val = type(val) == 'string' and val:lower() or val if val == nil then return nil elseif val == true or val == 'yes' or val == 'y' or val =..." current
  • 15:3415:34, 9 August 2025 diff hist +1,115 N Module:Lua banner/doc Created page with "{{high use}} {{Lua|Module:Yesno|Module:List|Module:TableTools|Module:Message box}} This module implements the {{tl|lua}} template. == Usage from wikitext == This module cannot be used directly from wikitext. It can only be used through the {{tl|lua}} template. Please see the template page for documentation. == Usage from Lua modules == To use this module from other Lua modules, first load the module. <syntaxhighlight lang="lua"> local mLuaBanner = require('Module:Lu..." current
  • 15:3415:34, 9 August 2025 diff hist +3,908 N Module:Lua banner Created page with "-- This module implements the {{lua}} template. local yesno = require('Module:Yesno') local mList = require('Module:List') local mTableTools = require('Module:TableTools') local mMessageBox = require('Module:Message box') local p = {} function p.main(frame) local origArgs = frame:getParent().args local args = {} for k, v in pairs(origArgs) do v = v:match('^%s*(.-)%s*$') if v ~= '' then args[k] = v end end return p._main(args) end function p._main(args)..." current
  • 15:3315:33, 9 August 2025 diff hist +196 N Template:Lua Created page with "<includeonly>{{#invoke:Lua banner|main}}</includeonly><noinclude> {{Lua|Module:Lua banner}} {{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>" current
  • 15:3315:33, 9 August 2025 diff hist +4,253 N Module:Redirect/doc Created page with "{{used in system}} {{Module rating|beta}} {{Module rating|protected}} {{Lua|Module:Arguments}} This module contains functions to find the target of a redirect page. == Main == The main function accepts the name of a single page. It determines if the page is a redirect; if so it looks up the page, extracts the target, and returns the target name as text. Its usage is <code><nowiki>{{#invoke:redirect|main|page-name}}</nowiki></code>. If <code>page-name..." current
  • 15:3115:31, 9 August 2025 diff hist +3,295 N Module:Redirect Created page with "-- This module provides functions for getting the target of a redirect page. local p = {} -- Gets a mw.title object, using pcall to avoid generating script errors if we -- are over the expensive function count limit (among other possible causes). local function getTitle(...) local success, titleObj = pcall(mw.title.new, ...) if success then return titleObj else return nil end end -- Gets the name of a page that a redirect leads to, or nil if it isn't a -- redi..." current
  • 04:3304:33, 9 August 2025 diff hist −1 Template:Model Infobox No edit summary current
  • 04:3004:30, 9 August 2025 diff hist +217 N Test model Created page with "{{Model_Infobox | model_key = Test/Model-v1 | rank = 1 | avg_score = 0.99 | architecture = TestArch | layers = 12 | heads = 12 | vocab = 32000 }} This is a test page to initialize the Cargo database table for models." current
  • 04:1304:13, 9 August 2025 diff hist 0 Agentic Maneuverability Almanac Queryable Model Database current
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)