Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User contributions for Reese

A user with 118 edits. Account created on 17 May 2025.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

2 June 2025

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

26 May 2025

25 May 2025

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)