User contributions for Admin
From Little Tail Wiki
Jump to navigationJump to search
9 February 2025
- 00:2000:20, 9 February 2025 diff hist +1 Template:W No edit summary Tag: Manual revert
- 00:2000:20, 9 February 2025 diff hist −1 Template:W No edit summary Tag: Reverted
- 00:1200:12, 9 February 2025 diff hist +64 Template:W/doc No edit summary Tag: Reverted
- 00:1000:10, 9 February 2025 diff hist +102 N Template:W/doc Created page with "Allows you to link directly to Wikipedia pages. Example: {{W|MediaWiki}} <pre> {{W|MediaWiki}} </pre>"
- 00:1000:10, 9 February 2025 diff hist −87 Template:W No edit summary
8 February 2025
- 23:1823:18, 8 February 2025 diff hist +59 Elh Melizée No edit summary
- 22:3322:33, 8 February 2025 diff hist −192 MediaWiki:Gadget-Tabber.js No edit summary current
- 22:3322:33, 8 February 2025 diff hist −192 MediaWiki:Gadget-Tabber.css No edit summary current
- 22:1722:17, 8 February 2025 diff hist +164 MediaWiki:Gadgets-definition No edit summary current
- 22:1622:16, 8 February 2025 diff hist +3,921 N MediaWiki:Gadget-Tabber.js Created page with "→Adapted from ZeldaWiki: https://zeldawiki.wiki/wiki/MediaWiki:Gadget-Tabs.js Edited by Vish: $(document).ready(function() { var globalHashSet = new Set(); // Function to update hashes globally, considering existing Lua-generated counters function updateGlobalHashes() { $('.tab').each(function() { var $this = $(this); var originalHash = $this.attr('data-tab-hash'); var hashBase = originalHash; var e..."
- 22:1622:16, 8 February 2025 diff hist +3,275 N MediaWiki:Gadget-Tabber.css Created page with "→Adapted from ZeldaWiki: https://zeldawiki.wiki/wiki/MediaWiki:Gadget-Tabs.css Edited by Vish General notes: * The classes here are applied by JS and Lua scripts at MediaWiki:Gadget-Tabber.js and Module:TabberUtils, respectively.: .jw-tabs--columns { display: block; } .tabcontainer { display: flex; flex-wrap: wrap; margin-top: calc(-1*0.25rem + 0.5rem); margin-bottom: 0.25rem; } .tabcontainer--align-x-center { justify-content: center; } .jw-tabs--stretch .t..."
- 21:5821:58, 8 February 2025 diff hist +48 Higashi No edit summary current Tag: Visual edit
- 21:5421:54, 8 February 2025 diff hist +20 Higashi No edit summary
- 21:5321:53, 8 February 2025 diff hist 0 m Higashi Admin moved page HIgashi to Higashi: Typo
- 21:5321:53, 8 February 2025 diff hist +386 N Higashi Created page with "{{MissingInfo|Proper company history, gallery, list of works}} '''''Higashi''''' is an artist working for CyberConnect2, beginning with work for ''Solatorobon'' & ''Kemono Project''. He currently draws for a number of their properties, which includes ''.hack'', CC2 Vtubers, and most notably the ''Fuga: Comedies of Steel'' series." Tag: Visual edit: Switched
- 21:3421:34, 8 February 2025 diff hist +394 Little Tail Wiki:About No edit summary
- 21:3221:32, 8 February 2025 diff hist −338 Main Page →Credits From Fandom
- 21:2521:25, 8 February 2025 diff hist +1,467 N Little Tail Wiki:About Created page with "==About Us== '''''Little Tail Wiki''''' is a user-driven fan encyclopedia dedicated to CyberConnect2's ''Little Tail Bronx'' series and its related media. Our aim is to maintain an independently run website for fans old & new to explore the series easily. This wiki was originally based in a certain free wiki host, however due to poor administration tools, vandalism, and invasive advertising, it was decided to move on from said host. This website is a passion project amon..."
- 19:4219:42, 8 February 2025 diff hist +49 MediaWiki:Common.css No edit summary
- 19:3219:32, 8 February 2025 diff hist +79 MediaWiki:Common.css No edit summary
- 19:1619:16, 8 February 2025 diff hist +28 Template:Tabber/doc No edit summary current
- 19:0919:09, 8 February 2025 diff hist −192 Template:Tabber/doc No edit summary
- 18:5418:54, 8 February 2025 diff hist 0 Template:Tabber No edit summary
- 18:5318:53, 8 February 2025 diff hist +693 N Template:Tabber/doc Created page with "Creates switchable tabs wherever the template is used. For the sake of readability, it's recommended to format the use of this template like the examples below. ==Example== {{Tabber |Uno| Some text. |Due| Different text. How bizarre. }} <pre> {{Tabber |Uno| Some text. |Due| Different text. How bizarre. }} </pre><br/> ==Example (with nested tabs)== {{Tabber |Big 1| A |Big 2| {{Tabber |Nested 1| B |Nested 2| C }} }} <pre> {{Tabber |Big 1| A |Big 2| {{Tabber |Nested 1| B..."
- 18:4918:49, 8 February 2025 diff hist +2,145 N Template:See also Created page with ":{{rellink|{{{altphrase|''See also''}}}: {{#if:{{{1<includeonly>|</includeonly>}}} |<!--then:-->[[:{{{1}}}{{#if:{{{label 1|{{{l1|}}}}}}|{{!}}{{{label 1|{{{l1}}}}}}}}]] |<!--else:-->'''Error: Template must be given at least one article name''' }}{{#if:{{{2|}}}|{{#if:{{{3|}}}|, | and }} [[:{{{2}}}{{#if:{{{label 2|{{{l2|}}}}}}|{{!}}{{{label 2|{{{l2}}}}}}}}]] }}{{#if:{{{3|}}}|{{#if:{{{4|}}}|, |, and }} :{{{3}}}{{#if:{{{label 3|{{{l3|}}}}}}|{..." current
- 18:4918:49, 8 February 2025 diff hist +125 N Template:Rellink Created page with "<div role="note" class="rellink mw-tpl-rellink{{#if:{{{extraclasses|}}}|<nowiki> </nowiki>{{{extraclasses}}}}}">{{{1}}}</div>" current
- 18:4818:48, 8 February 2025 diff hist +7,072 N Module:TabberUtils Created page with "-- Adapted from ZeldaWiki: https://zeldawiki.wiki/w/index.php?title=Module:UtilsLayout/Tabs -- Edited by Vish local p = {} local h = {} -- Function to parse arguments function p.parse(frameArgs) local args = { tabs = {}, align = "left", default = 1, columns = nil, position = "top", distribution = nil, tabAlign = "center", contentAlign = "left", class = nil, } -- Parse named parameters..." current
- 18:4718:47, 8 February 2025 diff hist +86 Template:Tabber No edit summary
- 18:4518:45, 8 February 2025 diff hist +68 N Template:Tabber Created page with "<includeonly>{{#invoke:Tabber|main}}</includeonly> {{documentation}}"
- 18:4318:43, 8 February 2025 diff hist +1,175 N Module:Tabber Created page with "local p = {} local tabberUtils = require("Module:TabberUtils") function p.main(frame) local parentArgs = frame:getParent().args local args = tabberUtils.parse(parentArgs) return p.printTabs(args) end function p.printTabs(args) local tabData = {} for _, tab in ipairs(args.tabs) do local tabContent = tab.content if tabContent and mw.text.killMarkers(tabContent) == "" then tabContent = mw.text.unstripNoWiki(tabContent)..." current
- 15:3915:39, 8 February 2025 diff hist +99 N Category:Pages with broken file links Created page with "A list of all pages that have broken file links. Users should fix these errors as soon as possible." current Tag: Visual edit: Switched
6 February 2025
- 22:5922:59, 6 February 2025 diff hist +601 N Template:MissingInfo/doc Created page with "==Syntax== Type <code>{{t|MissingInfo}}</code> at the start of an article. To specify details, type <code>{{t|MissingInfo|details}}</code>, where <code><details></code> is to be replaced with the details of why the page is a stub. ==Usage== Use this template on pages that are short or unfinished. This automatically places the article in Category:Stubs, allowing these unfinished pages to be found easily. <noinclude>__NOTOC__ Category:Template documentation</no..." current
- 22:5922:59, 6 February 2025 diff hist +18 Template:MissingInfo No edit summary current
- 22:5522:55, 6 February 2025 diff hist 0 Template:MissingInfo No edit summary
- 22:5522:55, 6 February 2025 diff hist 0 N File:Fuga UI Notice.png No edit summary current
- 22:2422:24, 6 February 2025 diff hist +23 m MediaWiki:Gadget-DeferredDisplay.js Reverted edit by Admin (talk) to last revision by Zoltier current Tag: Rollback
- 22:2222:22, 6 February 2025 diff hist −23 MediaWiki:Gadget-DeferredDisplay.js No edit summary Tag: Reverted
- 18:3518:35, 6 February 2025 diff hist +20 N File:Waffle.png waffle current
- 17:5417:54, 6 February 2025 diff hist −11 Fuga: Melodies of Steel No edit summary current
- 17:5317:53, 6 February 2025 diff hist 0 N File:Fuga intermission.jpg No edit summary current
- 17:5317:53, 6 February 2025 diff hist 0 N File:Sucre cover.png No edit summary current
- 17:5017:50, 6 February 2025 diff hist −958 Fuga: Melodies of Steel No edit summary
- 17:4817:48, 6 February 2025 diff hist −16 Fuga: Melodies of Steel 2 No edit summary
- 17:4617:46, 6 February 2025 diff hist 0 N File:FUGA2 SS enUS 06.png Uploaded with SimpleBatchUpload current
- 17:4617:46, 6 February 2025 diff hist 0 N File:FUGA2 SS enUS 01.png Uploaded with SimpleBatchUpload current
- 17:4617:46, 6 February 2025 diff hist 0 N File:FUGA2 SS enUS 05.png Uploaded with SimpleBatchUpload current
- 17:4617:46, 6 February 2025 diff hist 0 N File:FUGA2 SS enUS 04.png Uploaded with SimpleBatchUpload current
- 17:4617:46, 6 February 2025 diff hist 0 N File:FUGA2 SS enUS 02.png Uploaded with SimpleBatchUpload current
- 17:4617:46, 6 February 2025 diff hist 0 N File:FUGA2 SS enUS 03.png Uploaded with SimpleBatchUpload current
- 17:4617:46, 6 February 2025 diff hist 0 N File:FUGA2 Exo-Taranis.png Uploaded with SimpleBatchUpload current