User contributions for SGuySMW
Jump to navigation
Jump to search
25 September 2023
- 20:1320:13, 25 September 2023 diff hist +9,430 N Wikiland Created page with "{{Infobox country | common_name = Wikiland | conventional_long_name = Federal Republic of Wikiland | image_flag = TWC2_flag.png | motto = ''E pluribus unum'' (Out of many, one) | anthem = Ode to Wikiland</div>{{center|File:Ode to the Bridge Builder.mp3}} | capital = Wiki City | largest_city = Wiki City | languages_type = Prevailing language | languages = Various | demonym = Wikilandians | government_type = Federal presidential republic | currency = Wiki..."
- 20:1220:12, 25 September 2023 diff hist +175 Ferria No edit summary
- 20:1020:10, 25 September 2023 diff hist +1,726 N Ferria Created page with "'''Ferria''' is one of the 166 provinces of Wikiland. Bordering the Specific Ocean, it can be divided into 60 unique counties of various sizes. The capital is New Cheyenne ==Counties== {| class="wikitable" |+ ! colspan="2" |Counties ! colspan="2" |Capitals |- !Name !Population !Name !Population |- |TBA |TBA |TBA |TBA |- |TBA |TBA |TBA |TBA |- |TBA |TBA |TBA |TBA |- |TBA |TBA |TBA |TBA |- |TBA |TBA |TBA |TBA |- |TBA |TBA |TBA |TBA |- |TBA |TBA |TBA |TBA |- |T..."
- 19:5619:56, 25 September 2023 diff hist +631 N Module:Category handler/data Created page with "-- This module assembles data to be passed to Module:Category handler using -- mw.loadData. This includes the configuration data and whether the current -- page matches the title blacklist. local data = require('Module:Category handler/config') local mShared = require('Module:Category handler/shared') local blacklist = require('Module:Category handler/blacklist') local title = mw.title.getCurrentTitle() data.currentTitleMatchesBlacklist = mShared.matchesBlacklist(..." current
- 19:5519:55, 25 September 2023 diff hist +7,871 N Module:Category handler Created page with "-------------------------------------------------------------------------------- -- -- -- CATEGORY HANDLER -- -- -- -- This module implements the {{category handler}} template in Lua, -- -- with a few improvements: all namespaces and all namespace alia..." current
- 19:5519:55, 25 September 2023 diff hist +148 N Template:Category handler Created page with "{{#invoke:Category handler|main}}<noinclude> {{documentation}} <!-- Add categories to the /doc subpage, and interwikis to Wikidata. --> </noinclude>" current
- 19:5519:55, 25 September 2023 diff hist +1,197 N Template:Fix Created page with "{{#switch:{{{subst|¬}}} |¬={{category handler |template=Category:Templates needing substitution checking |nocat={{{nocat|<noinclude>true</noinclude>}}} }} |SUBST=Category:Pages with incorrectly substituted templates }}{{Category handler |main={{Fix/category |cat-date={{{cat-date|}}} |cat={{{cat|}}} |cat-date2={{{cat-date2|}}} |cat2={{{cat2|}}} |cat-date3={{{cat-date3|}}} |cat3={{{cat3|}}} |date={{{date|}}} }} |template={{#if:{{{nam..." current
- 19:5419:54, 25 September 2023 diff hist +2,325 N Pinniped Created page with "'''Pinnipeds''' (pronounced /ˈpɪnɪsˌpɛdz/), commonly known as '''laes''', are a widely distributed and diverse clade of carnivorous, fin-footed, semiaquatic, odorous, mostly marine mammals in the clade '''Pinnipedia'''. They include the mighty walrus, the ferocious eared seals (such as sea lions), and the loathsome earless damn seals. While most species of pinniped are marine, there exists a single completely freshwater species that i..."
- 19:5419:54, 25 September 2023 diff hist +3,948 N Module:Unsubst Created page with "local checkType = require('libraryUtil').checkType local p = {} local BODY_PARAM = '$B' local specialParams = { ['$params'] = 'parameter list', ['$aliases'] = 'parameter aliases', ['$flags'] = 'flags', ['$B'] = 'template content', ['$template-name'] = 'template invocation name override', } function p.main(frame, body) -- If we are substing, this function returns a template invocation, and if -- not, it returns the template body. The template body can be specif..." current
- 19:5319:53, 25 September 2023 diff hist +665 N Template:Citation needed Created page with "{{ {{{|safesubst:}}}#invoke:Unsubst||date=__DATE__ |$B= {{Fix |name={{{name|Citation needed}}} |link={{{link|Project:Citation needed}}} |text=citation needed |class=Template-Fact |title={{{reason|This claim needs references to reliable sources.}}} |date={{{date|}}} |cat-date=Category:Articles with unsourced statements }}{{#invoke:Check for unknown parameters|check|unknown={{main other|Category:Pages containing citation needed template with unsupported parameters|_VALUE..." current
- 19:4919:49, 25 September 2023 diff hist +525 N Template:For Created page with "<div role="note" class="noprint"> :<span class="dablink" style="font-style:italic">For {{{1|other uses}}}, see [[{{{2|{{PAGENAME}} (disambiguation)}}}]]{{#if:{{{3|}}}| and [[{{{3}}}]]}}.</span></div><noinclude> ==Purpose== This template is used at the top of pages for simple disambiguations. See also Template:For on Wikipedia. ==Usage== ;Code <pre><nowiki>{{For|the Main Page|Main Page}}</nowiki></pre> ;Output {{For|the Main Page|Main Page}..." current
- 19:4819:48, 25 September 2023 diff hist +55 N ZAZA Redirected page to Zestful Association of Zoos and Aquariums current Tag: New redirect
- 19:4119:41, 25 September 2023 diff hist +363 Fischbach No edit summary
- 19:3619:36, 25 September 2023 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
- 19:3519:35, 25 September 2023 diff hist +69 Fischbach No edit summary
- 19:3419:34, 25 September 2023 diff hist +4,169 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:3319:33, 25 September 2023 diff hist +77 N Template:Pluralize from text Created page with "{{#invoke:Detect singular|pluralize}}<noinclude>{{documentation}}</noinclude>" current
- 19:3119:31, 25 September 2023 diff hist +178 N Template:Replace Created page with "{{<includeonly>safesubst:</includeonly>#invoke:String|replace|source={{{1}}}|{{{2}}}|{{{3}}}|plain={{{plain|true}}}|count={{{count|}}}}}<noinclude> {{documentation}} </noinclude>" current
- 19:3019:30, 25 September 2023 diff hist +18,033 N Template: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
- 18:3918:39, 25 September 2023 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
- 18:3918:39, 25 September 2023 diff hist +394 N Template:Spaces Created page with "<span class="nowrap">{{#iferror:{{#expr:{{{1|1}}}}} |{{#switch:{{{1}}} |fig= |en= |em= |thin= |hair= | }} |{{#invoke:String|rep|{{#switch:{{{2}}} |fig= |en= |em= |thin= |hair= | }}|{{{1|1}}}}} }}</span><noinclude> {{documentation}} </noinclude>" current
- 18:3918:39, 25 September 2023 diff hist +29 N Template:Nbsp Redirected page to Template:Spaces current Tag: New redirect
- 17:2917:29, 25 September 2023 diff hist +457 N Template:Template 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:Template}} | template | other }} }} | template = {{{1|}}} | other | #default = {{{2|}}} }}<!--End switch--><noinclude> {{documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! -->Category:Templates </noinclude>" current
- 17:2817:28, 25 September 2023 diff hist +444 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! -->Category:Templates </noinclude>" current
- 17:2717:27, 25 September 2023 diff hist +277 N Template:Infobox settlement/columns/styles.css Created page with ".ib-settlement-cols { text-align: center; display: table; width: 100%; } .ib-settlement-cols-row { display: table-row; } .ib-settlement-cols-cell { display: table-cell; vertical-align: middle; } .ib-settlement-cols-cellt { display: table-cell; vertical-align: top; }" current
- 17:2717:27, 25 September 2023 diff hist +1,961 N Template:Infobox settlement/columns Created page with "<templatestyles src="Infobox settlement/columns/styles.css"/> <div class="ib-settlement-cols"> <div class="ib-settlement-cols-row">{{#if:{{{0|}}} |<!-- if 0 -->{{#if:{{{1|}}}{{{2|}}}{{{3|}}}{{{4|}}}{{{5|}}} |<!-- if 0 and (1 or 2 or 3 or 4 or 5) --><div class="ib-settlement-cols-cellt"> {{#if:{{{1|}}}|<div>{{{1}}}</div>}} {{#if:{{{2|}}}|<div>{{{2}}}</div>}} {{#if:{{{3|}}}|<div>{{{3}}}</div>}} {{#if:{{{4|}}}|<div>{{{4}}}</div>}} {{#if:{{{5|}}}|<div>{{{5}}}</div>}} </di..." current
- 17:2617:26, 25 September 2023 diff hist +263 N Module:If empty Created page with "local p = {} function p.main(frame) local args = require('Module:Arguments').getArgs(frame, {wrappers = 'Template:If empty', removeBlanks = false}) local lastk = 0 for k,v in ipairs(args) do if v ~= '' then return v end lastk = k end end return p" current
- 17:2617:26, 25 September 2023 diff hist +124 N Template:If empty Created page with "{{<includeonly>safesubst:</includeonly>#invoke:If empty|main}}<noinclude>{{Documentation}}Category:Templates</noinclude>" current
- 17:2617:26, 25 September 2023 diff hist +1,665 N Template:Infobox settlement/styles.css Created page with ".ib-settlement { width: 23em; border-collapse: collapse; line-height: 1.2em; } →TODO split definitions to appropriate class names when live from HTML element: .ib-settlement td, .ib-settlement th { border-top: 1px solid #a2a9b1; padding: 0.4em 0.6em 0.4em 0.6em; } .ib-settlement .mergedtoprow .infobox-full-data, .ib-settlement .mergedtoprow .infobox-header, .ib-settlement .mergedtoprow .infobox-data, .ib-settlement .mergedtoprow .infobox-label, .ib-settlement..." current
- 17:2517:25, 25 September 2023 diff hist +980 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
- 17:2417:24, 25 September 2023 diff hist +18,846 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 function fixChildBoxes(sval, tt) local function notempty( s ) return s and s:match( '%S' ) end if notempty(sval) then local marker = '<span class=special_infobox_marker>' local s = sval -- start moving templatestyles and categories inside of table rows..." current
- 17:2417:24, 25 September 2023 diff hist +362 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. -->Category:Templates </noinclude>" current
- 17:2417:24, 25 September 2023 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
- 17:2317:23, 25 September 2023 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
- 17:2317:23, 25 September 2023 diff hist +2,027 N Fischbach Created page with "{{Infobox settlement | name = Fischbach | settlement_type = City | image_flag = | subdivision_type = Sovereign state | subdivision_name = Wikiland | population_demonyms = | population_as_of = 2022 | population = 98,360 }} '''Fischbach''' is a major city in Wikiland. It is one of the fastest-growing cities in the country, primarily due to its origins as the location of the prison where Death Row played. As suc..."
- 17:0817:08, 25 September 2023 diff hist +1,361 N 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..." current
- 17:0617:06, 25 September 2023 diff hist +5 Is this the first baby born on the Wiki Camp 2 Jr.!? No edit summary current
- 17:0617:06, 25 September 2023 diff hist −9 Is this the first baby born on the Wiki Camp 2 Jr.!? No edit summary
- 17:0517:05, 25 September 2023 diff hist +466 N Is this the first baby born on the Wiki Camp 2 Jr.!? Created page with "🐣 Fans of the Wiki Camp 2 are abuzz with chatter today after discovering a precious, cherished newborn '''babe''' swaddled still in its egg<nowiki/>shell! This cute baby is believed to be the first baby born ever on this wiki. For this reason it is beloved and taken care of and will be fed all the things a baby does need to have a lovely and flourished life. Category:Baby Category:Miracles"
- 17:0317:03, 25 September 2023 diff hist +6,547 N Module:Message box/configuration Created page with "-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- return { ambox = { types = { speedy = { class = 'ambox-spee..." current
- 17:0317:03, 25 September 2023 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
- 17:0217:02, 25 September 2023 diff hist +307 N Module:No globals Created page with "local mt = getmetatable(_G) or {} function mt.__index (t, k) if k ~= 'arg' then error('Tried to read nil global ' .. tostring(k), 2) end return nil end function mt.__newindex(t, k, v) if k ~= 'arg' then error('Tried to write global ' .. tostring(k), 2) end rawset(t, k, v) end setmetatable(_G, mt)" current
- 17:0117:01, 25 September 2023 diff hist +18,591 N Module:Message box Created page with "require('Module:No globals') local getArgs local yesno = require('Module:Yesno') local lang = mw.language.getContentLanguage() local CONFIG_MODULE = 'Module:Message box/configuration' local DEMOSPACES = {talk = 'tmbox', image = 'imbox', file = 'imbox', category = 'cmbox', article = 'ambox', main = 'ambox'} -------------------------------------------------------------------------------- -- Helper functions ----------------------------------------------------------------..." current
- 17:0117:01, 25 September 2023 diff hist +28 N Template:Mbox Created page with "{{#invoke:Message box|mbox}}" current
- 17:0017:00, 25 September 2023 diff hist +1,860 N Template:WIP Created page with "<languages /> <!--T:1--><onlyinclude>{{mbox | text= '''This article is a work in progress.'''<br />''...Well, all the articles here are, in a way. But this one moreso, and the article may contain incomplete information and editor's notes.''<br />{{#if:{{{reason|{{{1|}}}}}}|Notes: {{{reason|{{{1}}}}}} }} | image= File:Tcrf-wipicon.png | iwidth= 32 | caption= This cactus is UNDER CONSTRUCTION | border= #bf8 | background= #dfc }}<includeonly>..." current
- 16:5916:59, 25 September 2023 diff hist +58,953 N Template:Infobox settlement Created page with "<includeonly>{{Infobox | child = {{yesno|{{{embed|}}}}} | templatestyles = Infobox settlement/styles.css | bodyclass = ib-settlement vcard <!--** names, type, and transliterations ** --> | above = <div class="fn org">{{if empty|{{{name|}}}|{{{official_name|}}}|{{PAGENAMEBASE}}}}</div> {{#if:{{{native_name|}}}|<div class="nickname ib-settlement-native" {{#if:{{{native_name_lang|}}}|lang="{{{native_name_lang}}}"}}>{{{native_name}}}</div>}}{{#if:{{{other_name|}}}|<div..." current
- 16:5816:58, 25 September 2023 diff hist +809 N Zestful Association of Zoos and Aquariums Created page with "{{For|zaza|Zaza}} The '''Zestful Association of Zoos and Aquariums''' ('''ZAZA''') is an association of over 200 zoos and aquariums in Wikiland. It is a leader in animal conservation in The Wiki Camp 2. ==Members== ===Aquariums=== *Toba Aquarium, Wiki City *Pinniped Research Centre, Wiki City *TBA, Wiki City *TBA, Wiki City *TBA, Wiki City *TBA, Wiki City *New Cheyenne Aquarium, New Cheyenne, Ferria *Vapo Sea Devil Memorial Aquar..." current
- 16:5516:55, 25 September 2023 diff hist +8 Chicago No edit summary
- 16:5416:54, 25 September 2023 diff hist +232 N Chicago Created page with "'''Chicago''' is the city of beans. The most prominent bean (so-called "Cloud Gaty"), made of stainless steel, lies on a large public park in the city's central business district, called the Loop. Category:Cities"
- 16:5316:53, 25 September 2023 diff hist +894 N Disco Created page with "'''Disco''' is a soulful and melodic genre of electronic dance music typically using four-on-the-floor beats, prominent syncopated basslines, strings, brass, pianos, synthesizers, and electric guitars. After a few years of prominence in the late 1970s, its popularity was overtaken by other EDM genres, as well as new wave, dance-pop, and glam metal. This led to people attempting..." current Tag: Visual edit: Switched