All public logs

Jump to navigation Jump to search

Combined display of all available logs of The Wiki Camp 2 Jr.. 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 ( | older 50) (20 | 50 | 100 | 250 | 500)
  • 19:30, 25 September 2023 SGuySMW talk contribs created page 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...")
  • 18:39, 25 September 2023 SGuySMW 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...")
  • 18:39, 25 September 2023 SGuySMW talk contribs created page 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>")
  • 18:39, 25 September 2023 SGuySMW talk contribs created page Template:Nbsp (Redirected page to Template:Spaces) Tag: New redirect
  • 17:29, 25 September 2023 SGuySMW talk contribs created page 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>")
  • 17:28, 25 September 2023 SGuySMW talk contribs created page 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>")
  • 17:27, 25 September 2023 SGuySMW talk contribs created page 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; }")
  • 17:27, 25 September 2023 SGuySMW talk contribs created page 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...")
  • 17:26, 25 September 2023 SGuySMW talk contribs created page 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")
  • 17:26, 25 September 2023 SGuySMW talk contribs created page Template:If empty (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:If empty|main}}<noinclude>{{Documentation}}Category:Templates</noinclude>")
  • 17:26, 25 September 2023 SGuySMW talk contribs created page 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...")
  • 17:25, 25 September 2023 SGuySMW talk contribs created page 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...")
  • 17:24, 25 September 2023 SGuySMW talk contribs created page 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...")
  • 17:24, 25 September 2023 SGuySMW talk contribs created page 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>")
  • 17:24, 25 September 2023 SGuySMW talk contribs created page 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)...")
  • 17:23, 25 September 2023 SGuySMW talk contribs created page 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...")
  • 17:23, 25 September 2023 SGuySMW talk contribs created page 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:08, 25 September 2023 SGuySMW talk contribs created page 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...")
  • 17:05, 25 September 2023 SGuySMW talk contribs created page 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:03, 25 September 2023 SGuySMW talk contribs created page 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...")
  • 17:03, 25 September 2023 SGuySMW talk contribs created page 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 =...")
  • 17:02, 25 September 2023 SGuySMW talk contribs created page 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)")
  • 17:01, 25 September 2023 SGuySMW talk contribs created page 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 ----------------------------------------------------------------...")
  • 17:01, 25 September 2023 SGuySMW talk contribs created page Template:Mbox (Created page with "{{#invoke:Message box|mbox}}")
  • 17:00, 25 September 2023 SGuySMW talk contribs created page 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>...")
  • 16:59, 25 September 2023 SGuySMW talk contribs created page 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...")
  • 16:58, 25 September 2023 SGuySMW talk contribs created page 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...")
  • 16:54, 25 September 2023 SGuySMW talk contribs created page 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:53, 25 September 2023 SGuySMW talk contribs created page 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...") Tag: Visual edit: Switched
  • 16:47, 25 September 2023 User account SGuySMW talk contribs was created
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)