User contributions for Fen
Appearance
14 July 2025
- 18:1418:14, 14 July 2025 diff hist +761 N Module:Category handler/blacklist Created page with "-- This module contains the blacklist used by Module:Category handler. -- Pages that match Lua patterns in this list will not be categorised unless -- categorisation is explicitly requested. return { '^Main Page$', -- don't categorise the main page. -- Don't categorise the following pages or their subpages. -- "%f[/\0]" matches if the next character is "/" or the end of the string. '^Wikipedia:Cascade%-protected items%f[/\0]', '^User:UBX%f[/\0]', -- The userbo..."
- 18:1218:12, 14 July 2025 diff hist +888 N Module:Category handler/shared Created page with "-- This module contains shared functions used by Module:Category handler -- and its submodules. local p = {} function p.matchesBlacklist(page, blacklist) for i, pattern in ipairs(blacklist) do local match = mw.ustring.match(page, pattern) if match then return true end end return false end function p.getParamMappings(useLoadData) local dataPage = 'Module:Namespace detect/data' if useLoadData then return mw.loadData(dataPage).mappings else return..." current
- 18:1118:11, 14 July 2025 diff hist +5,657 N Module:Category handler/config Created page with "-------------------------------------------------------------------------------- -- Module:Category handler configuration data -- -- Language-specific parameter names and values can be set here. -- -- For blacklist config, see Module:Category handler/blacklist. -- -------------------------------------------------------------------------------- local cfg = {} -- Don't edit this line. ----------------------------..." current
- 18:0918:09, 14 July 2025 diff hist +631 N Module:Category handler/data Created page with "-- This module assembles data to be passed to Module:Category handler using -- mw.loadData. This includes the configuration data and whether the current -- page matches the title blacklist. local data = require('Module:Category handler/config') local mShared = require('Module:Category handler/shared') local blacklist = require('Module:Category handler/blacklist') local title = mw.title.getCurrentTitle() data.currentTitleMatchesBlacklist = mShared.matchesBlacklist(..." current
- 18:0718:07, 14 July 2025 diff hist +7,871 N Module:Category handler for handling categorys current
- 18:0218:02, 14 July 2025 diff hist +35 N File:NotCommons-emblem-copyrighted.svg.png No edit summary current
- 17:5917:59, 14 July 2025 diff hist +434 N Template:Permission adding templates for file license notices
- 17:5817:58, 14 July 2025 diff hist +35 N File:Copyright.svg.png No edit summary current
- 17:4217:42, 14 July 2025 diff hist +670 N Template:PD-USGov adding templates for file license notices
- 17:3817:38, 14 July 2025 diff hist +559 N Template:PD adding templates for file license notices
- 17:3717:37, 14 July 2025 diff hist +35 N File:Cc-pd.svg No edit summary current
- 17:3317:33, 14 July 2025 diff hist −79 m MediaWiki:Licenses slight correction for public domain current
- 17:3017:30, 14 July 2025 diff hist −83 m Template:Other free slight correction
- 17:2917:29, 14 July 2025 diff hist +515 N Template:Other free adding templates for file license notices
- 17:2817:28, 14 July 2025 diff hist +35 N File:Copyleft.svg No edit summary current
- 17:2317:23, 14 July 2025 diff hist −5 Template:CC0 I am such an ESL
- 17:2317:23, 14 July 2025 diff hist −1 Template:CC0 No edit summary
- 17:2217:22, 14 July 2025 diff hist +530 N Template:CC0 adding templates for file license notices
- 17:2117:21, 14 July 2025 diff hist +35 N File:CC Zero badge.svg.png No edit summary current
- 17:1917:19, 14 July 2025 diff hist −15 m Module:Message box/ambox.css fix for images overflowing
- 17:1517:15, 14 July 2025 diff hist +388 N Template:CC-BY adding templates for file license notices
- 17:1317:13, 14 July 2025 diff hist +35 N File:CC BY icon.svg No edit summary current
- 17:0717:07, 14 July 2025 diff hist +403 N Template:CC-BY-SA adding templates for file license notices
- 17:0217:02, 14 July 2025 diff hist +339 N Template:From Wikimedia adding templates for file license notices
- 16:5916:59, 14 July 2025 diff hist +35 N File:Commonswiki.svg No edit summary current
- 16:5616:56, 14 July 2025 diff hist +14 Template:Self-PublicDomain No edit summary
- 16:5516:55, 14 July 2025 diff hist +363 N Template:Self-PublicDomain adding templates for file license notices
- 16:5416:54, 14 July 2025 diff hist +35 N File:Cc-public domain mark white.svg No edit summary current
- 16:4616:46, 14 July 2025 diff hist +337 N Template:Self Created page with "{{mbox | image = 50px | text = [[Media:{{PAGENAME}}|This file]] was created and uploaded by the user who claims to be its original author. '''All rights are reserved unless explicitly stated otherwise.''' }} <noinclude> {{Documentation}} Category:Image copyright tags Category:Notice templates </noinclude>"
- 16:4616:46, 14 July 2025 diff hist +35 N File:Own work.png No edit summary current
- 16:3516:35, 14 July 2025 diff hist −2 MediaWiki:Licenses making it required to select an option
- 16:3316:33, 14 July 2025 diff hist +822 MediaWiki:Licenses expanded for other uses
- 16:2716:27, 14 July 2025 diff hist +1,049 N Module:Message box/ambox.css adding css for message boxes
- 16:2616:26, 14 July 2025 diff hist +929 N Module:Message box/imbox.css adding css for message boxes
- 16:2016:20, 14 July 2025 diff hist 0 Template:Fairuse No edit summary
- 16:2016:20, 14 July 2025 diff hist +35 N File:Fair use.svg No edit summary current
- 16:1816:18, 14 July 2025 diff hist +557 N Template:Fairuse adding templates for file license notices
13 July 2025
- 08:0908:09, 13 July 2025 diff hist +227 User:Fen/Portals/Products/styles.css No edit summary
- 08:0208:02, 13 July 2025 diff hist +2,108 N User:Fen/Portals/Products/styles.css Created page with ".products-portal-wrapper { font-family: 'Segoe UI', sans-serif; background: #fdfaf6; padding: 2em; max-width: 1200px; margin: auto; box-shadow: 0 0 15px rgba(0,0,0,0.1); } →Header: .products-header { background: linear-gradient(to right, #ba0000, #450000); color: #fff; text-align: center; padding: 1.5em; border-radius: 8px; margin-bottom: 2em; box-shadow: 0 3px 12px rgba(0,0,0,0.4); } .products-title { font-size: 2.5em; font-weight: 900..."
- 07:5807:58, 13 July 2025 diff hist +2,388 N Portal:Products Created page with "<templatestyles src="User:Fen/Portals/Products/styles.css"/> <div class="products-portal-wrapper"> <!-- Header --> <div class="products-header"> <div class="products-title">Welcome to the Products Portal</div> <div class="products-subtitle">Tracking the tricks, traps, and terms of modern consumer goods</div> </div> <!-- Grid Content --> <div class="products-grid"> <!-- Welcome --> <div class="products-card wide"> <div class="products-c..."
- 07:3707:37, 13 July 2025 diff hist −30 User:Fen/Portals/Orginizations/styles.css No edit summary
- 07:3507:35, 13 July 2025 diff hist −39 User:Fen/Portals/Orginizations/styles.css No edit summary
- 07:2807:28, 13 July 2025 diff hist +934 User:Fen/Portals/Orginizations/styles.css No edit summary
- 06:0706:07, 13 July 2025 diff hist +34 User:Fen/Portals/Orginizations/styles.css No edit summary
- 06:0606:06, 13 July 2025 diff hist +1,296 N User:Fen/Portals/Orginizations/styles.css Created page with ".org-portal-container { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 1.5em; padding: 2em; background: #1b1e23; font-family: "Segoe UI", Roboto, sans-serif; color: #e2e2e2; } .org-header { grid-column: 1 / -1; text-align: center; background: linear-gradient(to right, #2b2e34, #1f2125); padding: 2em; border: 2px solid #444; border-radius: 8px; box-shadow: 0 0 15px rgba(0,0,0,0.4); } .org-title { font-size..."
- 06:0406:04, 13 July 2025 diff hist +947 Portal:Organizations No edit summary
- 05:2805:28, 13 July 2025 diff hist +1,287 N Portal:Organizations Created page with "<templatestyles src="Portal/Orginizations.css" /> <div class="portal-container"> <!-- Introductory Block --> <div class="portal-section wide"> <div class="portal-header">Welcome to the Organizations Portal</div> <div class="portal-body"> This portal explores influential organizations, corporations, non-profits, think tanks, government agencies and how they shape consumer behavior, public policy, and economic systems. </div> </div> <!-- Did You Know..."
- 05:1905:19, 13 July 2025 diff hist +742 N User:Fen/Portals Created page with "=== Browse === <div class="cat-but-grid" style="display: grid; grid-template-columns: repeat(auto-fill, minmax(11em, 1fr)); gap: 0.5em">{{:Category:Wiki root/Cat-but|🏢|Organizations|SkyBlue|MidnightBlue}}{{:Category:Wiki root/Cat-but|🧺|Products|Wheat|DimGray}}{{:Category:Wiki root/Cat-but|⛑️|Services|MistyRose|Crimson}}{{:Category:Wiki root/Cat-but|👤|Individuals|SkyBlue|MidnightBlue}}{{:Category:Wiki root/Cat-but|💻|Software|AliceBlue|SlateGray}}{{:Categor..." current
12 July 2025
- 04:3204:32, 12 July 2025 diff hist −7 Main Page No edit summary
- 04:3104:31, 12 July 2025 diff hist 0 m Main Page.css Fen moved page User:Main Page.css to Main Page.css without leaving a redirect: had it on the wrong mainspace