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)
  • 22:11, 5 February 2021 Jeongwoo talk contribs deleted page Module:Sidebar/configuration (content was: "return { i18n = { child_yes = 'yes', float_none = 'none', float_left = 'left', wrap_true = 'true', navbar_none = 'none', navbar_off = 'off', default_list_title = 'List', title_not_to_add_navbar = 'Template:Sidebar', collapse_title_not_to_add_navbar = 'Template:Sidebar with collapsible lists', templatestyles = 'Module:Sidebar/styles.css', category = { child = 'Category:Pages using sidebar with the child parameter', conversion = '[[Category:Sideba...")
  • 22:10, 5 February 2021 Jeongwoo talk contribs deleted page Module:TNT (content was: "-- -- INTRO: (!!! DO NOT RENAME THIS PAGE !!!) -- This module allows any template or module to be copy/pasted between -- wikis without any translation changes. All translation text is stored -- in the global Data:*.tab pages on Commons, and used everywhere. -- -- SEE: https://www.mediawiki.org/wiki/Multilingual_Templates_and_Modules -- -- ATTENTION: -- Please do NOT rename this module - it has to be identical on all wikis. -- This code is maintained at http...")
  • 22:09, 5 February 2021 Jeongwoo talk contribs deleted page Module:Transclusion count/data/S (content was: "return { ["S-aca"] = 5900, ["S-ach"] = 15000, ["S-aft"] = 204000, ["S-aft/filter"] = 204000, ["S-bef"] = 209000, ["S-bef/filter"] = 209000, ["S-break"] = 3700, ["S-civ"] = 2300, ["S-dip"] = 4900, ["S-end"] = 246000, ["S-gov"] = 6700, ["S-hon"] = 3400, ["S-hou"] = 9100, ["S-inc"] = 12000, ["S-legal"] = 8600, ["S-line"] = 18000, ["S-line/side_cell"] = 18000, ["S-mil"] = 10000, ["S-new"] = 13000, ["S-non"] = 7900, ["S-note"] = 2200, ["S-npo"] = 3300, ["S-off"] = 37000, ["S-par"] =...")
  • 22:09, 5 February 2021 Jeongwoo talk contribs deleted page Module:Uses TemplateStyles (content was: "-- This module implements the {{Uses TemplateStyles}} template. local yesno = require('Module:Yesno') local mList = require('Module:List') local mTableTools = require('Module:TableTools') local mMessageBox = require('Module:Message box') local TNT = require('Module:TNT') local p = {} local function format(msg, ...) return TNT.format('I18n/Uses TemplateStyles', msg, ...) end local function getConfig() return mw.loadData('Module:Uses TemplateStyles/config') end function p.m...")
  • 22:09, 5 February 2021 Jeongwoo talk contribs deleted page Module:Uses TemplateStyles/config (content was: "local cfg = {} -- Don’t touch this line. -- Subpage blacklist: these subpages will not be categorized (except for the -- error category, which is always added if there is an error). -- For example “Template:Foo/doc” matches the `doc = true` rule, so it will have -- no categories. “Template:Foo” and “Template:Foo/documentation” match no rules, -- so they *will* have categories. All rules should be in the -- ['<subpage name>'] = true, -- format. cfg['subpage_blac...")
  • 22:09, 5 February 2021 Jeongwoo talk contribs deleted page Module:Transclusion count/data/M (content was: "return { ["MAR"] = 2500, ["MAS"] = 2300, ["MEX"] = 5800, ["MILHIST"] = 11000, ["MINUTE"] = 2300, ["MKD"] = 2200, ["MLB_Farm_System"] = 2100, ["MLB_Year"] = 12000, ["MLB_standings"] = 3600, ["MLBplayer"] = 3800, ["MMA_record_start"] = 3300, ["MMArecordbox"] = 3300, ["MMSI_Number"] = 2700, ["MONTHNAME"] = 671000, ["MONTHNUMBER"] = 675000, ["MS"] = 5200, ["MV"] = 8700, ["MYS"] = 3400, ["MacTutor"] = 2000, ["Main"] = 291000, ["Main_article"] = 26000, ["Main_other"] = 8080000, ["Mai...")
  • 22:09, 5 February 2021 Jeongwoo talk contribs deleted page Module:Redirect (content was: "-- 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 -- redirect. f...")
  • 22:09, 5 February 2021 Jeongwoo talk contribs deleted page Template:Cob (content was: "#REDIRECT Template:Collapse bottom")
  • 22:09, 5 February 2021 Jeongwoo talk contribs deleted page Template:T (content was: "#REDIRECT Template:tl {{Rcat shell| {{R from template shortcut}} }} <!-- Used as Template:tl throughout English Wikipedia; demo template referenced only on meta ->")
  • 22:06, 5 February 2021 Jeongwoo talk contribs deleted page Template:Sidebar (content was: "{{#invoke:Sidebar|sidebar}}<noinclude> {{documentation}}</noinclude>")
  • 22:06, 5 February 2021 Jeongwoo talk contribs restored page Module:Redirect (2 revisions)
  • 22:06, 5 February 2021 Jeongwoo talk contribs deleted page Module:Sidebar (content was: "-- -- This module implements {{Sidebar}} -- require('Module:No globals') local cfg = mw.loadData('Module:Sidebar/configuration') local p = {} local getArgs = require('Module:Arguments').getArgs --[[ Categorizes calling templates and modules with a 'style' parameter of any sort for tracking to convert to TemplateStyles. TODO after a long cleanup: Catch sidebars in other namespaces than Template and Module. TODO would probably want to remove /log and /archive as CS1 does ]] l...")
  • 22:06, 5 February 2021 Jeongwoo talk contribs deleted page Module:Hatnote (content was: "-------------------------------------------------------------------------------- -- Module:Hatnote -- -- -- -- This module produces hatnote links and links to related articles. It -- -- implements the {{hatnote}} and {{format link}} meta-templates and includes -- -- helper functions for other Lua hatnote modules....")
  • 22:05, 5 February 2021 Jeongwoo talk contribs deleted page Module:Redirect (content was: "-- 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 -- redirect. f...")
  • 22:05, 5 February 2021 Jeongwoo talk contribs deleted page Module:Transclusion count/data/N (content was: "return { ["N"] = 7100, ["N/A"] = 17000, ["N/a"] = 39000, ["NA-Class"] = 14000, ["NASTRO_comment"] = 27000, ["NBA_Draft_template_list"] = 3200, ["NBA_Year"] = 5200, ["NBA_color"] = 4200, ["NBA_color_cell"] = 4200, ["NBA_color_cell2"] = 3300, ["NBA_player_statistics_legend"] = 3100, ["NBA_player_statistics_start"] = 2900, ["NBbox"] = 3700, ["NBbox/1"] = 3700, ["NCAA_color_cell"] = 6200, ["NCAA_secondary_color_cell"] = 3300, ["NED"] = 8800, ["NEXTYEAR"] = 5900, ["NFLAltPrimaryColo...")
  • 22:05, 5 February 2021 Jeongwoo talk contribs deleted page Template:Collapse bottom (content was: "|}</div><noinclude> {{Documentation|Template:Collapse top/doc}} <!-- PLEASE ADD THIS TEMPLATE'S CATEGORIES AND INTERWIKIS TO THE /doc SUBPAGE, THANKS --> </noinclude>")
  • 22:05, 5 February 2021 Jeongwoo talk contribs deleted page Template:Cot (content was: "#REDIRECT Template:Collapse top {{Redirect category shell| {{R from template shortcut}} }}")
  • 22:05, 5 February 2021 Jeongwoo talk contribs deleted page Module:Transclusion count/data/A (content was: "return { ["A-Class"] = 5800, ["AARTalk"] = 8600, ["AFB_game_box_end"] = 2300, ["AFB_game_box_start"] = 2300, ["AFC_comment"] = 15000, ["AFC_submission"] = 37000, ["AFC_submission_category_header"] = 4600, ["AFD_help"] = 54000, ["AFI/Picture_box"] = 2900, ["AFI/Picture_box/show_picture"] = 2800, ["AFI_film"] = 5600, ["AFL_Car"] = 2300, ["AFL_Col"] = 2200, ["AFL_Ess"] = 2200, ["AFL_Gee"] = 2200, ["AFL_Haw"] = 2000, ["AFL_Mel"] = 2400, ["AFL_Nor"] = 2000, ["AFL_Ric"] = 2200, ["AFL...")
  • 22:05, 5 February 2021 Jeongwoo talk contribs deleted page Module:Transclusion count/data/Y (content was: "return { ["Y"] = 11000, ["YEAR"] = 68000, ["YUG"] = 2000, ["YYYY_beginnings_or_endings_category_header"] = 3900, ["YYYY_beginnings_or_endings_category_header/core"] = 3900, ["YYYY_crimes_in_countryname_category_header"] = 2200, ["YYYY_crimes_in_countryname_category_header/inner_core"] = 2200, ["YYYY_crimes_in_countryname_category_header/outer_core"] = 2200, ["YYYY_elections_in_countryname_category_header"] = 2300, ["YYYY_elections_in_countryname_category_header/inner_core"] = 2...")
  • 22:05, 5 February 2021 Jeongwoo talk contribs deleted page Template:Columns-list (content was: "<includeonly>{{#if:{{{1|}}}|{{div col <!-- Support for previous parameter 1= aka cols= has been removed after being deprecated for compatibility reasons; use the more accessible parameter colwidth= instead. --> | colwidth = {{{colwidth|30em}}} | gap = {{{gap|}}} | rules = {{{rules|}}} | small = {{{small|}}} | style = {{{style|}}} | content = {{{1|}}}{{#if:{{{2|}}}|<div class="hatnote" style="color:red">The unnamed parameter 2= is no longer supported. Please see the docum...")
  • 22:05, 5 February 2021 Jeongwoo talk contribs deleted page Template:Tl (content was: "{{[[Template:{{{1}}}|{{{1}}}]]}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>")
  • 22:05, 5 February 2021 Jeongwoo talk contribs deleted page Template:Uses Wikidata (content was: "{{Sister project | position = {{{position|}}} | project = data | text = This {{module other|module|template}} uses {{#if:{{{section|}}} | one or more Wikidata properties; see § {{{section}}} for details. | the Wikidata propert{{#if:{{{2|}}}|ies|y}}: {{#invoke:Uses Wikidata|usesProperty}} }}}}{{#switch:{{SUBPAGENAME}} |sandbox |testcases |doc= <!--no category--> |#default={{#ifeq:{{PAGENAME}} |Uses Wikidata ||{{module other |Category:Modul...")
  • 22:04, 5 February 2021 Jeongwoo talk contribs deleted page Template:Wikidata (content was: "<includeonly>{{safesubst:#invoke:Wd|main}}</includeonly><noinclude> {{Documentation}} </noinclude>")
  • 22:04, 5 February 2021 Jeongwoo talk contribs deleted page Template:Wikidata property link (content was: "<includeonly>{{#switch: {{uc:{{Str left|{{{id|}}}|1}}}} | N <!--none--> = {{#switch: {{uc:{{Str left|{{{1|}}}|1}}}} | P = [[d:Special:EntityPage/{{#if:1|{{{1|}}}}}|{{wikidata|label|{{#if:1|{{{1|}}}}}}}]] | [[d:Special:EntityPage/P{{#if:1|{{{1|}}}}}|{{wikidata|label|P{{#if:1|{{{1|}}}}}}}]] }} | O <!--only--> = {{#switch: {{uc:{{Str left|{{{1|}}}|1}}}} | P = [[d:Special:EntityPage/{{#if:1|{{{1|}}}}}|{{#if:1|{{{1|}}}}}]] | d:Special:EntityPage/P{{#if:1|{{{1|}}}}}|P{{#i...")
  • 22:04, 5 February 2021 Jeongwoo talk contribs deleted page Module:Lang/data (content was: "--[[--------------------------< L A N G _ N A M E _ T A B L E >------------------------------------------------ primary table of tables that decode: lang -> language tags and names script -> ISO 15924 script tags region -> ISO 3166 region tags variant -> iana registered variant tags suppressed -> map of scripts tags and their associated language tags all of these data come from separate modules that are derived from the IANA language-subtag-registry file key_to_lower()...")
  • 22:04, 5 February 2021 Jeongwoo talk contribs deleted page Module:Lang/ISO 639 synonyms (content was: "-- File-Date: 2013-01-11 return { ["aar"] = "aa", ["abk"] = "ab", ["afr"] = "af", ["aka"] = "ak", ["amh"] = "am", ["ara"] = "ar", ["arg"] = "an", ["asm"] = "as", ["ava"] = "av", ["ave"] = "ae", ["aym"] = "ay", ["aze"] = "az", ["bak"] = "ba", ["bam"] = "bm", ["bel"] = "be", ["ben"] = "bn", ["bih"] = "bh", ["bis"] = "bi", ["bod"] = "bo", ["bos"] = "bs", ["bre"] = "br", ["bul"] = "bg", ["cat"] = "ca", ["ces"] = "cs", ["cha"] = "ch", ["che"] = "ce", ["chu...")
  • 22:04, 5 February 2021 Jeongwoo talk contribs deleted page Module:Lang (content was: "--[=[ Lua support for the {{lang}}, {{lang-xx}}, and {{transl}} templates and replacement of various supporting templates. ]=] require('Module:No globals'); local getArgs = require ('Module:Arguments').getArgs; local unicode = require ("Module:Unicode data"); -- for is_latin() and is_rtl() local yesno = require ('Module:Yesno'); local lang_data = mw.loadData ('Module:Lang/data'); -- language name override and transliteration tool-tip tables local lang_name_t...")
  • 22:04, 5 February 2021 Jeongwoo talk contribs deleted page Module:High-use (content was: "local p = {} local _fetch = require('Module:Transclusion_count').fetch function p.num(frame, count) if count == nil then count = _fetch(frame) end -- Build output string local return_value = "" if count == nil then if frame.args[1] == "risk" then return_value = "a very large number of" else return_value = "many" end else -- Use 2 significant figures for smaller numbers and 3 for larger ones local sigfig = 2 if count >= 100000 then sigfig = 3 end...")
  • 22:04, 5 February 2021 Jeongwoo talk contribs deleted page Module:Wd (content was: "-- Original module located at en:Module:Wd and en:Module:Wd/i18n. local p = {} local arg = ... local i18n local function loadI18n(aliasesP, frame) local title if frame then -- current module invoked by page/template, get its title from frame title = frame:getTitle() else -- current module included by other module, get its title from ... title = arg end if not i18n then i18n = require(title .. "/i18n").init(aliasesP) end end p.claimCommands = { pr...")
  • 22:03, 5 February 2021 Jeongwoo talk contribs deleted page Module:Wd/i18n (content was: "-- The values and functions in this submodule should be localized per wiki. local p = {} function p.init(aliasesP) p = { ["errors"] = { ["unknown-data-type"] = "Unknown or unsupported datatype '$1'.", ["missing-required-parameter"] = "No required parameters defined, needing at least one", ["extra-required-parameter"] = "Parameter '$1' must be defined as optional", ["no-function-specified"] = "You must specify a function to call", -- equal to th...")
  • 22:03, 5 February 2021 Jeongwoo talk contribs deleted page Template:Ns has subpages (content was: "{{<includeonly>safesubst:</includeonly>#invoke:Ns has subpages|main}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>")
  • 22:03, 5 February 2021 Jeongwoo talk contribs deleted page Template:Section link (content was: "{{#invoke:Section link|main}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>")
  • 22:03, 5 February 2021 Jeongwoo talk contribs deleted page Template:Use dmy dates (content was: "{{ {{{|safesubst:}}}#invoke:Unsubst||date=__DATE__ |$B= {{DMCA|Use dmy dates|from|{{{date|}}}}}{{#invoke:Check for unknown parameters|check|unknown={{main other|_VALUE_{{PAGENAME}}}}|preview=Page using Template:Use dmy dates with unknown parameter "_VALUE_"|ignoreblank=y| cs1-dates | date }}}}<noinclude>{{Documentation}}</noinclude>")
  • 22:03, 5 February 2021 Jeongwoo talk contribs deleted page Module:Ns has subpages (content was: "-- This module implements Template:Ns has subpages. -- While the template is fairly simple, this information is made available to -- Lua directly, so using a module means that we don't have to update the -- template as new namespaces are added. local p = {} function p._main(ns, frame) -- Get the current namespace if we were not passed one. if not ns then ns = mw.title.getCurrentTitle().namespace end -- Look up the namespace table from mw.site.namespaces. This shoul...")
  • 22:03, 5 February 2021 Jeongwoo talk contribs deleted page Module:Section link (content was: "-- This module implements {{section link}}. require('Module:No globals'); local checkType = require('libraryUtil').checkType local p = {} local function makeSectionLink(page, section, display) display = display or section page = page or '' -- MediaWiki doesn't allow these in `page`, so only need to do for `section` if type(section) == 'string' then section = string.gsub(section, "{", "{") section = string.gsub(section, "}", "}") end return string.format('...")
  • 22:03, 5 February 2021 Jeongwoo talk contribs deleted page Module:Transclusion count/data/C (content was: "return { ["C"] = 533000, ["C-Class"] = 62000, ["C-SPAN"] = 11000, ["C-cmn"] = 2400, ["C-pl"] = 53000, ["CAN"] = 19000, ["CANelec"] = 8900, ["CANelec/hold"] = 3100, ["CANelec/source"] = 5100, ["CANelec/top"] = 5200, ["CANelec/total"] = 5200, ["CAS"] = 3800, ["CBB_Standings_End"] = 12000, ["CBB_Standings_Entry"] = 12000, ["CBB_Standings_Start"] = 12000, ["CBB_Yearly_Record_End"] = 2600, ["CBB_Yearly_Record_Entry"] = 2600, ["CBB_Yearly_Record_Start"] = 2500, ["CBB_Yearly_Record_Su...")
  • 22:03, 5 February 2021 Jeongwoo talk contribs deleted page Module:If empty/doc (content was: "{{Module rating|protected}} {{Lua|Module:Arguments}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> This module supports Template:If empty. == Tracking/maintenance category == * {{clc|Instances of Template:If empty missing arguments}} <includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | | <!-- Categories below this line, please; interwikis at Wikidata --> Category:Modules that add a tracking...")
  • 22:01, 5 February 2021 Jeongwoo talk contribs deleted page Template:Notice (content was: "{{Mbox | name = Notice | demospace = {{{demospace|}}} | style = {{#if:{{{style|}}} |{{#if:{{{small|}}}||width:80%;}} {{{style}}} }} | subst = <includeonly>{{subst:substcheck}}</includeonly> | type = notice | image = {{#if:{{{image|}}} |[[File:{{{image}}}|40px|Notice]]}} | small = {{{small|}}} | smallimage = {{#if:{{{image|}}} |[[File:{{{image}}}|30px|Notice]]}} | imageright = {{#if:{{{imageright|}}} |{{{imageright}}} |{{#if:{{{shortcut|{{{shortc...")
  • 22:01, 5 February 2021 Jeongwoo talk contribs deleted page Template:Documentation subpage (content was: "<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 = '''This is a documentation Wikipedia:S...")
  • 22:01, 5 February 2021 Jeongwoo talk contribs deleted page Template:Mbox (content was: "{{#invoke:Message box|mbox}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
  • 22:01, 5 February 2021 Jeongwoo talk contribs deleted page Template:Main other (content was: "{{#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 and interwikis to the /doc subpage, not here! --> </noinclude>")
  • 22:00, 5 February 2021 Jeongwoo talk contribs deleted page Template:Lua sidebar (content was: "{{Sidebar|width=238px | title = Related pages | content1 = {{div col|colwidth=8em}} <div class="plainlist"> * [[Template:{{{template|{{{title|{{BASEPAGENAME}}}}}}}}|Template]] {{#if:{{#invoke:redirect|isRedirect|Template talk:{{{template|{{{title|{{BASEPAGENAME}}}}}}}}}}||([[Template talk:{{{template|{{{title|{{BASEPAGENAME}}}}}}}}|talk]])}} * [[Template:{{{template|{{{title|{{BASEPAGENAME}}}}}}}}/sandbox|Template sandbox]] * Template:{{{template|{{{title|{{BASEPAGENAME}}}}}}...")
  • 22:00, 5 February 2021 Jeongwoo talk contribs deleted page Template:Flatlist (content was: "<div class="hlist hlist-separated {{{class|}}}" {{#if:{{{style|}}}{{{indent|}}}|style="{{#if:{{{indent|}}}|margin-left: {{#expr:{{{indent}}}*1.6}}em;}} {{{style|}}}"}}>{{#if:{{{1|}}}| {{{1}}} </div>}}<noinclude></div> {{documentation}} </noinclude>")
  • 22:00, 5 February 2021 Jeongwoo talk contribs deleted page Template:For (content was: "<includeonly>{{#invoke:For|For}}</includeonly><noinclude> {{Documentation}} </noinclude>")
  • 22:00, 5 February 2021 Jeongwoo talk contribs deleted page Template:Parameter names example (content was: "<includeonly>{{#invoke:Parameter names example|main}}</includeonly><noinclude> {{hatnote|Template:Generic template demo and Template:Pnex redirect here.}}<!--(hatnote more noticeable here than within Documentation)--> {{Documentation}} </noinclude>")
  • 22:00, 5 February 2021 Jeongwoo talk contribs deleted page Template:Hatnote (content was: "<includeonly>{{#invoke:Hatnote|hatnote}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
  • 21:59, 5 February 2021 Jeongwoo talk contribs deleted page Template:Hlist (content was: "{{<includeonly>safesubst:</includeonly>#invoke:list|horizontal}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
  • 21:59, 5 February 2021 Jeongwoo talk contribs deleted page Template:Kbd (content was: "<kbd {{#if:{{{class|}}}|class="{{{class}}}"}} {{#if:{{{id|}}}|id="{{{id}}}"}} style="background:#EEEEEE; {{#if:{{{spacing|}}}| padding-left:{{{padding|0.2em}}}; padding-right:{{{padding|0.2em}}};| letter-spacing:0.05em; padding-left:0.25em; padding-right:0.2em;}}{{#if:{{{style|}}}|{{{style}}}}}" {{#if:{{{lang|}}}|lang="{{{lang}}}" xml:lang="{{{lang}}}"}} {{#if:{{{title|}}}|title="{{{title}}}"}}>{{{1}}}</kbd><noinclude> <!--Categories and interwikis go near the bottom of the /do...")
  • 21:59, 5 February 2021 Jeongwoo talk contribs deleted page Template:Lang (content was: "<includeonly>{{#invoke:Lang|{{{fn|lang}}}}}</includeonly><noinclude> {{Documentation}} </noinclude>")
  • 21:59, 5 February 2021 Jeongwoo talk contribs deleted page Template:Lua (content was: "<includeonly>{{#invoke:Lua banner|main}}</includeonly><noinclude> {{Lua|Module:Lua banner}} {{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)