Main public logs
More actions
Combined display of all available logs of Umbral Path. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:36, 2 June 2025 Reese talk contribs uploaded File:Main Page-Foes.jpg
- 12:44, 2 June 2025 Reese talk contribs created page File:Main Page-Intro.jpg
- 12:44, 2 June 2025 Reese talk contribs uploaded File:Main Page-Intro.jpg
- 12:31, 2 June 2025 Reese talk contribs created page File:Main Page-Intro.webp
- 12:31, 2 June 2025 Reese talk contribs uploaded File:Main Page-Intro.webp
- 12:07, 2 June 2025 Reese talk contribs created page Template:Main page/navigation/doc (Created page with "The navigation component of the main page. <includeonly>Category:Main page templates</includeonly>")
- 11:05, 2 June 2025 Reese talk contribs changed the content model of the page Template:Main page/navigation/styles.css from "wikitext" to "Sanitized CSS"
- 14:00, 1 June 2025 Reese talk contribs created page Module:Navpills/styles.css (Created page with ".template-navpills { display: grid; gap: 0.5rem; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); grid-auto-rows: 3rem; font-size: 0.875rem; } .template-navpill { position: relative; border: var(--tg-border-base); border-radius: var( --tg-border-radius-medium); font-weight: var(--tg-font-weight-medium); line-height: var(--tg-line-height-xx-small); overflow: hidden; } .template-navpill-background { position: a...")
- 21:12, 31 May 2025 Reese 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. 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 time we call it. local function tidyValDefault(key, val) if type(val) == 'string'...")
- 21:12, 31 May 2025 Reese talk contribs created page Module:Common (Created page with "local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local checkTypeMulti = libraryUtil.checkTypeMulti local p = {} --- Escape pattern for regex --- @param s string string to escape --- @return string local function escapePattern(s) return s:gsub("%W", "%%%1") end --- Check if table contains value, return key if match --- --- @param t table - Table to search --- @param val any - Value to match --- @return number|nil function p.tableCo...")
- 21:09, 31 May 2025 Reese talk contribs created page Module:Navpills (Created page with "local mArguments --initialize lazily local getArgNums = require('Module:Common').getArgNums local p = {} --Implements {{Navpills}} from the frame function p.navpills( frame ) mArguments = require( 'Module:Arguments' ) return p._navpills( mArguments.getArgs( frame ) ) end function p._navpills( args ) if not args then return 'Missing arguments' end local html = mw.html.create( 'div' ):addClass( 'template-navpills' ):attr( 'role', 'navigation' ) for i, _ in i...")
- 14:31, 31 May 2025 Reese talk contribs created page Template:Main page/header (Created page with "<!-- Template:Main page/header -------------------- Header component of the main page --><div class="tg-mainpage-header"><!-- --><div class="tg-mainpage-content"><!-- TODO: Replace with the signature wordmark when it is avaliable --><div class="tg-mainpage-header-wordmark">400px|link=Tolkien Gateway|alt=Wordmark of Tolkien Gateway</div><!-- TODO: Move to Main page/settings --><div class="tg-mainpage-header-t...")
- 14:28, 31 May 2025 Reese talk contribs created page Module:Navpills/styles.css (Created page with ".template-navpills { display: grid; gap: 0.5rem; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); grid-auto-rows: 3rem; font-size: 0.875rem; } .template-navpill { position: relative; border: var(--tg-border-base); border-radius: var( --tg-border-radius-medium); font-weight: var(--tg-font-weight-medium); line-height: var(--tg-line-height-xx-small); overflow: hidden; } .template-navpill-background { position: a...")
- 14:28, 31 May 2025 Reese talk contribs created page Template:Main page/navigation (Created page with "<!-- Template:Main page/navigation -------------------- Navigation component of the main page --><div class="tg-mainpage-navigation"><!-- -->{{Navpills<!-- -->|page1=Intro|text1=Intro|image1=Main page - Adaptations.webp<!-- -->|page2=Characters|text2=Characters|image2=Main page - Books.webp<!-- -->|page3=Equipment|text3=Equipment|image3=Main page - Characters.webp<!-- -->|page4=Cyberware|text4=Cyberware|image4=Main page - Games.webp<!-- -->|page5=Spells|text5=Spe...")
- 14:09, 31 May 2025 Reese talk contribs created page Template:Main page/navigation/styles.css (Created page with ".tg-mainpage-navigation { margin: 0.5rem 0; } Temp styles until we have images: .template-navpill { background-color: var(--tg-color-surface-2); }")
- 13:46, 31 May 2025 Reese talk contribs created page Template:Navpills (Created page with "<includeonly>{{#invoke:Navpills|navpills}}</includeonly><noinclude> Navpills is used to create a grid of navigation button. It is powered by Module:Navpills. == Example == <pre><nowiki> {{Navpills |page1 = Gandalf |page2 = Frodo |page3 = Gollum |text3 = Best character |image3 = The Lord of the Rings - The Return of the King - Gollum poster.jpg }} </nowiki></pre> will give: {{Navpills |page1 = Gandalf |page2 = Frodo |page3 = Gollum |text3 = Best character |image3 =...")
- 13:46, 31 May 2025 Reese talk contribs created page Module:Navpills (Created page with "local mArguments --initialize lazily local getArgNums = require('Module:Common').getArgNums local p = {} --Implements {{Navpills}} from the frame function p.navpills( frame ) mArguments = require( 'Module:Arguments' ) return p._navpills( mArguments.getArgs( frame ) ) end function p._navpills( args ) if not args then return 'Missing arguments' end local html = mw.html.create( 'div' ):addClass( 'template-navpills' ):attr( 'role', 'navigation' ) for i, _ in i...")
- 16:54, 30 May 2025 Reese talk contribs uploaded a new version of File:UP Bg 1.jpeg
- 16:51, 30 May 2025 Reese talk contribs created page File:UP Bg 1.jpeg
- 16:51, 30 May 2025 Reese talk contribs uploaded File:UP Bg 1.jpeg
- 16:11, 30 May 2025 Reese talk contribs created page File:Cyberpunk Interface BG.jpg
- 16:11, 30 May 2025 Reese talk contribs uploaded File:Cyberpunk Interface BG.jpg
- 16:05, 30 May 2025 Reese talk contribs created page File:Umbral Path Top Banner 1.jpg
- 16:05, 30 May 2025 Reese talk contribs uploaded File:Umbral Path Top Banner 1.jpg
- 15:47, 30 May 2025 Reese talk contribs created page MediaWiki:Citizen.css (Created page with "All CSS here will be loaded for users of the Citizen skin: * * Background images: @media screen { Hero image: .citizen-page-container:before { FIXME: Optimization needed (WebP, proper sized): background-image: url(/w/images/9/9b/John_Howe_-_Panorama.jpg); background-position: 70% center; } Site header image: .citizen-header:before { background-image: url(/w/images/2/28/Citizen_header_image....")
- 18:37, 26 May 2025 Reese talk contribs created page File:Umbral Path Banner 1.png
- 18:37, 26 May 2025 Reese talk contribs uploaded File:Umbral Path Banner 1.png
- 18:22, 26 May 2025 Reese talk contribs created page File:Umbral Path Banner 2.jpg
- 18:22, 26 May 2025 Reese talk contribs uploaded File:Umbral Path Banner 2.jpg
- 00:00, 25 May 2025 Reese talk contribs created page MediaWiki:Common.css (Created page with "CSS placed here will be applied to all skins: removes header on main page: body.page-Epic_Path.action-view h1.firstHeading, body.page-Epic_Path.action-submit h1.firstHeading { display: none; } removes bottom border of h2 on main page: body.page-Epic_Path.action-view h2, body.page-Epic_Path.action-submit h2 { color: #584500; font-family: Stonehenge; font-size: 225%; font-weight: bold; border-bottom-style: none; clear: both; } /*...")
- 23:56, 24 May 2025 Reese talk contribs changed group membership for Reese from bureaucrat, interface administrator and administrator to bureaucrat, interface administrator, administrator, suppressor, Creator and widget editor
- 20:27, 17 May 2025 MediaWiki default talk contribs created page Main Page