Main public logs
Appearance
Combined display of all available logs of icannwiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 04:05, 14 April 2025 MarkWD talk contribs deleted page Module:LanguageNormalization (content was: "-- Module:LanguageNormalization -- REVIEW: Name change -- Maps language inputs (ISO codes, native names) to canonical English names. -- -- Features: -- * Maps ISO 639-1/2/3 codes to canonical names -- * Recognizes native names (e.g., "Español" → "Spanish") -- * Displays native forms with canonical names (toggleable) -- * Strips diacritics for flexible matching -- * F...", and the only contributor was "MarkWD" (talk))
- 04:04, 14 April 2025 MarkWD talk contribs undeleted page Module:NormalizationDiacritic (1 revision)
- 04:04, 14 April 2025 MarkWD talk contribs deleted page Module:NormalizationDiacritic (content was: "-- Module:NormalizationDiacritic -- REVIEW: Name change -- Removes diacritics from text for word matching. -- Features: -- * Supports Latin and Cyrillic scripts -- * Normalizes apostrophe variants (' and ') -- * UTF-8 compatible -- * Case-preserving -- -- Usage: -- local DiacriticNormalization = require('Module:NormalizationDiacritic') -- local normalized = DiacriticN...", and the only contributor was "MarkWD" (talk))
- 04:03, 14 April 2025 MarkWD talk contribs deleted page Module:DiacriticNormalization (content was: "-- Module:DiacriticNormalization -- Removes diacritics from text for word matching. -- Features: -- * Supports Latin and Cyrillic scripts -- * Normalizes apostrophe variants (' and ') -- * UTF-8 compatible -- * Case-preserving -- -- Usage: -- local DiacriticNormalization = require('Module:DiacriticNormalization') -- local normalized = DiacriticNormalization.removeDiac...", and the only contributor was "MarkWD" (talk))
- 04:03, 14 April 2025 MarkWD talk contribs deleted page Module:DateNormalization (content was: "-- Module:DateNormalization -- Parses and normalizes dates to "Month DD, YYYY" format (or year only if no full date). -- Toggle between full names ("January") and abbreviations ("Jan.") with setUseShortMonthNames(). -- -- Usage: local dn = require('Module:DateNormalization') -- dn.formatDate("2023-01-15") -- "January 15, 2023" -- dn.setUseShortMonthNames(true)...", and the only contributor was "MarkWD" (talk))
- 03:40, 14 April 2025 MarkWD talk contribs created page Module:NormalizationDate (// via Wikitext Extension for VSCode)
- 03:39, 14 April 2025 MarkWD talk contribs created page Module:NormalizationLanguage (// via Wikitext Extension for VSCode)
- 03:39, 14 April 2025 MarkWD talk contribs created page Module:NormalizationDiacritic (// via Wikitext Extension for VSCode)
- 02:58, 14 April 2025 MarkWD talk contribs deleted page Module:MultiCountryDisplay (Merged with Module:CountryData)
- 11:03, 13 April 2025 MarkWD talk contribs deleted page Onboarding Information Request (content was: "{{#invoke:ShowTemplateContent|showTemplate|Template:Articles needing attention}} back to New TLD contracting Below is an example of further provisioning for delegation, sent by ICANN after RA execution and to be provided before delegation, and concurrently with PDT. Applicant specific information and IP Addresses and similar information have been omitted. Dear Registry Operator, As you proceed towards the transition to delegation phase for the above referenced string,...")
- 11:02, 13 April 2025 MarkWD talk contribs moved page Module:ShowTemplateContent to Module:DisplayTemplate without leaving a redirect
- 09:50, 12 April 2025 MarkWD talk contribs moved page Module:TranscludeModuleCode to Module:CodeToText without leaving a redirect
- 09:04, 12 April 2025 MarkWD talk contribs created page Property:Has PIC or RVC (// via Wikitext Extension for VSCode)
- 08:59, 12 April 2025 MarkWD talk contribs created page Property:Has organization (// via Wikitext Extension for VSCode)
- 08:54, 12 April 2025 MarkWD talk contribs deleted page Property:Has governance community (content was: "Has type::Page Has property description::Associates an object with a governance community, usually within the Internet Governance sphere.@en '''Canonical description''': Associates an object with a governance community, usually within the Internet Governance sphere.", and the only contributor was "MarkWD" (talk))
- 08:18, 12 April 2025 MarkWD talk contribs created page Property:Knows language (// via Wikitext Extension for VSCode)
- 00:49, 12 April 2025 MarkWD talk contribs created page Property:Has governance community (// via Wikitext Extension for VSCode)
- 23:24, 11 April 2025 MarkWD talk contribs created page Module:ErrorHandling (// via Wikitext Extension for VSCode)
- 05:18, 11 April 2025 MarkWD talk contribs deleted page Module:SimpleTestTemplate (content was: "--Module:SimpleTestTemplate ======================== A minimal test template to verify the simplified debugging system. This template intentionally generates errors to test error reporting. -- local p = {} -- Load dependencies local function loadDependencies() local deps = {} -- Load the base template local baseSuccess, baseResult = pcall(function()...", and the only contributor was "MarkWD" (talk))
- 05:18, 11 April 2025 MarkWD talk contribs deleted page ICANNWiki:SimpleTestPage (content was: "= Simple Test Page = This page demonstrates the simplified debugging system. The template below intentionally generates errors that should be visible in the browser console. == Test Template == {{SimpleTest |param1=Test Value 1 |param2=Test Value 2 }} == Instructions == To verify the debugging system: 1. Open your browser's developer tools (F12 or Ctrl+Shift+I) 2. Go to the...", and the only contributor was "MarkWD" (talk))
- 05:18, 11 April 2025 MarkWD talk contribs deleted page Template:SimpleTest (content was: "<noinclude> == SimpleTest Template == This is a test template to verify the simplified debugging system. === Usage === <pre> {{SimpleTest |param1=value1 |param2=value2 }} </pre> === Parameters === * param1 - First parameter (optional) * param2 - Second parameter (optional) === Notes === This template intentionally generates errors to test the debugging system. Category:Test...", and the only contributor was "MarkWD" (talk))
- 05:18, 11 April 2025 MarkWD talk contribs deleted page Module:TemplateDebugger (content was: "--[[ Module:TemplateDebugger ======================= A simplified debugging system for Lua templates in MediaWiki. This module provides basic error tracking and output for template debugging. It focuses on simplicity and reliability over complex features. Usage: local TemplateDebugger = require('Module:TemplateDebugger') local debugger = TemplateDebugger.new("TemplateNa...", and the only contributor was "MarkWD" (talk))
- 05:18, 11 April 2025 MarkWD talk contribs deleted page Module:UniversalTemplateBase (content was: "--[[ Module:UniversalTemplateBase ============================ Universal foundation for ICANNWiki template modules, providing a standardized architecture with extensive error protection. This module implements a comprehensive template rendering system with: - Modular block-based rendering - Strategic error protection at critical points - Standardized semantic property integratio...", and the only contributor was "MarkWD" (talk))
- 05:08, 11 April 2025 MarkWD talk contribs created page Module:SimpleTestTemplate (// via Wikitext Extension for VSCode)
- 05:08, 11 April 2025 MarkWD talk contribs created page Template:SimpleTest (// via Wikitext Extension for VSCode)
- 05:08, 11 April 2025 MarkWD talk contribs created page ICANNWiki:SimpleTestPage (// via Wikitext Extension for VSCode)
- 05:06, 11 April 2025 MarkWD talk contribs created page Property:Has event organizer (// via Wikitext Extension for VSCode)
- 05:03, 11 April 2025 MarkWD talk contribs deleted page ICANNWiki:TemplateTest (content was: "{{LuaTemplateTest |Date=April 11, 2025 |Interviewer=Mark Smith |Interviewee=Jane Doe |Format=Text }} == Introduction == This is a test interview page to demonstrate the enhanced LuaTemplateTest template with improved dependency management and error handling. == Interview == '''Mark Smith:''' Thank you for joining us today, Jane. Could you tell us about your experience...", and the only contributor was "MarkWD" (talk))
- 05:02, 11 April 2025 MarkWD talk contribs deleted page Module:LuaTemplateTest (content was: "--[[ Module:LuaTemplateTest =================================== Renders Library Interview templates with semantics, built on the enhanced UniversalTemplateBase architecture for improved robustness and dependency management. This version demonstrates the improved dependency management approach with: - Enhanced error handling and reporting - Graceful fallbacks for missing dependen...", and the only contributor was "MarkWD" (talk))
- 05:02, 11 April 2025 MarkWD talk contribs deleted page Template:LuaTemplateTest (content was: "<noinclude> <!-- Documentation --> == Template:LibraryInterviewV2 == This template is used to display library interviews with enhanced error handling and dependency management. === Parameters === * '''Date''': The date of the interview (required) * '''Interviewer''': The person conducting the interview (required) * '''Interviewee''': The person being interviewed (required) * '''...", and the only contributor was "MarkWD" (talk))
- 04:39, 11 April 2025 MarkWD talk contribs created page Template:LuaTemplateTest (// via Wikitext Extension for VSCode)
- 04:39, 11 April 2025 MarkWD talk contribs created page Module:LuaTemplateTest (// via Wikitext Extension for VSCode)
- 04:37, 11 April 2025 MarkWD talk contribs deleted page Module:LuaTemplate-Test (content was: "--[[ Module:LuaTemplateLibrary-Test =================================== Renders Library Interview templates with semantics, built on the enhanced UniversalTemplateBase architecture for improved robustness and dependency management. This version demonstrates the improved dependency management approach with: - Enhanced error handling and reporting - Graceful fallbacks for missing...", and the only contributor was "MarkWD" (talk))
- 04:37, 11 April 2025 MarkWD talk contribs deleted page Template:LuaTemplate-Test (content was: "<noinclude> <!-- Documentation --> == Template:LibraryInterviewV2 == This template is used to display library interviews with enhanced error handling and dependency management. === Parameters === * '''Date''': The date of the interview (required) * '''Interviewer''': The person conducting the interview (required) * '''Interviewee''': The person being interviewed (required) * '''...", and the only contributor was "MarkWD" (talk))
- 04:31, 11 April 2025 MarkWD talk contribs created page Template:LuaTemplate-Test (// via Wikitext Extension for VSCode)
- 04:30, 11 April 2025 MarkWD talk contribs created page ICANNWiki:TemplateTest (// via Wikitext Extension for VSCode)
- 04:28, 11 April 2025 MarkWD talk contribs created page Module:LuaTemplate-Test (// via Wikitext Extension for VSCode)
- 04:15, 11 April 2025 MarkWD talk contribs created page Property:Has end date (// via Wikitext Extension for VSCode)
- 04:14, 11 April 2025 MarkWD talk contribs created page Property:Has start date (// via Wikitext Extension for VSCode)
- 23:26, 10 April 2025 MarkWD talk contribs created page Module:SemanticCategoryHelpers (// via Wikitext Extension for VSCode)
- 17:52, 10 April 2025 MarkWD talk contribs moved page Líderes Program to Líderes
- 11:23, 10 April 2025 MarkWD talk contribs created page Module:UniversalTemplateBase (// via Wikitext Extension for VSCode)
- 10:51, 10 April 2025 MarkWD talk contribs created page Module:TemplateDebugger (// via Wikitext Extension for VSCode)
- 08:41, 10 April 2025 MarkWD talk contribs created page Module:ConfigRepository (// via Wikitext Extension for VSCode)
- 06:02, 10 April 2025 MarkWD talk contribs created page User talk:Evinerdogdu (Welcome!)
- 06:02, 10 April 2025 MarkWD talk contribs created page User:Evinerdogdu (Creating user page for new user.)
- 06:02, 10 April 2025 User account Evinerdogdu talk contribs was created by MarkWD talk contribs and password was sent by email
- 03:25, 10 April 2025 MarkWD talk contribs deleted page Template:Event/IGF (content was: "<noinclude> This is the "Event/IGF" template. It should be called in the following format: <pre> {{Event/IGF| |Logo= |Date= |City/Country= |Venue= |URL= }} </pre> Edit the page to see the template text. </noinclude><includeonly> {|style="width: 25em; font-size: 100%; border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left:...", and the only contributor was "Christiane" (talk))
- 02:59, 10 April 2025 MarkWD talk contribs created page Property:Uses writing script (// via Wikitext Extension for VSCode)
- 02:55, 10 April 2025 MarkWD talk contribs created page Property:Is IDN (// via Wikitext Extension for VSCode)