All public logs

Jump to navigation Jump to search

Combined display of all available logs of Foodie Beauty Wiki - lolcow.city. 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:58, 13 July 2024 Aviv talk contribs created page Module:Template translation (Created page with "local this = {} function this.checkLanguage(subpage, default) --[[Check first if there's an any invalid character that would cause the mw.language.isKnownLanguageTag function() to throw an exception: - all ASCII controls in [\000-\031\127], - double quote ("), sharp sign (#), ampersand (&), apostrophe ('), - slash (/), colon (:), semicolon (;), lower than (<), greater than (>), - brackets and braces ([, ], {, }), pipe (|), bac...")
  • 19:57, 13 July 2024 Aviv talk contribs created page Module:Preprocessor (Created page with "local p = {} function p.expand(frame) return frame:preprocess(frame.args[1]) end return p")
  • 19:57, 13 July 2024 Aviv 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 =...")
  • 19:57, 13 July 2024 Aviv talk contribs created page 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...")
  • 19:56, 13 July 2024 Aviv talk contribs created page Module:No globals (Created page with "local mt = getmetatable(_G) or {} function mt.__index (t, k) if k ~= 'arg' then -- perf optimization here and below: do not load Module:TNT unless there is an error error(require('Module:TNT').format('I18n/No globals', 'err-read', tostring(k)), 2) end return nil end function mt.__newindex(t, k, v) if k ~= 'arg' then error(require('Module:TNT').format('I18n/No globals', 'err-write', tostring(k)), 2) end rawset(t, k, v) end setmetatable(_G, mt)")
  • 19:55, 13 July 2024 Aviv talk contribs created page Module:Navbox/styles.css (Created page with ".nav_box { box-sizing: border-box; border: 1px solid #a2a9b1; width: 100%; clear: both; font-size: 88%; text-align: center; padding: 1px; margin: 1em auto 0; Prevent preceding content from clinging to navboxes: } .nav_box .nav_box { margin-top: 0; No top margin for nested navboxes: } .nav_box + .nav_box, TODO: remove first line after transclusions have updated: .nav_box + .navbox-styles + .nav_box { margin-top: -1px; /* Single pixel border betw...")
  • 19:55, 13 July 2024 Aviv talk contribs created page Module:Navbox/configuration (Created page with "return { aria_label = 'Navbox', nowrap_item = '%s<span class="nowrap">%s</span>', templatestyles = mw.getCurrentFrame():extensionTag{ name = 'templatestyles', args = { src = 'Module:Navbox/styles.css' } }, hlist_templatestyles = 'Hlist/styles.css', plainlist_templatestyles = 'Plainlist/styles.css', -- do not localize marker table marker = { oddeven = '\127_ODDEVEN_\127', restart = '\127_ODDEVEN0_\127', regex = '\127_ODDEVEN(%d?)_\127' }, category = {...")
  • 19:55, 13 July 2024 Aviv talk contribs created page Module:Navbox (Created page with "require('Module:No globals') local p = {} local navbar = require('Module:Navbar')._navbar local cfg = mw.loadData('Module:Navbox/configuration') local getArgs -- lazily initialized local args local format = string.format local function striped(wikitext, border) -- Return wikitext with markers replaced for odd/even striping. -- Child (subgroup) navboxes are flagged with a category that is removed -- by parent navboxes. The result is that the category shows all pages...")
  • 19:54, 13 July 2024 Aviv talk contribs created page Module:Navbar/styles.css (Created page with ".navbar { display: inline; font-size: 88%; font-weight: normal; } .navbar-collapse { float: left; text-align: left; } .navbar-boxtext { word-spacing: 0; } .navbar ul { display: inline-block; white-space: nowrap; line-height: inherit; } .navbar-brackets::before { margin-right: -0.125em; content: '[ '; } .navbar-brackets::after { margin-left: -0.125em; content: ' ]'; } .navbar li { word-spacing: -0.125em; } .navbar a > span, .navbar a > abbr { text-de...")
  • 19:53, 13 July 2024 Aviv talk contribs created page Module:Navbar/configuration (Created page with "return { ['templatestyles'] = 'Module:Navbar/styles.css', ['hlist_templatestyles'] = 'Flatlist/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...")
  • 19:52, 13 July 2024 Aviv talk contribs created page Module:Navbar (Created page with "local p = {} local cfg = mw.loadData('Module:Navbar/configuration') local function get_title_arg(is_collapsible, template) local title_arg = 1 if is_collapsible then title_arg = 2 end if template then title_arg = 'template' end return title_arg end local function choose_links(template, args) -- The show table indicates the default displayed items. -- view, talk, edit, hist, move, watch -- TODO: Move to configuration. local show = {true, true, true, false, false...")
  • 19:52, 13 July 2024 Aviv 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...")
  • 19:52, 13 July 2024 Aviv talk contribs created page Module:Message box/ambox.css (Created page with "{{pp|small=y}}: .ambox { border: 1px solid #a2a9b1; @noflip: border-left: 10px solid #36c; Default "notice" blue: background-color: #fbfbfb; box-sizing: border-box; } Single border between stacked boxes. Take into account base templatestyles, * user styles, and Template:Dated maintenance category. * remove link selector when T200206 is fixed: .ambox + link + .ambox, .ambox + link + style + .ambox, .ambox + link + link + .ambox, /* TODO: rais...")
  • 19:51, 13 July 2024 Aviv talk contribs created page Module:Message box (Created page with "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 -------------------------------------------------------------------------------- local funct...")
  • 19:51, 13 July 2024 Aviv talk contribs created page Module:DidYouKnow (Created page with "--made by Lew Easy local p = {} function p.shuffle(tbl) local size = #tbl for i = size, 2, -1 do local rand = math.random(i) tbl[i], tbl[rand] = tbl[rand], tbl[i] end return tbl end function p.getDidYouKnow(frame) math.randomseed(os.time()) local facts = mw.text.split(frame.args.facts, "\n") local nonEmptyFacts = {} for _, fact in ipairs(facts) do if fact ~= "" then table.insert(nonEmptyFacts, fact...")
  • 19:50, 13 July 2024 Aviv talk contribs created page 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'...")
  • 19:48, 13 July 2024 Aviv talk contribs created page Template:DailyQuote (Created page with "<noinclude><!-- IMPORTANT: SET THE NUMBER HIGHER NUMBER AFTER MOD TO THE NUMBER OF QUOTES + 1! --></noinclude> <div class="dailyquote" style="margin:20px;"><center>''"{{#switch: {{#expr: {{#time: U}} mod 14 }} | 0 = Some quote | 1 = Some quote | 2 = Some quote | 3 = Some quote }}" - Foodie Beauty'' </center></div>")
  • 19:47, 13 July 2024 Aviv talk contribs created page Main Page (imported cyraxx wiki formatted main page)
  • 19:28, 13 July 2024 Aviv talk contribs created page MediaWiki:Mobile.css (added cyraxx wiki css)
  • 19:28, 13 July 2024 Aviv talk contribs created page MediaWiki:Common.css (added css from cyraxx wiki)
  • 16:59, 12 April 2024 MediaWiki default talk contribs created page Hauptseite
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)