Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Xenharmonic Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 23:56, 29 October 2025 Ganaram inukshuk talk contribs created page User:Ganaram inukshuk/Docpage style guide (Created page with "== Documentation pages for templates == Dochead automatically detects whether a module invokes a module's function, so there is no need to add Template:Lua. == Documentation pages for modules == Do not add links to any other module. The only module links allowed are those provided by Template:Module introspection. This module also detects what other modules are used as dependencies, so there is need to add Template:Lua. == Deprecation procedure ==") Tag: Visual edit
- 01:30, 29 October 2025 Ganaram inukshuk talk contribs created page Module:Template rating/doc (Created page with "{{documentation|{{delete|This page was an attempt to make Template:Template rating lua-based, but is no longer needed. Doc page was added just to transclude this template and should also be deleted.}} }}")
- 23:34, 28 October 2025 Ganaram inukshuk talk contribs created page Module:Introspection utils/doc (Created page with "{{documentation|{{dochead|header=library}} {{template rating|rating=draft|details=Work-in-progress as code is relocated from the two introspection modules Module:Template introspection and Module:Module introspection.}} {{clear}} {{Module introspection}} === See also === * Module:Module introspection * Module:Dochead }}")
- 23:32, 28 October 2025 Ganaram inukshuk talk contribs created page Module:Introspection utils (Created page with "-- This module follows User:Ganaram inukshuk/Provisional style guide for Lua local p = {} -- TODO: -- - Identify the wrapper function, if there is one (which is usually the case -- if there is also a main function). If a wrapper exists without an -- accompanying main, then the wrapper is assumed to be the main function. -- - Identify invokable functions, which are functions that accept a single -- param called "frame". -- Common functions for module and templ...")
- 05:03, 28 October 2025 Ganaram inukshuk talk contribs created page Module:Dochead/doc (Created page with "{{documentation| {{dochead|header=noinvoke}} {{template rating|rating=draft}} {{clear}} {{Module introspection}} === See also === * Module:Template introspection * Module:Module introspection }}")
- 05:02, 28 October 2025 Ganaram inukshuk talk contribs created page Module:Dochead (Created page with "-- This module follows User:Ganaram inukshuk/Provisional style guide for Lua local getArgs = require("Module:Arguments").getArgs local ctg = require("Module:Category handler")._category_handler local p = {} -- Produces a hatnote that is placed on the top of a documentation page (either -- template or module documentation) and can autodetect and categorize: -- - FOR MODULES: -- - whether a module has an accompanying template (overridable) -- - whether a modu...")
- 06:23, 27 October 2025 Ganaram inukshuk talk contribs created page Template:Template introspection/doc (Created page with "{{dochead|header=none}} {{template rating|rating=draft|details= See Module:Template introspection}} {{lua}} === See also === * Template:Module introspection {{clear}}")
- 06:21, 27 October 2025 Ganaram inukshuk talk contribs created page Template:Template introspection (Created page with "<includeonly>{{#invoke: Template introspection | template_introspection}}</includeonly>")
- 04:53, 27 October 2025 Ganaram inukshuk talk contribs created page Module:Template introspection/doc (Created page with "{{documentation| {{dochead|header=noinvoke}} {{template rating|rating=draft}} {{clear}} {{Module introspection}} }}")
- 04:51, 27 October 2025 Ganaram inukshuk talk contribs created page Module:Template introspection (Created page with "-- This module follows User:Ganaram inukshuk/Provisional style guide for Lua local getArgs = require("Module:Arguments").getArgs local p = {} -- Inspects a template for any modules' functions being invoked. -- TODO: write wrapper -- Helper function: preprocess wikitext so that: -- - Only text inside includeonly tags is captured. -- - That captured text has normalized spacing and line breaks function p.preprocess_wikitext(wikitext) if not wikitext or wikitext == "...")
- 09:45, 25 October 2025 Ganaram inukshuk talk contribs created page Template:Module introspection/doc (Created page with "{{dochead|header=none}} {{template rating|rating=draft|details=<br /> * Placement of elements and wording of text still work-in-progress. * Definitely contains bugs; see Module:Module introspection}} {{lua}} === See also == * Template:Template introspection {{clear}}")
- 04:23, 25 October 2025 Ganaram inukshuk talk contribs created page Module:Module introspection/doc (Created page with "{{documentation| {{dochead|header=noinvoke}} {{template rating|rating=draft}} {{clear}} {{Module introspection}} }}")
- 03:52, 25 October 2025 Ganaram inukshuk talk contribs created page Template:Module introspection (Created page with "<includeonly>{{#invoke: Module introspection | module_introspection | module_name = {{{1|{{PAGENAME}}}}} }}</includeonly>")
- 03:50, 25 October 2025 Ganaram inukshuk talk contribs created page Module:Module introspection (Created page with "-- This module follows User:Ganaram inukshuk/Provisional style guide for Lua local getArgs = require("Module:Arguments").getArgs local p = {} -- Inspects a module for its functions, its dependencies, and the functions used -- from those dependencies. -- List dependencies for a module function p.list_dependencies(module_name) --local module_name = module_name or "MOS" -- Test arg; comment out when not testing local title = mw.title.new('Module:' .. module_name)...")
- 04:43, 23 October 2025 Ganaram inukshuk talk contribs created page File:Icon-Protected.png (Icon for protected pages. Category:Message box icons)
- 04:43, 23 October 2025 Ganaram inukshuk talk contribs uploaded File:Icon-Protected.png (Icon for protected pages. Category:Message box icons)
- 03:45, 23 October 2025 Ganaram inukshuk talk contribs created page File:Icon-Deprecated-with-Replacement.png (Denotes deprecated content with a replacement.)
- 03:45, 23 October 2025 Ganaram inukshuk talk contribs uploaded File:Icon-Deprecated-with-Replacement.png (Denotes deprecated content with a replacement.)
- 23:24, 22 October 2025 Ganaram inukshuk talk contribs created page User:Ganaram inukshuk/Template:Todo (test template for todo mbox with category handler integration) Tag: Visual edit: Switched
- 00:37, 22 October 2025 Ganaram inukshuk talk contribs created page Template:Category handler/doc (Created page with "{{dochead}} {{Template rating|details=Currently in-progress and used for one other template. Category input may be adjusted.}}")
- 22:28, 21 October 2025 Ganaram inukshuk talk contribs created page Module:Template rating (Created page with "local getArgs = require("Module:Arguments").getArgs local ctg = require("Module:Category handler")._category_handler local p = {} function p._template_rating(args) local rating = args["rating"] or draft -- Rating of the template/module: draft, ready, broken, or deprecated local namespace = args["namespace"] or "template" -- Namespace: either module or template; default is template local name = args["name"] or "Some template" -- The name of the module/template...")
- 09:30, 21 October 2025 Ganaram inukshuk talk contribs created page Module:Category handler/doc (Created page with "{{documentation| {{dochead|header=none}}{{Template rating|details=Mostly usable, but default lists may need to be adjusted.}} {{clear}} {{lua|arguments|yesno}} }}")
- 05:30, 21 October 2025 Ganaram inukshuk talk contribs created page Template:Category handler (Created page with "{{#invoke: Category_handler | category_handler | categories = {{{1|}}} | excluded_ns = {{{excluded_ns|}}} | suffixes = {{{suffixes|}}} | debug = {{{debug|}}} }}")
- 05:22, 21 October 2025 Ganaram inukshuk talk contribs created page Template:Template rating/doc (Created page with "{{Template:Template rating|template_name=Sometemplate|rating=draft|namespace=Template|details=Other details go here.}} {{Template:Template rating|template_name=Sometemplate|rating=ready|namespace=Template|details=Other details go here.}} {{Template:Template rating|template_name=Sometemplate|rating=broken|namespace=Template|details=Other details go here.}} {{Template:Template rating|template_name=Sometemplate|rating=deprecated|namespace=Template|replacement=Somenewtemp...")
- 05:16, 21 October 2025 Ganaram inukshuk talk contribs moved page User:Ganaram inukshuk/Template:Template rating to Template:Template rating (page mostly ready for template namespace)
- 05:09, 21 October 2025 Ganaram inukshuk talk contribs created page Module:Category handler (Created page with "-- This module follows User:Ganaram inukshuk/Provisional style guide for Lua local yesno = require("Module:Yesno") local p = {} -- Basic category handler, based on Wikipedia's category handler. It categorizes -- pages, given a table of categories as input, and suppresses categorization if -- the page is in the table of excluded namespaces, or table of excluded -- suffixes (subpages). -- The most common categorizing templates that have/require complex rules are: --...")
- 11:05, 18 October 2025 Ganaram inukshuk talk contribs created page Module:Template input utils/doc (Created page with "{{documentation| {{dochead|header=none}}{{lua|arguments|template input utils}} <p>'''Module:Template input utils''' is a library module meant to help with pre-processing template input.{{clear}} }}")
- 08:02, 18 October 2025 Ganaram inukshuk talk contribs moved page User:Ganaram inukshuk/Dochead to User:Ganaram inukshuk/Template:Dochead (Misspelled title)
- 08:01, 18 October 2025 Ganaram inukshuk talk contribs created page User:Ganaram inukshuk/Dochead (Created page with "{{#ifeq: {{#titleparts: {{FULLPAGENAME}} || -1 }} | doc | [[:Category: {{NAMESPACE}} documentation]] | {{#ifeq: {{lc: {{NAMESPACE}}}} | module | Category:Lua modules {{#switch: {{{header}}} | invoke-only = <span style{{=}}"margin-bottom: 0.5em;">'''Note:''' This module's functions are not meant to be called by other modules. Editors are advised to use the corresponding template instead: [[Template:{{{temp|{{ROOTPAGENAME}}}}}]].</span>...")
- 09:39, 17 October 2025 Ganaram inukshuk talk contribs created page File:Icon-Ready.png (Icon to denote messageboxes that have something that is "ready". Category:Message box icons)
- 09:39, 17 October 2025 Ganaram inukshuk talk contribs uploaded File:Icon-Ready.png (Icon to denote messageboxes that have something that is "ready". Category:Message box icons)
- 09:38, 17 October 2025 Ganaram inukshuk talk contribs uploaded a new version of File:Icon-Stub.png (remove timesig so it can be repurposed for another icon)
- 08:21, 17 October 2025 Ganaram inukshuk talk contribs created page File:Icon-Substitute.png (Icon used for substitute messageboxes. Category:Message box icons)
- 08:21, 17 October 2025 Ganaram inukshuk talk contribs uploaded File:Icon-Substitute.png (Icon used for substitute messageboxes. Category:Message box icons)
- 07:40, 17 October 2025 Ganaram inukshuk talk contribs created page File:Icon-Cleanup.png (Icon proposed for cleanup messageboxes. Category:Message box icons)
- 07:40, 17 October 2025 Ganaram inukshuk talk contribs uploaded File:Icon-Cleanup.png (Icon proposed for cleanup messageboxes. Category:Message box icons)
- 07:23, 17 October 2025 Ganaram inukshuk talk contribs created page File:Icon-Math.png (Icon for math-related infoboxes. Category:Message box icons)
- 07:23, 17 October 2025 Ganaram inukshuk talk contribs uploaded File:Icon-Math.png (Icon for math-related infoboxes. Category:Message box icons)
- 07:22, 17 October 2025 Ganaram inukshuk talk contribs created page File:Icon-Collab.png (Icon for collaboration messageboxes; double-height icon. Category:Message box icons)
- 07:22, 17 October 2025 Ganaram inukshuk talk contribs uploaded File:Icon-Collab.png (Icon for collaboration messageboxes; double-height icon. Category:Message box icons)
- 07:21, 17 October 2025 Ganaram inukshuk talk contribs created page File:Icon-Blank.png (Blank icon. Category:Message box icons)
- 07:21, 17 October 2025 Ganaram inukshuk talk contribs uploaded File:Icon-Blank.png (Blank icon. Category:Message box icons)
- 07:20, 17 October 2025 Ganaram inukshuk talk contribs uploaded a new version of File:Icon-Deprecated.png (High-res version with transparency)
- 07:19, 17 October 2025 Ganaram inukshuk talk contribs uploaded a new version of File:Icon-Todo.png (High-res version with transparency)
- 07:19, 17 October 2025 Ganaram inukshuk talk contribs uploaded a new version of File:Icon-Stub.png (High-res version with transparency)
- 07:18, 17 October 2025 Ganaram inukshuk talk contribs uploaded a new version of File:Icon-Quickstart.png (High-res version with transparency)
- 07:18, 17 October 2025 Ganaram inukshuk talk contribs uploaded a new version of File:Icon-Nutshell.png (High-res version with transparency)
- 07:18, 17 October 2025 Ganaram inukshuk talk contribs uploaded a new version of File:Icon-Neutrality.png (High-res version with transparency)
- 07:18, 17 October 2025 Ganaram inukshuk talk contribs uploaded a new version of File:Icon-Expert.png (High-res version with transparency)
- 07:17, 17 October 2025 Ganaram inukshuk talk contribs uploaded a new version of File:Icon-Disambiguation.png (High-res version with transparency)