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).
- 23:33, 27 April 2023 User account FranklyMichigan talk contribs was created
- 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...")
- 19:50, 24 April 2023 User account Kairoux talk contribs was created
- 18:35, 24 April 2023 BakiDance talk contribs changed the content model of the page User:Darksun from "JavaScript" to "wikitext"
- 18:34, 24 April 2023 BakiBucket talk contribs created the page User:Darksun using a non-default content model "JavaScript"
- 18:34, 24 April 2023 BakiBucket talk contribs created page User:Darksun (BakiBucket created the page User:Darksun using a non-default content model "JavaScript")
- 18:27, 24 April 2023 BakiBucket talk contribs created page Special:Badtitle/NS200:BakiBucket (import user wiki)
- 18:22, 24 April 2023 User account BakiBucket talk contribs was created
- 12:52, 24 April 2023 Darksun talk contribs created page File:DreamLibrary.png
- 12:52, 24 April 2023 Darksun talk contribs uploaded File:DreamLibrary.png
- 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">...")
- 04:34, 23 April 2023 Cubey talk contribs replied on the thread Quartz - VapidValin Ban Appeal (I completely agree, although there are holes in...)
- 04:33, 23 April 2023 Cubey talk contribs replied on the thread Quartz - VapidValin Ban Appeal (The staff team decided to reject your appeal. Y...)
- 04:33, 23 April 2023 Cubey talk contribs created a new thread, Quartz - VapidValin Ban Appeal (Username: Vapid_Valin (WillowMC_ at the time of...)
- 04:31, 23 April 2023 Cubey talk contribs replied on the thread Angel Ban Appeal (Hey angelcubes- Thanks for filing this appeal....)
- 04:31, 23 April 2023 Cubey talk contribs created a new thread, Angel Ban Appeal (Username: angelcubes<br> What was your punishme...)
- 04:28, 23 April 2023 Cubey talk contribs replied on the thread My ban (Hi AddyFinder, Thank you for submitting this....)
- 04:27, 23 April 2023 Cubey talk contribs created a new thread, My ban (so i got banned for like 359 days or something...)
- 04:26, 23 April 2023 Cubey talk contribs replied on the thread Bible's mute (Hey Bible_Boy666. Thanks for filing this appeal...)
- 04:25, 23 April 2023 Cubey talk contribs created a new thread, Bible's mute (Username: Bible_Boy666<br> What was your punish...)
- 04:16, 23 April 2023 Cubey talk contribs replied on the thread Angel Mute Appeal (Thank you very much 🙂 ---- ''This reply wa...)
- 04:15, 23 April 2023 Cubey talk contribs replied on the thread Angel Mute Appeal (Hey there angelfireazrael! We've discussed this...)
- 04:15, 23 April 2023 Cubey talk contribs created a new thread, Angel Mute Appeal (*Username: Angelfireazrael *What was your punis...)
- 04:14, 23 April 2023 Cubey talk contribs replied on the thread Bible.Boy666’s ban (Hey there, Bible Boy. After discussing your ap...)
- 04:13, 23 April 2023 Cubey talk contribs created a new thread, Bible.Boy666’s ban (Username: Bible.Boy666<br> What was your punish...)
- 04:12, 23 April 2023 Cubey talk contribs replied on the thread Ban Appeal (Hey Moon. Sorry for the late response. After d...)
- 04:12, 23 April 2023 Cubey talk contribs created a new thread, Ban Appeal (Good evening everyone, I would like to apologiz...)
- 04:11, 23 April 2023 Cubey talk contribs created a new thread, not an appeal, just curious (Username: rainbowo_metals<br> What was your pun...)
- 04:09, 23 April 2023 Cubey talk contribs replied on the thread My sincere apologize to the prism party staff team and the whole prism party community base. (Greetings, Ryli. We've discussed your recent r...)
- 04:08, 23 April 2023 Cubey talk contribs created a new thread, My sincere apologize to the prism party staff team and the whole prism party community base. (Username: ryli22<br> What was your punishment:...)
- 04:07, 23 April 2023 Cubey talk contribs replied on the thread Tommoliz aka minnybeep ban appeal (Hey Minny. We discussed this in staff for a bi...)
- 04:06, 23 April 2023 Cubey talk contribs created a new thread, Tommoliz aka minnybeep ban appeal (My username is minnybeep. I got banned back in...)
- 04:00, 23 April 2023 Cubey talk contribs replied on the thread Banned for X-ray even though i wasn't (Hey! As this appeal was handled privately in a...)
- 04:00, 23 April 2023 Cubey talk contribs created a new thread, Banned for X-ray even though i wasn't (Username: GermanScout<br> What was your punishm...)
- 03:59, 23 April 2023 Cubey talk contribs replied on the thread My Ban (Hey, Ryli! After discussing this appeal with t...)