All public logs

Jump to navigation Jump to search

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)
  • 20:24, 24 February 2022 BriLila talk contribs created page Module:Road data/util (Created page with "local util = {} local insert = table.insert local concat = table.concat local format = mw.ustring.format --- -- Add all entries in `arr` into `target`. -- An error is raised if `overwrite` is not true -- and any key in `arr` is already in `target`. function util.addAll(target, arr, overwrite) if type(target) ~= "table" then error("target is not a table") end for key,value in pairs(arr) do if overwrite or target[key] == nil then target[key] = value else e...")
  • 20:23, 24 February 2022 BriLila talk contribs created page Template:Infobox road/styles.css (Created page with "{{pp-template}}: These are the 'hard-coded' header styles: .header-default, .header-UNK, .header-ATA, .header-BDI, .header-CAF, .header-COG, .header-COM, .header-DMA, .header-ERI, .header-FSM, .header-GAB, .header-HTI, .header-GMB, .header-GUY, .header-HRV, .header-KEN, .header-KNA, .header-LBY, .header-LCA, .header-MHL, .header-MRT, .header-NER, .header-NIU, .header-NRU, .header-SDN, .header-SLB, .header-SOM, .header-SSD, .header-TGO, .header-TUV, .header-UGA...")
  • 20:23, 24 February 2022 BriLila talk contribs created page Module:Infobox road/browselinks (Created page with "local p = {} local getArgs = require('Module:Arguments').getArgs local util = require("Module:Road data/util") local yesno = require('Module:Yesno') local routeModule = require("Module:Infobox road/route") local parserModule = require("Module:Road data/parser") local parser = parserModule.parser local format = mw.ustring.format local frame = mw.getCurrentFrame() local function country(args) local state = args.state or args.province local country local countryModule =...")
  • 20:23, 24 February 2022 BriLila talk contribs created page Module:Infobox road/sections (Created page with "local p = {} local getArgs = require('Module:Arguments').getArgs local lengthModule = require("Module:Infobox road/length") local parserModule = require("Module:Road data/parser") local parser = parserModule.parser local frame = mw.getCurrentFrame() local function country(args) local state = args.state or args.province local country local countryModule = mw.loadData("Module:Road data/countrymask") local country = args.country or countryModule[state] return count...")
  • 20:22, 24 February 2022 BriLila talk contribs created page Module:Infobox road/map (Created page with "local p = {} local format = mw.ustring.format local mapsizes = { DEU = "200", } function p._map(args) local map = args.map or '' if args.map_custom == "yes" then return format('<div style="white-space:nowrap;">%s</div>', map) end if map == '' then local entity = mw.wikibase.getEntityObject() or {} local claims = entity.claims or {} local mapProp = claims.P15 if not mapProp or mapProp[1].mainsnak.snaktype ~= 'value' then return "" end map = mapPro...")
  • 20:22, 24 February 2022 BriLila talk contribs created page Module:Infobox road/locations (Created page with "local p = {} local function countries(args, country) local data = {AFRICA = "no", ARAB = "no", ASIA = "no", EUR = "no", default = "yes"} local yesOrNo = data[country] or data.default if yesOrNo == "no" then return args.countries else return nil end end local function regions(args, country) local data = {USA = "yes", default = "no"} if args.communities then return "Autonomous<br>communities", args.communities end local yesOrNo =...")
  • 20:22, 24 February 2022 BriLila talk contribs created page Module:Infobox road/length (Created page with "local p = {} local concat = table.concat local insert = table.insert local format = mw.ustring.format local frame = mw.getCurrentFrame() function p._length(num, args) local km = args["length_km" .. num] or '' local mi = args["length_mi" .. num] or '' local nmi = args["length_nmi" .. num] or '' local ref = args["length_ref" .. num] or '' local notes = args["length_notes" .. num] or '' if '' == mi and '' == km and '' == nmi then return nil...")
  • 20:22, 24 February 2022 BriLila talk contribs created page Module:Infobox road (Created page with "local p = {} local getArgs = require('Module:Arguments').getArgs local util = require("Module:Road data/util") local yesno = require('Module:Yesno') local langModule = require('Module:Lang') local routeModule = require("Module:Infobox road/route") local parserModule = require("Module:Road data/parser") local parser = parserModule.parser local format = mw.ustring.format local frame = mw.getCurrentFrame() local function country(args) local state = args.state or args.prov...")
  • 20:21, 24 February 2022 BriLila talk contribs created page Template:Infobox road (Created page with "<templatestyles src="Infobox road/styles.css" />{{Infobox |headerclass={{#invoke:Infobox road|headerStyle}} |labelstyle=text-align:right |belowstyle=line-height:150% <!-- ROUTE MARKER AND ROUTE NAME --> |above={{#ifeq:{{{country|}}}|AUS |{{#if:{{{name|}}}|{{{name}}}|{{#ifeq:{{Infobox road/name/AUS|state={{{state|¬}}}|type={{{type|}}}|route={{{route}}}}}|none||{{Infobox road/name/AUS|state={{{state|¬}}}|type={{{type|}}}|route={{{route}}}}}|}}}}{{#if:{{{alternate_name|}}...")
  • 19:56, 24 February 2022 BriLila talk contribs deleted page File:Rotate.png
  • 19:55, 24 February 2022 BriLila talk contribs created page File:Rotate.png
  • 19:55, 24 February 2022 BriLila talk contribs uploaded File:Rotate.png
  • 19:39, 24 February 2022 BriLila talk contribs created page File:0.5.3 HD Overview.png (0.5.3 HD Overview)
  • 19:39, 24 February 2022 BriLila talk contribs uploaded File:0.5.3 HD Overview.png (0.5.3 HD Overview)
  • 19:22, 24 February 2022 BriLila talk contribs created page File:Greenfield Minecraft Skyline Sunrise-0.5.3.png (0.5.3 Update Trailer Thumbnail, 0.5.3 Skyline Sunrise Rendered by Staples in Blender)
  • 19:22, 24 February 2022 BriLila talk contribs uploaded File:Greenfield Minecraft Skyline Sunrise-0.5.3.png (0.5.3 Update Trailer Thumbnail, 0.5.3 Skyline Sunrise Rendered by Staples in Blender)
  • 18:41, 24 February 2022 BriLila talk contribs created page Template:Years or months ago (Created page with "<includeonly>{{#ifexpr:{{#if:{{{2|}}}|1|0}}=0 or abs( ({{{4|{{CURRENTMONTH}}}}}+{{{3|{{CURRENTYEAR}}}}}*12) - ({{{2|{{CURRENTMONTH}}}}}+{{{1|{{CURRENTYEAR}}}}}*12)) >= 12 |<!-- in years -->{{#expr:floor(abs( ( ({{{4|{{CURRENTMONTH}}}}}+{{{3|{{CURRENTYEAR}}}}}*12) - ({{{2|{{CURRENTMONTH}}}}}+{{{1|{{CURRENTYEAR}}}}}*12) ) / 12 ))}} {{#ifexpr:({{{4|{{CURRENTMONTH}}}}}+{{{3|{{CURRENTYEAR}}}}}*12) - ({{{2|{{CURRENTMONTH}}}}}+{{{1|{{CURRENTYEAR}}}}}*12) < 0 |<!-- future...")
  • 18:40, 24 February 2022 BriLila talk contribs undeleted page Template:MONTHNAME (1 revision)
  • 18:39, 24 February 2022 BriLila talk contribs deleted page Template:MONTHNAME
  • 18:31, 24 February 2022 BriLila talk contribs created page Module:Date (Created page with "-- Date functions for use by other modules. -- I18N and time zones are not supported. local MINUS = '−' -- Unicode U+2212 MINUS SIGN local floor = math.floor local Date, DateDiff, diffmt -- forward declarations local uniq = { 'unique identifier' } local function is_date(t) -- The system used to make a date read-only means there is no unique -- metatable that is conveniently accessible to check. return type(t) == 'table' and t._id == uniq end local function is_...")
  • 18:30, 24 February 2022 BriLila talk contribs created page Template:MONTHNAME (Created page with "<includeonly>{{#if:{{{1|}}}|{{#switch:{{MONTHNUMBER|{{{1}}}}}|1=January|2=February|3=March|4=April|5=May|6=June|7=July|8=August|9=September|10=October|11=November|12=December|Incorrect required parameter 1=''month''!}}|Missing required parameter 1=''month''!}}</includeonly><noinclude> {{Documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>")
  • 18:30, 24 February 2022 BriLila talk contribs created page Module:Time ago (Created page with "-- Implement Template:Time ago local numberSpell, yesno -- lazy load function numberSpell(arg) numberSpell = require('Module:NumberSpell')._main return numberSpell(arg) end function yesno(arg) yesno = require('Module:Yesno') return yesno(arg) end local p = {} -- Table to convert entered text values to numeric values. local timeText = { ['seconds'] = 1, ['minutes'] = 60, ['hours'] = 3600, ['days'] = 86400, ['weeks'] = 604800, ['months'] = 2629800, --...")
  • 18:30, 24 February 2022 BriLila talk contribs created page Template:Time ago (Created page with "{{#invoke:Time ago|main}}<noinclude> {{documentation}} </noinclude>")
  • 18:28, 24 February 2022 BriLila talk contribs created page Module:Age (Created page with "-- Implement various "age of" and other date-related templates. local mtext = { -- Message and other text that should be localized. -- Also need to localize text in table names in function dateDifference. ['mt-bad-param1'] = 'Invalid parameter $1', ['mt-bad-param2'] = 'Parameter $1=$2 is invalid', ['mt-bad-show'] = 'Parameter show=$1 is not supported here', ['mt-cannot-add'] = 'Cannot add "$1"', ['mt-conflicting-s...")
  • 18:26, 24 February 2022 BriLila talk contribs created page Template:Start date and age (Created page with "<includeonly><!-- IMPLEMENTATION OF DATE -->{{#if: {{{1|}}}<!-- -->|{{#if: {{{2|}}}<!-- -->|{{#if: {{{3|}}}<!-- -->|{{#ifeq:{{yesno|{{{df|no}}}}}|yes<!-- -->|{{#expr:{{{3}}}}} {{MONTHNAME|{{{2}}}}}<!-- -->|{{MONTHNAME|{{{2}}}}} {{#expr:{{{3}}}}},<!-- -->}} {{{1}}}<!-- -->|{{MONTHNAME|{{{2}}}}} {{{1}}}<!-- -->}}<!-- -->|{{{1}}}<!-- -->}}<!-- --><span class="noprint">{{#ife...")
  • 16:59, 24 February 2022 BriLila talk contribs created page Greenfield Wiki:VisualEditor (Created page with "Please read [https://www.mediawiki.org/wiki/VisualEditor here] for more information about the Visual Editor.")
  • 16:52, 24 February 2022 BriLila talk contribs created page 0.5.3 (Redirected page to Update 0.5.3) Tags: New redirect Visual edit: Switched
  • 16:44, 24 February 2022 Golden talk contribs created page Update 0.5.3 (Created page with "Greenfield Update 0.5.3 brought a trong focus on all build types- from large industrial factories, big box stores like Minekea, construction sites, residential and way more. This update nearly doubled the amount of industry that was in the city before 0.5.3. And the infamous Minekea returned. == The Additions of 0.5.3 == This update focuses on the north side of Ashfield. Adding two areas, Ashfield west and Springfield. And redeveloped previous areas: Northpark, (previou...") Tag: Visual edit
  • 00:00, 24 February 2022 BriLila talk contribs created page Greenfield International Airport (Created page with "{{Infobox airport | name = Greenfield International Airport | image = <<GIA Airport Logo>> | image-width = 275 | image2 = <<GIA Aerial Shot>> | image2-width = 275 | caption2 = Aerial shot of Greenfield International Airport | IATA = GIA | ICAO = KGIA | type = Public | owner-oper = <<Operator>> | city-served = Greenfield Metropolitan Airport | location = Lannex, Greenfield, U.S. | opened = 0.5.4 | hub = <div> *INSERT AIRLINE *INSERT AIRLINE *[[INSERT AIRLINE]...") Tag: Visual edit: Switched
  • 23:59, 23 February 2022 BriLila talk contribs deleted page Greenfield International Airport
  • 23:52, 23 February 2022 BriLila talk contribs created page Greenfield International Airport (Created page with "{{Infobox airport | name = Greenfield International Airport | image = <<GIA Airport Logo>> | image-width = 275 | image2 = <<GIA Aerial Shot>> | image2-width = 275 | caption2 = Aerial shot of Greenfield International Airport | IATA = GIA | ICAO = KGIA | type = Public | owner-oper = <<Operator>> | city-served = Greenfield Metropolitan Airport | location = Lannex, Greenfield, U.S. | opened = 0.5.4 | hub = <div> *INSERT AIRLINE *INSERT AIRLINE *[[INSERT AIRLINE]...")
  • 23:52, 23 February 2022 BriLila talk contribs created page File:Greenfield Airport Diagram 1.png (Greenfield International Airport Diagram All Inclusive Credit for Creation: Carrotnose258)
  • 23:52, 23 February 2022 BriLila talk contribs uploaded File:Greenfield Airport Diagram 1.png (Greenfield International Airport Diagram All Inclusive Credit for Creation: Carrotnose258)
  • 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...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)