All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Unagipedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 08:40, 1 April 2023 Jessica talk contribs deleted page Module:Navbar/styles.css (content was: "{{pp|small=yes}}: .navbar { display: inline; font-size: 88%; font-weight: normal; } .navbar-collapse { float: left; text-align: left; } .navbar-boxtext { word-spacing: 0; } .navbar ul { display: inline-block; white-space: nowrap; line-height: inherit; } .navbar-brackets::before { margin-right: -0.125em; content: '[ '; } .navbar-brackets::after { margin-le...", and the only contributor was "Jessica" (talk))
- 08:38, 1 April 2023 Jessica talk contribs created page Module:Navbar/styles.css (Created page with "{{pp|small=yes}}: .navbar { display: inline; font-size: 88%; font-weight: normal; } .navbar-collapse { float: left; text-align: left; } .navbar-boxtext { word-spacing: 0; } .navbar ul { display: inline-block; white-space: nowrap; line-height: inherit; } .navbar-brackets::before { margin-right: -0.125em; content: '[ '; } .navbar-brackets::after { margin-left: -0.125em; content: ' ]'; } .navbar li { word-spacing: -0.125em; } .navbar a > span, .nav...")
- 08:38, 1 April 2023 Jessica talk contribs created page Template:Hlist/styles.css (Created page with "{{pp-protected|reason=match parent|small=yes}}: * hlist styles are defined in core and Minerva and differ in Minerva. The * current definitions here (2023-01-01) are sufficient to override Minerva * without use of the hlist-separated class. The most problematic styles were * related to margin, padding, and the bullet. Check files listed at * MediaWiki talk:Common.css/to do#hlist-separated: /* * TODO: When the majority of readership supports it (or s...")
- 08:37, 1 April 2023 Jessica talk contribs created page Module:Infobox/styles.css (Created page with "{{pp|small=y}}: * This TemplateStyles sheet deliberately does NOT include the full set of * infobox styles. We are still working to migrate all of the manual * infoboxes. See MediaWiki talk:Common.css/to do#Infobox * DO NOT ADD THEM HERE: * not strictly certain these styles are necessary since the modules now * exclusively output infobox-subbox or infobox, not both * just replicating the module faithfully: .infobox-subbox { padding: 0; borde...")
- 08:31, 1 April 2023 Jessica talk contribs created page Module:Navbar (Created page with "local p = {} local cfg = mw.loadData('Module:Navbar/configuration') local function get_title_arg(is_collapsible, template) local title_arg = 1 if is_collapsible then title_arg = 2 end if template then title_arg = 'template' end return title_arg end local function choose_links(template, args) -- The show table indicates the default displayed items. -- view, talk, edit, hist, move, watch -- TODO: Move to configuration. local show = {true, true, true, false, false...")
- 08:31, 1 April 2023 Jessica talk contribs created page Module:Navbar/configuration (Created page with "return { ['templatestyles'] = 'Module:Navbar/styles.css', ['hlist_templatestyles'] = 'Hlist/styles.css', ['box_text'] = 'This box: ', -- default text box when not plain or mini ['title_namespace'] = 'Template', -- namespace to default to for title ['invalid_title'] = 'Invalid title ', ['classes'] = { -- set a line to nil if you don't want it ['navbar'] = 'navbar', ['plainlinks'] = 'plainlinks', -- plainlinks ['horizontal_list'] = 'hlist', -- horizontal lis...")
- 08:30, 1 April 2023 Jessica talk contribs created page Module:TableTools (Created page with "------------------------------------------------------------------------------------ -- TableTools -- -- -- -- This module includes a number of functions for dealing with Lua tables. -- -- It is a meta-module, meant to be called from other Lua modules, and should not -- -- be called directly from #invoke....")
- 08:30, 1 April 2023 Jessica talk contribs created page Module:Exponential search (Created page with "-- This module provides a generic exponential search algorithm. requirestrict local checkType = require('libraryUtil').checkType local floor = math.floor local function midPoint(lower, upper) return floor(lower + (upper - lower) / 2) end local function search(testFunc, i, lower, upper) if testFunc(i) then if i + 1 == upper then return i end lower = i if upper then i = midPoint(lower, upper) else i = i * 2 end return search(testFunc, i, low...")
- 08:30, 1 April 2023 Jessica talk contribs created page Module:Arguments (Created page with "-- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options every time we call it. local function tidyValDefault(key, val) if type(val) == 'string'...")
- 08:24, 1 April 2023 SeaFoodExtreme talk contribs created page Module:Infobox (Created page with "local p = {} local args = {} local origArgs = {} local root local empty_row_categories = {} local category_in_empty_row_pattern = '%[%[%s*[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]%s*:[^]]*]]' local has_rows = false local lists = { plainlist_t = { patterns = { '^plainlist$', '%splainlist$', '^plainlist%s', '%splainlist%s' }, found = false, styles = 'Plainlist/styles.css' }, hlist_t = { patterns = { '^hlist$', '%shlist$', '^hlist%s', '%shlist%s'...")
- 08:22, 1 April 2023 Jessica talk contribs created page Module:Bananas (Created page with "local p = {} --p stands for package function p.hello( frame ) return "Hello, world!" end return p")
- 08:15, 1 April 2023 SeaFoodExtreme talk contribs created page Template:Infobox (Created page with "{{Infobox | name = {{{name|{{PAGENAME}}}}} | image = {{{image|}}} | caption1 = {{{caption|}}} | label1 = Former names | data1 = {{{former_names|}}} | header2 = General information | label3 = Status | data3 = {{{status|}}} ... <!-- etc. --> }}")
- 08:08, 1 April 2023 SeaFoodExtreme talk contribs created page Template:Infobox YouTube personality (Created page with "<includeonly>{{Infobox | subbox = {{{subbox|}}} | child = {{Yesno|{{{embed|no}}}}} | bodyclass = biography vcard | title = {{#if:{{{embed|}}}|'''YouTube information'''}} | abovestyle = {{#if:{{{embed|}}}||background-color: #B60000; color: white; font-size: 125%}} | above = {{#if:{{{embed|}}}||{{br separated entries |1={{#if:{{{honorific_prefix|{{{honorific prefix|}}}}}}|<span class="honorific-prefix" style="font-size: small">{{{honorific_prefix|{{{...")
- 08:06, 1 April 2023 SeaFoodExtreme talk contribs created page 1-Up Mushroom (Created page with "{{stub}} {{rewrite}} {{object_infobox_2 |title= 1-Up Mushroom |image= STROOP- 1-Up.png |group=Level |group2 = Common 1 |tangibility= |draw= |gravity=3 |friction=1 |buoyancy=1 |interaction=None |damage= |health= |radius=30 |height=30 |hurtbox_radius= |hurtbox_height= |offset=0 |coins= }} '''1-Up Mushrooms''' or '''1-Ups''' are objects found in every course. If Mario touches one, he is granted a life. ==Behavior== There are several different types of 1-Up M...")
- 08:00, 1 April 2023 Jessica talk contribs created page User:Jessica (Created page with "thumb|Piquero patiazul (Sula nebouxii), Punta Pitt, isla de San Cristóbal, islas Galápagos, Ecuador, 2015-07-24, DD 42")
- 07:45, 1 April 2023 SeaFoodExtreme talk contribs created page User:SeaFoodExtreme (Created page with "t")
- 07:25, 1 April 2023 SeaFoodExtreme talk contribs created page File:No a button.png
- 07:25, 1 April 2023 SeaFoodExtreme talk contribs uploaded File:No a button.png
- 02:40, 1 April 2023 Npenplz talk contribs created page User:Npenplz (Created page with ".")
- 01:13, 1 April 2023 Jessica talk contribs created page File:Unagi3.png
- 01:13, 1 April 2023 Jessica talk contribs uploaded File:Unagi3.png
- 01:10, 1 April 2023 User account Npenplz talk contribs was created
- 23:01, 31 March 2023 10.89.0.82 talk created page CodeUnagi (Created page with "CodeUnagi is the role given to University Computer Science Graduate. Since Computer Science departments all around the world are highly competitive, this is the single hardest SM64 TAS Discord role to obtain, beyond even that of admin or moderator.")
- 10:21, 31 March 2023 SeaFoodExtreme talk contribs created page Shrink Cap (Created page with "{{Item|title=Shrink Cap|type=Power-Up|effects=Reduces player size by 75% for 60 seconds.}} The '''Shrink Cap''' is an unused and unfinished cap item in Super Mario 64 which appears as a tiny version of Mario's regular hat, which when put on causes Mario to shrink to a quarter of his usual size. In this state, Mario is just as vulnerable to damage as if he were wearing no hat at all. While his hitbox is reduced to match his visual size, he still interacts with level coll...")
- 10:17, 31 March 2023 SeaFoodExtreme talk contribs created page File:Vampure head.png
- 10:17, 31 March 2023 SeaFoodExtreme talk contribs uploaded File:Vampure head.png
- 10:17, 31 March 2023 SeaFoodExtreme talk contribs created page Creamer77 (Created page with "thumb|Creamer77's profile picture on SM64flaps.org '''Creamer77''' is a controversial figure within the speedrunning community. He is best known for his [https://en.wikipedia.org/wiki/2018 2018] speedrun of SM64 120 stars, which was record breaking at the time. The only issue was, he was also actively beating his wife and kids on stream during the attempt. Efforts to ban him from speedrunning have been unsuccessful to this day. == History == Cr...")
- 10:07, 31 March 2023 SeaFoodExtreme talk contribs created page Cosmic Ray Manipulation (Created page with "Cosmic Ray Manipulation is the process of manipulating Super Mario 64 by using Cosmic Rays to flip certain bits within the games code. It was first discovered it in 2018 after Creamer77 tried to claim the $1 bounty set by rennenhoek1991 for the Tick Tock Clock Upwarp. Creamer77 learned how to manipulate the RF shielding in his console in order for gamma rays to hit specific parts of the N64 Motherboard, letting him control what bits get flipped. He then rel...")
- 10:04, 31 March 2023 SeaFoodExtreme talk contribs created page File:Bloodcoin.webp
- 10:04, 31 March 2023 SeaFoodExtreme talk contribs uploaded File:Bloodcoin.webp
- 10:03, 31 March 2023 SeaFoodExtreme talk contribs created page File:Rennenhoek1991.png
- 10:03, 31 March 2023 SeaFoodExtreme talk contribs uploaded File:Rennenhoek1991.png
- 10:03, 31 March 2023 SeaFoodExtreme talk contribs created page The Blood Coin (Created page with "thumb|The Blood Coin is only visible in-game by moving the camera as far right as possible while Mario is against the back of the shed by the cork boxes.The '''Blood Coin''' is a red coin located in the stage Big Boo's Haunt. While most courses only contain 8 red coins, BBH contains an additional 9th red coin, the Blood Coin, located behind the shed outside the level boundary. This coin can only be accessed using GameShark codes, as Mario norma...")
- 07:37, 31 March 2023 SeaFoodExtreme talk contribs created page Rennenhoek1991 (Created page with "{{short description|Super Mario 64 YouTuber}} {{Infobox YouTube personality | logo = | logo_size = | logo caption = | name = pannenkoek2012 | birth_name = Alex Rennen | birth_date = {{circa|1991}} | birth_place = | nationality = | website = | pseydonym = | channels = {{unbulleted list|[https://www.youtube.com/watch?v=dQw4w9WgXcQ rennenhoek19...")
- 06:28, 31 March 2023 SeaFoodExtreme talk contribs created page File:Staropen.gif
- 06:28, 31 March 2023 SeaFoodExtreme talk contribs uploaded File:Staropen.gif
- 05:59, 31 March 2023 SeaFoodExtreme talk contribs created page File:Goop Expansion.webp
- 05:59, 31 March 2023 SeaFoodExtreme talk contribs uploaded File:Goop Expansion.webp
- 05:50, 31 March 2023 Jongyon7192p talk contribs created page User:Jongyon7192p (Created page with "Real Page: https://ukikipedia.net/wiki/User:jongyon7192p")
- 05:49, 31 March 2023 User account Brampage talk contribs was created
- 05:49, 31 March 2023 User account Jongyon7192p talk contribs was created
- 05:48, 31 March 2023 SeaFoodExtreme talk contribs created page Juice Strats (Created page with "thumb|364x364px|A young man juicing up his Nintendo 64 console Juice Strats are a series of strategies in Super Mario 64 that involve submerging the N64 in various types of juice. Different varieties of juice seem to have different effects on the game. * Apple juice appears to make Mario jump higher. * Pineapple juice appears to make Mario jump farther * Lemon juice appears to speed up the game by 400% * Pomegranate juice appears to destroy th...")
- 05:46, 31 March 2023 Jessica talk contribs created page File:Unagi in cave thumb.png
- 05:46, 31 March 2023 Jessica talk contribs uploaded File:Unagi in cave thumb.png
- 05:44, 31 March 2023 Jessica talk contribs deleted page File:Unagipedia.png (fuck)
- 05:44, 31 March 2023 SeaFoodExtreme talk contribs created page Template:Main Page (Created page with "<templatestyles src="Template:Main_Page/styles.css" /> This wiki is dedicated to recording expert level knowledge of Super Mario 64. The purpose of this wiki is to allow people to find information that isn't easily available on other websites or by a quick Google search. If you want to contribute, feel free to join the [https://discord.gg/YJcJ7Wq Ukikipedia '''Discord server''']. If you wish to find more general information about SM64, please check the [https://www.m...")
- 05:38, 31 March 2023 Jessica talk contribs created page File:Unagipedia.png (unagipedia logo)
- 05:38, 31 March 2023 Jessica talk contribs uploaded File:Unagipedia.png (unagipedia logo)
- 05:33, 31 March 2023 User account SeaFoodExtreme talk contribs was created
- 04:30, 31 March 2023 MediaWiki default talk contribs created page Main Page