All public logs
Jump to navigation
Jump to search
Combined display of all available logs of OS-Tan Collections Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 01:59, 5 December 2023 Halian talk contribs uploaded File:Min9z044.jpg
- 01:59, 5 December 2023 Halian talk contribs created page File:Min9z044.jpg
- 01:54, 5 December 2023 Halian talk contribs uploaded File:MinXmini345.jpg
- 01:54, 5 December 2023 Halian talk contribs created page File:MinXmini345.jpg
- 01:28, 5 December 2023 Halian talk contribs created page Module:Text (Created page with "local yesNo = require("Module:Yesno") local Text = { serial = "2022-07-21", suite = "Text" } --[=[ Text utilities ]=] -- local globals local PatternCJK = false local PatternCombined = false local PatternLatin = false local PatternTerminated = false local QuoteLang = false local QuoteType = false local RangesLatin = false local SeekQuote = false local function initLatinData() if not RangesLatin then...")
- 01:26, 5 December 2023 Halian talk contribs created page Module:Submit an edit request/config (Created page with "-- This module contains configuration data for Module:Submit an edit request. return { -------------------------------------------------------------------------------- -- Messages -------------------------------------------------------------------------------- -- The default display value for edit requests. ['default-display-value'] = 'Submit an edit request', -- The template that stores the edit request preload text ['preload-template'] = 'Template:Submit an edi...")
- 01:13, 5 December 2023 Halian talk contribs moved page File:Inori Emberassed.jpg to File:Inori Embarrassed.jpg without leaving a redirect (spelling correction)
- 01:04, 5 December 2023 Halian talk contribs uploaded File:Full-protection-shackle.png
- 01:04, 5 December 2023 Halian talk contribs created page File:Full-protection-shackle.png
- 01:04, 5 December 2023 Halian talk contribs uploaded File:Cascade-protection-shackle.png
- 01:04, 5 December 2023 Halian talk contribs created page File:Cascade-protection-shackle.png
- 00:42, 5 December 2023 Halian talk contribs uploaded File:BeOSclock.png
- 00:42, 5 December 2023 Halian talk contribs created page File:BeOSclock.png
- 00:13, 5 December 2023 Halian talk contribs uploaded File:Blank CD.png
- 00:13, 5 December 2023 Halian talk contribs created page File:Blank CD.png
- 23:56, 4 December 2023 Halian talk contribs uploaded File:Placeholder.png (A placeholder.)
- 23:56, 4 December 2023 Halian talk contribs created page File:Placeholder.png (A placeholder.)
- 23:44, 4 December 2023 Halian talk contribs deleted page Template:Mbox/doc (content was: "{{Documentation subpage}} <!-- Please add categories at the bottom of this page --> {{Cascade-protected template}} {{Lua|Module:Message box}} {{tl|Mbox}} stands for '''M'''ulti-namespace message'''box''', a metatemplate with which namespace-sensitive {{cl|Mbox and messagebox templates|messagebox templates}} can be implemented. The most common are {{tl|Ambox}} for articles, {{t...", and the only contributor was "Halian" (talk))
- 23:33, 4 December 2023 Halian talk contribs created page Template:Mbox/doc (Created page with "{{Documentation subpage}} <!-- Please add categories at the bottom of this page --> {{Cascade-protected template}} {{Lua|Module:Message box}} {{tl|Mbox}} stands for '''M'''ulti-namespace message'''box''', a metatemplate with which namespace-sensitive {{cl|Mbox and messagebox templates|messagebox templates}} can be implemented. The most common are {{tl|Ambox}} for articles, {{tl|Tmbox}} for talk pages, {{tl|Imbox}} for file (formerly image) pages, {{tl|Cmbox}} for cate...")
- 23:32, 4 December 2023 Halian talk contribs created page Template:Documentation/preload (Created page with "{{Documentation subpage}} == Usage == <include<includeonly></includeonly>only> <!-- Categories below this line --> Category:Template </include<includeonly></includeonly>only><noinclude> {{Documentation|content= This page contains the default wikitext that appears when an editor clicks "create" to begin creating a new template documentation page. }}</noinclude>")
- 23:30, 4 December 2023 Halian talk contribs created page Template:Tl/doc (Created page with "{{Documentation subpage}} <!-- Categories go where indicated at the bottom of this page --> The '''template link''' template is a simple macro template used to display a template name as a link surrounded by braces, thus showing the template name as code rather than actually invoking it. Its primary use is in instruction and documentation where it is used to refer to a template by name without invoking it. ==Examples== A short example of its use is: ::<nowiki>{{tl|Exam...")
- 23:24, 4 December 2023 Halian talk contribs deleted page Template:Used in system (content was: "{{#invoke:High-use|main|1=|2={{{2|}}}|system={{#if:{{{1|}}}|{{{1}}}|in system messages}}<noinclude>|nocat=true</noinclude>}}<noinclude> {{documentation}}<!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>", and the only contributor was "Halian" (talk))
- 23:23, 4 December 2023 Halian talk contribs deleted page Module:High-use (content was: "local p = {} -- _fetch looks at the "demo" argument. local _fetch = require('Module:Transclusion_count').fetch local yesno = require('Module:Yesno') function p.num(frame, count) if count == nil then if yesno(frame.args['fetch']) == false then if (frame.args[1] or '') ~= '' then count = tonumber(frame.args[1]) end else count = _fetch(frame) end end -- Build outp...", and the only contributor was "Halian" (talk))
- 23:21, 4 December 2023 Halian talk contribs created page Module:Transclusion count (Created page with "local p = {} function p.fetch(frame) local template = nil local return_value = nil -- Use demo parameter if it exists, otherswise use current template name local namespace = mw.title.getCurrentTitle().namespace if frame.args["demo"] and frame.args["demo"] ~= "" then template = mw.ustring.gsub(frame.args["demo"],"^[Tt]emplate:","") elseif namespace == 10 then -- Template namespace template = mw.title.getCurrentTitle().text elseif namespace == 828 then -- Modu...")
- 23:20, 4 December 2023 Halian talk contribs created page 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)...")
- 23:20, 4 December 2023 Halian talk contribs created page Module:High-use (Created page with "local p = {} -- _fetch looks at the "demo" argument. local _fetch = require('Module:Transclusion_count').fetch local yesno = require('Module:Yesno') function p.num(frame, count) if count == nil then if yesno(frame.args['fetch']) == false then if (frame.args[1] or '') ~= '' then count = tonumber(frame.args[1]) end else count = _fetch(frame) end end -- Build output string local return_value = "" if count == nil then if frame.args[1] == "risk" then...")
- 23:19, 4 December 2023 Halian talk contribs created page Template:Category link (Created page with "{{#ifeq:{{#titleparts:{{PAGENAME}}|1}}|Stub types for deletion |[[:Category:{{{1}}}|Cat:{{{1}}}]] | [[:Category:{{{1}}}|{{{2|Category:{{{1}}}}}}]]{{#ifeq:{{Yesno|{{{count|no}}}}}|yes|<small> {{#ifexpr:{{PAGESINCAT:{{{1}}}|{{UC:{{{count_type|ALL}}}}}|R}}>={{{backlog|{{#expr:{{PAGESINCAT:{{{1}}}|{{UC:{{{count_type|ALL}}}}}|R}}+1}}}}}|<span style="font-weight: bold; color: #DD0000;">}}( {{PAGESINCAT:{{{1}}}|{{UC:{{{count_type|ALL}}}}}}} ){{#ifexpr:{{PAGESINCAT...")
- 23:19, 4 December 2023 Halian talk contribs created page Template:Cl (Redirected page to Template:Category link) Tag: New redirect
- 23:18, 4 December 2023 Halian talk contribs created page 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>")
- 23:18, 4 December 2023 Halian talk contribs created page Template:Used in system (Created page with "{{#invoke:High-use|main|1=|2={{{2|}}}|system={{#if:{{{1|}}}|{{{1}}}|in system messages}}<noinclude>|nocat=true</noinclude>}}<noinclude> {{documentation}}<!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>")
- 23:18, 4 December 2023 Halian talk contribs created page Template:Cascade-protected template (Created page with "{{mbox | type = protection | textstyle = font-weight:bold; font-size:130%; | image = 40x40px|link=|alt= | text = <div style="text-align: center;">This {{{page|template}}} is transcluded in one or more cascade-protected pages, so only administrators can edit it.</div> }}<noinclude> {{documentation}} <!-- Add categories to the /doc subpage and interwikis in Wikidata, not here! --> </noinclude>")
- 23:17, 4 December 2023 Halian talk contribs created page Template:Strong (Created page with "<strong {{#if:{{{role|}}}|role="{{{role}}}"}} {{#if:{{{class|}}}|class="{{{class}}}"}} {{#if:{{{id|}}}|id="{{{id}}}"}} {{#if:{{{style|}}}|style="{{{style}}}"}} {{#if:{{{title|}}}|title="{{{title}}}"}}>{{{1}}}</strong><noinclude> {{documentation}} <!-- Add cats and interwikis to the /doc subpage, not here! --> </noinclude>")
- 23:17, 4 December 2023 Halian talk contribs created page Template:Terminate sentence (Created page with "{{{1}}}{{#if:{{#invoke:text|sentenceTerminated|{{{1|}}}}}||{{{2|.}}}}}<noinclude>{{documentation}}</noinclude>")
- 23:17, 4 December 2023 Halian talk contribs created page Template:Documentation subpage (Created page with "<includeonly><!-- -->{{#ifeq:{{lc:{{SUBPAGENAME}}}} |{{{override|doc}}} | <!--(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=|link= | text = {{strong|This is a documentation subpage}} for {{terminate sentence|{{...")
- 23:13, 4 December 2023 Halian talk contribs protected OS-Tan Collections Wiki:Cascade-protected items/content [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [cascading] (mission-critical) (hist)
- 23:12, 4 December 2023 Halian talk contribs changed group membership for Halian from bureaucrat to bureaucrat and administrator (a lot of things explicitly require the administrator bit)
- 23:07, 4 December 2023 Halian talk contribs created page OS-Tan Collections Wiki:Cascade-protected items/content (Created page with "<noinclude>{{mbox|type=protection|image=40px|text='''This page is fully protected with the cascading option enabled.''' Pages transcluded on this page are highly important templates or pages that require full protection to guard against vandalism. Most of them are also directly full-protected, but this page serves as a safeguard against security leaks and human error. If you would like to make an edit to any of these pages, please...")
- 23:07, 4 December 2023 Halian talk contribs created page Module:Toolbar (Created page with "-- This module implements {{toolbar}}. local mArguments -- Lazily initialise Module:Arguments local mTableTools = require('Module:TableTools') local yesno = require('Module:Yesno') local p = {} function p.main(frame) mArguments = require('Module:Arguments') local args = mArguments.getArgs(frame) return p._main(args) end function p._main(args) local toolbarItems = p.makeToolbarItems(args) if not toolbarItems then -- Return the blank string if no arguments w...")
- 23:06, 4 December 2023 Halian talk contribs created page Module:Pagetype/config (Created page with "-------------------------------------------------------------------------------- -- Module:Pagetype configuration data -- -- This page holds localisation and configuration data for Module:Pagetype. -- -------------------------------------------------------------------------------- local cfg = {} -- Don't edit this line. -------------------------------------------------------------------------------- -- St...")
- 23:06, 4 December 2023 Halian talk contribs created page Module:Namespace detect (Created page with "--[[ -------------------------------------------------------------------------------- -- -- -- NAMESPACE DETECT -- -- -- -- This module implements the {{namespace detect}} template in Lua, with a -- -- few improvements: all namespaces and all namespace aliases are...")
- 23:05, 4 December 2023 Halian talk contribs created page Module:Disambiguation (Created page with "local p = {} local mRedirect = require('Module:Redirect') local disambiguationTemplates = mw.loadData('Module:Disambiguation/templates') local function capitalize(s) -- This function only works on ASCII strings. If your wiki has -- disambiguation templates that use Unicode strings, use the commented-out -- line instead. Enwiki uses ASCII string manipulation only here to improve -- performance. return s:sub(1, 1):upper() .. s:sub(2, -1) -- return mw.ustring.upper(m...")
- 23:05, 4 December 2023 Halian talk contribs created page Module:Pagetype (Created page with "-------------------------------------------------------------------------------- -- -- -- PAGETYPE -- -- -- -- This is a meta-module intended to replace {{pagetype}} and similar -- -- templates. It automatically detects namespaces, and allows for...")
- 23:04, 4 December 2023 Halian talk contribs created page Module:Protected edit request/active (Created page with "require('strict') local yesno, makeMessageBox -- passed in from Module:Protected edit request local makeToolbar = require('Module:Toolbar')._main local getPagetype = require('Module:Pagetype')._main local effectiveProtectionLevel = require('Module:Effective protection level')._main ---------------------------------------------------------------------- -- Helper functions ---------------------------------------------------------------------- local function makeWikilink...")
- 23:04, 4 December 2023 Halian talk contribs created page Module:Protected edit request (Created page with "require('strict') local yesno = require('Module:Yesno') local makeMessageBox = require('Module:Message box').main local getArgs local activeBox -- lazily initialized if we get an active request ---------------------------------------------------------------------- -- Box class definition ---------------------------------------------------------------------- local box = {} box.__index = box function box.new(protectionType, args) local obj = {} obj.args = args setm...")
- 23:03, 4 December 2023 Halian talk contribs created page Template:Editprotected (Created page with "<includeonly>{{#invoke:protected edit request|full}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
- 23:03, 4 December 2023 Halian talk contribs created page Template:No redirect (Created page with "{{safesubst:<noinclude/>#if: {{safesubst:<noinclude/>#invoke:Redirect|isRedirect|{{{1}}}}} | <span class="plainlinks">[{{safesubst:<noinclude/>fullurl:{{{1}}}|redirect=no}} {{{2|{{{1}}}}}}]</span> | {{safesubst:<noinclude/>#if:{{{2|}}}|[[:{{safesubst:<noinclude/>FULLPAGENAME:{{{1}}}}}|{{{2}}}]]|[[:{{safesubst:<noinclude/>FULLPAGENAME:{{{1}}}}}]]}} }}<noinclude> {{documentation}} </noinclude>")
- 22:58, 4 December 2023 Halian talk contribs created page Module:Lockbox (Created page with "local export = {} -- XXX: OUTRAGEOUS ABUSE OF SCRIBUNTO API -- Generates a transclusion without incrementing the "expensive function" count local generate_transclusion do local mock_title = mw.title.new(mw.title.getCurrentTitle().id) local getContent = mock_title.getContent function generate_transclusion(title) local full_text = type(title) == 'table' and title.fullText or title rawset(mock_title, 'fullText', full_text) getContent(mock_title) end end local f...")
- 22:57, 4 December 2023 Halian talk contribs created page OS-Tan Collections Wiki:Cascade-protected items (Created page with "{{mbox |type=protection |image=40px |text='''This page transcludes OS-Tan Collections Wiki:Cascade-protected items/content''', a page fully protected with the cascading option enabled. Items transcluded on that page are highly important templates or pages that require full protection to guard against vandalism. Most of them are also directly full-protected, but this page serves as a safeguard against security leaks and human er...")
- 22:55, 4 December 2023 Halian talk contribs created page OSC:CPI/C (Redirected page to OS-Tan Collections Wiki:Cascade-protected items/content) Tag: New redirect
- 22:54, 4 December 2023 Halian talk contribs created page Module:Shortcut/styles.css (Created page with "{{pp-template}}: .module-shortcutboxplain { float: right; margin: 0 0 0 1em; border: 1px solid #aaa; background: #fff; padding: 0.3em 0.6em 0.2em 0.6em; text-align: center; font-size: 85%; } .module-shortcutboxleft { float: left; margin: 0 1em 0 0; } .module-shortcutlist { display: inline-block; border-bottom: 1px solid #aaa; margin-bottom: 0.2em; } .module-shortcutboxplain ul { font-weight: bold; } .module-shortcutanchordiv { position: relative;...")