All public logs
From Little Tail Wiki
Combined display of all available logs of Little Tail Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 00:48, 10 December 2024 Meguumin talk contribs changed group membership for Zoltier from (none) to administrator (For deletion perms and such)
- 23:47, 8 December 2024 Meguumin talk contribs undeleted page Module:If (1 revision)
- 23:46, 8 December 2024 Meguumin talk contribs undeleted page Template:Main (1 revision)
- 23:45, 8 December 2024 Meguumin talk contribs deleted page Template:Main (content was: "<div style="margin-left: 1.6em;">''Main article: {{if|{{{2|}}}| [[{{{1}}}|{{{2}}}]] | [[{{{1}}}|{{#ifeq:{{#titleparts:{{{1}}}|1|-1}}|{{{1}}}|{{{2|{{{1}}}}}}|{{#titleparts: {{{1}}} | 1}} ★ {{#titleparts: {{{1}}} | 1 | -1}}}}]]}}''</div>", and the only contributor was "Meguumin" (talk))
- 23:44, 8 December 2024 Meguumin talk contribs deleted page Module:If (content was: "local p = {} function p.main( frame ) local tArgs = frame:getParent() if not(tArgs.args[1]) then tArgs = frame end local sText = tArgs.args[1] local sTrueAction = tArgs.args[2] or tArgs.args["true"] local sFalseAction = tArgs.args[3] or tArgs.args["false"] if sText == "" then sText = mw.getCurrentFrame():preprocess(sFalseActio...", and the only contributor was "Meguumin" (talk))
- 22:58, 8 December 2024 Meguumin talk contribs created page Module:If (Created page with "local p = {} function p.main( frame ) local tArgs = frame:getParent() if not(tArgs.args[1]) then tArgs = frame end local sText = tArgs.args[1] local sTrueAction = tArgs.args[2] or tArgs.args["true"] local sFalseAction = tArgs.args[3] or tArgs.args["false"] if sText == "" then sText = mw.getCurrentFrame():preprocess(sFalseAction) else sText = mw.getCurrentFrame():preprocess(sTrueAction) end return sText e...")
- 22:53, 8 December 2024 Meguumin talk contribs created page Template:If (Created page with "{{#invoke:if|main}}")
- 22:53, 8 December 2024 Meguumin talk contribs created page Template:Main (Created page with "<div style="margin-left: 1.6em;">''Main article: {{if|{{{2|}}}| [[{{{1}}}|{{{2}}}]] | [[{{{1}}}|{{#ifeq:{{#titleparts:{{{1}}}|1|-1}}|{{{1}}}|{{{2|{{{1}}}}}}|{{#titleparts: {{{1}}} | 1}} ★ {{#titleparts: {{{1}}} | 1 | -1}}}}]]}}''</div>")
- 22:08, 8 December 2024 Meguumin talk contribs changed group membership for Vish from (none) to administrator, interface administrator and bureaucrat (Template edits)
- 22:05, 8 December 2024 User account Vish talk contribs was created by Meguumin talk contribs and password was sent by email (Approved by admin)
- 23:00, 23 November 2024 Meguumin talk contribs changed protection settings for CyberConnect2 [Move=Allow only administrators] (indefinite) (hist)
- 21:02, 23 November 2024 Meguumin talk contribs protected Module:Nihongo/doc [Edit=Allow only administrators] (indefinite) (hist)
- 20:51, 23 November 2024 Meguumin talk contribs created page Module:Nihongo/doc (Created page with "==Usage== <pre>{{nihongo|English|Kanji|Romaji|extra|extra2|type1=|lineBreak=|noParenthesis=|hover=}}</pre> This content comes from JoJo's Bizarre Encyclopedia (https://jojowiki.com), and must be attributed to its authors if you are using it on another wiki or web page, as specified in the license.")
- 20:47, 23 November 2024 Meguumin talk contribs created page Template:Nihongo (Created page with "<includeonly>{{#invoke:Nihongo|nihongo}}</includeonly> This content comes from JoJo's Bizarre Encyclopedia (https://jojowiki.com), and must be attributed to its authors if you are using it on another wiki or web page, as specified in the license.")
- 20:44, 23 November 2024 Meguumin talk contribs created page Module:Nihongo (Created page with "local p = {} -- Main function that generates the Nihongo text function p.nihongo(frame) -- Retrieve the arguments passed to the template local args = frame:getParent().args -- Helper function to create a span element with the given content and style local function getSpan(content, style) if content == "" then return "" end return string.format('<span %s>%s</span>', style, content) end local function escapeQuotes(str) if not...")
- 09:25, 23 November 2024 Meguumin talk contribs created page Category:CyberConnect2 (Created page with "This category features every article relating to CyberConnect2 in general. This includes projects related to ''Little Tail Bronx'', employees, and so on.")
- 08:47, 23 November 2024 Meguumin talk contribs deleted page Template:Videogame Infobox (Replaced by GameInfo. No longer in use.)
- 08:46, 23 November 2024 Meguumin talk contribs protected Template:GameInfo [Edit=Allow only administrators] (indefinite) (hist)
- 08:46, 23 November 2024 Meguumin talk contribs protected Module:GameInfo [Edit=Allow only administrators] (indefinite) (hist)
- 08:45, 23 November 2024 Meguumin talk contribs protected Module:GameInfo/doc [Edit=Allow only administrators] (indefinite) (hist)
- 08:43, 23 November 2024 Meguumin talk contribs created page Module:GameInfo/doc (Created page with "{{GameInfo | headerstyle = (defaults to background-color:grey) | image = 300px | caption = Tail Concerto logo (IMAGE REQUIRED) | ("Info.") | releasedate = X | publisher = X | developer = X | systems = X | genre = X | numofplayers = X | rating = X }} The GameInfo infobox serves as a quick rundown of the article's featured videogame. Infoboxes are put together via Capiunto, which calls upon a Lua-based module....")
- 08:29, 23 November 2024 Meguumin talk contribs created page Template:GameInfo (Created page with "<includeonly>{{#invoke:GameInfo|main}}</includeonly>")
- 08:23, 23 November 2024 Meguumin talk contribs created page Module:GameInfo (Created page with "local capiunto = require 'capiunto' local p = {} function p.main(frame) local args = frame:getParent().args local headerStyle if args.headerstyle and args.headerstyle ~= '' then headerStyle = string.format('background-color:%s;', args.headerstyle) else headerStyle = 'background-color:grey;' end local retval = capiunto.create( { title = tostring(mw.title.getCurrentTitle()) , headerStyle = headerStyle, } ) :addImage( args.image, args.caption ) :addHeade...")
- 20:26, 21 November 2024 Meguumin talk contribs moved page Meta:Manual of Style to Little Tail Wiki:Manual of Style without leaving a redirect (prefix makes more sense)
- 19:49, 19 November 2024 Meguumin talk contribs created page Meta:Manual of Style (Created page with "''Little Tail Wiki'' prioritizes providing accurate information in an easily digestible format. This means we heavily encourage approved editors to follow the outlines provided here, as well as referring to templates & modules when necessary. ==Page Creation== This is the most important factor to any wiki. Please follow the rules here closely if you find yourself confused or lost when creating a page of any of the following. ===Characters=== A page for any main or side...")
- 04:05, 19 November 2024 User account Koimosis talk contribs was created by Meguumin talk contribs and password was sent by email (Domain owner account)
- 02:38, 19 November 2024 User account Zoltier talk contribs was created by Meguumin talk contribs and password was sent by email (User has been approved to join)
- 01:23, 19 November 2024 Meguumin talk contribs deleted page Little Tail Bronx Timeline (User who maintained this can no longer access wiki. Timeline is also going through too much retconning to really keep up on for now.)
- 22:56, 18 November 2024 Meguumin talk contribs created page Template:S (Created page with "<span class="small">({{{1}}})</span><noinclude>Category:Formatting Templates</noinclude> This content comes from JoJo's Bizarre Encyclopedia (https://jojowiki.com), and must be attributed to its authors if you are using it on another wiki or web page, as specified in the license.")
- 22:56, 18 November 2024 Meguumin talk contribs created page Template:1st (Created page with "{{S|1st appearance}}<noinclude>Category:Note Templates</noinclude> This content comes from JoJo's Bizarre Encyclopedia (https://jojowiki.com), and must be attributed to its authors if you are using it on another wiki or web page, as specified in the license.")
- 22:43, 18 November 2024 Meguumin talk contribs created page Template:Char (Created page with "pingas")
- 22:41, 18 November 2024 Meguumin talk contribs protected Template:Char [Create=Allow only administrators] (indefinite) (hist)
- 19:51, 5 July 2024 Meguumin talk contribs created page Taranis Ω (Created page with "{{MissingInfo|More information in general as more content is revealed}} The '''Taranis Ω''' is a special tank featured in ''Fuga: Melodies of Steel 3''. Unlike previous tanks in the trilogy, this form takes flight and omits the Soul Cannon in favor of two wing-like engines. The caterpillar tracks also serve this purpose, emitting the same greenish glow and curving inward. Its overall appearance is reminiscent of a royal knight's armor with a clean white, silver and...")
- 17:25, 25 May 2024 Meguumin talk contribs created page Tokitsu Yusuke (Please do not add any alternative accounts or delve into personal details)
- 23:00, 21 May 2024 Meguumin talk contribs moved page File:Fuga ui depressed.png to File:Fuga UI depressed.png
- 22:59, 21 May 2024 Meguumin talk contribs moved page File:T UI Icon PlayerStatus 04.png to File:Fuga ui depressed.png
- 22:58, 21 May 2024 Meguumin talk contribs created page File:T UI Icon PlayerStatus 04.png
- 22:58, 21 May 2024 Meguumin talk contribs uploaded File:T UI Icon PlayerStatus 04.png
- 04:11, 21 May 2024 Meguumin talk contribs created page Template:HomeNav/sandbox (Created page with "<div class="flexhome" style="display: flex; margin:10px auto; gap: 4px;"> {| id="tailconcerto" class="header-07em home-category" style="border-collapse: separate; border:1px solid #C0C0C0; border-radius: 10px; min-width:250px; background: white; table-layout: fixed; display:inline-table;" ! style="text-align: center; font-size:110%; background:#83BDDE; border-radius: 10px 10px 0 0; height:10px;" | 180px|link=Tail Concerto |- | style="vertic...")
- 23:12, 19 May 2024 Meguumin talk contribs created page MediaWiki:Tabs-dropdown-bgcolor (Created page with "yellow")
- 22:40, 19 May 2024 Meguumin talk contribs deleted page Module:Tabber (content before blanking was: "local p = {} function p.main( frame ) local args = frame:getParent().args return p.buildTabber( args ) end function p.buildTabber( args ) local frame = mw.getCurrentFrame() local infobox = mw.html.create( 'infobox' ):attr( 'theme', 'tabber' ) local panel = infobox:tag( 'panel' ) -- Because, apparently, you can't count args through `#args` local flag = true local i = 1 while flag do local tab_name = args[ 2 * i - 1 ] local tab_content = args[ 2 *...")
- 22:39, 19 May 2024 Meguumin talk contribs deleted page Template:Tabber (content was: "{{#invoke:Tabber|main}}", and the only contributor was "Meguumin" (talk))
- 22:36, 19 May 2024 Meguumin talk contribs created page MediaWiki:Common.css (Created page with "CSS placed here will be applied to all skins: @import "/load.php?mode=articles&articles=u:dev:MediaWiki:Global_Lua_Modules/Tabber.css&only=styles";")
- 22:34, 19 May 2024 Meguumin talk contribs protected Template:Tabber [Edit=Allow only administrators] (indefinite)
- 22:34, 19 May 2024 Meguumin talk contribs created page Template:Tabber (Created page with "{{#invoke:Tabber|main}}")
- 22:33, 19 May 2024 Meguumin talk contribs protected Module:Tabber [Edit=Allow only administrators] (indefinite)
- 22:33, 19 May 2024 Meguumin talk contribs created page Module:Tabber (Created page with "-- Written by bitomic ---- Inspired by IZ*ONE Wiki w:c:iz-one:Template:Lyrics local p = {} function p.main( frame ) local args = frame:getParent().args return p.buildTabber( args ) end function p.buildTabber( args ) local frame = mw.getCurrentFrame() local infobox = mw.html.create( 'infobox' ):attr( 'theme', 'tabber' ) local panel = infobox:tag( 'panel' ) -- Because, apparently, you can't count args through `#args` local flag = true local...")
- 22:24, 19 May 2024 Meguumin talk contribs moved page Tabs to Tabs/Sandbox
- 22:24, 19 May 2024 Meguumin talk contribs created page Tabs (Created page with "<tabs> <tab name="Foo">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</tab> <tab name="Bar">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</tab> <tab name="Baz">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</tab> </tabs>")
- 22:22, 19 May 2024 Meguumin talk contribs deleted page Tabs (content was: "This page contains documentation and demos for the tabs extension. Paste this text on a wiki article with the tabs extension installed to view these demos. ----- {{TOC|limit=4}} = Installation = {{ExtensionInstall|Tabs}} = Configuration = This extension has no configuration options in <code>LocalSettings.php</code>, but it does have the ''MediaWiki:tabs-dropdown-bgcolo...", and the only contributor was "Meguumin" (talk))