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: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 uploaded File:Lua-Logo.svg
- 08:55, 30 May 2023 Mediawiki2023 talk contribs created page 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
- 08:43, 30 May 2023 Mediawiki2023 talk contribs created page Module:For (Created page with "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 (a...")
- 08:42, 30 May 2023 Mediawiki2023 talk contribs created page Template:For/doc (Created page with "{{for|the template to create a for loop|Template:For loop}} {{documentation subpage}} <!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> {{high-use| 149560 }} {{Lua|Module:For}} == Usage == This template yields a hatnote similar to {{tl|Other uses}}, but allowing more flexible text with links to multiple articles or disambiguation pages. It accepts one or more parameters (zero is not allowed). === With one parameter (rare) === The first parameter sets...") Tag: 2017 source edit
- 08:41, 30 May 2023 Mediawiki2023 talk contribs created page Template:For (Created page with "<includeonly>{{#invoke:For|For}}</includeonly><noinclude> {{Documentation}} </noinclude>") Tag: 2017 source edit
- 08:39, 30 May 2023 Mediawiki2023 talk contribs created page Template:UF-COinS (Created page with "''This template produces COinS metadata; see COinS in Wikipedia for background information.''<includeonly>{{PAGENAME}}</includeonly><noinclude> {{documentation}} <!--Categories--> {{Template other| }} </noinclude>") Tag: 2017 source edit
- 08:38, 30 May 2023 Mediawiki2023 talk contribs created page Template:Citation/doc (Created page with "{{for2|the{{nbsp}} {{fake citation needed}} template|{{tl|citation needed}}}} {{Documentation subpage}} <!-- Categories go where indicated at the bottom of this page, please; interwikis go to Wikidata (see also: Wikipedia:Wikidata). --> {{#ifeq: {{PAGENAME}}|{{ROOTPAGENAME}}|{{Cascade-protected template}}}} {{#ifeq: {{PAGENAME}}|{{ROOTPAGENAME}}|{{High-risk|189000+}}}} {{csdoc|lua|lua=yes}} The '''Citation''' template generates a citation for a book, periodical, con...") Tag: 2017 source edit
- 08:34, 30 May 2023 Mediawiki2023 talk contribs created page MediaWiki:Cite-tool-definition.json (Created page with "[ { "name": "web", "icon": "ref-cite-web", "template": "Cite web" }, { "name": "book", "icon": "ref-cite-book", "template": "Cite book" }, { "name": "news", "icon": "ref-cite-news", "template": "Cite news" }, { "name": "journal", "icon": "ref-cite-journal", "template": "Cite journal" } ]")
- 08:31, 30 May 2023 Mediawiki2023 talk contribs created page Module:Cite news (Created page with "local p = {} local CS1 = require('Module:Citation/CS1') p[''] = function(frame) local newFrame = { getParent = function(self) return frame end, getTitle = function(self) return 'Template:Cite news' end, args = {CitationClass='news'} } setmetatable(newFrame, { __index = function(t, k) if type(frame[k]) == 'function' then return function(...) return frame[k](frame, select(2, ...)) end else return frame[k]...")
- 08:27, 30 May 2023 Mediawiki2023 talk contribs created page MediaWiki:Visualeditor-template-tools-definition.json (Created page with "{ "citationNeeded": [ { "title": [ "Citation needed", "Cn", "Fact", "CN", "Citation Needed", "Citationneeded", "Cite needed", "Citation-needed" ], "params": { "reason": "reason", "date": "date" } }, { "title": [...")
- 08:26, 30 May 2023 Mediawiki2023 talk contribs created page MediaWiki:Citoid-template-type-map.json (Created page with "{ "artwork": "Citation", "audioRecording": "Citation", "bill": "Citation", "blogPost": "Cite web", "book": "Cite book", "bookSection": "Citation", "case": "Citation", "computerProgram": "Citation", "conferencePaper": "Cite journal", "dictionaryEntry": "Citation", "document": "Citation", "email": "Cite web", "encyclopediaArticle": "Citation", "film": "Citation", "forumPost": "Cite web", "hearing": "Citation",...")
- 08:21, 30 May 2023 Mediawiki2023 talk contribs created page Template:Cite news (Created page with "<includeonly>{{#invoke:citation/CS1|citation |CitationClass=news }}</includeonly><noinclude> {{documentation}} </noinclude>") Tag: 2017 source edit
- 08:10, 30 May 2023 Mediawiki2023 talk contribs changed the content model of the page Module:Citation/CS1/styles.css from "Scribunto" to "Sanitized CSS"
- 08:08, 30 May 2023 Mediawiki2023 talk contribs created page Module:Citation/CS1/styles.css (Mediawiki2023 created the page Module:Citation/CS1/styles.css using a non-default content model "Scribunto")
- 08:08, 30 May 2023 Mediawiki2023 talk contribs created the page Module:Citation/CS1/styles.css using a non-default content model "Scribunto"
- 08:00, 30 May 2023 Mediawiki2023 talk contribs imported Template:Category link with count by file upload (1 revision)
- 08:00, 30 May 2023 Mediawiki2023 talk contribs imported Template:Module other by file upload (1 revision)
- 08:00, 30 May 2023 Mediawiki2023 talk contribs imported Module:Transclusion count/data/C by file upload (1 revision)
- 08:00, 30 May 2023 Mediawiki2023 talk contribs imported Template:Module rating by file upload (1 revision)
- 08:00, 30 May 2023 Mediawiki2023 talk contribs imported Template:Used in system by file upload (1 revision)
- 08:00, 30 May 2023 Mediawiki2023 talk contribs imported Module:Message box/ombox.css by file upload (1 revision)
- 08:00, 30 May 2023 Mediawiki2023 talk contribs imported Module:Check for unknown parameters/doc by file upload (1 revision)
- 08:00, 30 May 2023 Mediawiki2023 talk contribs imported Template:Para by file upload (1 revision)
- 08:00, 30 May 2023 Mediawiki2023 talk contribs imported Module:Documentation by file upload (1 revision)
- 08:00, 30 May 2023 Mediawiki2023 talk contribs imported Module:Documentation/config by file upload (1 revision)