All public logs
From CSEE Documentation
Combined display of all available logs of CSEE Documentation. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 12:24, 15 May 2025 Ii69854 talk contribs deleted page Template:Yesno (content was: "{{<includeonly>safesubst:</includeonly>#switch: {{<includeonly>safesubst:</includeonly>lc: {{{1|¬}}} }} |no |n |false |0 = {{{no|<!-- null -->}}} | = {{{blank|{{{no|<!-- null -->}}}}}} |¬ = {{{¬|}}} |yes |y |true |1 = {{{yes|yes}}} |#default = {{{def|{{{yes|yes}}}}}} }}<noinclude> {{Documentation}} </noinclude>")
- 12:24, 15 May 2025 Ii69854 talk contribs deleted page Template:TemplateData header/en (content was: "<noinclude> <languages/> <onlyinclude>{{#switch: |= <div class="templatedata-header"><!-- -->{{#if:{{yesno|{{{editlinks|}}}}}<!-- -->|{{#ifexpr:<!-- -->{{#if:{{{docpage|}}}<!-- -->|{{#ifeq:{{FULLPAGENAME}}|{{transclude|{{{docpage}}}}}|0|1}}<!-- -->|not{{IsDocSubpage|false=0}}<!-- -->}}<!-- -->|{{Navbar|{{{docpage|{{BASEPAGENAME}}/doc}}}|plain=1|brackets=1|style=float:{{dir|{{PAGELANGUAGE}}|left|right}};}}<!-- -->}}<!-- -->}} {{#if:{{{noheader|}}}||This is the Sp...")
- 12:24, 15 May 2025 Ii69854 talk contribs deleted page Template:Documentation subpage/en (content was: "<noinclude> <languages/> </noinclude>{{#switch: | = <includeonly><!-- -->{{#if:{{IsDocSubpage|override={{{override|doc}}}|false=}} | <!--(this template has been transcluded on a /doc or /{{{override}}} page)--> </includeonly><!-- -->{{#ifeq:{{{doc-notice|show}}} |show | {{Mbox | type = notice | style = margin-bottom:1.0em; | image = 40px|alt=|class=skin-invert | text =...")
- 12:24, 15 May 2025 Ii69854 talk contribs deleted page Template:Documentation subpage (content was: "<noinclude> <languages/> </noinclude>{{#switch:<translate></translate> | = <includeonly><!-- -->{{#if:{{IsDocSubpage|override={{{override|doc}}}|false=}} | <!--(this template has been transcluded on a /doc or /{{{override}}} page)--> </includeonly><!-- -->{{#ifeq:{{{doc-notice|show}}} |show | {{Mbox | type = notice | style = margin-bottom:1.0em; | image = 40px|alt=|class=skin-invert...")
- 12:24, 15 May 2025 Ii69854 talk contribs deleted page Template:Translatable/en (content was: "<noinclude> <languages /> </noinclude>{{#ifeq:{{pagelang|{{{1|{{FULLPAGENAME}}}}}}}| |{{{1|{{FULLPAGENAME}}}}} |{{#invoke:String|sub|{{{1|{{FULLPAGENAME}}}}} |1 |{{#expr:{{#invoke:String|len|{{{1|{{FULLPAGENAME}}}}}}}-{{#invoke:String|len|{{pagelang|{{{1|{{FULLPAGENAME}}}}}}}}}-1}} }} }}<noinclude> {{Documentation|content= {{Lua|Module:String}} == Examples == * {{tlx|translatable}} {{translatable}} * {{tlx|translatable|2=Page name}} {{translatable|1=Page name}} * {{tlx|t...")
- 12:24, 15 May 2025 Ii69854 talk contribs deleted page Template:Documentation/en (content was: "<noinclude> <languages/> </noinclude><includeonly>{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}</includeonly><noinclude> {{documentation|content= {{Lua|Module:Documentation}} This template automatically displays a documentation box like the one you are seeing now, of which the content is sometimes transcluded from another page. It is intended for pages which are transcluded in other pages, i.e. temp...")
- 12:24, 15 May 2025 Ii69854 talk contribs deleted page Template:Documentation (content was: "<noinclude> <languages/> </noinclude><includeonly>{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}</includeonly><noinclude> {{documentation|content= {{Lua|Module:Documentation}} <translate><!--T:12--> This template automatically displays a documentation box like the one you are seeing now, of which the content is sometimes transcluded from another page.</translate> <translate><!--T:13--> It is intended for pages which are <tvar name=1>Speci...")
- 12:24, 15 May 2025 Ii69854 talk contribs deleted page Module:Arguments (content was: "-- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options every time we call it. local function tidyValDefault(key, val) if type(val) == 'string' then...")
- 12:24, 15 May 2025 Ii69854 talk contribs deleted page Module:Yesno (content was: "-- 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 == 'true...")
- 12:23, 15 May 2025 Ii69854 talk contribs deleted page Module:Message box (content was: "-- This is a meta-module for producing message box templates, including -- {{mbox}}, {{ambox}}, {{imbox}}, {{tmbox}}, {{ombox}}, {{cmbox}} and {{fmbox}}. -- Load necessary modules. require('strict') local getArgs local yesno = require('Module:Yesno') -- Get a language object for formatDate and ucfirst. local lang = mw.language.getContentLanguage() -- Define constants local CONFIG_MODULE = 'Module:Message box/configuration' local DEMOSPACES = {talk = 'tmbox', image = 'imbox',...")
- 12:23, 15 May 2025 Ii69854 talk contribs deleted page Module:Template translation (content was: "local this = {} function this.checkLanguage(subpage, default) --[[Check first if there's an any invalid character that would cause the mw.language.isKnownLanguageTag function() to throw an exception: - all ASCII controls in [\000-\031\127], - double quote ("), sharp sign (#), ampersand (&), apostrophe ('), - slash (/), colon (:), semicolon (;), lower than (<), greater than (>), - brackets and braces ([, ], {, }), pipe (|), backslash...")
- 12:23, 15 May 2025 Ii69854 talk contribs deleted page Template:Dir (content was: "{{#ifeq:{{#dir:{{{lang|{{{1|{{int:lang}}}}}}}}}}|rtl|{{{2|{{{rtl|rtl}}}}}}|{{{3|{{{ltr|ltr}}}}}}}}<noinclude> {{Documentation}} </noinclude>")
- 12:23, 15 May 2025 Ii69854 talk contribs deleted page Template:Localized link (content was: "<noinclude> <languages/> </noinclude><!-- -->{{#ifeq:{{FULLPAGENAME:{{{1}}}}}|{{FULLPAGENAME:{{translatable}}}}<!--self link (including translation pages)--> |<b> }}<!---->Special:MyLanguage/{{{1}}}|{{#if:{{{2|}}} |{{{2}}} |{{{2|{{#ifexist:Translations:{{#if:{{NAMESPACE:{{{1}}}}}|{{NAMESPACE:{{{1}}}}}:}}{{PAGENAME:{{{1}}}}}/Page display title/{{PAGELANGUAGE}}<!--if the source page, PAGELANGUAGE returns en--> |{{#ifexpr:{{#if:{{{nsp|}}}|1|0}} and {{NAMESPACENUMBER:{{{1}}}}...")
- 12:23, 15 May 2025 Ii69854 talk contribs deleted page Template:Pagelang (content was: "{{#ifeq:{{#invoke:Template translation|getLanguageSubpage|{{{1|}}}}}|en |{{#ifeq:{{#titleparts:{{{1|{{PAGENAME}}}}}||-1}}|en |{{#invoke:Template translation|getLanguageSubpage|{{{1|}}}}} }} |{{#invoke:Template translation|getLanguageSubpage|{{{1|}}}}} }}<noinclude> {{Documentation}} </noinclude>")
- 12:23, 15 May 2025 Ii69854 talk contribs deleted page Template:Translatable (content was: "<noinclude> <languages /> </noinclude>{{#ifeq:{{pagelang|{{{1|{{FULLPAGENAME}}}}}}}| |{{{1|{{FULLPAGENAME}}}}} |{{#invoke:String|sub|{{{1|{{FULLPAGENAME}}}}} |1 |{{#expr:{{#invoke:String|len|{{{1|{{FULLPAGENAME}}}}}}}-{{#invoke:String|len|{{pagelang|{{{1|{{FULLPAGENAME}}}}}}}}}-1}} }} }}<noinclude> {{Documentation|content= {{Lua|Module:String}} <translate> == Examples == <!--T:1--> </translate> * {{tlx|translatable}} {{translatable}} * {{tlx|translatable|2=<translate><!-...")
- 12:23, 15 May 2025 Ii69854 talk contribs deleted page Template:Note (content was: "<languages/> <onlyinclude>{{#if: {{{1|{{{content|{{{text|{{{demo|<noinclude>demo</noinclude>}}}}}}}}}}}} | <templatestyles src="Note/styles.css" /><div role="note" class="note note-{{#switch: {{{2|{{{type|}}}}}} |gotcha=error |warning=warn |notice=info |=info |#default={{{2|{{{type|}}}}}} }} {{#ifeq:{{{inline|}}}|1|note-inline}}">{{{1|{{{content|{{{text}}}}}}}}}</div> | File:OOjs UI icon lightbulb-yellow.svg|18px|alt=<translate><!--T:1--> Note</trans...")
- 12:20, 15 May 2025 Ii69854 talk contribs imported Template:Note by file upload (1 revision)
- 12:20, 15 May 2025 Ii69854 talk contribs deleted page Template:Note (content was: "<languages/> <onlyinclude>{{#if: {{{1|{{{content|{{{text|{{{demo|<noinclude>demo</noinclude>}}}}}}}}}}}} | <templatestyles src="Note/styles.css" /><div role="note" class="note note-{{#switch: {{{2|{{{type|}}}}}} |gotcha=error |warning=warn |notice=info |=info |#default={{{2|{{{type|}}}}}} }} {{#ifeq:{{{inline|}}}|1|note-inline}}">{{{1|{{{content|{{{text}}}}}}}}}</div> | File:OOjs UI icon lightbulb-yellow.svg|18px|alt=<translate><!--T:1--> Note</trans...")
- 12:08, 15 May 2025 Ii69854 talk contribs imported Template:Note/doc by file upload (1 revision)
- 12:08, 15 May 2025 Ii69854 talk contribs imported Module:Effective protection level by file upload (1 revision)
- 12:08, 15 May 2025 Ii69854 talk contribs imported Template:Module other by file upload (1 revision)
- 12:08, 15 May 2025 Ii69854 talk contribs imported Template:Pp-template by file upload (1 revision)
- 12:08, 15 May 2025 Ii69854 talk contribs imported Template:Tl by file upload (1 revision)
- 12:08, 15 May 2025 Ii69854 talk contribs imported Template:)) by file upload (1 revision)
- 12:08, 15 May 2025 Ii69854 talk contribs imported Template:(( by file upload (1 revision)
- 12:08, 15 May 2025 Ii69854 talk contribs imported Template:Note/styles.css by file upload (1 revision)
- 12:08, 15 May 2025 Ii69854 talk contribs imported Template:Note/en by file upload (1 revision)
- 12:08, 15 May 2025 Ii69854 talk contribs imported Module:Documentation/styles.css by file upload (1 revision)
- 12:08, 15 May 2025 Ii69854 talk contribs imported Module:Navbar/styles.css by file upload (1 revision)
- 11:57, 15 May 2025 Ii69854 talk contribs imported Module:Documentation/i18n by file upload (1 revision)
- 11:57, 15 May 2025 Ii69854 talk contribs imported Module:TNT by file upload (1 revision)
- 11:57, 15 May 2025 Ii69854 talk contribs imported Module:Documentation/config by file upload (1 revision)
- 11:57, 15 May 2025 Ii69854 talk contribs imported Module:Documentation by file upload (1 revision)
- 11:57, 15 May 2025 Ii69854 talk contribs imported Template:Sandbox other by file upload (1 revision)
- 11:57, 15 May 2025 Ii69854 talk contribs imported Template:Navbar/en by file upload (1 revision)
- 11:57, 15 May 2025 Ii69854 talk contribs imported Template:Navbar by file upload (1 revision)
- 11:57, 15 May 2025 Ii69854 talk contribs imported Template:Transclude by file upload (1 revision)
- 11:57, 15 May 2025 Ii69854 talk contribs imported Template:Yesno by file upload (1 revision)
- 11:57, 15 May 2025 Ii69854 talk contribs imported Template:TemplateData header/en by file upload (1 revision)
- 11:57, 15 May 2025 Ii69854 talk contribs imported Template:TemplateData header by file upload (1 revision)
- 11:57, 15 May 2025 Ii69854 talk contribs imported Template:IsDocSubpage by file upload (1 revision)
- 11:57, 15 May 2025 Ii69854 talk contribs imported Template:Documentation subpage/en by file upload (1 revision)
- 11:57, 15 May 2025 Ii69854 talk contribs imported Template:Documentation subpage by file upload (1 revision)
- 11:57, 15 May 2025 Ii69854 talk contribs imported Template:Translatable/en by file upload (1 revision)
- 11:57, 15 May 2025 Ii69854 talk contribs imported Template:Documentation/en by file upload (1 revision)
- 11:57, 15 May 2025 Ii69854 talk contribs imported Template:Documentation by file upload (1 revision)
- 11:57, 15 May 2025 Ii69854 talk contribs imported Module:Arguments by file upload (1 revision)
- 11:57, 15 May 2025 Ii69854 talk contribs imported Module:Yesno by file upload (1 revision)
- 11:57, 15 May 2025 Ii69854 talk contribs imported Module:Message box by file upload (1 revision)
- 11:57, 15 May 2025 Ii69854 talk contribs imported Module:Template translation by file upload (1 revision)