All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Ekologos Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 04:52, 31 May 2023 Mediawiki2023 talk contribs imported Template:Code by file upload (1 revision)
- 04:52, 31 May 2023 Mediawiki2023 talk contribs imported Module:Hatnote/styles.css by file upload (1 revision)
- 04:52, 31 May 2023 Mediawiki2023 talk contribs imported Module:Citation/doc by file upload (1 revision)
- 04:52, 31 May 2023 Mediawiki2023 talk contribs imported Module:Message box/tmbox.css by file upload (1 revision)
- 04:52, 31 May 2023 Mediawiki2023 talk contribs imported Template:Old TfD by file upload (1 revision)
- 04:52, 31 May 2023 Mediawiki2023 talk contribs imported Template:Oldtfdfull by file upload (1 revision)
- 04:52, 31 May 2023 Mediawiki2023 talk contribs imported Template:Cs2 by file upload (1 revision)
- 04:52, 31 May 2023 Mediawiki2023 talk contribs imported Template:Cs1 by file upload (1 revision)
- 04:52, 31 May 2023 Mediawiki2023 talk contribs imported Template:Date by file upload (1 revision)
- 04:52, 31 May 2023 Mediawiki2023 talk contribs imported Template:Tmbox by file upload (1 revision)
- 04:52, 31 May 2023 Mediawiki2023 talk contribs imported Template:Mbox by file upload (1 revision)
- 04:52, 31 May 2023 Mediawiki2023 talk contribs imported Module:If empty by file upload (1 revision)
- 04:52, 31 May 2023 Mediawiki2023 talk contribs imported Module:InfoboxImage by file upload (1 revision)
- 04:52, 31 May 2023 Mediawiki2023 talk contribs imported Module:Navbar by file upload (1 revision)
- 04:52, 31 May 2023 Mediawiki2023 talk contribs imported Module:Infobox by file upload (1 revision)
- 04:52, 31 May 2023 Mediawiki2023 talk contribs imported Module:Authority control by file upload (1 revision)
- 04:52, 31 May 2023 Mediawiki2023 talk contribs imported Module:Navbox by file upload (1 revision)
- 04:52, 31 May 2023 Mediawiki2023 talk contribs imported Module:Sidebar by file upload (1 revision)
- 04:52, 31 May 2023 Mediawiki2023 talk contribs imported Module:Unsubst by file upload (1 revision)
- 04:52, 31 May 2023 Mediawiki2023 talk contribs imported Module:Hatnote by file upload (1 revision)
- 04:52, 31 May 2023 Mediawiki2023 talk contribs imported Module:Citation by file upload (1 revision)
- 04:50, 31 May 2023 Mediawiki2023 talk contribs created page Template:Infobox person/styles.css (Created page with "{{pp-template}}: .person-nowrap { white-space: nowrap } .person-text-left { text-align: left; }")
- 04:46, 31 May 2023 Mediawiki2023 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)...")
- 04:44, 31 May 2023 Mediawiki2023 talk contribs created page Template:Unbulleted list (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:list|unbulleted}}<noinclude> <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>") Tag: 2017 source edit
- 04:42, 31 May 2023 Mediawiki2023 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! --> </noinclude>") Tag: 2017 source edit
- 04:41, 31 May 2023 Mediawiki2023 talk contribs created page 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...")
- 04:40, 31 May 2023 Mediawiki2023 talk contribs created page Template:PAGENAMEBASE (Created page with "{{{{{|safesubst:}}}#Invoke:String|replace|{{{1|{{{{{|safesubst:}}}PAGENAME}}}}}|%s+%b()$||1|false}}<noinclude> </noinclude>") Tag: 2017 source edit
- 04:39, 31 May 2023 Mediawiki2023 talk contribs created page Module:Separated entries (Created page with "-- This module takes positional parameters as input and concatenates them with -- an optional separator. The final separator (the "conjunction") can be -- specified independently, enabling natural-language lists like -- "foo, bar, baz and qux". The starting parameter can also be specified. local compressSparseArray = require('Module:TableTools').compressSparseArray local p = {} function p._main(args) local separator = args.separator -- Decode (convert to Unicode) HT...")
- 04:38, 31 May 2023 Mediawiki2023 talk contribs created page Template:Br separated entries (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:Separated entries|br}}<noinclude> </noinclude>") Tag: 2017 source edit
- 04:37, 31 May 2023 Mediawiki2023 talk contribs created page 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...")
- 04:36, 31 May 2023 Mediawiki2023 talk contribs created page Template:Pluralize from text (Created page with "{{#invoke:Detect singular|pluralize}}<noinclude>{{documentation}}</noinclude>") Tag: 2017 source edit
- 04:35, 31 May 2023 Mediawiki2023 talk contribs created page Module:InfoboxImage (Created page with "-- Inputs: -- image - Can either be a bare filename (with or without the File:/Image: prefix) or a fully formatted image link -- page - page to display for multipage images (DjVu) -- size - size to display the image -- maxsize - maximum size for image -- sizedefault - default size to display the image if size param is blank -- alt - alt text for image -- title - title text for image -- border - set to yes if border -- center - set to yes, if th...")
- 04:34, 31 May 2023 Mediawiki2023 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...")
- 04:32, 31 May 2023 Mediawiki2023 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 lists = { plainlist_t = { patterns = { '^plainlist$', '%splainlist$', '^plainlist%s', '%splainlist%s' }, found = false, styles = 'Plainlist/styles.css' }, hlist_t = { patterns = { '^hlist$', '%shlist$', '^hlist%s', '%shlist%s'...")
- 04:31, 31 May 2023 Mediawiki2023 talk contribs created page Template:Infobox person (Created page with "{{#invoke:infobox|infoboxTemplate|child={{{child|{{{embed|}}}}}} | bodyclass = biography vcard | above = {{Br separated entries | 1 = {{#if:{{{honorific prefix|{{{honorific_prefix|{{{honorific-prefix|{{{pre-nominals|}}}}}}}}}}}}|<div class="honorific-prefix" style="font-size: 77%; font-weight: normal; display:inline;">{{{honorific prefix|{{{honorific_prefix|{{{honorific-prefix|{{{pre-nominals|}}}}}}}}}}}}</div>}} | 2 = <div class="fn" style="display:inline">{{#i...") Tag: 2017 source edit
- 04:18, 31 May 2023 Mediawiki2023 talk contribs created page Module:Coordinates/styles.css (Created blank page)
- 04:04, 31 May 2023 Mediawiki2023 talk contribs created page Module:Math (Created page with "--This module provides a number of basic mathematical operations. local yesno, getArgs -- lazily initialized local p = {} -- Holds functions to be returned from #invoke, and functions to make available to other Lua modules. local wrap = {} -- Holds wrapper functions that process arguments from #invoke. These act as intemediary between functions meant for #invoke and functions meant for Lua. --Helper functions used to avoid redundant code. local function...")
- 04:01, 31 May 2023 Mediawiki2023 talk contribs created page Module:Coordinates (Created page with "--[[ This module is intended to replace the functionality of {{Coord}} and related templates. It provides several methods, including {{#invoke:Coordinates | coord }} : General function formatting and displaying coordinate values. {{#invoke:Coordinates | dec2dms }} : Simple function for converting decimal degree values to DMS format. {{#invoke:Coordinates | dms2dec }} : Simple function for converting DMS format to decimal degree format. {{#invoke:Coordinates | link }...")
- 04:00, 31 May 2023 Mediawiki2023 talk contribs created page Template:Coord (Created page with "<includeonly>{{#invoke:Coordinates|coord}}</includeonly><noinclude> </noinclude>") Tag: 2017 source edit
- 03:05, 31 May 2023 Mediawiki2023 talk contribs created page MediaWiki:Cite references link one (Created page with "<li id="$1"$4><span class="mw-cite-backlink">^</span> $3</li>") Tag: 2017 source edit
- 02:55, 31 May 2023 Mediawiki2023 talk contribs created page Module:Hatnote/styles.css (Created page with "{{pp|small=y}}: .hatnote { font-style: italic; } Limit structure CSS to divs because of Module:Hatnote inline: div.hatnote { @noflip: padding-left: 1.6em; margin-bottom: 0.5em; } .hatnote i { font-style: normal; } The templatestyles element inserts a link element before hatnotes. * TODO: Remove link if/when WMF resolves T200206: .hatnote + link + .hatnote { margin-top: -0.5em; }")
- 02:54, 31 May 2023 Mediawiki2023 talk contribs created page Module:Hatnote (Created page with "-------------------------------------------------------------------------------- -- 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....")
- 02:52, 31 May 2023 Mediawiki2023 talk contribs created page Module:Format link (Created page with "-------------------------------------------------------------------------------- -- Format link -- -- Makes a wikilink from the given link and display values. Links are escaped -- with colons if necessary, and links to sections are detected and displayed -- with " ยง " as a separator rather than the standard MediaWiki "#". Used in -- the {{format link}} template. -------------------------------------------------------------------------------- local libraryUtil = require(...")
- 02:51, 31 May 2023 Mediawiki2023 talk contribs created page Module:Hatnote list (Created page with "-------------------------------------------------------------------------------- -- Module:Hatnote list -- -- -- -- This module produces and formats lists for use in hatnotes. In particular, -- -- it implements the for-see list, i.e. lists of "For X, see Y" statements, -- -- as used in {{about}}, {{redirect}}, and their variants. Also introd...")
- 09:25, 30 May 2023 Mediawiki2023 talk contribs created page Template:Cite web (Created page with "<includeonly>{{#invoke:citation/CS1|citation |CitationClass=web }}</includeonly><noinclude> {{documentation}} <templatedata> { "description": "Formats a citation to a website using the provided information such as URL and title. Used only for sources that are not correctly described by the specific citation templates for books, journals, news sources, etc.", "params": { "url": { "label": "URL", "description": "The URL of the online location where the text of th...") Tag: 2017 source edit
- 08:55, 30 May 2023 Mediawiki2023 talk contribs created page File:Lua-Logo.svg
- 08:55, 30 May 2023 Mediawiki2023 talk contribs uploaded File:Lua-Logo.svg
- 08:48, 30 May 2023 Mediawiki2023 talk contribs created page Template:Documentation/doc (Created page with "<noinclude>{{pp-semi-indef}} </noinclude>{{Distinguish|Template:Documentation subpage}} {{Documentation subpage}} {{template shortcut|doc}} {{High-use}} {{Lua|Module:Documentation}} {{Never substitute}} The {{tlx|documentation}} template is used to contain the documented information and instructions of a certain template, usually from a /doc subpage. It can also be configured to load the content from other pages or be directly fed by text. For detailed inst...") Tag: 2017 source edit
- 08:47, 30 May 2023 Mediawiki2023 talk contribs created page Module:Documentation/doc (Created page with "{{used in system}} {{Module rating|protected}} {{Lua|Module:Documentation/config|Module:Arguments|Module:Message box|Module:Module wikitext|Module:Protection banner}} {{Uses TemplateStyles|Module:Documentation/styles.css}} This module displays a blue box containing documentation for templates, Lua modules, or other pages. The {{tl|documentation}} template invokes it. == Normal usage == For most uses, you should use the {{tl|documenta...") Tag: 2017 source edit
- 08:45, 30 May 2023 Mediawiki2023 talk contribs created page Template:Documentation (Created page with "{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}<noinclude> <!-- Add categories to the /doc subpage --> </noinclude>") Tag: 2017 source edit