All public logs

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

Logs
  • 21:24, 22 February 2024 67.198.56.73 talk created page Tribes 3: Rivals/Patches/v0.1.10.0 (Created page with "{{PatchData |Game=t3 |version=0.1.10.0 |publishdate=2024-02-08 |prev=Tribes_3:_Rivals/Patches/v0.1.9.3 |prevTitle=0.1.9.3 |next= |nextTitle= |source=https://store.steampowered.com/news/app/2687970/view/4035856766961181593 |sourceTitle=2/8 Next Fest Demo Patch Notes |displayTitle= }}")
  • 19:04, 18 December 2023 67.198.56.73 talk created page Module:Protection banner/config&action=edit (Created page with "-- This module provides configuration data for Module:Protection banner. return { -------------------------------------------------------------------------------- -- -- BANNER DATA -- -------------------------------------------------------------------------------- --[[ -- Banner data consists of six fields: -- * text - the main protection text that appears at the top of protection -- banners. -- * explanation - the text that appear...")
  • 19:03, 18 December 2023 67.198.56.73 talk created page Module:Effective protection expiry (Created page with "local p = {} -- Returns the expiry of a restriction of an action on a given title, or unknown if it cannot be known. -- If no title is specified, the title of the page being displayed is used. function p._main(action, pagename) local title if type(pagename) == 'table' and pagename.prefixedText then title = pagename elseif pagename then title = mw.title.new(pagename) else title = mw.title.getCurrentTitle() end pagename = title.prefixedText if action == 'auto...")
  • 19:02, 18 December 2023 67.198.56.73 talk created page Module:Effective protection level (Created page with "local p = {} -- Returns the permission required to perform a given action on a given title. -- If no title is specified, the title of the page being displayed is used. function p._main(action, pagename) local title if type(pagename) == 'table' and pagename.prefixedText then title = pagename elseif pagename then title = mw.title.new(pagename) else title = mw.title.getCurrentTitle() end pagename = title.prefixedText if action == 'autoreview' then local leve...")
  • 19:01, 18 December 2023 67.198.56.73 talk created page Module:File link (Created page with "-- This module provides a library for formatting file wikilinks. local yesno = require('Module:Yesno') local checkType = require('libraryUtil').checkType local p = {} function p._main(args) checkType('_main', 1, args, 'table') -- This is basically libraryUtil.checkTypeForNamedArg, but we are rolling our -- own function to get the right error level. local function checkArg(key, val, level) if type(val) ~= 'string' then error(string.format( "type error in...")
  • 19:00, 18 December 2023 67.198.56.73 talk created page Module:Protection banner (Created page with "-- This module implements {{pp-meta}} and its daughter templates such as -- {{pp-dispute}}, {{pp-vandalism}} and {{pp-sock}}. -- Initialise necessary modules. require('strict') local makeFileLink = require('Module:File link')._main local effectiveProtectionLevel = require('Module:Effective protection level')._main local effectiveProtectionExpiry = require('Module:Effective protection expiry')._main local yesno = require('Module:Yesno') -- Lazily initialise modules and...")
  • 19:00, 18 December 2023 67.198.56.73 talk created page Template:Pp (Created page with "{{#invoke:Protection banner|main}}<noinclude> {{documentation}} </noinclude>")
  • 18:56, 18 December 2023 67.198.56.73 talk created page Module:Key/styles.css (Created page with ".keyboard-key { padding: 0.25em 0.5em; display: inline-block; line-height: 1; font-weight: var( --font-weight-medium ); font-size: 0.875rem; border-radius: var( --border-radius--small ); border: 1px solid; border-color: var( --border-color-base ); background: var( --color-surface-3 ); color: var( --color-base--emphasized ); }")