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).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 19:50, 10 December 2023 Halian talk contribs created page Template:Excerpt/doc (Created page with "{{Documentation subpage}} {{Lua|Module:Excerpt}} This template is used for reusing parts of pages in other pages. This practice has several advantages: * '''Reduces maintenance''' by avoiding duplicate content that must be updated multiple times * '''Improves content quality''' by encouraging editors to merge related content, rather than having multiple versions in various stages of development * '''Fosters collaboration''' by channeling contributors into one place, r...")
  • 19:44, 10 December 2023 Halian talk contribs created page Template:Yesno/doc (Created page with "{{Documentation subpage}} {{tl|Yesno}} evaluates any input and produces a normalized <samp>yes</samp> or nil output, based on the content of the input and several configurable options. == Usage == The template distinguishes five different types of input, supplied on the first unnamed parameter: # '''Yes''': Case-insensitive forms of <code>Yes</code>, <code>y</code>, <code>true</code>, <code>on</code>, and <code>1</code> # '''No''': Case-insensitive forms of <code>No</c...")
  • 19:40, 10 December 2023 Halian talk contribs created page Template:Yesno (Created page with "{{<includeonly>safesubst:</includeonly>#switch: {{<includeonly>safesubst:</includeonly>lc: {{{1|¬}}} }} |no |n |f |false |off |0 = {{{no|<!-- null -->}}} | = {{{blank|{{{no|<!-- null -->}}}}}} |¬ = {{{¬|}}} |yes |y |t |true |on |1 = {{{yes|yes}}} |#default = {{{def|{{{yes|yes}}}}}} }}<noinclude> {{Documentation}} </noinclude>")
  • 16:24, 5 December 2023 Goujer talk contribs created page Category:Windows (Created page with "Windows is an OS made by Microsoft!")
  • 13:15, 5 December 2023 Goujer talk contribs created page Category talk:Windows (Test)
  • 11:42, 5 December 2023 Goujer talk contribs changed group membership for Fedora-Tan from bureaucrat, interface administrator and administrator to bureaucrat, interface administrator, administrator and suppressor
  • 11:40, 5 December 2023 Goujer talk contribs changed group membership for Bella from bureaucrat and administrator to bureaucrat, administrator, interface administrator and suppressor
  • 11:39, 5 December 2023 Goujer talk contribs changed group membership for Fedora-Tan from bureaucrat and administrator to bureaucrat, administrator and interface administrator
  • 11:39, 5 December 2023 Goujer talk contribs changed group membership for Halian from bureaucrat and administrator to administrator, interface administrator and suppressor (Lord help me)
  • 04:58, 5 December 2023 Halian talk contribs deleted page Template:OStaninfo (unused template; nominated for deletion twelve and half years ago)
  • 04:57, 5 December 2023 Halian talk contribs deleted page Template:OSinfobox100px (unused template)
  • 04:57, 5 December 2023 Halian talk contribs deleted page Template:Literature (unused template)
  • 03:16, 5 December 2023 Halian talk contribs created page Template:Navbar/doc (Created page with "{{documentation subpage}} {{#ifeq:{{BASEPAGENAME}}|Navbar|{{Cascade-protected template}}}} {{lua|Module:Navbar}}{{#ifeq:{{BASEPAGENAME}}|VTE|{{tsh|V}}}} {{tl|Navbar}} provides a small "view '''·''' talk '''·''' edit" navigation bar. It is primarily used for content-heavy templates and other transcluded content blocks, so that the content inside the template or block is more easily editable ''in situ'' where it was found, without having...")
  • 03:04, 5 December 2023 Halian talk contribs created page Module:Purge/doc (Created page with "This module produces a link to purge a page's cache. This is usually the current page, but can be another page. == Usage == === From wiktext === From wikitext, this module should be accessed via Template:Purge. Please see the template page for documentation. === From Lua === From Lua, first you need to load the module: <syntaxhighlight lang="lua"> local mPurge = require('Module:Purge') </syntaxhighlight> Then you can create purge links with the <code>_main</cod...")
  • 03:03, 5 December 2023 Halian talk contribs created page Module:Purge (Created page with "-- This module implements Template:Purge. local p = {} local function makeUrlLink(url, display) return string.format('[%s %s]', url, display) end function p._main(args) -- Make the URL local url do local title if args.page then title = mw.title.new(args.page) if not title then error(string.format( "'%s' is not a valid page name", args.page ), 2) end else title = mw.title.getCurrentTitle() end if args.anchor then title...")
  • 03:03, 5 December 2023 Halian talk contribs created page Template:Purge/doc (Created page with "{{Documentation subpage}} <!-- Add categories where indicated at the bottom of this page --> {{Cascade-protected template}} {{lua|Module:Purge}} {{tl|Purge}} produces a link that will purge the page's cache and rebuild it from the wikitext. ==Purpose== For efficiency in service, MediaWiki caches pages. Depending on the exact sequence of actions editors follow, one may view an out-of-date version of a given page. This happens most often on heavily-edited pages and on pa...")
  • 03:00, 5 December 2023 Halian talk contribs created page Template:Purge (Created page with "{{#invoke:Purge|main}}<noinclude> {{documentation}} </noinclude>")
  • 02:59, 5 December 2023 Halian talk contribs created page File:Min9z044.jpg
  • 02:59, 5 December 2023 Halian talk contribs uploaded File:Min9z044.jpg
  • 02:54, 5 December 2023 Halian talk contribs created page File:MinXmini345.jpg
  • 02:54, 5 December 2023 Halian talk contribs uploaded File:MinXmini345.jpg
  • 02: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...")
  • 02: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...")
  • 02:13, 5 December 2023 Halian talk contribs moved page File:Inori Emberassed.jpg to File:Inori Embarrassed.jpg without leaving a redirect (spelling correction)
  • 02:04, 5 December 2023 Halian talk contribs created page File:Full-protection-shackle.png
  • 02:04, 5 December 2023 Halian talk contribs uploaded File:Full-protection-shackle.png
  • 02:04, 5 December 2023 Halian talk contribs created page File:Cascade-protection-shackle.png
  • 02:04, 5 December 2023 Halian talk contribs uploaded File:Cascade-protection-shackle.png
  • 01:42, 5 December 2023 Halian talk contribs created page File:BeOSclock.png
  • 01:42, 5 December 2023 Halian talk contribs uploaded File:BeOSclock.png
  • 01:13, 5 December 2023 Halian talk contribs created page File:Blank CD.png
  • 01:13, 5 December 2023 Halian talk contribs uploaded File:Blank CD.png
  • 00:56, 5 December 2023 Halian talk contribs created page File:Placeholder.png (A placeholder.)
  • 00:56, 5 December 2023 Halian talk contribs uploaded File:Placeholder.png (A placeholder.)
  • 00:44, 5 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))
  • 00:33, 5 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...")
  • 00:32, 5 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>")
  • 00:30, 5 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...")
  • 00:24, 5 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))
  • 00:23, 5 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))
  • 00:21, 5 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...")
  • 00:20, 5 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...")
  • 00:20, 5 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)...")
  • 00:19, 5 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...")
  • 00:19, 5 December 2023 Halian talk contribs created page Template:Cl (Redirected page to Template:Category link) Tag: New redirect
  • 00:18, 5 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>")
  • 00:18, 5 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>")
  • 00:18, 5 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>")
  • 00:17, 5 December 2023 Halian talk contribs created page Template:Terminate sentence (Created page with "{{{1}}}{{#if:{{#invoke:text|sentenceTerminated|{{{1|}}}}}||{{{2|.}}}}}<noinclude>{{documentation}}</noinclude>")
  • 00:17, 5 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>")
  • 00:17, 5 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|{{...")
  • 00:13, 5 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)
  • 00:12, 5 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)
  • 00:07, 5 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...")
  • 00:07, 5 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...")
  • 00:06, 5 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...")
  • 00:06, 5 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...")
  • 00:05, 5 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...")
  • 00:05, 5 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...")
  • 00:04, 5 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...")
  • 00:04, 5 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...")
  • 00:03, 5 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>")
  • 00:03, 5 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>")
  • 00:03, 5 December 2023 Goujer talk contribs created page Dogs (Created page with "Cool Dog")
  • 23: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...")
  • 23: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...")
  • 23: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
  • 23: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;...")
  • 23:53, 4 December 2023 Halian talk contribs created page Module:Shortcut/config (Created page with "-- This module holds configuration data for Module:Shortcut. return { -- The heading at the top of the shortcut box. It accepts the following parameter: -- $1 - the total number of shortcuts. (required) ['shortcut-heading'] = '{{PLURAL:Wikipedia:Shortcut|{{PLURAL:$1|Shortcut|Shortcuts}}|Shortcut|Shortcuts}}', -- The heading when |redirect=yes is given. It accepts the following parameter: -- $1 - the total number of shortcuts. (required) ['redirect-heading'] = '[[Wikipedia:Redirect|{{PLURAL...")
  • 23:52, 4 December 2023 Halian talk contribs created page Module:Shortcut (Created page with "-- This module implements {{shortcut}}. -- Set constants local CONFIG_MODULE = 'Module:Shortcut/config' -- Load required modules local checkType = require('libraryUtil').checkType local yesno = require('Module:Yesno') local p = {} local function message(msg, ...) return mw.message.newRawMessage(msg, ...):plain() end local function makeCategoryLink(cat) return string.format('%s:%s', mw.site.namespaces[14].name, cat) end function p._main(shortcuts, options, fra...")
  • 23:52, 4 December 2023 Halian talk contribs created page Template:Shortcut (Created page with "<includeonly>{{#invoke:Shortcut|main}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
  • 23:47, 4 December 2023 Halian talk contribs created page OSC:CPI (Redirected page to OS-Tan Collections Wiki:Cascade-protected items) Tag: New redirect
  • 23:45, 4 December 2023 Halian talk contribs created page Template:Plainlist (Created page with "<templatestyles src="Plainlist/styles.css"/><div class="plainlist {{{class|}}}" {{#if:{{{style|}}}{{{indent|}}}|style="{{#if:{{{indent|}}}|margin-left: {{#expr:{{{indent}}}*1.6}}em;}} {{{style|}}}"}}>{{#if:{{{1|}}}| {{{1}}} </div>}}<noinclude></div> {{documentation}} </noinclude>")
  • 23:45, 4 December 2023 Halian talk contribs created page Template:Plainlist/styles.css (Created page with "{{pp-template|small=yes}}: .plainlist ol, .plainlist ul { line-height: inherit; list-style: none; margin: 0; padding: 0; Reset Minerva default: } .plainlist ol li, .plainlist ul li { margin-bottom: 0; }")
  • 23:45, 4 December 2023 Halian talk contribs created page Module:Exponential search (Created page with "-- This module provides a generic exponential search algorithm. requirestrict local checkType = require('libraryUtil').checkType local floor = math.floor local function midPoint(lower, upper) return floor(lower + (upper - lower) / 2) end local function search(testFunc, i, lower, upper) if testFunc(i) then if i + 1 == upper then return i end lower = i if upper then i = midPoint(lower, upper) else i = i * 2 end return search(testFunc, i, low...")
  • 23:44, 4 December 2023 Halian talk contribs created page Module:TableTools (Created page with "------------------------------------------------------------------------------------ -- TableTools -- -- -- -- This module includes a number of functions for dealing with Lua tables. -- -- It is a meta-module, meant to be called from other Lua modules, and should not -- -- be called directly from #invoke....")
  • 23:43, 4 December 2023 Halian talk contribs created page Module:List (Created page with "local libUtil = require('libraryUtil') local checkType = libUtil.checkType local mTableTools = require('Module:TableTools') local p = {} local listTypes = { ['bulleted'] = true, ['unbulleted'] = true, ['horizontal'] = true, ['ordered'] = true, ['horizontal_ordered'] = true } function p.makeListData(listType, args) -- Constructs a data table to be passed to p.renderList. local data = {} -- Classes and TemplateStyles data.classes = {} data.templatestyles = ''...")
  • 23:41, 4 December 2023 Halian talk contribs created page Template:Horizontal list (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:list|horizontal}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
  • 23:32, 4 December 2023 Halian talk contribs created page Module:Protection banner (Created page with "-- This module implements {{pp-meta}} and its daughter templates such as -- {{pp-dispute}}, {{pp-vandalism}} and {{pp-sock}}. -- Initialise necessary modules. require('strict') local makeFileLink = require('Module:File link')._main local effectiveProtectionLevel = require('Module:Effective protection level')._main local effectiveProtectionExpiry = require('Module:Effective protection expiry')._main local yesno = require('Module:Yesno') -- Lazily initialise modules and...")
  • 23:31, 4 December 2023 Halian talk contribs created page Module:Protection banner/config (Created page with "-- This module provides configuration data for Module:Protection banner. return { -------------------------------------------------------------------------------- -- -- BANNER DATA -- -------------------------------------------------------------------------------- --[[ -- Banner data consists of six fields: -- * text - the main protection text that appears at the top of protection -- banners. -- * explanation - the text that appear...")
  • 23:31, 4 December 2023 Halian talk contribs created page Module:File link (Created page with "-- This module provides a library for formatting file wikilinks. local yesno = require('Module:Yesno') local checkType = require('libraryUtil').checkType local p = {} function p._main(args) checkType('_main', 1, args, 'table') -- This is basically libraryUtil.checkTypeForNamedArg, but we are rolling our -- own function to get the right error level. local function checkArg(key, val, level) if type(val) ~= 'string' then error(string.format( "type error in...")
  • 23:31, 4 December 2023 Halian talk contribs created page Module:Effective protection level (Created page with "local p = {} -- Returns the permission required to perform a given action on a given title. -- If no title is specified, the title of the page being displayed is used. function p._main(action, pagename) local title if type(pagename) == 'table' and pagename.prefixedText then title = pagename elseif pagename then title = mw.title.new(pagename) else title = mw.title.getCurrentTitle() end pagename = title.prefixedText if action == 'autoreview' then local leve...")
  • 23:31, 4 December 2023 Halian talk contribs created page Module:Effective protection expiry (Created page with "local p = {} -- Returns the expiry of a restriction of an action on a given title, or unknown if it cannot be known. -- If no title is specified, the title of the page being displayed is used. function p._main(action, pagename) local title if type(pagename) == 'table' and pagename.prefixedText then title = pagename elseif pagename then title = mw.title.new(pagename) else title = mw.title.getCurrentTitle() end pagename = title.prefixedText if action == 'auto...")
  • 23:31, 4 December 2023 Halian talk contribs created page Module:Submit an edit request (Created page with "-- This module implements {{Submit an edit request}}. local CONFIG_MODULE = 'Module:Submit an edit request/config' -- Load necessary modules local mRedirect = require('Module:Redirect') local cfg = mw.loadData(CONFIG_MODULE) local effectiveProtectionLevel = require('Module:Effective protection level')._main local escape = require("Module:String")._escapePattern local lang = mw.language.getContentLanguage() local p = {} local validLevels = { semi = 'semi', extended...")
  • 23:31, 4 December 2023 Halian talk contribs created page 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...")
  • 23:31, 4 December 2023 Halian talk contribs created page Module:String (Created page with "--[[ This module is intended to provide access to basic string functions. Most of the functions provided here can be invoked with named parameters, unnamed parameters, or a mixture. If named parameters are used, Mediawiki will automatically remove any leading or trailing whitespace from the parameter. Depending on the intended use, it may be advantageous to either preserve or remove such whitespace. Global options ignore_errors: If set to 'true' or 1, any error c...")
  • 23:31, 4 December 2023 Halian talk contribs created page Module:Clickable button 2 (Created page with "-- This module implements {{clickable button 2}}. local yesno = require('Module:Yesno') local p = {} local function renderTrackingCategories(args) if yesno(args.category) == false then return '' end -- we have no tracking categories currently but args.category should be -- supported into the future, so just return a string here for now return '' end local function makeLinkData(args) local data = {} -- Get the link and display values, -- and find whether...")
  • 23:29, 4 December 2023 Halian talk contribs created page Template:Pp (Created page with "{{#invoke:Protection banner|main}}<noinclude> {{documentation}} </noinclude>")
  • 23:29, 4 December 2023 Halian talk contribs moved page Module:Module:Message box/tmbox.css to Module:Message box/tmbox.css without leaving a redirect
  • 23:29, 4 December 2023 Halian talk contribs moved page Module:Module:Message box/ombox.css to Module:Message box/ombox.css without leaving a redirect
  • 23:29, 4 December 2023 Halian talk contribs moved page Module:Module:Message box/imbox.css to Module:Message box/imbox.css without leaving a redirect
  • 23:28, 4 December 2023 Halian talk contribs moved page Module:Module:Message box/fmbox.css to Module:Message box/fmbox.css without leaving a redirect
  • 23:28, 4 December 2023 Halian talk contribs moved page Module:Module:Message box/cmbox.css to Module:Message box/cmbox.css without leaving a redirect
  • 23:28, 4 December 2023 Halian talk contribs moved page Module:Module:Message box/ambox.css to Module:Message box/ambox.css without leaving a redirect
  • 23:26, 4 December 2023 Halian talk contribs created page Module:Module:Message box/tmbox.css (Created page with "{{pp|small=y}}: .tmbox { margin: 4px 0; border-collapse: collapse; border: 1px solid #c0c090; Default "notice" gray-brown: background-color: #f8eaba; box-sizing: border-box; } For the "small=yes" option.: .tmbox.mbox-small { font-size: 88%; line-height: 1.25em; } .tmbox-speedy { border: 2px solid #b32424; Red: background-color: #fee7e6; Pink: } .tmbox-delete { border: 2px solid #b32424; Red: } .tmbox-content { bord...")
  • 23:26, 4 December 2023 Halian talk contribs created page Module:Module:Message box/ombox.css (Created page with "{{pp|small=y}}: .ombox { margin: 4px 0; border-collapse: collapse; border: 1px solid #a2a9b1; Default "notice" gray: background-color: #f8f9fa; box-sizing: border-box; } For the "small=yes" option.: .ombox.mbox-small { font-size: 88%; line-height: 1.25em; } .ombox-speedy { border: 2px solid #b32424; Red: background-color: #fee7e6; Pink: } .ombox-delete { border: 2px solid #b32424; Red: } .ombox-content { border: 1p...")
  • 23:25, 4 December 2023 Halian talk contribs created page Module:Module:Message box/imbox.css (Created page with "{{pp|small=y}}: .imbox { margin: 4px 0; border-collapse: collapse; border: 3px solid #36c; Default "notice" blue: background-color: #fbfbfb; box-sizing: border-box; } For imboxes inside imbox-text cells.: .imbox .mbox-text .imbox { margin: 0 -0.5em; 0.9 - 0.5 = 0.4em left/right.: TODO: Still needed?: display: block; Fix for webkit to force 100% width.: } .imbox-speedy { border: 3px solid #b32424; Red: background-color...")
  • 23:25, 4 December 2023 Halian talk contribs created page Module:Module:Message box/fmbox.css (Created page with "{{pp|small=y}}: .fmbox { clear: both; margin: 0.2em 0; width: 100%; border: 1px solid #a2a9b1; background-color: #f8f9fa; Default "system" gray: box-sizing: border-box; } .fmbox-warning { border: 1px solid #bb7070; Dark pink: background-color: #ffdbdb; Pink: } .fmbox-editnotice { background-color: transparent; } .fmbox .mbox-text { border: none; @noflip: padding: 0.25em 0.9em; width: 100%; } .fmbox .mbox-image { border: no...")
  • 23:23, 4 December 2023 Halian talk contribs created page Module:Module:Message box/cmbox.css (Created page with "{{pp|small=y}}: .cmbox { margin: 3px 0; border-collapse: collapse; border: 1px solid #a2a9b1; background-color: #dfe8ff; Default "notice" blue: box-sizing: border-box; } .cmbox-speedy { border: 4px solid #b32424; Red: background-color: #ffdbdb; Pink: } .cmbox-delete { background-color: #ffdbdb; Pink: } .cmbox-content { background-color: #ffe7ce; Orange: } .cmbox-style { background-color: #fff9db; Yellow: ...")
  • 23:23, 4 December 2023 Halian talk contribs created page Module:Module:Message box/ambox.css (Created page with "{{pp|small=y}}: .ambox { border: 1px solid #a2a9b1; @noflip: border-left: 10px solid #36c; Default "notice" blue: background-color: #fbfbfb; box-sizing: border-box; } Single border between stacked boxes. Take into account base templatestyles, * user styles, and Template:Dated maintenance category. * remove link selector when T200206 is fixed: .ambox + link + .ambox, .ambox + link + style + .ambox, .ambox + link + link + .ambox, /* TODO: rais...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)