User contributions for PeaceDeadC
Jump to navigation
Jump to search
19 March 2025
- 03:2203:22, 19 March 2025 diff hist +212 Module:Biobox No edit summary current
- 03:1903:19, 19 March 2025 diff hist +1,457 Module:Biobox No edit summary
- 03:1103:11, 19 March 2025 diff hist +1,768 N Module:BioboxSharing/sites Created page with "local sites = { faphouse_model = { name = "faphouse_model", paramBase = "faphouse-model", pbdProps = {"P789"}, urlFormat = "https://faphouse.com/gay/models/%s", suffix = "?utm_campaign=ai.LUY", abbr = "FapHouse:", label = "FapHouse", category = "Category:FapHouse", maxCount = 4 }, faphouse_pornstar = { name = "faphouse_pornstar", paramBase = "faphouse-pornstar", pb..." current
- 03:1103:11, 19 March 2025 diff hist +10,405 N Module:BioboxSharing Created page with "local p = {} local sitesModule = require('Module:BioboxSharing/sites') local sites = sitesModule.sites local siteOrder = sitesModule.siteOrder local PBD = require('Module:PBD') local PBDIB = require('Module:PornBaseDataIB') local function isEmpty(value) return value == nil or value == '' end local function formatField(state, label, value, fieldName, rowIndex, category) if isEmpty(value) then return '' end local rowStyle = state:getRowStyl..." current
- 03:1003:10, 19 March 2025 diff hist +5,439 N Module:BioboxUnits Created page with "local BioboxUnits = {} local INCHES_PER_FOOT = 12 local CM_PER_FOOT = 30.48 local CM_PER_INCH = 2.54 local LBS_PER_KG = 2.204623 local function formatDecimal(num) return string.format("%.1f", num) end local function formatCategoryLink(category, display) return string.format('<span class="white-link">%s</span>', category, display) end function BioboxUnits.extractNumber(str) if type(str) == 'number' then return str end if type(str) ~= '..." current
- 03:1003:10, 19 March 2025 diff hist +4,191 N Module:Birth date and age Created page with "local p = {} local function pad2digit(num) return string.format("%02d", num) end local function getZodiacSign(day, month) local zodiacSigns = { { name = "Capricorn", start = { day = 22, month = 12 }, end_ = { day = 19, month = 1 } }, { name = "Aquarius", start = { day = 20, month = 1 }, end_ = { day = 18, month = 2 } }, { name = "Pisces", start = { day = 19, month = 2 }, end_ = { day = 20, month = 3 } }, { name..." current
- 03:0903:09, 19 March 2025 diff hist +1,609 N Module:GetBirthDate Created page with "local p = {} local PBD = require('Module:PBD') local function splitDate(date) local day, month, year = nil, nil, nil if date then day, month, year = string.match(date, '(%d+)%s+(%a+)%s+(%d+)') if not year then month, day = string.match(date, '(%a+)%s+(%d+)') if not day then day, month = string.match(date, '(%d+)%s+(%a+)') end end if not month a..." current
- 03:0803:08, 19 March 2025 diff hist +102 N Template:Biobox-test Created page with "<includeonly>{{safesubst:#invoke:Biobox|main}}</includeonly><noinclude> {{Documentation}} </noinclude>" current
- 03:0803:08, 19 March 2025 diff hist +6,972 N Module:BioboxPersonalPages/platforms Created page with "local platforms = { homepage = { name = "homepage", paramBase = "homepage", altParams = {}, archiveBase = "homepage-archive", pbdProp = "P52", urlFormat = "%s", label = "Official website", isFullWidth = true, maxCount = 2 }, blog = { name = "blog", paramBase = "blog", altParams = {}, archiveBase = "blog-archive", pbdProp = "P635", urlFormat..." current
- 03:0703:07, 19 March 2025 diff hist +10,640 N Module:BioboxPersonalPages Created page with "local p = {} local platformsModule = require('Module:BioboxPersonalPages/platforms') local platforms = platformsModule.platforms local platformOrder = platformsModule.platformOrder local PBD = require('Module:PBD') local PBDIB = require('Module:PornBaseDataIB') local function isEmpty(value) return value == nil or value == '' end local function formatField(state, label, value, fieldName, rowIndex) if isEmpty(value) then return '' end local..." current
- 03:0703:07, 19 March 2025 diff hist +1,390 N Module:BioboxDatabases/databases Created page with "local databases = { imdb = { name = "imdb", paramBase = "imdb", pbdProps = {"P16"}, urlFormat = "http://www.imdb.com/name/%s", abbr = "IMDb:", label = "Internet Movie Database", maxCount = 4 }, iafd = { name = "iafd", paramBase = "iafd", pbdProps = {"P799", "P169"}, abbr = "IAFD:", label = "Internet Adult Film Database", maxCount = 4 }, gevi = {..." current
- 03:0703:07, 19 March 2025 diff hist +5,614 N Module:BioboxDatabases Created page with "local p = {} local databasesModule = require('Module:BioboxDatabases/databases') local databases = databasesModule.databases local databaseOrder = databasesModule.databaseOrder local PBD = require('Module:PBD') local PBDIB = require('Module:PornBaseDataIB') local function isEmpty(value) return value == nil or value == '' end local function formatField(state, label, value, fieldName, rowIndex) if isEmpty(value) then return '' end local row..." current
- 03:0603:06, 19 March 2025 diff hist +10,413 N Module:BioboxCategoryMapping Created page with "local p = {} p.MAPPINGS = { orientation = { {aliases = {"gay", "g", "h", "homo", "homosexual", "homosexuality"}, category = "Gay people", display = "Gay", class = "gay"}, {aliases = {"bi", "bisex", "bisexual"}, category = "Bisexual people", display = "Bisexual", class = "bisexual"}, {aliases = {"straight", "s", "str8", "hetero", "heterosexual"}, category = "Heterosexual people", display = "Heterosexual", class = "straight"} }, hair = { {alia..." current
- 03:0603:06, 19 March 2025 diff hist +13,351 N Module:BioboxBody Created page with "local p = {} local PBD = require('Module:PBD') local PBDIB = require('Module:PornBaseDataIB') local BioboxUnits = require('Module:BioboxUnits') local CategoryMapping = require('Module:BioboxCategoryMapping') local function isEmpty(value) return value == nil or value == '' end local function isPositive(value) if isEmpty(value) then return false end value = tostring(value):lower() local positiveValues = { ['yes'] = true, ['y'] = true,..." current
- 03:0503:05, 19 March 2025 diff hist −46,096 Module:Biobox No edit summary
- 03:0503:05, 19 March 2025 diff hist +50,406 N Module:BioboxPersonal Created page with "local p = {} local PBD = require('Module:PBD') local PBDIB = require('Module:PornBaseDataIB') local GetBirthDate = require('Module:GetBirthDate') local BirthDateAndAge = require('Module:Birth date and age') local Pornbasedata = require('Module:Pornbasedata') local CategoryMapping = require('Module:BioboxCategoryMapping') local function isEmpty(value) return value == nil or value == '' end local function isPositive(value) if isEmpty(value) then return false end..." current
- 03:0403:04, 19 March 2025 diff hist +504 MediaWiki:Common.css No edit summary current
15 March 2025
- 03:4803:48, 15 March 2025 diff hist +78 Module:XVideosRedList No edit summary current
- 03:4103:41, 15 March 2025 diff hist +243 Module:XVideosRedList No edit summary
- 03:4003:40, 15 March 2025 diff hist +12 Module:XVideosRedList/L No edit summary current
- 03:3903:39, 15 March 2025 diff hist +38 Module:XVideosRedList/L No edit summary
- 03:3903:39, 15 March 2025 diff hist +463 Module:XVideosRedList No edit summary
- 03:2303:23, 15 March 2025 diff hist 0 N File:BisexualIconPNG.png No edit summary current
- 03:2003:20, 15 March 2025 diff hist +2,950 Module:XVideosRedList No edit summary
- 02:3302:33, 15 March 2025 diff hist +235 N File:Xvideosredlogo.svg Uploaded own work with UploadWizard current Tag: Upload Wizard
- 02:3302:33, 15 March 2025 diff hist +235 N File:StraightIconPNG.png Uploaded own work with UploadWizard current Tag: Upload Wizard
- 02:3302:33, 15 March 2025 diff hist +235 N File:TranssexualIconPNG.png Uploaded own work with UploadWizard current Tag: Upload Wizard
- 02:3302:33, 15 March 2025 diff hist +235 N File:GayIconPNG.png Uploaded own work with UploadWizard current Tag: Upload Wizard
- 02:3002:30, 15 March 2025 diff hist −303 Eduardo Lima No edit summary current
- 02:2802:28, 15 March 2025 diff hist +4,094 N Eduardo Lima Created page with "{{Biobox new | natural butt = Y | tattoo = Y | masturbation = Y | close-up = Y | solodildo = | feet = | solopissing = | soloassfingering = | gaping = | muscle-flexing = Y |bodybuildingposing = Y | swimwear = | massage = | wrestling = | oilwrestling = | gaykissing= Y | gayblowjob = Y | bareback = Y | gayanal = Y | gayrimming = Y |..."
- 02:2802:28, 15 March 2025 diff hist +200 N Template:XVideosRedList Created page with "<noinclude> {{sandbox other||{{pp-template|small=yes}}}} {| {{STDT|sortable career align-center}} </noinclude> <includeonly>{{#invoke:XVideosRedList|channel}}</includeonly> <noinclude> |} </noinclude>" current
- 02:2702:27, 15 March 2025 diff hist +244 N Template:XVideosRedListTop Created page with "<includeonly> <div style="overflow: auto;"> {| class="sortable career align-middle table" style="width: 100%; clear: both; empty-cells:show" {{#invoke:XVideosRedList|tableHeader}} {{#if:{{{list|}}}|{{{list|}}} {{!}}{{)}}}} </div> </includeonly>" current
- 02:2702:27, 15 March 2025 diff hist +507 N Module:XVideosRedList/L Created page with "-- Channel data for names starting with 'L' local L = {} -- Channel data L.channels = { ["Lipe Louco"] = { name = "Lipe Louco", aliases = {"lipelouco", "lipe louco", "lipe-louco"}, channel = "lipiroco", genre = "Straight", notes = "" }, ["Luana Prado"] = { name = "Luana Prado", aliases = {"luanaprado", "luana prado", "luana-prado"}, channel = "luana_prado_official", genre = "Trans",..."
- 02:2602:26, 15 March 2025 diff hist +629 N Module:XVideosRedList/i18n Created page with "-- i18n submodule for Module:XVideosRedList local i18n = { errors = { channelIsEmpty = "Channel name is empty", channelNotFound = "Channel '%s' not found", duplicateChannels = "Multiple channels found with the name '%s'", moduleLoadError = "Could not load channel data module for letter '%s'", invalidModuleStructure = "Invalid structure in channel data module for letter '%s'", noGenreProvided = "No genre provided for th..." current
- 02:2402:24, 15 March 2025 diff hist +8,950 N Module:XVideosRedList Created page with "-- This module handles the display of XVideos RED channel information local p = {} -- Load the i18n submodule for text strings and error messages local i18n = require('Module:XVideosRedList/i18n') -- Base URL for XVideos RED local BASE_URL = "https://www.xvideos.red/" -- Suffix to append to all XVideos RED URLs local URL_SUFFIX = "?sxcaf=TARTFSJC35" -- Main header URL for title link local HEADER_URL = "https://www.xvideos.red/gay?sxcaf=TARTFSJC35" -- Default category f..."
11 March 2025
- 03:2603:26, 11 March 2025 diff hist +198 N File:TestAV1-0029-P2.webm Uploaded via PBC Media Converter current
- 03:2603:26, 11 March 2025 diff hist +198 N File:TestAV1-0029-P1.webm Uploaded via PBC Media Converter current
- 02:4802:48, 11 March 2025 diff hist +21 N Category:Ricky Ibañez videos Created page with "{{MRV|Ricky Ibañez}}" current
3 March 2025
- 10:4210:42, 3 March 2025 diff hist +129 N Category:WebM videos Created page with "<center>200px</center> {{Large category TOC 2}} Category:Categories Category:Videos by file format" current
- 10:4110:41, 3 March 2025 diff hist +73 N Category:American men videos Created page with "{{Large category TOC}} American" current
- 10:4110:41, 3 March 2025 diff hist +82 N Category:African American men videos Created page with "{{Large category TOC}} African American" current
- 10:4010:40, 3 March 2025 diff hist +80 N Category:Afro-Brazilian men videos Created page with "{{Large category TOC}} Afro-Brazilian" current
24 February 2025
- 23:0023:00, 24 February 2025 diff hist +4,061 N Template:Main Page/styles.css Created page with "→{{pp|small=yes}}: .mp-box { border: 1px solid #aaa; →all colors overriden on specific elements in @media screen: padding: 0 0.5em 0.5em; margin-top: 4px; } .mp-h2, body.skin-timeless .mp-h2 { →Timeless needs a higher specificity: border: 1px solid #aaa; →all colors overriden on specific elements in @media screen: margin: 0.5em 0; padding: 0.2em 0.4em; font-size: 120%; font-weight: bold; font-family: inherit; } .mp-later { font-size: 85%; fon..." current
- 21:1921:19, 24 February 2025 diff hist −2,144 Main Page No edit summary current Tag: Manual revert
- 21:1821:18, 24 February 2025 diff hist +80,865 MediaWiki:Common.css Undo revision 2925 by PeaceDeadC (talk) Tag: Undo
- 21:1721:17, 24 February 2025 diff hist −80,865 MediaWiki:Common.css Blanked the page Tags: Blanking Reverted
- 21:1621:16, 24 February 2025 diff hist −270 Main Page No edit summary Tag: Reverted
- 21:0721:07, 24 February 2025 diff hist +1,963 Main Page No edit summary Tag: Reverted
- 21:0021:00, 24 February 2025 diff hist +1,122 MediaWiki:Common.css No edit summary
- 20:5520:55, 24 February 2025 diff hist −168 Main Page No edit summary Tag: Reverted