User contributions for Auoot
From SNCApedia
Jump to navigationJump to search
15 June 2025
- 23:0823:08, 15 June 2025 diff hist +280 N 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>" current
- 23:0723:07, 15 June 2025 diff hist +186 N Template:Plainlist/styles.css Created page with ".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; }" current
- 23:0323:03, 15 June 2025 diff hist +1,250 N Template:Infobox person/doc Created page with "=== Blank template with basic parameters === {{Infobox person | name = ''name'' | image = No image 2.png | alt = alt | caption = ''caption'' | birth_name = ''birth_name'' | birth_date = ''birth_date'' | birth_place = ''birth_place'' | death_date = ''death_date'' | death_place = ''death_place'' | other_names = ''other_names'' | occupation = ''occupation'' | years_active = ''years_active'' | known_for = ''known_for''..."
- 22:5822:58, 15 June 2025 diff hist +14,243 Template:Infobox person No edit summary
- 22:5222:52, 15 June 2025 diff hist 0 N File:No image 2.png No edit summary current
- 20:1220:12, 15 June 2025 diff hist +422 N Template:Main other Created page with "{{#switch: <!--If no or empty "demospace" parameter then detect namespace--> {{#if:{{{demospace|}}} | {{lc: {{{demospace}}} }} <!--Use lower case "demospace"--> | {{#ifeq:{{NAMESPACE}}|{{ns:0}} | main | other }} }} | main = {{{1|}}} | other | #default = {{{2|}}} }}<noinclude> {{documentation}} <!-- Add categories to the /doc subpage; interwikis go to Wikidata, thank you! --> </noinclude>" current
- 20:1120:11, 15 June 2025 diff hist +1,541 N Module:Check for clobbered parameters Created page with "local p = {} local function trim(s) return s:match('^%s*(.-)%s*$') end local function isnotempty(s) return s and s:match('%S') end function p.check(frame) local args = frame.args local pargs = frame:getParent().args local checknested = isnotempty(args['nested']) local delimiter = isnotempty(args['delimiter']) and args['delimiter'] or ';' local argpairs = {} for k, v in pairs(args) do if type(k) == 'number' then local plist = mw.text.split(v, delimiter)..." current
- 20:1120:11, 15 June 2025 diff hist +3,312 N Module:Check for unknown parameters Created page with "-- This module may be used to compare the arguments passed to the parent -- with a list of arguments, returning a specified result if an argument is -- not on the list local p = {} local function trim(s) return s:match('^%s*(.-)%s*$') end local function isnotempty(s) return s and s:match('%S') end local function clean(text) -- Return text cleaned for display and truncated if too long. -- Strip markers are replaced with dummy text representing the original wikitext..." current
- 20:1020:10, 15 June 2025 diff hist +478 N Template:Wikidata image Created page with "{{#if:{{NAMESPACE}}|| {{#if:{{{1|}}} | {{#if:{{#property:P18}} | {{#ifeq:{{filepath:{{{1|}}} }}|{{filepath:{{#property:P18}} }} | | }} | {{#if:{{#property:P41}}{{#property:P94}}{{#property:P117}}{{#property:P154}}{{#property:P242}} | | }} }} | {{#if:{{#property:P18}} | {{#if:{{{2|}}} | | Category:No local image but image on Wikidata }} | }} }} }}<noinclude> {{doc}} </noinclude>" current
- 20:0920:09, 15 June 2025 diff hist +181 N Template:Unbulleted list Created page with "{{<includeonly>safesubst:</includeonly>#invoke:list|unbulleted}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>" current
- 20:0920:09, 15 June 2025 diff hist +5,565 N 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 = ''..." current
- 20:0520:05, 15 June 2025 diff hist 0 N File:Tama.png No edit summary current
- 20:0420:04, 15 June 2025 diff hist +151 N Template:Documentation Created page with "{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}<noinclude> <!-- Add categories to the /doc subpage --> </noinclude>" current
- 20:0320:03, 15 June 2025 diff hist +693 N Module:Documentation/styles.css Created page with ".documentation, .documentation-metadata { border: 1px solid #a2a9b1; background-color: #ecfcf4; clear: both; } .documentation { margin: 1em 0 0 0; padding: 1em; } .documentation-metadata { margin: 0.2em 0; →same margin left-right as .documentation: font-style: italic; padding: 0.4em 1em; →same padding left-right as .documentation: } .documentation-startbox { padding-bottom: 3px; border-bottom: 1px solid #aaa; margin-bottom: 1ex; } .documentat..." current
- 20:0320:03, 15 June 2025 diff hist +17,258 N Module:Documentation/config Created page with "---------------------------------------------------------------------------------------------------- -- -- Configuration for Module:Documentation -- -- Here you can set the values of the parameters and messages used in Module:Documentation to -- localise it to your wiki and your language. Unless specified otherwise, values given here -- should be string values. ---------------------------------------------------------------------------------..."
- 20:0220:02, 15 June 2025 diff hist +33,711 N Module:Documentation Created page with "-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub ---------------------------------------------------------------------------- -- Helper functions -- -- These are defined as local functions, but are made available in the p -- table for testing purpos..." current
- 20:0120:01, 15 June 2025 diff hist +77 N Template:Pluralize from text Created page with "{{#invoke:Detect singular|pluralize}}<noinclude>{{documentation}}</noinclude>" current
- 20:0120:01, 15 June 2025 diff hist +23,596 N 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..." current
- 20:0120:01, 15 June 2025 diff hist +745 N Module:Yesno Created page with "-- 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 =..." current
- 20:0020:00, 15 June 2025 diff hist +4,255 N Module:Detect singular Created page with "local p = {} local getArgs = require('Module:Arguments').getArgs local yesNo = require('Module:Yesno') local getPlain = require('Module:Text').Text().getPlain -- function to determine whether "sub" occurs in "s" local function plainFind(s, sub) return mw.ustring.find(s, sub, 1, true) end -- function to count the number of times "pattern" (a regex) occurs in "s" local function countMatches(s, pattern) local _, count = mw.ustring.gsub(s, pattern, '') return count end..." current
- 19:5819:58, 15 June 2025 diff hist +18,033 N 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..." current
- 19:5819:58, 15 June 2025 diff hist +141 N Template:PAGENAMEBASE Created page with "{{{{{|safesubst:}}}#Invoke:String|replace|{{{1|{{{{{|safesubst:}}}PAGENAME}}}}}|%s+%b()$||1|false}}<noinclude> {{documentation}} </noinclude>" current
- 19:5719:57, 15 June 2025 diff hist +10,244 N Module:InfoboxImage Created page with "-- Inputs: -- image - Can either be a bare filename (with or without the File:/Image: prefix) or a fully formatted image link -- page - page to display for multipage images (DjVu) -- size - size to display the image -- maxsize - maximum size for image -- sizedefault - default size to display the image if size param is blank -- alt - alt text for image -- title - title text for image -- border - set to yes if border -- center - set to yes, if th..." current
- 19:5719:57, 15 June 2025 diff hist +15,281 N 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...." current
- 19:5619:56, 15 June 2025 diff hist +1,403 N Module:Separated entries Created page with "-- This module takes positional parameters as input and concatenates them with -- an optional separator. The final separator (the "conjunction") can be -- specified independently, enabling natural-language lists like -- "foo, bar, baz and qux". The starting parameter can also be specified. local compressSparseArray = require('Module:TableTools').compressSparseArray local p = {} function p._main(args) local separator = args.separator -- Decode (convert to Unicode) HT..." current
- 19:5619:56, 15 June 2025 diff hist +111 N Template:Br separated entries Created page with "{{<includeonly>safesubst:</includeonly>#invoke:Separated entries|br}}<noinclude> {{documentation}} </noinclude>" current
- 19:5419:54, 15 June 2025 diff hist +10,054 N Module:Arguments Created page with "-- 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'..." current
- 19:5319:53, 15 June 2025 diff hist +765 N Template:Gem Created page with "<includeonly><div style="padding:1px" class="noexcerpt">''25px {{{content|This page is a '''gem'''.}}}''</div>{{{cat|Category:Gems}}}<indicator name="Gem">25px|link=</indicator></includeonly><noinclude>==Usage== This template currently has two parameters: *'''''content''''' -- replaces the template text with a custom one. Note that putting the period and italicizing is done for you. *'''''cat''''' -- put..." current
- 19:5219:52, 15 June 2025 diff hist 0 N File:Minecraft-diamond.png No edit summary current
- 19:4919:49, 15 June 2025 diff hist +6,136 N Terrycrews Created page with "{{Infobox person |name=Terrycrews |image=center|200px |nationality=Estonian |gender=Female |years active=2024-Present |occupation=lolcow, namefag}} '''Terrycrews''' also known as '''Teresa''' is soyjak.blog's most infamous namefag and lolcow, known for causing extensive amounts of drama and irreparable damage to the reputation of the schlog. ==General Information== Terry is the schlog's most complex and multidimensional namefag, mostly as a res..." Tag: Visual edit
- 18:5418:54, 15 June 2025 diff hist 0 N File:Terry shirt.png No edit summary current
- 15:4315:43, 15 June 2025 diff hist 0 N File:Terryjak.png No edit summary current
- 15:3715:37, 15 June 2025 diff hist +54 m Soyteen Liker No edit summary
- 15:3615:36, 15 June 2025 diff hist 0 N File:Soyteen Liker portrait.png No edit summary current
- 15:3515:35, 15 June 2025 diff hist +1 m Template:Infobox Character No edit summary
- 15:3415:34, 15 June 2025 diff hist +2,103 N Module:Infobox/styles.css Created page with "→{{pp|small=y}}: →* This TemplateStyles sheet deliberately does NOT include the full set of * infobox styles. We are still working to migrate all of the manual * infoboxes. See [[MediaWiki talk:Common.css/to do#Infobox]] * DO NOT ADD THEM HERE: →* not strictly certain these styles are necessary since the modules now * exclusively output infobox-subbox or infobox, not both * just replicating the module faithfully: .infobox-subbox { padding: 0; borde..." current
- 15:3415:34, 15 June 2025 diff hist +20,533 N Module:Infobox Created page with "local p = {} local args = {} local origArgs = {} local root local empty_row_categories = {} local category_in_empty_row_pattern = '%[%[%s*[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]%s*:[^]]*]]' local has_rows = false local lists = { plainlist_t = { patterns = { '^plainlist$', '%splainlist$', '^plainlist%s', '%splainlist%s' }, found = false, styles = 'Plainlist/styles.css' }, hlist_t = { patterns = { '^hlist$', '%shlist$', '^hlist%s', '%shlist%s'..." current
- 15:3115:31, 15 June 2025 diff hist +3,093 N Template:Infobox Character/styles.css Created page with "→-------------------------------------------------- REQUIRED to hide the non-active tab content. But do not hide them in the print stylesheet! --------------------------------------------------: .tabberlive .tabbertabhide { display:none;} →-------------------------------------------------- .tabber = before the tabber interface is set up .tabberlive = after the tabber interface is set up --------------------------------------------------: /*.tabber {displ..." current
- 15:3115:31, 15 June 2025 diff hist +3 m Template:Infobox Character No edit summary
- 15:3015:30, 15 June 2025 diff hist +54 N Template:Character/Documentation Auoot moved page Template:Character/Documentation to Template:Infobox Character/Documentation current Tag: New redirect
- 15:3015:30, 15 June 2025 diff hist 0 m Template:Infobox Character/Documentation Auoot moved page Template:Character/Documentation to Template:Infobox Character/Documentation current
- 15:3015:30, 15 June 2025 diff hist +40 N Template:Character Auoot moved page Template:Character to Template:Infobox Character current Tag: New redirect
- 15:3015:30, 15 June 2025 diff hist 0 m Template:Infobox Character Auoot moved page Template:Character to Template:Infobox Character
- 15:2915:29, 15 June 2025 diff hist +12 m The Kuzzy No edit summary current Tag: Visual edit: Switched
- 15:2715:27, 15 June 2025 diff hist +1,384 N Template:Reflist/styles.css Created page with "→can we remove the font size declarations? .references gets a font-size in * common.css that is always 90, and there is nothing else in reflist out in * the wild. May affect column sizes.: .reflist { font-size: 90%; →Default font-size: margin-bottom: 0.5em; list-style-type: decimal; } .reflist .references { font-size: 100%; →Reset font-size when nested in div.reflist: margin-bottom: 0; /* Avoid double margin when nested..." current
- 01:2401:24, 15 June 2025 diff hist +1,664 N Template:Reflist Created page with "<includeonly> =={{#if:{{{custom header|}}}|{{{custom header|}}}|{{#switch:{{{group|}}}|upper-alpha|upper-roman|lower-alpha|lower-greek|lower-roman=Notes|Citations}}}}== <templatestyles src="Reflist/styles.css" /><div class="reflist <!-- -->{{#if:{{{1|}}}{{{colwidth|}}}|reflist-columns references-column-width}} <!-- -->{{#switch:{{{liststyle|{{{group|}}}}}}|upper-alpha|upper-roman|lower-alpha|lower-greek|lower-roman=reflist-{{{liststyle|{{{group}}}}}}}} <!-- -->{{#if:{{{1..." current
14 June 2025
- 23:2123:21, 14 June 2025 diff hist +393 N Template:Infobox Created page with "{{#invoke:Infobox|infobox}}<includeonly>{{template other|{{#ifeq:{{PAGENAME}}|Infobox||{{#ifeq:{{str left|{{SUBPAGENAME}}|7}}|Infobox|{{remove first word|{{SUBPAGENAME}}}}}}}}|}}</includeonly><noinclude> {{documentation}} <!-- Categories go in the /doc subpage, and interwikis go in Wikidata. --> </noinclude><noinclude>Category:Diagram templates</noinclude>" current
- 23:2023:20, 14 June 2025 diff hist +870 N Template:Infobox Character/Documentation Created page with "==Usage== <div style="width: 260px;"><pre> {{Character | name = | image = | original_image = | complex_image = | aliases = | type = | created_on = | creator = | oldest_known_post = | traced_from = | based_on = | gender = | nationality = | occupation = | ias = }} </pre></div> ==Example== {{Character | name = Tama | image = Tama.png | type = Catgirl | creat..."
- 23:1923:19, 14 June 2025 diff hist +61 Template:Infobox Character No edit summary
- 22:1522:15, 14 June 2025 diff hist +1,585 N Template:Infobox Character Created page with "<includeonly><templatestyles src="Infobox Soyjak/styles.css"/>{{#invoke:infobox|infoboxTemplate|child={{{child|{{{embed|}}}}}} | bodyclass = biography vcard | above = {{{name|{{PAGENAME}}}}} | abovestyle = background:#EEF2FF; font-size:125%; | caption1 = {{{caption|}}} | image = {{ #if: {{{complex_image|}}} | {{{complex_image|}}}|{{ #if: {{{original_image|}}} | <tabber> |-|Character={{#invoke:InfoboxImage|InfoboxImage|image={{{image|}}}|maxsize=250px|alt={{..."