All public logs

Combined display of all available logs of Greenfield 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)
  • 23:43, 23 February 2022 BriLila talk contribs created page Template:Sfrac/styles.css (Created page with "{{pp|small=y}}: .sfrac { white-space: nowrap; } .sfrac.tion, .sfrac .tion { display: inline-block; vertical-align: -0.5em; font-size: 85%; text-align: center; } .sfrac .num, .sfrac .den { display: block; line-height: 1em; margin: 0 0.1em; } .sfrac .den { border-top: 1px solid; } Template:Screen reader-only is canonical implementation onwiki: .sr-only { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding...")
  • 23:43, 23 February 2022 BriLila talk contribs created page Template:Fraction/styles.css (Created page with "{{pp|small=y}}: .frac { white-space: nowrap; } .frac .num, .frac .den { font-size: 80%; line-height: 0; we want this inline: vertical-align: super; } .frac .den { vertical-align: sub; } Template:Screen reader-only is canonical implementation onwiki: .sr-only { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; white-space: nowrap; /* already have nowrap above: }")
  • 23:43, 23 February 2022 BriLila talk contribs created page Module:ConvertNumeric (Created page with "-- Module for converting between different representations of numbers. See talk page for user documentation. -- For unit tests see: Module:ConvertNumeric/testcases -- When editing, preview with: Module_talk:ConvertNumeric/testcases -- First, edit Module:ConvertNumeric/sandbox, then preview with Module_talk:ConvertNumeric/sandbox/testcases local ones_position = { [0] = 'zero', [1] = 'one', [2] = 'two', [3] = 'three', [4] = 'four', [5] = 'five', [6]...")
  • 23:42, 23 February 2022 BriLila talk contribs created page Module:Convert/extra (Created page with "-- Extra conversion data used by Module:Convert. -- -- Module:Convert/data defines all units and is transcluded in all pages -- where Module:Convert is used. Testing new units by editing that module -- would invalidate the cache for all affected pages. -- -- For quick changes and experiments with new units, this module can be edited. -- Since this module is transcluded in only a small number of pages, changes -- should cause little server overhead and should prop...")
  • 23:42, 23 February 2022 BriLila talk contribs created page Module:Convert/wikidata/data (Created page with "--[[ Cache of Wikidata information with units for Module:Convert. The codes should rarely change, and using a cache means that changing a unit at Wikidata will not cause lots of converts in articles to break. For a unit known to convert, the unit here must have: label = Wikidata label for unit (used only when listing units) ucode = unit code for input to convert (there are no optional fields because convert handles everything) For a unit not known to convert, the un...")
  • 23:42, 23 February 2022 BriLila talk contribs created page Module:Convert/wikidata (Created page with "-- Functions to access Wikidata for Module:Convert. local Collection = {} Collection.__index = Collection do function Collection:add(item) if item ~= nil then self.n = self.n + 1 self[self.n] = item end end function Collection:join(sep) return table.concat(self, sep) end function Collection:remove(pos) if self.n > 0 and (pos == nil or (0 < pos and pos <= self.n)) then self.n = self.n - 1 return table.remove(self, pos) end end function Collec...")
  • 23:41, 23 February 2022 BriLila talk contribs created page Module:Convert/text (Created page with "-- Text used by Module:Convert for enwiki. -- This is a separate module to simplify translation for use on another wiki. -- See en:Template:Convert/Transwiki guide if copying to another wiki. -- Some units accept an SI prefix before the unit code, such as "kg" for kilogram. local SIprefixes = { -- The prefix field is what the prefix should be, if different from the prefix used. ['Y'] = { exponent = 24, name = 'yotta', }, ['Z'] = { exponent = 21,...")
  • 23:41, 23 February 2022 BriLila talk contribs created page Module:Convert/data (Created page with "-- Conversion data used by Module:Convert which uses mw.loadData() for -- read-only access to this module so that it is loaded only once per page. -- See en:Template:Convert/Transwiki guide if copying to another wiki. -- -- These data tables follow: -- all_units all properties for a unit, including default output -- default_exceptions exceptions for default output ('kg' and 'g' have different defaults) -- link_exceptions exceptions for links...")
  • 23:40, 23 February 2022 BriLila talk contribs created page Module:Convert (Created page with "-- Convert a value from one unit of measurement to another. -- Example: {{convert|123|lb|kg}} --> 123 pounds (56 kg) -- See en:Template:Convert/Transwiki guide if copying to another wiki. local MINUS = '−' -- Unicode U+2212 MINUS SIGN (UTF-8: e2 88 92) local abs = math.abs local floor = math.floor local format = string.format local log10 = math.log10 local ustring = mw.ustring local ulen = ustring.len local usub = ustring.sub -- Configuration options to keep ma...")
  • 23:40, 23 February 2022 BriLila talk contribs created page Module:URL (Created page with "-- -- This module implements {{URL}} -- -- See unit tests at Module:URL/testcases local p = {} local function safeUri(s) local success, uri = pcall(function() return mw.uri.new(s) end) if success then return uri end end local function extractUrl(args) for name, val in pairs(args) do if name ~= 2 and name ~= "msg" then local url = name .. "=" .. val; url = mw.ustring.gsub(url, '^[Hh][Tt][Tt][Pp]([Ss]?):(/?)([^/])', 'http%1://%3') local uri = sa...")
  • 23:40, 23 February 2022 BriLila talk contribs created page Template:URL (Created page with "<includeonly>{{#invoke:URL|url}}</includeonly>{{#invoke:Check for unknown parameters|check|unknown={{main other|_VALUE_{{PAGENAME}}}}|preview=Page using Template:URL with unknown parameter "_VALUE_"|ignoreblank=y | 1 | 2 }}<noinclude>{{documentation}}</noinclude>")
  • 23:39, 23 February 2022 BriLila talk contribs created page Template:Coord (Created page with "<includeonly>{{#invoke:Coordinates|coord}}</includeonly><noinclude> {{Documentation}} <!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --> </noinclude>")
  • 23:38, 23 February 2022 BriLila talk contribs created page Template:Convert (Created page with "<includeonly>{{{{{♥|safesubst:}}}#invoke:convert|convert}}</includeonly><noinclude> {{documentation}} <!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --> </noinclude>")
  • 23:38, 23 February 2022 BriLila talk contribs created page Template:Replace (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:String|replace|source={{{1}}}|{{{2}}}|{{{3}}}|plain={{{plain|true}}}|count={{{count|}}}}}<noinclude> {{documentation}} </noinclude>")
  • 23:37, 23 February 2022 BriLila talk contribs created page Template:Infobox airport/datatable (Created page with "{| style="width:100%; margin:-2px -1px -1px -1px; border-spacing:0;" |- style="background-color: #e6e6ff" ! rowspan=2 style="width: 15%; border:solid 1px #fafafa; border-width:0 1px 0 0; text-align: center;" | {{{nlabel|Number}}} ! colspan=2 style="width: 50%; border:solid 1px #fafafa; border-width:0 1px 1px 1px; text-align: center;" | Length ! rowspan=2 style="width: 35%; border:solid 1px #fafafa; border-width:0 0 0 1px; text-align: center;" | Surface |- style="backgrou...")
  • 23:37, 23 February 2022 BriLila talk contribs created page Template:Trim (Created page with "<includeonly>{{safesubst:#if:1|{{{x|{{{1|}}}}}}}}</includeonly><noinclude> {{Documentation}} </noinclude>")
  • 23:37, 23 February 2022 BriLila talk contribs created page Template:Font color (Created page with "{{ {{{|safesubst:}}}#if: {{{text|{{{3|}}}}}} | {{ {{{|safesubst:}}}#if: {{{link|}}} | {{ {{{|safesubst:}}}#ifeq: {{{link|}}} | yes | [[ {{ {{{|safesubst:}}}trim | {{{text|{{{3|}}}}}} }}|<span style="background-color:{{ {{{|safesubst:}}}trim | {{{bg|{{{2|inherit}}}}}} }}; color:{{ {{{|safesubst:}}}trim | {{{fg|{{{1|inherit}}}}}} }};">{{ {{{|safesubst:}}}trim | {{{text|{{{3|}}}}}} }}</span>]] | {{{link|}}}|<span style="background-color:{{ {{{|safesubst...")
  • 23:11, 23 February 2022 BriLila talk contribs created page Module:Citation/CS1/Suggestions (Created page with "-- Please insert new suggestions in alphabetical order -- The form is ['incorrect'] = 'correct', suggestions = { ['ASIN-TLD'] = 'asin-tld', -- old parameter name ['abruf'] = 'access-date', -- German ['abruf-verborgen'] = 'access-date', -- German ['accessmonth'] = 'access-date', ['accesso'] = 'access-date', -- Italian ['accessyear'] = 'access-date', ['acessodata'] = 'access-date', -- Brazilian Portuguese ['ad...")
  • 23:11, 23 February 2022 BriLila talk contribs created page Module:Citation/CS1/COinS (Created page with "--[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- ]] local has_accept_as_written, is_set, in_array, remove_wiki_link, strip_apostrophe_markup; -- functions in Module:Citation/CS1/Utilities local cfg; -- table of configuration tables that are defined in Module:Citation/CS1/Configuration --[[--------------------------< M A K E _ C O I N S _ T I T L E >----------------------------------------...")
  • 23:10, 23 February 2022 BriLila talk contribs created page Module:Citation/CS1/Utilities (Created page with "local z = { error_cats_t = {}; -- for categorizing citations that contain errors error_ids_t = {}; -- list of error identifiers; used to prevent duplication of certain errors; local to this module error_msgs_t = {}; -- sequence table of error messages maint_cats_t = {}; -- for categorizing citations that aren't erroneous per se, but could use a little work prop_cats_t = {}; -- for categorizing cit...")
  • 23:10, 23 February 2022 BriLila talk contribs created page Module:Citation/CS1/Identifiers (Created page with "--[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- ]] local has_accept_as_written, is_set, in_array, set_message, select_one, -- functions in Module:Citation/CS1/Utilities substitute, make_wikilink; local z; -- table of tables defined in Module:Citation/CS1/Utilities local cfg; -- table of configuration tables that are defined in Module:Citation/CS1/Configuration --[[-...")
  • 23:10, 23 February 2022 BriLila talk contribs created page Module:Citation/CS1/Date validation (Created page with "--[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- ]] local add_prop_cat, is_set, in_array, set_message, substitute, wrap_style; -- imported functions from selected Module:Citation/CS1/Utilities local cfg; -- table of tables imported from selected Module:Citation/CS1/Configuration --[[--------------------------< F I L E - S C O P E D E C L A R A T I O N S >--------------------------------...")
  • 23:09, 23 February 2022 BriLila talk contribs created page Module:Citation/CS1/Whitelist (Created page with "--[[--------------------------< S U P P O R T E D P A R A M E T E R S >-------------------------------------- Because a steady-state signal conveys no useful information, whitelist.basic_arguments[] list items can have three values: true - these parameters are valid and supported parameters false - these parameters are deprecated but still supported tracked - these parameters are valid and supported parameters tracked in an eponymous properties category nil - thes...")
  • 23:09, 23 February 2022 BriLila talk contribs created page Module:Citation/CS1/Configuration (Created page with "--[[--------------------------< U N C A T E G O R I Z E D _ N A M E S P A C E S >------------------------------ List of namespaces that should not be included in citation error categories. Same as setting notracking = true by default. Note: Namespace names should use underscores instead of spaces. ]] local uncategorized_namespaces = { 'User', 'Talk', 'User_talk', 'Wikipedia_talk', 'File_talk', 'Template_talk', 'Help_talk', 'Category_talk', 'Portal_talk', 'Book_talk...")
  • 23:07, 23 February 2022 BriLila talk contribs created page Module:Citation/CS1 (Created page with "require ('Module:No globals'); --[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- each of these counts against the Lua upvalue limit ]] local validation; -- functions in Module:Citation/CS1/Date_validation local utilities; -- functions in Module:Citation/CS1/Utilities local z ={}; -- table of tables in Module:Citation/CS1/Utilities local identifiers;...")
  • 23:06, 23 February 2022 BriLila talk contribs created page Template:Cite web (Created page with "<includeonly>{{#invoke:citation/CS1|citation |CitationClass=web }}</includeonly><noinclude> {{documentation}} </noinclude>")
  • 23:06, 23 February 2022 BriLila talk contribs created page Template:Hlist (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:list|horizontal}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
  • 22:51, 23 February 2022 BriLila talk contribs created page Template:Infobox airport (Created page with "{{infobox | bodyclass = vcard | bodystyle = {{#if:{{{box-width|}}}|width: {{{box-width|22em}}}}} | abovestyle = background-color: #DDDDFF; color: black; font-size: 125% | above = {{br separated entries |1 = <includeonly><div style="display:inline;" class="fn org">{{#invoke:string|replace|{{{name}}}| |<br />|plain=false}}</div></includeonly> |2 = {{#if:{{{ensign|}}}|{{#invoke:InfoboxImage|InfoboxImage|image={{{ensign|}}}|size={{{ensign_size|}}}|sizedefault=90px|alt={{{...")
  • 20:17, 23 February 2022 BriLila talk contribs created page File:2022-02-20 17.56.59.png (Greenfield Aviation Services just commenced the loading of the Vision Airlines evening departure flight to New York JFK at gate 30, Terminal 2 Credit to MrDasky#3693)
  • 20:17, 23 February 2022 BriLila talk contribs uploaded File:2022-02-20 17.56.59.png (Greenfield Aviation Services just commenced the loading of the Vision Airlines evening departure flight to New York JFK at gate 30, Terminal 2 Credit to MrDasky#3693)
  • 19:21, 23 February 2022 User account Golden talk contribs was created
  • 16:49, 17 January 2022 BriLila talk contribs created page File:2022.jpg (Credit: Jayjayli#1122)
  • 16:49, 17 January 2022 BriLila talk contribs uploaded File:2022.jpg (Credit: Jayjayli#1122)
  • 19:57, 17 December 2021 BriLila talk contribs created page File:Nj microwaving.png (nj cooking be like)
  • 19:57, 17 December 2021 BriLila talk contribs uploaded File:Nj microwaving.png (nj cooking be like)
  • 23:51, 16 December 2021 BriLila talk contribs moved page User:Cooth to Cooth without leaving a redirect Tags: Mobile edit Mobile web edit
  • 23:08, 15 December 2021 BriLila talk contribs created page Module:Settlement short description (Created page with "--generates auto short description for use in infobox settlement local p = {} p.categories = "" local plain = require('Module:Plain text')._main local getArgs = require('Module:Arguments').getArgs local tableTools = require ('Module:TableTools') function p.reverseTable (init) init[1], init[3] = init[3], init[1] return init end function p.assign (args, argname, num) local val local var = {} for i = 0,num do --handle initial "subdivision_foo" without number if i...")
  • 23:08, 15 December 2021 BriLila talk contribs created page Template:Infobox settlement/styles.css (Created page with "{{pp|small=y}}: .ib-settlement { width: 23em; border-collapse: collapse; line-height: 1.2em; } TODO split definitions to appropriate class names when live from HTML element: .ib-settlement td, .ib-settlement th { border-top: 1px solid #a2a9b1; padding: 0.4em 0.6em 0.4em 0.6em; } .ib-settlement .mergedtoprow .infobox-full-data, .ib-settlement .mergedtoprow .infobox-header, .ib-settlement .mergedtoprow .infobox-data, .ib-settlement .mergedtoprow .infobox-l...")
  • 23:07, 15 December 2021 BriLila talk contribs created page Module:Plain text (Created page with "--converts text with wikilinks to plain text, e.g "gah is bar" to "gah is bar" --removes anything enclosed in tags that isn't nested, mediawiki strip markers (references etc), files, italic and bold markup local p = {} function p.main(frame) local text = frame.args[1] local encode = require('Module:yesno')(frame.args.encode) return p._main(text, encode) end function p._main(text, encode) if not text then return end text = mw.text.killMarkers(text) :g...")
  • 23:06, 15 December 2021 BriLila talk contribs created page Template:Infobox settlement (Created page with "<includeonly>{{main other|{{#invoke:Settlement short description|main}}|}}{{Infobox | child = {{yesno|{{{embed|}}}}} | templatestyles = Infobox settlement/styles.css | bodyclass = ib-settlement vcard <!--** names, type, and transliterations ** --> | above = <div class="fn org">{{if empty|{{{name|}}}|{{{official_name|}}}|{{PAGENAMEBASE}}}}</div> {{#if:{{{native_name|}}}|<div class="nickname ib-settlement-native" {{#if:{{{native_name_lang|}}}|lang="{{{native_name_lang...")
  • 22:49, 15 December 2021 BriLila talk contribs created page File:..png
  • 22:49, 15 December 2021 BriLila talk contribs uploaded File:..png
  • 21:39, 15 December 2021 BriLila talk contribs protected MediaWiki:Licenses [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 21:39, 15 December 2021 BriLila talk contribs created page MediaWiki:Licenses (Created page with "*subst:No license from license selector|Don't know|I do not know the license *subst:No license from license selector|Somewebsite|Found the image somewhere *subst:Permission from license selector|The copyright holder gave me permission to use this work only in Wikipedia articles *subst:Non-commercial from license selector|The copyright holder only allows this work to be used for non-commercial and/or educational purposes * Your own work: ** Allow non-commercial use, comme...")
  • 20:32, 15 December 2021 BriLila talk contribs created page Template:Small (Created page with "<span style="font-size:85%;">{{{1}}}</span><includeonly>{{SAFESUBST:#if:{{{1|}}}||Category:Pages using small with an empty input parameter}}</includeonly><noinclude> {{Documentation}}<!--Categories and interwikis go in the /doc sub-page.--> </noinclude>")
  • 20:19, 15 December 2021 BriLila talk contribs created page File:Los llanos house large closeup.png (Los Llanos House Credit to Bluecolty)
  • 20:19, 15 December 2021 BriLila talk contribs uploaded File:Los llanos house large closeup.png (Los Llanos House Credit to Bluecolty)
  • 20:15, 15 December 2021 BriLila talk contribs created page Template:Magnify icon (Created page with "<div class="magnify">[[:{{{link|}}}| ]]</div><noinclude> {{documentation}} </noinclude>")
  • 20:14, 15 December 2021 BriLila talk contribs created page Template:Superimpose (Created page with "<div class="{{#switch:{{{align|}}}|left=floatleft|right=floatright|center|#default=floatnone}} noresize" style="position: relative; width: {{{base_width|{{{width|0px}}}}}}; {{#ifeq:{{{align|}}}|center|margin-left:auto; margin-right:auto;}}">{{ #if: {{{float|}}} | <div style="position: absolute; left: {{{x|0}}}px; top: {{{y|0}}}px; padding: 0;"><!-- -->Image:{{{float}}}|{{if empty|{{{float_width|{{{width|}}}}}}|0px}}{{#ifeq:{{{float_link|}}}|file:||{{!}}link={{...")
  • 20:11, 15 December 2021 BriLila talk contribs created page Template:Image frame (Created page with "<includeonly>{{#ifeq: {{{align|}}} | center | <div class="center"> }}<div class="thumb {{#switch: {{{align|}}} | right |#default=tright | left=tleft | center | none=tnone}}" {{#ifeq: {{{mode|}}} | scrollable|style="overflow:hidden;width:{{{width|auto}}};max-width:{{#if:{{{max-width|}}}|{{#expr:{{{max-width|}}}+8}}px|100%}} {{{style|}}}"|style="{{{style|}}}"}}><div class="thumbinner" {{#ifeq: {{{mode|}}} | scrollable||style="width:{{#if:{{{width|}}}| {{#ifeq: {{{border|}}...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)