User contributions for Reese
More actions
2 June 2025
- 13:2213:22, 2 June 2025 diff hist +48 Template:Main page/navigation No edit summary current
- 13:1313:13, 2 June 2025 diff hist −79 Template:Main page/navigation No edit summary
- 12:4512:45, 2 June 2025 diff hist −1 Template:Main page/navigation No edit summary
- 12:4412:44, 2 June 2025 diff hist 0 N File:Main Page-Intro.jpg No edit summary current
- 12:3112:31, 2 June 2025 diff hist 0 N File:Main Page-Intro.webp No edit summary current
- 12:2512:25, 2 June 2025 diff hist −8 Template:Main page/navigation No edit summary
- 12:0712:07, 2 June 2025 diff hist +117 N Template:Main page/navigation/doc Created page with "The navigation component of the main page. <includeonly>Category:Main page templates</includeonly>" current
- 12:0412:04, 2 June 2025 diff hist 0 Template:Main page/navigation No edit summary
- 11:0511:05, 2 June 2025 diff hist 0 Template:Main page/navigation/styles.css Reese changed the content model of the page Template:Main page/navigation/styles.css from "wikitext" to "Sanitized CSS" current Tag: content model change
1 June 2025
- 14:0014:00, 1 June 2025 diff hist +1,573 N 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..." current
- 13:3813:38, 1 June 2025 diff hist −30 Main Page No edit summary
31 May 2025
- 21:1221:12, 31 May 2025 diff hist +10,054 N 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'..." current
- 21:1221:12, 31 May 2025 diff hist +2,175 N 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..." current
- 21:0921:09, 31 May 2025 diff hist +1,142 N 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..." current
- 14:5214:52, 31 May 2025 diff hist +9 Main Page No edit summary
- 14:3214:32, 31 May 2025 diff hist −24 Template:Main page/header No edit summary
- 14:3114:31, 31 May 2025 diff hist +812 N 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:3014:30, 31 May 2025 diff hist −1,336 Main Page Replaced content with "{{Main page/header}} {{Main page/navigation}}" Tag: Replaced
- 14:2814:28, 31 May 2025 diff hist +1,573 N 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..." current
- 14:2814:28, 31 May 2025 diff hist +1,381 N 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:0914:09, 31 May 2025 diff hist +154 N 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); }"
- 14:0714:07, 31 May 2025 diff hist +1,288 Main Page No edit summary
- 13:4613:46, 31 May 2025 diff hist +590 N 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 =..." current
- 13:4613:46, 31 May 2025 diff hist +1,142 N 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..." current
30 May 2025
- 23:0923:09, 30 May 2025 diff hist 0 MediaWiki:Citizen.css No edit summary current Tag: Manual revert
- 23:0823:08, 30 May 2025 diff hist 0 MediaWiki:Citizen.css No edit summary Tag: Reverted
- 23:0623:06, 30 May 2025 diff hist 0 MediaWiki:Citizen.css No edit summary Tag: Reverted
- 17:0217:02, 30 May 2025 diff hist +1 MediaWiki:Citizen.css No edit summary
- 17:0217:02, 30 May 2025 diff hist −2 MediaWiki:Citizen.css Undo revision 22 by Reese (talk) Tag: Undo
- 17:0117:01, 30 May 2025 diff hist +2 MediaWiki:Citizen.css No edit summary Tag: Reverted
- 16:5416:54, 30 May 2025 diff hist −15 MediaWiki:Citizen.css No edit summary
- 16:5416:54, 30 May 2025 diff hist 0 File:UP Bg 1.jpeg Reese uploaded a new version of File:UP Bg 1.jpeg current
- 16:5116:51, 30 May 2025 diff hist 0 N File:UP Bg 1.jpeg No edit summary
- 16:4716:47, 30 May 2025 diff hist +93 Main Page No edit summary Tag: Manual revert
- 16:4416:44, 30 May 2025 diff hist −93 Main Page Blanked the page Tags: Blanking Reverted
- 16:3716:37, 30 May 2025 diff hist 0 MediaWiki:Citizen.css No edit summary
- 16:2116:21, 30 May 2025 diff hist +1 MediaWiki:Citizen.css No edit summary
- 16:1616:16, 30 May 2025 diff hist +4 MediaWiki:Citizen.css No edit summary
- 16:1116:11, 30 May 2025 diff hist −8 MediaWiki:Citizen.css No edit summary
- 16:1116:11, 30 May 2025 diff hist 0 N File:Cyberpunk Interface BG.jpg No edit summary current
- 16:0616:06, 30 May 2025 diff hist +10 MediaWiki:Citizen.css No edit summary
- 16:0516:05, 30 May 2025 diff hist 0 N File:Umbral Path Top Banner 1.jpg No edit summary current
- 15:4715:47, 30 May 2025 diff hist +12,883 N 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...."
26 May 2025
- 20:5620:56, 26 May 2025 diff hist +9 MediaWiki:Common.css No edit summary
- 18:3718:37, 26 May 2025 diff hist 0 m Main Page No edit summary Tag: Manual revert
- 18:3718:37, 26 May 2025 diff hist 0 N File:Umbral Path Banner 1.png No edit summary current
- 18:2218:22, 26 May 2025 diff hist 0 N File:Umbral Path Banner 2.jpg No edit summary current
25 May 2025
- 00:1700:17, 25 May 2025 diff hist 0 Main Page No edit summary Tag: Reverted
- 00:0100:01, 25 May 2025 diff hist −662 Main Page No edit summary
- 00:0000:00, 25 May 2025 diff hist +658 N 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; } /*..."