Combined display of all available logs of The METATRON Database. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 06:42, 18 October 2023 ZexisStryfe talk contribs created page Template:METATRON Wiki/shared/styles.css (Created page with ".home-grid { display: grid; grid: auto-flow dense/repeat( auto-fit, minmax( 9.375rem, 1fr ) ); grid-auto-rows: minmax( 3rem, auto ); grid-gap: var( --space-xs ); } .home-grid--col2 { grid-template-columns: 1fr 1fr; } .home-grid a.external { background-image: none; } .home-card { position: relative; padding: var( --space-md ); background: var( --color-surface-1 ); border: 1px solid var( --border-color-base ); border-radius: 8px; box-shadow: 0 3px 6px rgba(...")
- 06:41, 18 October 2023 ZexisStryfe talk contribs created page Template:METATRON Wiki/settings/doc (Created page with "{{Documentation}} {{t|Main page/settings}} contains all the configuration for all the main page templates. Please edit this template to update the content on the main page. <includeonly> Category:Main page templates Category:Manual templates </includeonly>")
- 06:41, 18 October 2023 ZexisStryfe talk contribs created page Template:METATRON Wiki/settings (Created page with "<includeonly>{{#if:{{{1|}}} |{{#switch:{{{1}}} <!-- Configuration starts here --> <!-- Header --> | subtitle = The {{em|bespoke}} ''METATRON Wiki'' that {{em|punches above its weight class}} since 2020. <!-- Event --> | eventpage = CitizenCon 2023 | eventimage = CitCon Banner 01.png <!-- See Template:Time ago for acceptable time syntax NOTE: Time needs to be in UTC timezone --> | eventstarttime = 2023-10-21 18:00 | eventendtime = 2023-10-23 04:00 <!-- Featured --> |...")
- 06:39, 18 October 2023 ZexisStryfe talk contribs created page Template:METATRON Wiki/featured/styles.css (Created page with "#home-featured { overflow: hidden; } #home-featured .home-card__background a { display: block; height: 100%; } #home-featured .home-card__background:after { top: unset; height: 60%; background: linear-gradient( to top, #000, transparent ); } #home-featured .home-card__foreground { top: unset; }")
- 06:38, 18 October 2023 ZexisStryfe talk contribs created page Template:METATRON Wiki/Featured/doc (Created page with "{{Documentation}} This template is used on the main page. It is the featured article card in the content section. You can update the content by editing the main page settings. <includeonly>{{PAGENAME}}</includeonly>")
- 06:37, 18 October 2023 ZexisStryfe talk contribs created page Template:METATRON Wiki/Featured (Created page with "<div id="home-featured" class="home-card home-card--button home-card--col2 home-card--row3"> <div class="home-card__background">[[{{#show:{{METATRON Wiki/settings|featured}}|?Page Image#-|default=File:Placeholderv2.png}}|x200px|link={{METATRON Wiki/settings|featured}}]]</div> <div class="home-card__foreground"> <div class="home-card__label">Featured</div> <div class="home-card__header">{{BASEPAGENAME:{{METATRON Wiki/settings|featured}}}}</div> </div> </div><templatestyle...")
- 09:50, 14 October 2023 ZexisStryfe talk contribs created page Module:If preview (Created page with "local p = {} local cfg = mw.loadData('Module:If preview/configuration') --main This function returns either the first argument or second argument passed to this module, depending on whether the page is being previewed. function p.main(frame) if cfg.preview then return frame.args[1] or '' else return frame.args[2] or '' end end --[[ pmain This function returns either the first argument or second argument passed to this module's parent (i.e. template usi...")
- 09:03, 14 October 2023 ZexisStryfe talk contribs created page Module:Gallery/doc (Created page with "{{Documentation}} '''Module:Gallery''' is a module that implements the {{tl|Gallery}} template. Please see the template page for usage instructions.")
- 09:03, 14 October 2023 ZexisStryfe talk contribs created page Module:Gallery (Created page with "local getArgs = require('Module:Arguments').getArgs local p = {} local root function p.main(frame) local args = getArgs(frame) return p._main(args) end function p._main(args) local filearg = '' local height = '120' local prependarg = '[[File:' local apprendarg = '|frameless|' .. 'x' .. height .. 'px]]' for key,value in pairs(args) do local content = args[key] -- Check if arg is a valid file name if content:match('.[^{}<>]+%.%w+') then content = pr...")
- 09:00, 14 October 2023 ZexisStryfe talk contribs created page Module:Array/doc (Created page with "{{Documentation}} This module is a helper module to be used by other modules; it may not designed to be invoked directly. See [https://runescape.wiki/w/Module:Array Module:Array] on RuneScape Wiki for more details.")
- 09:00, 14 October 2023 ZexisStryfe talk contribs created page Module:Array (Created page with "-- Imported from: https://runescape.wiki/w/Module:Array local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local checkTypeMulti = libraryUtil.checkTypeMulti ---@class Array ---@operator call(any[]): Array ---@operator concat(any[]): Array ---@operator concat(number|string|function): string ---@operator unm: Array ---@operator add(number|number[]|Array): Array ---@operator sub(number|number[]|Array): Array ---@operator mul(number|number[]...")
- 08:47, 14 October 2023 ZexisStryfe talk contribs created page Template:Gallery/styles.css (Created page with ".template-gallery { margin-top: var( --space-md ); display: flex; overflow: auto; gap: var( --space-xs ); } .template-gallery a.mw-file-description { display: block; border-radius: var( --border-radius--small ); overflow: hidden; } .template-gallery a.mw-file-description img { transition: transform 250ms ease; } .template-gallery a.mw-file-description:hover img { transform: scale(1.1); } .template-gallery video { max-width: none !important; max...")
- 08:46, 14 October 2023 ZexisStryfe talk contribs created page Template:Gallery/doc (Created page with "{{Documentation}} ;Description :This template is used to implement gallery section into a page ;Syntax :Type <code><nowiki>{{Gallery|<<image 1>>|<<image 2>>|<<image 3>>|<...>|<<image 9>>}}</nowiki></code> ;Sample output :<code><nowiki>{{Gallery|tapir.jpg|tapirfront.jpg|tapirback.jpg}}</nowiki></code> ;References <references/>")
- 08:46, 14 October 2023 ZexisStryfe talk contribs created page Template:Gallery (Created page with "<includeonly>{{#if:{{{1|}}}|{{#invoke:Gallery|main}}}}<templatestyles src="Template:Gallery/styles.css"/></includeonly><noinclude>{{/doc}}</noinclude>")
- 11:45, 19 October 2021 ZexisStryfe talk contribs created page Methuselah (Created page with "{{Infobox Species | Name = Methuselah | Kingdom = Animalia | Phylum = Chordata | Class = Mammalia | Order = Primate | Family = Hominidae | Genus = Homo | Species = sapiens san...")
- 09:48, 19 October 2021 ZexisStryfe talk contribs created page Template:Infobox Species (Created page with "<includeonly>Category:Species<table class="infobox-table floatright " style="padding-top:0"> <tr> <th width="410px" colspan="3" class="infobox-table-name" style="text-ali...")
- 06:31, 19 October 2021 ZexisStryfe talk contribs created page Template:W (Redirected page to Template:WP) Tag: New redirect
- 06:30, 19 October 2021 ZexisStryfe talk contribs created page Template:Wikipedia (Created page with "{{MessageBox |Message =45px|Wikipedia This page uses content from [https://www.wikipedia.org '''Wikipedia''']. The original article was at W...")
- 06:25, 19 October 2021 ZexisStryfe talk contribs created page Module:Hatnote list/doc (Created page with "{{Documentation}} {{Wikipedia template}} '''Module:Hatnote list''' produces and formats lists for use in hatnotes. In particular, it implements the for-see list, i.e. lists o...")
- 06:24, 19 October 2021 ZexisStryfe talk contribs created page Module:Hatnote list (Created page with "-------------------------------------------------------------------------------- -- Module:Hatnote list -- --...")
- 06:24, 19 October 2021 ZexisStryfe talk contribs created page Module:Hatnote/doc (Created page with "{{Documentation}} {{Wikipedia template}} '''Module:Hatnote''' is a meta-module that provides various functions for making hatnotes. It implements the {{tl|hatnote}} template,...")
- 06:23, 19 October 2021 ZexisStryfe talk contribs created page Module:Hatnote (Created page with "-------------------------------------------------------------------------------- -- Module:Hatnote -- --...")
- 06:22, 19 October 2021 ZexisStryfe talk contribs created page Module:For/doc (Created page with "{{Documentation}} {{Wikipedia template}} '''Module:For''' implements the {{tl|For}} template.")
- 06:21, 19 October 2021 ZexisStryfe talk contribs created page Module:For (Created page with "local mArguments --initialize lazily local mHatlist = require('Module:Hatnote list') local mHatnote = require('Module:Hatnote') local yesNo = require('Module:Yesno') local p =...")
- 06:19, 19 October 2021 ZexisStryfe talk contribs created page Template:DependencyList/doc (Created page with "{{Documentation}} This template is meant to be used on module documentations. {{T|DependencyList|<Module name>|category=<true/false>|compact=<true/false>}} All parameters ar...")
- 06:19, 19 October 2021 ZexisStryfe talk contribs created page Template:DependencyList (Created page with "<includeonly>{{#invoke:DependencyList|main}}</includeonly><noinclude>{{/doc}}</noinclude>")
- 06:13, 19 October 2021 ZexisStryfe talk contribs created page Template:=/doc (Created page with "{{Documentation}} {{t|{{=}}}} allows "=" to be used in unnamed template parameters. It inserts the one-character equals-sign ("=") into the text. == Usage == *<code><nowiki>{...")
- 06:13, 19 October 2021 ZexisStryfe talk contribs created page Template:= (Created page with "=<noinclude>{{/doc}}</noinclude>")
- 09:05, 26 February 2021 ZexisStryfe talk contribs uploaded a new version of File:Abella-Rose.png
- 20:02, 22 October 2020 ZexisStryfe talk contribs created page File:William-Black.png
- 20:02, 22 October 2020 ZexisStryfe talk contribs uploaded File:William-Black.png
- 19:57, 22 October 2020 ZexisStryfe talk contribs created page William Black (Created page with "{{Infobox Character | Name = William Black | Gender = Male | Race = Human | Height = 6'4" | Weight = 210 lbs. | Eyes = Brown | Hair = Black | PlaceofBirth = New York City, New...")
- 19:45, 22 October 2020 ZexisStryfe talk contribs created page File:Jonas-Hunter-Ascended.png
- 19:45, 22 October 2020 ZexisStryfe talk contribs uploaded File:Jonas-Hunter-Ascended.png
- 19:45, 22 October 2020 ZexisStryfe talk contribs created page File:Jonas-Hunter-Animus-Unleashed.png
- 19:45, 22 October 2020 ZexisStryfe talk contribs uploaded File:Jonas-Hunter-Animus-Unleashed.png
- 19:44, 22 October 2020 ZexisStryfe talk contribs created page File:Jonas-Hunter-Human.png
- 19:44, 22 October 2020 ZexisStryfe talk contribs uploaded File:Jonas-Hunter-Human.png
- 19:43, 22 October 2020 ZexisStryfe talk contribs created page File:Jonas-Hunter-Child.png
- 19:43, 22 October 2020 ZexisStryfe talk contribs uploaded File:Jonas-Hunter-Child.png
- 20:38, 21 October 2020 ZexisStryfe talk contribs created page Category:Deceased Characters (Created page with "{{categorytext| categorytext=The deceased characters that exist in the OMEGA Universe!}} category:People")
- 20:24, 21 October 2020 ZexisStryfe talk contribs created page File:James-Hunter-Older.png
- 20:24, 21 October 2020 ZexisStryfe talk contribs uploaded File:James-Hunter-Older.png
- 20:23, 21 October 2020 ZexisStryfe talk contribs created page James Hunter (Created page with "{{Infobox Character | Name = James Hunter | Gender = Male | Race = Human | Height = 5'10" | Weight = 180 lbs. | Eyes = Green | Hair = Black (graying) | PlaceofBirth = Wytham,...")
- 19:35, 21 October 2020 ZexisStryfe talk contribs created page File:Mary-Ellen-Hunter.png
- 19:35, 21 October 2020 ZexisStryfe talk contribs uploaded File:Mary-Ellen-Hunter.png
- 19:34, 21 October 2020 ZexisStryfe talk contribs created page Mary Ellen Hunter (Created page with "{{incomplete}} {{Infobox Character |Name=Mary Ellen Hunter |Gender=Female |Race=Human |Height=5'4" |Weight=115 lbs. |Eyes=Blue |Hair=Brown |PlaceofBirth=Yorktown, New York, US...")
- 09:52, 19 October 2020 ZexisStryfe talk contribs created page Category:Political Science (Created page with "Sometimes called "politics" or "political organization", Political Science is a term used to describe the ability of some individuals to study or employ social science discipl...")
- 09:52, 19 October 2020 ZexisStryfe talk contribs created page Political Analyst (Redirected page to Category:Political Science) Tag: New redirect
- 09:52, 19 October 2020 ZexisStryfe talk contribs created page Template:Political Analyst (Created page with "'''[[Political Analyst{{#if:{{{1|}}}|{{!}}{{{1|}}}}}]]'''{{#if:{{NAMESPACE}}||Category:Political Science}}<noinclude> == Purpose == This template is essentially a quick wa...")