More actions
Combined display of all available logs of Prism Party. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 02:22, 28 April 2023 BakiDance talk contribs created page Template:Short description (Redirected page to Template:Short description) Tag: New redirect
- 02:20, 28 April 2023 BakiDance talk contribs created page Template:Short description (Created page with "{{#if:{{{1|}}}|{{SHORTDESC:{{{1|}}}}}|{{SHORTDESC:}}}}<noinclude> {{/doc}}</noinclude>")
- 01:17, 28 April 2023 BakiDance talk contribs created page Template:CMD (Created page with "<div class="command-template copy">{{{1}}}</div>")
- 22:33, 27 April 2023 BakiDance talk contribs protected File:WikimediaUI-Globe.svg [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [Upload=Allow only administrators] (indefinite) (hist)
- 22:32, 27 April 2023 BakiDance talk contribs created page File:WikimediaUI-Globe.svg (Uploaded a work by Unknown from Wikipedia with UploadWizard)
- 22:32, 27 April 2023 BakiDance talk contribs uploaded File:WikimediaUI-Globe.svg (Uploaded a work by Unknown from Wikipedia with UploadWizard) Tag: Upload Wizard
- 22:30, 27 April 2023 BakiDance talk contribs created page Template:Infobox buttons/doc (Created page with "{{Documentation}} This template generates the external link button used by some infobox templates. It is meant to be used inside another template instead of directly. == See also == * {{t|In-game name}} - template used to convert wiki page name into in-game entities * {{t|Ship matrix name}} - template used to convert wiki page name into ship names on RSI website == Parameters == ;type :Determine what external link should be generated ;galactapediaurl :The Galactapedia...")
- 18:35, 24 April 2023 BakiDance talk contribs changed the content model of the page User:Darksun from "JavaScript" to "wikitext"
- 00:35, 24 April 2023 BakiDance talk contribs created page Module:NumberSpell (Created page with "-- This module converts a number into its written English form. -- For example, "2" becomes "two", and "79" becomes "seventy-nine". local getArgs = require('Module:Arguments').getArgs local p = {} local max = 100 -- The maximum number that can be parsed. local ones = { [0] = 'zero', [1] = 'one', [2] = 'two', [3] = 'three', [4] = 'four', [5] = 'five', [6] = 'six', [7] = 'seven', [8] = 'eight', [9] = 'nine' } local specials = { [10] = 'ten', [11] = 'eleven...")
- 00:34, 24 April 2023 BakiDance talk contribs created page Module:NumberSpell/doc (Created page with "{{Documentation}} {{Wikipedia template}} '''Module:NumberSpell''' takes a number and returns the equivalent English word. For example, "2" becomes "two" and "79" becomes "seventy-nine". Numbers must be integers between 0 and 100.")
- 00:23, 24 April 2023 BakiDance talk contribs created page Module:Time ago/doc (Created page with "{{Documentation}} {{Wikipedia template}} '''Module:Time ago''' implements the {{tl|Time ago}} template.")
- 00:23, 24 April 2023 BakiDance talk contribs created page Module:Time ago (Created page with "-- Replacement for Template:Time ago local numberSpell = require('Module:NumberSpell')._main local yesno = require('Module:Yesno') local p = {} -- Table to convert entered text values to numeric values. timeText = { ['seconds'] = 1, ['minutes'] = 60, ['hours'] = 3600, ['days'] = 86400, ['weeks'] = 604800, ['months'] = 2678400, ['years'] = 31557600 } -- Table containing tables of possible units to use in output. timeUnits = { [1] = { 'second', 'seconds', "s...")
- 00:23, 24 April 2023 BakiDance talk contribs created page Template:Time ago/doc (Created page with "{{Documentation}} The '''Time ago''' template calculates the amount of time which has passed since a provided timestamp. The result is a string similar to one of the examples below. This template ''should not'' be used with "subst" unless you don't want the stamp to change as the user refreshes the page. The result is rounded down. "Month" is defined as 31 days. ;Usage * <code><nowiki>{{</nowiki>'''Time ago'''|''timestamp''<nowiki>}}</nowiki></code> The timestamp ca...")
- 00:23, 24 April 2023 BakiDance talk contribs created page Template:Time ago (Created page with "{{#invoke:Time ago|main}}<noinclude>{{/doc}}</noinclude>")
- 00:20, 24 April 2023 BakiDance talk contribs created page User:BakiDance (Created page with "{{UserStats}}") Tag: Visual edit
- 00:19, 24 April 2023 BakiDance talk contribs created page Template:UserStats/doc (Created page with "{{Documentation}} This template is used to generate user stats on a user page. It will only work when it is put on an user page (e.g. User:BakiDance). == Usage == <code><nowiki>{{userpage stats}}</nowiki></code> == Credit == Template source modified from Star Citizen Wiki. <includeonly>{{PAGENAME}}</includeonly>")
- 00:18, 24 April 2023 BakiDance talk contribs created page Template:UserStats/styles.css (Created page with ".t-userstats { margin: 2rem 0; display: flex; font-size: 0.8125rem; line-height: 1.375; overflow-x: auto; } .t-userstats__item { padding: 0 var( --space-md ); } .t-userstats__item:first-child { padding-left: 0; } .t-userstats__item + .t-userstats__item { border-left: 1px solid var( --border-color-base ); } .t-userstats__label { color: var( --color-base--subtle ); letter-spacing: 0.05em; } .t-userstats__value { color: var( --color-base--emphasized );...")
- 00:18, 24 April 2023 BakiDance talk contribs created page Template:UserStats (Created page with "<includeonly><!-- Get data from API -->{{#get_web_data: url={{SERVER}}/api.php?action=query&format=json&list=usercontribs%7Cusers&uclimit=1&ucuser={{ROOTPAGENAME}}&ucnamespace=0&ucprop=timestamp&usprop=editcount%7Cregistration&ususers={{ROOTPAGENAME}} |format=JSON |data=<!-- Edit count -->editcount=editcount,<!-- Registration time -->registrationtime=registration,<!-- Last edit time -->lastedittime=timestamp |cache seconds=60 }}<!-- Actual template starts here --><div...")
- 19:20, 23 April 2023 BakiDance talk contribs created page Template:UserIcon/styles.css (Created page with ".profile-iconbox { position: relative; background: var( --color-surface-1 ); border-radius: 8px; box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.04 ), 0 3px 6px rgba( 0, 0, 0, 0.0575 ); font-size: 0.875rem; overflow: hidden; width: fit-content; }")
- 18:09, 23 April 2023 BakiDance talk contribs created page Template:LinkIcon (Created page with "<div class="profile-iconbox"> <div class="profile-iconbox__img">{{Dimg|{{#avatar:{{{name|{{PAGENAME}}}}}|l}}}}</div> <div class="profile-iconbox__foreground"> <div class="profile-iconbox__label">{{{label|User profile}}}</div> <h3 class="profile-iconbox__header">{{{header|{{PAGENAME}}}}}</h3> </div> </div>")
- 17:37, 23 April 2023 BakiDance talk contribs created page Template:User Profile (Created page with "<div class="profile-header"> <!--<div class="home-card__label">User profile</div>--> <div id="home-content" class="empty-grid"> <div class="main-home-grid"> <div class="article"> <div class="profile-iconbox"> <div class="profile-iconbox__img">{{Dimg|{{#avatar:BakiDance|l}}}}</div> <div class="profile-iconbox__foreground"> <div class="profile-iconbox__label">User profile</div> <h3 class="profile-iconbox__header">BakiDance</h3> </div> </div> </div><div class="widgets">...")
- 22:20, 22 April 2023 BakiDance talk contribs created page Server maintenance incoming! (create post)
- 20:46, 22 April 2023 BakiDance talk contribs created page File:Cubey working.png (Uploaded a work by BakiDance from Prism Party with UploadWizard)
- 20:46, 22 April 2023 BakiDance talk contribs uploaded File:Cubey working.png (Uploaded a work by BakiDance from Prism Party with UploadWizard) Tag: Upload Wizard
- 04:02, 22 April 2023 BakiDance talk contribs changed group membership for Cubey from (none) to administrator, interface administrator, bureaucrat, staff and forum administrator
- 22:04, 21 April 2023 BakiDance talk contribs created page Welcome to the Prism Party website! (Created page with "<noinclude> <!-- Post Title --> {{DISPLAYTITLE:Welcome to the Prism Party website!|noerror}} <!----></noinclude>{{#switch:{{{1}}} |body = <!-- <-- Begin writing post under this line. --> {{Dimg|900px|center}}<br> <center>''Image caption''</center> ---- Hey everyone, and welcome to the shiny new Prism Party website! Aside from the Discord (which you can join via the widget on the left of the screen) this site will be the informational hub of all...")
- 22:02, 21 April 2023 BakiDance talk contribs created page We're in Public Beta! (Created page with "<noinclude> <!-- Post Title --> {{DISPLAYTITLE:We're in Public Beta!|noerror}} <!----></noinclude>{{#switch:{{{1}}} |body = <!-- <-- Begin writing post under this line. --> {{Dimg|500px|center}}<br> Hey everyone, we have some exciting news! As of today, we are opening the survival server for everyone to join! But, be warned, <u>this is not our official release</u>; keep reading for more, rather important, information! ===So, what is this...")
- 22:00, 21 April 2023 BakiDance talk contribs protected File:PrismPartyBetaLogo.png [Move=Allow only administrators] (indefinite) [Upload=Allow only administrators] (indefinite) (hist)
- 22:00, 21 April 2023 BakiDance talk contribs created page File:PrismPartyBetaLogo.png (Uploaded a work by BakiDance from Prism Party with UploadWizard)
- 22:00, 21 April 2023 BakiDance talk contribs uploaded File:PrismPartyBetaLogo.png (Uploaded a work by BakiDance from Prism Party with UploadWizard) Tag: Upload Wizard
- 21:55, 21 April 2023 BakiDance talk contribs created page How to link your Minecraft character with the site! (Created page with "<noinclude> <!-- Post Title --> {{DISPLAYTITLE:How to link your Minecraft character with the site!|noerror}} <!----></noinclude>{{#switch:{{{1}}} |body = <!-- <-- Begin writing post under this line. --> Linking your Minecraft character with the site allows you to track votes, use website forms, and helps you keep track of store purchases and forum posts as well as helping others find you more easily. The process itself is pretty straight foward, so let's begin! ===Step...")
- 21:49, 21 April 2023 BakiDance talk contribs created page 3... 2... 1... LAUNCH! (Created page with "<noinclude> <!-- Post Title --> {{DISPLAYTITLE:3... 2... 1... LAUNCH!|noerror}} <!----></noinclude>{{#switch:{{{1}}} |body = <!-- <-- Begin writing post under this line. --> {{Dimg|900px|center}}<br> <center>''Original image removed''</center> ---- ==<center>We're open!</center>== It's been a long time in the making, but Prism Party is now officially open! Before I continue this post, I'd like to than everyone for their support and patience as w...")
- 21:46, 21 April 2023 BakiDance talk contribs created page Holiday Updates and Some Extra Cheer! (Created page with "<noinclude> <!-- Post Title --> {{DISPLAYTITLE:Holiday Updates and Some Extra Cheer!|noerror}} <!----></noinclude>{{#switch:{{{1}}} |body = <!-- <-- Begin writing post under this line. --> {{Dimg|900px|center}}<br> <center>''Original image removed''</center> ---- Christmas time is approaching, and with that, we're getting into the Christmas spirit with some surprise updates! By now, most of you have probably noticed our new candy-themed hub (or...")
- 21:41, 21 April 2023 BakiDance talk contribs created page Happy New Year! (Created page with "<noinclude> <!-- Post Title --> {{DISPLAYTITLE:New Blog Post|noerror}} <!----></noinclude>{{#switch:{{{1}}} |body = <!-- <-- Begin writing post under this line. --> {{Dimg|900px|center}}<br> <center>''Original image removed''</center> ---- Hey everyone, happy new year! 2019 was a wild ride, but it was also transformative for us at Prism. Though we've only been online a couple months, we've grown a lot as a community in that time and, as we move...")
- 21:28, 21 April 2023 BakiDance talk contribs moved page Happy (Early) St. Patricks Day! to Happy (Early) St. Patricks Day!
- 21:27, 21 April 2023 BakiDance talk contribs deleted page Blog:Happy Easter! (2021) (content was: "<noinclude> <!-- Post Title --> {{DISPLAYTITLE:Happy Easter!|noerror}} <!----></noinclude>{{#switch:{{{1}}} |body = <!-- <-- Begin writing post under this line. --> {{Dimg|900px|center}}<br> <center>''Original image removed''</center> ---- Hey everyone! Happy (early) Easter! We're celebrating a bit early this year, and we have some fun events pl...", and the only contributor was "BakiDance" (talk))
- 21:27, 21 April 2023 BakiDance talk contribs created page Happy Easter! (Created page with "<noinclude> <!-- Post Title --> {{DISPLAYTITLE:Happy Easter!|noerror}} <!----></noinclude>{{#switch:{{{1}}} |body = <!-- <-- Begin writing post under this line. --> {{Dimg|900px|center}}<br> <center>''Original image removed''</center> ---- Hey everyone! Happy (early) Easter! We're celebrating a bit early this year, and we have some fun events planned, too! Let's dive in! As always, we have a new crate at spawn... the Easter Crate! You can get k...")
- 21:21, 21 April 2023 BakiDance talk contribs deleted page Happy Pride Month! (Deleted to make way for move from "Blog:Happy Pride Month! (2022)")
- 21:21, 21 April 2023 BakiDance talk contribs moved page Blog:Happy Pride Month! (2022) to Happy Pride Month! without leaving a redirect
- 21:20, 21 April 2023 BakiDance talk contribs moved page Happy Pride Month! to Happy Pride Month!
- 21:14, 21 April 2023 BakiDance talk contribs created page Enjoy the New Chat Update! (Created page with "<noinclude> <!-- Post Title --> {{DISPLAYTITLE:Enjoy the New Chat Update!|noerror}} <!----></noinclude>{{#switch:{{{1}}} |body = <!-- <-- Begin writing post under this line. --> {{Dimg|900px|center}}<br> <center>''Original image removed''</center> ---- We’ve been hard at work adding new features to the server and in the last update we’ve overhauled a system everyone uses daily… the chat! But that’s not all we’ve done! In addition to th...")
- 21:10, 21 April 2023 BakiDance talk contribs created page It's a (Not So Small) World After All (Created page with "<noinclude> <!-- Post Title --> {{DISPLAYTITLE:It's a (Not So Small) World After All|noerror}} <!----></noinclude>{{#switch:{{{1}}} |body = <!-- <-- Begin writing post under this line. --> {{Dimg|900px|center}}<br> <center>''Original image removed''</center> ---- Exciting news! The Survival server's world-border has been expanded! This means that previously unavailable biomes, such as the Mesa, are now accessible! Furthermore, we've brought bac...")
- 21:05, 21 April 2023 BakiDance talk contribs created page Happy (Early) St. Patricks Day! (Created page with "<noinclude> <!-- Post Title --> {{DISPLAYTITLE:Happy (Early) St. Patricks Day!|noerror}} <!----></noinclude>{{#switch:{{{1}}} |body = <!-- <-- Begin writing post under this line. --> {{Dimg|900px|center}}<br> <center>''Original image removed''</center> ---- Hey everyone! It's not St. Patricks Day quite yet, but that doesn't mean we can't celebrate a bit early! As usual, we've got a few surprises in store for you! Firstly, you'll be excited to he...")
- 21:03, 21 April 2023 BakiDance talk contribs created page Blog:Happy Easter! (2021) (Created page with "<noinclude> <!-- Post Title --> {{DISPLAYTITLE:Happy Easter!|noerror}} <!----></noinclude>{{#switch:{{{1}}} |body = <!-- <-- Begin writing post under this line. --> {{Dimg|900px|center}}<br> <center>''Original image removed''</center> ---- Hey everyone! Happy (early) Easter! We're celebrating a bit early this year, and we have some fun events planned, too! Let's dive in! As always, we have a new crate at spawn... the Easter Crate! You can get k...")
- 21:00, 21 April 2023 BakiDance talk contribs created page Server Upgrades and Economy Update (Created page with "<noinclude> <!-- Post Title --> {{DISPLAYTITLE:New Blog Post|noerror}} <!----></noinclude>{{#switch:{{{1}}} |body = <!-- <-- Begin writing post under this line. --> {{Dimg|900px|center}}<br> <center>''Original image removed''</center> ---- Hey, everyone! The full network has been brought back online and is ready to be played! While that one sentence consists of the bulk of this announcement's intention, I still want to take the time to thank you...")
- 20:00, 21 April 2023 BakiDance talk contribs created page Template:Sig (Created page with "[[{{ns:user}}:{{{1|{{REVISIONUSER}}}}}|{{{1|{{REVISIONUSER}}}}}]] [[{{ns:user_talk}}:{{{1|{{REVISIONUSER}}}}}|💬]]")
- 19:53, 21 April 2023 BakiDance talk contribs created page Template:~ (Created page with "~")
- 19:44, 21 April 2023 BakiDance talk contribs created page MediaWiki:Signature (Remove talk link)
- 19:32, 21 April 2023 BakiDance talk contribs created page Template:Home/BlogNav/doc (Created page with "{{Documentation}} This template is used on the Blog post pages to display the navigation widget at the bottom of the page. It automatically determines the latest blog post, but the previous and next posts need to be defined manually.")
- 21:25, 20 April 2023 BakiDance talk contribs moved page Blog:LevelsAndLevels to Levels and Levels without leaving a redirect