User contributions for Reese
More actions
2 June 2025
- 21:0121:01, 2 June 2025 diff hist −8 Template:Main page/header No edit summary
- 20:5920:59, 2 June 2025 diff hist 0 N File:Umbral Path Banner2.webp No edit summary current
- 20:5820:58, 2 June 2025 diff hist +1 Template:Main page/header No edit summary
- 20:5820:58, 2 June 2025 diff hist −49 Template:Main page/header No edit summary
- 20:5620:56, 2 June 2025 diff hist +3,020 N Template:Main page/header/styles.css Created page with ".tg-mainpage-header { position: relative; margin-top: -2rem; margin-bottom: -4rem; padding-top: 6rem; padding-bottom: 6rem; clear: both; overflow: hidden; →Prevent circular inscription from affecting element size: pointer-events: none; →So that you can click elements overlap with the header: } .tg-mainpage-header::before { content: ''; position: absolute; inset: 0; background-image: url(/w/images/7/72/Main_page_header_circular_inscription.svg); back..."
- 20:5320:53, 2 June 2025 diff hist +21 Main Page No edit summary Tag: Visual edit: Switched
- 16:3516:35, 2 June 2025 diff hist 0 N File:Main Page-Foci.jpg No edit summary current
- 16:2316:23, 2 June 2025 diff hist 0 N File:Main Page-Gamemaster.jpg No edit summary current
- 16:1716:17, 2 June 2025 diff hist 0 N File:Main Page-Psionics.jpg No edit summary current
- 16:1116:11, 2 June 2025 diff hist 0 N File:Main Page-Artifacts.jpg No edit summary current
- 16:0816:08, 2 June 2025 diff hist 0 N File:Main Page-Dronetech.jpg No edit summary current
- 15:5915:59, 2 June 2025 diff hist 0 N File:Main Page-Spells.jpg No edit summary current
- 15:5115:51, 2 June 2025 diff hist 0 N File:Main Page-Characters.jpg No edit summary current
- 15:5115:51, 2 June 2025 diff hist 0 File:Main Page-Cyberware.jpg Reese uploaded a new version of File:Main Page-Cyberware.jpg current
- 15:0515:05, 2 June 2025 diff hist 0 N File:Main Page-Skills.jpg No edit summary current
- 15:0515:05, 2 June 2025 diff hist 0 N File:Main Page-Cyberware.jpg No edit summary
- 14:3614:36, 2 June 2025 diff hist 0 N File:Main Page-Equipment.jpg No edit summary current
- 14:0414:04, 2 June 2025 diff hist 0 N File:Main Page-World.jpg No edit summary current
- 13:4813:48, 2 June 2025 diff hist 0 N File:Main Page-Combat.jpg No edit summary current
- 13:3613:36, 2 June 2025 diff hist 0 N File:Main Page-Foes.jpg No edit summary current
- 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