All public logs

Jump to navigation Jump to search

Combined display of all available logs of TAMS 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)
  • 08:27, 6 February 2021 Jeongwoo talk contribs deleted page Module:For (content was: "local mArguments --initialize lazily local mHatlist = require('Module:Hatnote list') local mHatnote = require('Module:Hatnote') local yesNo = require('Module:Yesno') local p = {} --Implements {{For}} from the frame --uses capitalized "For" to avoid collision with Lua reserved word "for" function p.For (frame) mArguments = require('Module:Arguments') return p._For(mArguments.getArgs(frame)) end --Implements {{For}} but takes a manual arguments table function p._For (args) l...")
  • 08:27, 6 February 2021 Jeongwoo talk contribs deleted page Module:Hatnote inline (content was: "-------------------------------------------------------------------------------- -- Module:Hatnote-inline -- -- -- -- This module produces hatnote-style links and links to related articles, -- -- but inside a <span>, instead of the <div> used by Module:Hatnote. It -- -- implements the {{hatnote-inline}} meta-template....")
  • 02:10, 6 February 2021 User account Lasagnavro talk contribs was created
  • 01:55, 6 February 2021 Jeongwoo talk contribs deleted page Module:Navbar/configuration (content was: "local configuration = { ['templatestyles'] = 'Module:Navbar/styles.css', ['box_text'] = 'This box: ', -- default text box when not plain or mini ['title_namespace'] = 'Template', -- namespace to default to for title ['invalid_title'] = 'Invalid title ', ['classes'] = { -- set a line to nil if you don't want it ['navbar'] = 'navbar', ['plainlinks'] = 'plainlinks', -- plainlinks ['horizontal_list'] = 'hlist', -- horizontal list class ['mini'] = 'navbar-mini', -- c...")
  • 01:55, 6 February 2021 Jeongwoo talk contribs deleted page Module:Message box/configuration (content was: "-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- return { ambox = { types = { speedy = { class = 'ambox-speedy',...")
  • 01:55, 6 February 2021 Jeongwoo talk contribs deleted page Module:Language/data/iana languages (content was: "-- File-Date: 2020-12-18 local active = { ["aa"] = {"Afar"}, ["ab"] = {"Abkhazian"}, ["ae"] = {"Avestan"}, ["af"] = {"Afrikaans"}, ["ak"] = {"Akan"}, ["am"] = {"Amharic"}, ["an"] = {"Aragonese"}, ["ar"] = {"Arabic"}, ["as"] = {"Assamese"}, ["av"] = {"Avaric"}, ["ay"] = {"Aymara"}, ["az"] = {"Azerbaijani"}, ["ba"] = {"Bashkir"}, ["be"] = {"Belarusian"}, ["bg"] = {"Bulgarian"}, ["bh"] = {"Bihari languages"}, ["bi"] = {"Bislama"}, ["bm"] = {"Bambara"}, ["bn"] =...")
  • 01:55, 6 February 2021 Jeongwoo talk contribs deleted page Module:Language/data/iana regions (content was: "-- File-Date: 2020-12-18 return { ["AC"] = {"Ascension Island"}, ["AD"] = {"Andorra"}, ["AE"] = {"United Arab Emirates"}, ["AF"] = {"Afghanistan"}, ["AG"] = {"Antigua and Barbuda"}, ["AI"] = {"Anguilla"}, ["AL"] = {"Albania"}, ["AM"] = {"Armenia"}, ["AO"] = {"Angola"}, ["AQ"] = {"Antarctica"}, ["AR"] = {"Argentina"}, ["AS"] = {"American Samoa"}, ["AT"] = {"Austria"}, ["AU"] = {"Australia"}, ["AW"] = {"Aruba"}, ["AX"] = {"Ă…land Islands"}, ["AZ"] = {"Azerbaijan"...")
  • 01:55, 6 February 2021 Jeongwoo talk contribs deleted page Module:Language/data/iana scripts (content was: "-- File-Date: 2020-12-18 return { ["Adlm"] = {"Adlam"}, ["Afak"] = {"Afaka"}, ["Aghb"] = {"Caucasian Albanian"}, ["Ahom"] = {"Ahom", "Tai Ahom"}, ["Arab"] = {"Arabic"}, ["Aran"] = {"Arabic (Nastaliq variant)"}, ["Armi"] = {"Imperial Aramaic"}, ["Armn"] = {"Armenian"}, ["Avst"] = {"Avestan"}, ["Bali"] = {"Balinese"}, ["Bamu"] = {"Bamum"}, ["Bass"] = {"Bassa Vah"}, ["Batk"] = {"Batak"}, ["Beng"] = {"Bengali", "Bangla"}, ["Bhks"] = {"Bhaiksuki"}, ["Blis"] = {"Bliss...")
  • 01:55, 6 February 2021 Jeongwoo talk contribs deleted page Module:Language/data/iana suppressed scripts (content was: "-- File-Date: 2020-12-18 return { ["Arab"] = {"ar", "fa", "ps", "ur"}, ["Armn"] = {"hy"}, ["Beng"] = {"as", "bn"}, ["Blis"] = {"zbl"}, ["Cyrl"] = {"ab", "be", "bg", "kk", "mk", "ru", "uk"}, ["Deva"] = {"hi", "mr", "ne", "kok", "mai"}, ["Ethi"] = {"am", "ti"}, ["Geor"] = {"ka"}, ["Grek"] = {"el"}, ["Gujr"] = {"gu"}, ["Guru"] = {"pa"}, ["Hebr"] = {"he", "iw", "yi"}, ["Jpan"] = {"ja"}, ["Khmr"] = {"km"}, ["Knda"] = {"kn"}, ["Kore"] = {"ko"}, ["Laoo"] = {"lo"}, ["...")
  • 01:55, 6 February 2021 Jeongwoo talk contribs deleted page Module:Language/data/iana variants (content was: "-- File-Date: 2020-12-18 return { ["1606nict"] = { ["descriptions"] = {"Late Middle French (to 1606)"}, ["prefixes"] = {"frm"}, }, ["1694acad"] = { ["descriptions"] = {"Early Modern French"}, ["prefixes"] = {"fr"}, }, ["1901"] = { ["descriptions"] = {"Traditional German orthography"}, ["prefixes"] = {"de"}, }, ["1959acad"] = { ["descriptions"] = {"\"Academic\" (\"governmental\") variant of Belarusian as codified in 1959"}, ["prefixes"] = {"be"}, },...")
  • 01:55, 6 February 2021 Jeongwoo talk contribs deleted page Module:List (content was: "-- This module outputs different kinds of lists. At the moment, bulleted, -- unbulleted, horizontal, ordered, and horizontal ordered lists are supported. 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) --...")
  • 01:55, 6 February 2021 Jeongwoo talk contribs deleted page Module:Lua banner (content was: "-- 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) local m...")
  • 01:55, 6 February 2021 Jeongwoo talk contribs deleted page Module:Main (content was: "--[[ -- This module produces a link to a main article or articles. It implements the -- template {{main}}. -- -- If the module is used in category or category talk space, it produces "The -- main article for this category is xxx." Otherwise, it produces -- "Main article: xxx". --]] local mHatnote = require('Module:Hatnote') local mHatlist = require('Module:Hatnote list') local mArguments -- lazily initialise local p = {} function p.main(frame) mArguments = require('Module:A...")
  • 01:54, 6 February 2021 Jeongwoo talk contribs restored page Module:Main (2 revisions)
  • 01:54, 6 February 2021 Jeongwoo talk contribs deleted page Module:Main (content was: "--[[ -- This module produces a link to a main article or articles. It implements the -- template {{main}}. -- -- If the module is used in category or category talk space, it produces "The -- main article for this category is xxx." Otherwise, it produces -- "Main article: xxx". --]] local mHatnote = require('Module:Hatnote') local mHatlist = require('Module:Hatnote list') local mArguments -- lazily initialise local p = {} function p.main(frame) mArguments = require('Module:A...")
  • 01:53, 6 February 2021 Jeongwoo talk contribs deleted page Template:High-risk (content was: "#REDIRECT Template:High-use {{Rcat shell| {{Wikidata redirect}} {{R from merge}} {{R from template shortcut}} }}")
  • 01:52, 6 February 2021 Jeongwoo talk contribs deleted page Template:Crossreference (content was: "{{Hatnote inline|1={{{1|{{{text|{{{content|<noinclude>sample content</noinclude>}}}}}}}}}|extraclasses={{{class|{{{extraclasses|}}}}}}|selfref={{#if:{{{selfref|{{{printworthy|{{{unprintworthy|}}}}}}}}}||yes}}}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
  • 01:52, 6 February 2021 Jeongwoo talk contribs deleted page Template:Unbulleted list (content was: "{{<includeonly>safesubst:</includeonly>#invoke:list|unbulleted}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
  • 01:52, 6 February 2021 Jeongwoo talk contribs deleted page Template:When on basepage (content was: "{{#switch: <!--If no or empty "page" parameter then detect basepage/subpage/subsubpage--> {{#if:{{{page|}}} | {{#if:{{#titleparts:{{{page}}}|0|3}} | subsubpage <!--Subsubpage or lower--> | {{#if:{{#titleparts:{{{page}}}|0|2}} | subpage | basepage }} }} | {{#if:{{#titleparts:{{FULLPAGENAME}}|0|3}} | subsubpage <!--Subsubpage or lower--> | {{#if:{{#titleparts:{{FULLPAGENAME}}|0|2}} | subpage | basepage }}...")
  • 01:44, 6 February 2021 Friedchickencurry talk contribs created page Stone Nwamadi (added description) Tag: Visual edit
  • 01:43, 6 February 2021 Jeongwoo talk contribs created page File:Richard Sinclair.jpg (Richard Sinclair's Facebook Picture)
  • 01:43, 6 February 2021 Jeongwoo talk contribs uploaded File:Richard Sinclair.jpg (Richard Sinclair's Facebook Picture)
  • 01:39, 6 February 2021 User account Friedchickencurry talk contribs was created
  • 01:25, 6 February 2021 Burrito talk contribs created page Michael Zhao (Created page with "Michael Zhao. {{Infobox Student|class-of=2021|nickname=Mikey|occupation=CSO Exec - Secretary|clubs=CSO}}") Tag: Visual edit
  • 01:25, 6 February 2021 Jeongwoo talk contribs created page Travis Brooks (Created page with "{{Infobox Student|class-of=2020|senior-quote=Cancel Disney Plus, the Baby Yoda Show is over, This is the way. *Baby Yoda Sad Meme*}} Category:Class of 2020") Tag: Visual edit
  • 01:23, 6 February 2021 Jeongwoo talk contribs created page Tanvi Bobba (Created page with "{{Infobox Student|class-of=2020|senior-quote=People who don't know me think I'm quiet. People who do know me wish I was...}} Category:Class of 2020") Tag: Visual edit
  • 01:22, 6 February 2021 Jeongwoo talk contribs created page Naman Bhasin (Created page with "{{Infobox Student|class-of=2020}} Category:Class of 2020") Tag: Visual edit
  • 01:21, 6 February 2021 Jeongwoo talk contribs created page Abhijeet Bendapudi (Created page with "{{Infobox Student|class-of=2020|senior-quote=I love ketchup. I am in awe of it. I am set free by it. It will be the finest condiment our galaxy has ever seen}} Category:Clas...") Tag: Visual edit
  • 01:21, 6 February 2021 Burrito talk contribs created page Richard Sinclair (Created page with "A living TAMS legend. Dedicates his Facebook page to compliment other TAMS students. {{Infobox Student|nickname=Tams Compliments}}") Tag: Visual edit
  • 01:19, 6 February 2021 Sinclair talk contribs created page Jennifer Huang (Created page with "The nicest person at TAMS without question. Category:Class of 2021 {{Infobox Student|class-of=2021|track=Bio}}")
  • 01:18, 6 February 2021 Jeongwoo talk contribs created page Adil Basha (Created page with "{{Infobox Student|class-of=2020|senior-quote=Aaj logon ki baari Jo kahein keh lene de Tera bi din aayega Uss din hisaab chuka ke rehna}} Category:Class of 2020") Tag: Visual edit
  • 01:18, 6 February 2021 Sinclair talk contribs created page Elizabeth Tubbs (Created page with "Devout fan of Howl's Moving Castle and an excellent Jackbox host. Category:Class of 2022 {{Infobox Student|class-of=2022|track=Bio}}")
  • 01:17, 6 February 2021 Sinclair talk contribs created page Audrey Hopkin (Created page with "Lover of cats and astrophysics. Category:Class of 2022 {{Infobox Student|class-of=2022|track=Computer Science}}")
  • 01:16, 6 February 2021 Jeongwoo talk contribs created page Sneha Banerjee (Created page with "{{Infobox Student|class-of=2020|senior-quote=polyamorous relationship: me, lizzy, & bruce cafeteria}} Category:Class of 2020") Tag: Visual edit
  • 01:15, 6 February 2021 Sinclair talk contribs created page Aman Reddy (Created page with "Valorant pro. Category:Class of 2022 {{Infobox Student|class-of=2022|track=Bio}}")
  • 01:15, 6 February 2021 Jeongwoo talk contribs created page Arinze Appio-Riley (Created page with "{{Infobox Student|class-of=2020}} Category:Class of 2020") Tag: Visual edit
  • 01:13, 6 February 2021 Sinclair talk contribs created page Sarah Teaw (Created page with "Very talented artist. Category:Class of 2022 {{Infobox Student|class-of=2022|track=Bio}}")
  • 01:13, 6 February 2021 Jeongwoo talk contribs created page Thritha Anand (Created page with "{{Infobox Student|class-of=2020|clubs=Dull Roar|senior-quote="They say the step you're about to take is the beginning of your greatest adventure yet." - Ferb Fletcher}}") Tag: Visual edit
  • 01:12, 6 February 2021 Sinclair talk contribs created page Chris Thomas (Created page with "(Hopefully) future Sports Club exec. A very chill person. {{Infobox Student|class-of=2022|track=Bio}} Category:Class of 2022")
  • 01:11, 6 February 2021 Jeongwoo talk contribs created page Wail Aldahni (Created page with "{{Infobox Student|class-of=2020}} Category:Class of 2020") Tag: Visual edit
  • 01:10, 6 February 2021 Sinclair talk contribs created page Sophia Cai (Created page with "Very innocent and kind. Category:Class of 2022 {{Infobox Student|class-of=2022|track=Bio}}")
  • 01:08, 6 February 2021 Sinclair talk contribs created page Venkat Ayalavarapu (Created page with "Great at math, very tall. {{Infobox Student|class-of=2022|Track=Bio}} Category:Class of 2022")
  • 00:59, 6 February 2021 Sinclair talk contribs created page Trey Hornsby (Created page with "Shark Tank expert and one of the most enthusiastic people you'll ever meet. <nowiki>Category:Class of 2022</nowiki>") Tag: Visual edit
  • 00:58, 6 February 2021 Sinclair talk contribs created page Madhuran Selvaa (Created page with "Tiktok legend and heavy lifter. <nowiki>Category:Class of 2022</nowiki>") Tag: Visual edit
  • 00:58, 6 February 2021 Jeongwoo talk contribs deleted page Module:No globals (content was: "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)")
  • 00:58, 6 February 2021 Jeongwoo talk contribs deleted page Module:Noinclude (content was: "local p = {} function p.noinclude(frame) return frame:getParent():preprocess("<noinclude>" .. frame.args.text .. "</noinclude>"); end return p")
  • 00:58, 6 February 2021 Sinclair talk contribs created page Cade Evans (Created page with "CEO of getting Sex. <nowiki>Category:Class of 2022</nowiki>") Tag: Visual edit
  • 00:57, 6 February 2021 Jeongwoo talk contribs deleted page Module:Parameter names example (content was: "-- This module implements {{parameter names example}}. local p = {} local function makeParam(s) local lb = '{' local rb = '}' return lb:rep(3) .. s .. rb:rep(3) end local function italicize(s) return "''" .. s .. "''" end local function plain(s) return s end function p._main(args, frame) -- Find how we want to format the arguments to the template. local formatFunc if args._display == 'italics' or args._display == 'italic' then formatFunc = italicize el...")
  • 00:57, 6 February 2021 Jeongwoo talk contribs deleted page Module:Person height (content was: "-- This module implements Template:Infobox person/height local p = {} local function clean(s) s = mw.ustring.gsub(s, 'metre', 'm') s = mw.ustring.gsub(s, '([^a])meter', '%1m') -- prevents "parameter" from being changed to "param" s = mw.ustring.gsub(s, 'centi', 'c') -- changes "centim" to "cm" s = mw.ustring.gsub(s, 'ms', 'm') s = mw.ustring.gsub(s, 'm[%.,]', 'm') s = mw.ustring.gsub(s, 'feet', 'ft') s = mw.ustring.gsub(s, 'foot', 'ft') s = mw.ustring.gsub(s, '...")
  • 00:57, 6 February 2021 Jeongwoo talk contribs deleted page Module:Protection banner (content was: "-- This module implements {{pp-meta}} and its daughter templates such as -- {{pp-dispute}}, {{pp-vandalism}} and {{pp-sock}}. -- Initialise necessary modules. require('Module:No globals') 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...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)