Main public logs

Jump to navigation Jump to search

Combined display of all available logs of Scout Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 18:16, 4 September 2025 Featherless talk contribs created page Volume (Created page with "The volume property must be one of the following values: * <code>gal</code>: Gallons * <code>L</code>: Liters")
  • 18:06, 4 September 2025 Featherless talk contribs created page Currency (Created page with "The currency property of a fact must be a valid [https://www.iso.org/iso-4217-currency-codes.html ISO 4127] 3-letter currency code. == Examples == The following are valid currency codes: * <code>CAD</code> * <code>GBP</code> * <code>USD</code>")
  • 17:13, 2 September 2025 Featherless talk contribs created page Fuel type (Created page with "Fuel comes in a variety of categories and variations. Facts such as {{fact|fuel_type}} require a fuel type specifier, which can be constructed using the information documented here. == Categories == Fuel is split into the following categories. === Gasoline === {| class="wikitable" border="1" cellspacing="0" cellpadding="4" |- ! Name ! Fact specifier |- | 85 octane | <code>:85</code> |- | 87 octane | <code>:87</code> |- | 89 octane | <code>:89</code> |- | 91 octane |...")
  • 17:02, 2 September 2025 Featherless talk contribs moved page Key:fuel to Key:fuel price
  • 16:40, 2 September 2025 Featherless talk contribs created page Key:fuel (Created page with "The {{Fact|fuel}} fact provides information about the fuel available at a given place.")
  • 15:10, 2 September 2025 Featherless talk contribs created page Module:Languages/config (Created page with "-- Ported from https://wiki.openstreetmap.org/wiki/Module:Languages/config on Sep 2, 2025 local p = {} -- Map all known language codes to their autonyms per MediaWiki, then fix up a -- few codes and names that are incorrect in MediaWiki for historical reasons. local languageNamesByCode = mw.language.fetchLanguageNames() languageNamesByCode.gcf = "kréyòl gwadloupéyen" -- Guadeloupean Creole French languageNamesByCode["sr-cyrl"] = languageNamesByCode["sr-ec"] language...")
  • 15:10, 2 September 2025 Featherless talk contribs created page Module:Languages (Created page with "-- Ported from https://wiki.openstreetmap.org/wiki/Module:Languages on Sep 2, 2025. local p = {} local config = mw.loadData("Module:Languages/config") local siteLanguage = mw.getContentLanguage() --- Returns the language pseudonamespace in the title of a page in the main --- namespace, or nil if the title contains no pseudonamespace. function p.pseudoNamespaceFromTitle(title) local pseudoNS = title.text:match("^(%w%w%w?):") or title.text:match("^(%w%w%w?%-%w%w%w?%w?...")
  • 15:08, 2 September 2025 Featherless 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. -- Ported from https://wiki.openstreetmap.org/wiki/Module:Arguments on Sep 2, 2025 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 t...")
  • 15:06, 2 September 2025 Featherless talk contribs created page Module:Fact (Created page with "local p = {} local getArgs = require('Module:Arguments').getArgs local languages = require("Module:Languages") local currentTitle = mw.title.getCurrentTitle() local defaultLangCode = languages.languageFromTitle(currentTitle) local function makeInvokeFunc(funcName) return function (frame) local args = getArgs(frame, { trim = true, removeBlanks = false, }) return p[funcName](args) end end function pageLink(pageName, label, langCode) local title = mw.title....")
  • 15:00, 2 September 2025 Featherless talk contribs deleted page Module:Fact (content was: "local p = {} local getArgs = require('Module:Arguments').getArgs local languages = require("Module:Languages") local currentTitle = mw.title.getCurrentTitle() local defaultLangCode = languages.languageFromTitle(currentTitle) local function makeInvokeFunc(funcName) return function (frame) local args = getArgs(frame, { trim = true, removeBlanks = false, }...", and the only contributor was "Featherless" (talk))
  • 14:59, 2 September 2025 Featherless talk contribs created page Module:Fact (Port OSM facts over)
  • 14:54, 2 September 2025 Featherless talk contribs created page Template:Fact (Add fact template)
  • 14:49, 2 September 2025 Featherless talk contribs moved page Tags to Facts
  • 14:48, 2 September 2025 Featherless talk contribs created page Tags (Add initial facts documentation.)