User contributions for LIMAFOX76
Appearance
3 February 2026
- 22:0322:03, 3 February 2026 diff hist −1,291 Template:Appearances Heroes Reborn Season 1 No edit summary current
- 20:3420:34, 3 February 2026 diff hist +1,273 Module:Episode/data No edit summary current
- 20:0220:02, 3 February 2026 diff hist +14 Template:Appearances Heroes Reborn Season 1 No edit summary
- 20:0120:01, 3 February 2026 diff hist +3,706 N Template:Appearances Heroes Reborn Season 1 Created page with "<noinclude>{{navbox |list1=</noinclude>{{Navbox with columns | border=child | navbar=plain | state ={{#switch: {{lc:{{{season|}}} }} | 1 | one = collapsed | two | 2 = collapsed | three | 3 = collapsed | four | 4 = collapsed | hr | reborn | heroes reborn = uncollapsed | #default = collapsed }} | title=<h3 style="font: inherit; margin: 0; padding: 0; border-bottom: none;">''Heroes'' Season 1</h3> | style= | titlestyle= | ful..."
- 19:5419:54, 3 February 2026 diff hist −123 Template:Appearances Heroes Season 1 No edit summary current
2 February 2026
- 21:1321:13, 2 February 2026 diff hist +1,591 Peter Petrelli No edit summary
- 21:1121:11, 2 February 2026 diff hist +3 Template:Appearance navbox No edit summary
- 21:1021:10, 2 February 2026 diff hist +1,008 Template:Appearance navbox No edit summary
- 21:0921:09, 2 February 2026 diff hist +1,592 Template:Appearance navbox/doc →Syntax current
- 21:0021:00, 2 February 2026 diff hist +530 Module:Episode/data No edit summary
- 20:5220:52, 2 February 2026 diff hist +2,955 N Template:Appearances Heroes Season 4 Created page with "<noinclude>{{navbox |list1=</noinclude>{{Navbox with columns | border=child | navbar=plain | state ={{#switch: {{lc:{{{season|}}} }} | 1 | one = collapsed | two | 2 = collapsed | three | 3 = collapsed | four | 4 = uncollapsed | hr | reborn | heroes reborn = collapsed | #default = collapsed }} | title=<h3 style="font: inherit; margin: 0; padding: 0; border-bottom: none;">''Heroes'' Season 4</h3> | style= | titlestyle= | ful..." current
- 20:4620:46, 2 February 2026 diff hist +3,663 N Template:Appearances Heroes Season 3 Created page with "<noinclude>{{navbox |list1=</noinclude>{{Navbox with columns | border=child | navbar=plain | state ={{#switch: {{lc:{{{season|}}} }} | 1 | one = collapsed | two | 2 = collapsed | three | 3 = uncollapsed | four | 4 = collapsed | hr | reborn | heroes reborn = collapsed | #default = collapsed }} | title=<h3 style="font: inherit; margin: 0; padding: 0; border-bottom: none;">''Heroes'' Season 3</h3> | style= | titlestyle= | ful..." current
- 20:2920:29, 2 February 2026 diff hist +2,012 N Template:Appearances Heroes Season 2 Created page with "<noinclude>{{navbox |list1=</noinclude>{{Navbox with columns | border=child | navbar=plain | state ={{#switch: {{lc:{{{season|}}} }} | 1 | one = collapsed | two | 2 = uncollapsed | three | 3 = collapsed | four | 4 = collapsed | hr | reborn | heroes reborn = collapsed | #default = collapsed }} | title=<h3 style="font: inherit; margin: 0; padding: 0; border-bottom: none;">''Heroes'' Season 2</h3> | style= | titlestyle= | ful..." current
31 January 2026
- 22:0922:09, 31 January 2026 diff hist +47 m Episode:Genesis →Trivia
26 January 2026
- 05:2805:28, 26 January 2026 diff hist +148 N Property:Brother Created page with "This property checks the '''brother''' of a character or a person. It has a page type. category:Character-related properties" current
25 January 2026
- 21:5121:51, 25 January 2026 diff hist +8 m Peter Petrelli No edit summary
- 21:4821:48, 25 January 2026 diff hist +1,840 N Module:Message box/imbox.css Created page with "→{{pp|small=y}}: .imbox { margin: 4px 0; border: 3px solid #36c; →Default "notice" blue: background-color: var(--background-color-interactive-subtle, #f8f9fa); box-sizing: border-box; overflow-x: hidden; } →For imboxes inside imbox-text cells.: .imbox .mbox-text .imbox { margin: 0 -0.6em; →1 - 0.6 = 0.4em left/right.: } .imbox-speedy { border: 3px solid #b32424; →Red: background-color: #fee7e6; →Pink: } .imbox-delete { border..." current
- 21:4821:48, 25 January 2026 diff hist +3,545 N Module:Namespace detect/config Created page with "-------------------------------------------------------------------------------- -- Namespace detect configuration data -- -- -- -- This module stores configuration data for Module:Namespace detect. Here -- -- you can localise the module to your wiki's language. -- --..." current
- 21:4721:47, 25 January 2026 diff hist +2,569 N Module:Namespace detect/data Created page with "-------------------------------------------------------------------------------- -- Namespace detect data -- -- This module holds data for Module:Namespace detect to be loaded per -- -- page, rather than per #invoke, for performance reasons. -- -------------------------------------------------------------------------------- local cfg = require('Module:Namespace detect/config') local function..." current
- 21:4721:47, 25 January 2026 diff hist +765 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. '^Heroes Wiki:Cascade%-protected items%f[/\0]', '^User:UBX%f[/\0]', -- The user..." current
- 21:4521:45, 25 January 2026 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
- 21:4521:45, 25 January 2026 diff hist +5,755 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
- 21:4421:44, 25 January 2026 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
- 21:4321:43, 25 January 2026 diff hist +7,871 N Module:Category handler Created page with "-------------------------------------------------------------------------------- -- -- -- CATEGORY HANDLER -- -- -- -- This module implements the {{category handler}} template in Lua, -- -- with a few improvements: all namespaces and all namespace alia..." current
- 21:4221:42, 25 January 2026 diff hist +146 N Template:Imbox Created page with "{{#invoke:Message box|imbox}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>" current
- 21:4221:42, 25 January 2026 diff hist +2,484 N Template:Fair use Screencaps Created page with "<!-- Fair use tag, based on Template:Image-license-fairuse -->{{imbox | type = license | image = 52px|Copyrighted | imageright = | text = This image is a screenshot of a copyrighted television program or movie. As such, the copyright for it is most likely owned by the company or corporation that produced it. It is believed that the use of a '''limited number''' of '''web-resolut..." current
- 21:1721:17, 25 January 2026 diff hist +2,761 N Milo Ventimiglia Created page with "{{Infobox Person | sort = Ventimiglia, Milo<!-- Name, Firstname --> | nocat = | prov = <!-- To be used only if there is an apostrophe --> | spoiler = | honorific prefix = | name = | honorific suffix = | image = <!-- BIOGRAPHICAL INFORMATION --> | birth name = Milo Anthony Ventimiglia | native name = | other name =..."
- 21:0621:06, 25 January 2026 diff hist +2,696 N Template:Infobox Person/doc Created page with "{{Documentation subpage}} <!-- Categories and interwikis go at the bottom of this page. --> == Usage == == Syntax == <pre>{{Infobox Person | sort = <!-- Name, Firstname --> | nocat = | prov = <!-- To be used only if there is an apostrophe --> | spoiler = | honorific prefix = | name = | honorific suffix = | image = <!-- BIOGRAPHICAL INFORMATION -->..." current
- 21:0521:05, 25 January 2026 diff hist +5,179 N Template:Infobox Person Created page with "<includeonly><div display="none">{{DEFAULTSORT:{{{sort|{{PAGENAME}}}}}}}<!-- -->{{#if: {{{nocat|}}} | |<!-- -->{{#ifeq: {{{spoiler|}}} | true | Category:Spoilers |<!-- -->{{#ifeq:{{NAMESPACE}} | User | Category:Heroes Wiki contributors | Category:Persons }} }}{{#ifeq:{{{spoiler|}}} | true | {{spoiler}} |<!-- -->}}<!-- -->}}</div>{{Infobox | name..."
- 20:0120:01, 25 January 2026 diff hist −148 Template:Season archive No edit summary
- 19:5919:59, 25 January 2026 diff hist +107 Peter Petrelli/Heroes Season 1 No edit summary current
- 19:5819:58, 25 January 2026 diff hist +1,962 N Template:Season archive Created page with "{{tocright}}This article archives the '''history of [[{{BASEPAGENAME}}]] during {{series|{{{series|h|}}} }} [[{{series abv|{{{series|h|}}} }} Season {{ucfirst:{{{season}}}}}|Season {{ucfirst:{{{season}}}}}]]'''. <p>For more about {{BASEPAGENAME}}, see [[{{BASEPAGENAMEE}}|the main article]]. {{#if: {{#pos:{{PAGENAME}}|/Heroes Season 1|}} | | {{#ifexist:{{BASEPAGENAME}}/Heroes Season 1| <p>For {{BASEPAGENAME}}'s Season 1 history, {{BASEPAGENAME}}/Heroes Season 1|see..."
- 19:5219:52, 25 January 2026 diff hist +351 N Template:Tocright Created page with "{| cellspacing="0" cellpadding="0" style="clear: {{{clear|right}}}; margin-bottom: .5em; float: right; padding: .5em 0 .8em 1.4em; background: none; width: {{{width|{{{1|auto}}}}}};" {{#if:{{{limit|}}}|class="toclimit-{{{limit}}}"}} | __TOC__ |}<noinclude> {{documentation}} <!-- Add cats and interwikis to the /doc subpage, not here! --> </noinclude>" current
- 19:4419:44, 25 January 2026 diff hist +38 Template:Infobox Character No edit summary current
- 19:4219:42, 25 January 2026 diff hist +29 Peter Petrelli No edit summary
- 19:4119:41, 25 January 2026 diff hist +2,860 N Peter Petrelli/Heroes Season 1 Created page with "== Character history == === {{ep|genesis}} === Peter Petrelli stands on a building before falling. Peter then wakes up in the home of Charles Deveaux, a patient under his care. Peter keeps "having these amazing dreams" that he is flying when he closes his eyes. Turning to his brother Nathan, Peter talks about his intense dreams. However, Nathan is a politician campaign|running for..."
- 19:3819:38, 25 January 2026 diff hist +808 Peter Petrelli No edit summary
- 19:3319:33, 25 January 2026 diff hist +629 N Template:Season summary Created page with ":''For an episode-by-episode summary, see '''[[{{FULLPAGENAMEE}}/{{series abv|series={{{series|h}}}}} Season {{ucfirst:{{{season}}}}}|{{PAGENAME}}: {{series abv|series={{{series|h}}}}} Season {{ucfirst:{{{season}}}}} History]]'''''.{{Clear|left}}<noinclude> {{Documentation| content= ==Usage== For use on articles with detailed per-episode information on a subpage for a particular season, this displays a link to that subpage along with an explanation that episode-by-episo..." current
- 19:3119:31, 25 January 2026 diff hist +499 N File:Peter Petrelli in Genesis.png {{Information TV series screencap | series = h | episode = genesis | repisode = | epnumber = S01E01 | time = 0:30:13 (Blu-ray) | description = Peter Petrelli | source = Personal capture | copyright_date = {{copyright date|2006|09|25}} | screenshot_date = {{Screenshot date|2026|01|25}} | author = | permission = See license section }} == License == {{Fair use Screencaps|Genesis|Peter|character}} current
- 19:1019:10, 25 January 2026 diff hist +1,279 N MediaWiki:Uploadtext Created page with "Use the form below to upload files. To view or search previously uploaded files go to the list of uploaded files, (re)uploads are also logged in the upload log, deletions in the deletion log. To include a file in a page, use a link in one of the following forms: * '''<tt><nowiki>[[</nowiki>{{ns:file}}<nowiki>:File.jpg]]</nowiki></tt>''' to use the full version of the file * '''<tt><nowiki></nowiki>{{ns..." current
- 19:0719:07, 25 January 2026 diff hist +3 Template:Information TV series screencap No edit summary current
- 19:0619:06, 25 January 2026 diff hist +1,221 N Template:Information TV series screencap Created page with "{{Navbox | name = Information TV series screencap{{subst:void|Don't change anything on this line. It will change itself when you save.}} | title = | listclass = hlist | state = uncollapsed | above = | image = | group1 = TV series | list1 = {{#if: {{{series|}}} | {{series abv|series={{{series|1}}} }} | group2 = Episode | list2 = {{#if:{{{repisode|}}} | {{{repisode}}} | {{#if: {{{episode|}}} | {{ep|{{{episode}}}}} }} }} | gr..."
- 19:0019:00, 25 January 2026 diff hist +172 Template:Character episode 3 lines No edit summary
- 18:5318:53, 25 January 2026 diff hist +1 m Template:Episode characters line No edit summary current
- 18:4918:49, 25 January 2026 diff hist +24 Template:Episode characters line No edit summary
- 18:4518:45, 25 January 2026 diff hist +148 N Property:First appearance in Created page with "This property checks the '''first episode where a character appears'''. It has a has type::page type. Category:Character-related properties" current
- 18:4418:44, 25 January 2026 diff hist +1 m Template:First appearance No edit summary current
- 18:4318:43, 25 January 2026 diff hist +197 N Template:First appearance Created page with "<includeonly>[[First appearance in::{{#invoke: Episode | getEpisodeFullLink| 1={{{1|}}} }}|{{#invoke: Episode | getEpisodeTitle| 1={{{1|}}} }}]]<includeonly><noinclude>{{Documentation}}</noinclude>"
22 January 2026
- 22:2122:21, 22 January 2026 diff hist +729 N Template:Click Created page with "<div style="position: relative; height: {{{height|60}}}px; width: {{{width|60}}}px; overflow: hidden;"> <div align="center" style="position: absolute; top: 0px; left: 0px; font-size: {{#expr: {{{height|60}}} + 10}}px; overflow: hidden; width: {{{width|60}}}px; height: {{{height|60}}}px; line-height: {{{height|60}}}px; z-index: 3; link-hover: none">{{#if:{{{externallink|}}}|[{{{externallink}}} ]|{{{link|Main Page}}}| ..." current
- 22:2022:20, 22 January 2026 diff hist +81 Peter Petrelli No edit summary