All public logs

Combined display of all available logs of WoopMC. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)
  • 19:59, 19 February 2024 Mausterio talk contribs created page Module:Paramtest (Created page with "--[[ {{Helper module |name=Paramtest |fname1 = is_empty(arg) |ftype1 = String |fuse1 = Returns true if arg is not defined or contains only whitespace |fname2 = has_content(arg) |ftype2 = String |fuse2 = Returns true if arg exists and does not only contain whitespace |fname3 = default_to(arg1,arg2) |ftype3 = String, Any value |fuse3 = If arg1 exists and does not only contain whitespace, the function returns arg1, otherwise returns arg2 |fname4 = defaults{ {arg1,arg2},...}...")
  • 19:59, 19 February 2024 Mausterio talk contribs created page Module:Yesno (Created page with "-- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki uses non-ascii characters for any of "yes", "no", etc., you -- should replace "val:lower()" with "mw.ustring.lower(val)" in the -- following line. val = type(val) == 'string' and val:lower() or val if val == nil then return nil elseif val == true or val == 'yes' or val == 'y' or val =...")
  • 19:58, 19 February 2024 Mausterio talk contribs created page Module:Array (Created page with "-- <nowiki> awawa local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local checkTypeMulti = libraryUtil.checkTypeMulti local arr = {} setmetatable(arr, { __call = function (_, array) return arr.new(array) end }) function arr.__index(t, k) if type(k) == 'table' then local res = arr.new() for i = 1, #t do res[i] = t[k[i]] end return res else return arr[k] end end function arr.__tostring(array) local dumpObject = requi...")
  • 19:58, 19 February 2024 Mausterio talk contribs created page Module:DependencyList (Created page with "-- <nowiki> local p = {} local libraryUtil = require( 'libraryUtil' ) local arr = require( 'Module:Array' ) local yn = require( 'Module:Yesno' ) local param = require( 'Module:Paramtest' ) local dpl = require( 'Module:DPLlua' ) local mHatnote = require('Module:Hatnote') local mHatlist = require('Module:Hatnote list') local moduleIsUsed = false local COLLAPSE_LIST_LENGTH_THRESHOLD = 1 local MAX_DYNAMIC_REQUIRE_LIST_LENGTH = 30 local dynamicRequireListQueryCache = {} ---...")
  • 19:57, 19 February 2024 Mausterio talk contribs created page Module:Documentation/doc (Created page with "{{Documentation}} '''Module:Documentation''' implements Template:Documentation for templates and modules.")
  • 19:57, 19 February 2024 Mausterio talk contribs created page Module:Documentation (Created page with "-- <nowiki> local dependencyList = require( 'Module:DependencyList' ) local yn = require( 'Module:Yesno' ) local p = {} function p.doc( frame ) local title = mw.title.getCurrentTitle() local args = frame:getParent().args local page = args[1] or mw.ustring.gsub( title.fullText, '/doc$', '' ) local addDependencyList = yn( args.DependencyList or true ) local ret, cats, ret1, ret2, ret3 local onModule = title.namespace == 828 -- subpage head...")
  • 19:56, 19 February 2024 Mausterio talk contribs created page Module:Documentation/config (Created page with "---------------------------------------------------------------------------------------------------- -- -- Configuration for Module:Documentation -- -- Here you can set the values of the parameters and messages used in Module:Documentation to -- localise it to your wiki and your language. Unless specified otherwise, values given here -- should be string values. ---------------------------------------------------------------------------------...")
  • 19:27, 19 February 2024 Mausterio talk contribs created page Template:Home/settings/doc (Created page with "{{Documentation}} {{t|Home/settings}} contains all the configuration for all the main page templates. Please edit this template to update the content on the main page. === See also === * MediaWiki:Anonnotice to edit the site notice for logged out users, not dismissable. * MediaWiki:Sitenotice to edit the main site notice for all users, not dismissable. * MediaWiki:Sitenotice_id to edit the dismissible site notice cookie ID from [https://www.mediawiki.org/w...")
  • 19:19, 19 February 2024 Mausterio talk contribs created page Template:Home/ServerInfo/doc (Created page with "{{Documentation}} This template is used on the main page. It is the serverinfo card in the content section. You can update the content by editing the main page settings. <includeonly>{{PAGENAME}}</includeonly>")
  • 19:19, 19 February 2024 Mausterio talk contribs created page Template:OnlineCount (Created page with "<span class="online"></span>")
  • 19:17, 19 February 2024 Mausterio talk contribs created page Template:Home/ServerInfo/styles.css (Created page with "a.external.text::after { display: none; } .home-server-address__container { text-align: center; margin: 25px 0 20px 0; } .home-server-address { font-size: 1.4rem; font-weight: 500; font-family: 'Minecraft', Monospace; line-height: 1.2rem; transition: all .15s cubic-bezier(.07,.95,0,1); } .home-server-address:hover { transform: scale(1.1); transition: all .15s cubic-bezier(.07,.95,0,1); } .home-server-address:active { transform: scale(1); transitio...")
  • 19:16, 19 February 2024 Mausterio talk contribs created page Template:Home/settings (Created page with "<includeonly>{{#if:{{{1|}}} |{{#switch:{{{1}}} <!-- Configuration starts here --> <!-- Featured alert information --> |eventtitle = |eventlabel = |eventpage = |eventimage = <!-- Server information --> |address = play.prismparty.net |portJava = 25565 |portBedrock = 19123 |version = 1.19.4-1.20.x |versionReal = 1.20.4 |versionLow = 1.19.4 |versionHigh = 1.20.4 <!-- Support server --> |supportCurrent = 260 |supportGoal = 2000 <!-- Cu...")
  • 19:15, 19 February 2024 Mausterio talk contribs created page Template:Home/ServerInfo (Created page with "<div id="home-serverinfo" class="home-card"> <div class="home-card__label">Server information</div> <div class="home-server-address__container"> <div class="home-server-address copy">{{Home/settings|address}}</div> <div class="home-server-address-copy">Click to copy address</div> </div> <div class="home-server-details__container> <div class="home-server-details"><span class="home-server-details__title"></span><span class="home-serverinfo-bubble bubble--yellow">{{Home/set...")
  • 19:05, 19 February 2024 Mausterio talk contribs created page File:Nav Discord.png
  • 19:05, 19 February 2024 Mausterio talk contribs uploaded File:Nav Discord.png
  • 18:51, 19 February 2024 Mausterio talk contribs created page File:Nav Shop.png
  • 18:51, 19 February 2024 Mausterio talk contribs uploaded File:Nav Shop.png
  • 18:46, 19 February 2024 Mausterio talk contribs created page Template:Documentation/styles.css (Created page with ".documentation { display: flex; box-sizing: border-box; flex-direction: column; margin: 1.6rem 0; padding-top: 1.6rem; border-top: 1px solid; border-color: var( --border-color-base ); border-radius: var( --border-radius--medium ); font-size: 0.875rem; } .documentation-header { margin-top: 0; margin-bottom: 0.8rem; color: var( --color-base--emphasized ); font-size: 1.25rem; font-weight: 600; line-height: 1.2; } .documentation-subheader { margin: -0.6r...")
  • 17:23, 19 February 2024 Mausterio talk contribs created page Template:Home/Navigation/doc (Created page with "{{Documentation}} This template is used on the main page. It is the navigation section that includes the buttons to portal pages. <includeonly>{{PAGENAME}}</includeonly>")
  • 17:21, 19 February 2024 Mausterio talk contribs created page Template:Home/shared/styles.css (Created page with "@media (max-width: 800px) { .homesizehide { display: none; } } @media (min-width: 800px) { .priority { display: none; } } .article { grid-area: article; } .widgets { grid-area: widgets; } .main-home-grid { display: grid; grid-template-areas: "priority" "article" "widgets"; } @media (min-width: 800px) { .main-home-grid { grid-template-columns: 4.059fr 2fr; grid-gap: 0.625rem; grid-template-areas: "article widgets";...")
  • 17:20, 19 February 2024 Mausterio talk contribs created page Template:Home/Navigation/styles.css (Created page with "#home-nav { margin-top: 1rem; } #home-nav .home-card__background:after { position: absolute; pointer-events: none; top: 0; right: 0; bottom: 0; left: 0; display: block; background: linear-gradient(to right,rgba(0, 0, 0, 0.8),transparent); content: ""; } #home-nav .home-card__foreground { pointer-events: none; height: 100%; width: 100%; display: flex; align-items: center; padding: 0 15px; color: #fff; font-weig...")
  • 17:20, 19 February 2024 Mausterio talk contribs created page Template:Home/Navigation/Pill (Created page with "<div class="home-card home-card--button" id="home-nav-{{{title}}}"> <div class="home-card__background">{{{image}}}</div> <div class="home-card__foreground">{{{title}}}</div> </div> <templatestyles src="Template:Home/Navigation/styles.css"/><noinclude><!-- For preview only --><templatestyles src="Template:Home/shared/styles.css" /> <templatedata> { "params": { "file": { "label": "File name", "description": "The name of the image to display", "type": "wiki-fi...")
  • 17:19, 19 February 2024 Mausterio talk contribs created page Template:Home/Navigation (Created page with "<div id="home-nav" class="home-grid" role="navigation"> {{Home/Navigation/Pill |title=Shop |link=https://shop.prismparty.net/ |image=<span class="plainlinks">[https://shop.prismparty.net/ https://www.prismparty.net/images/site/navigation/NavImg1.webp.png]</span> |size=150px }} {{Home/Navigation/Pill |title=Vote |link=Prism_Party:Vote |image=<span class="plainlinks">[https://www.prismparty.net/Prism_Party:Vote https://www.prismparty.net/images/site/navigation/NavImg2.webp...")
  • 05:46, 19 February 2024 Mausterio talk contribs created page WoopMC:About (Created page with "{{Home/Navigation}} == Hey there! Welcome to {{SITENAME}}! == We are an inclusive Minecraft server network aimed at providing everyone with a fun, safe, and inclusive place to play! Since opening in January 2023, our community and server has only grown. We offer gamemodes such as Survival for casual gameplay, with more gamemodes planned for future development. Built around community interest, our servers are handcrafted to be intuitive and simple, while still providin...")
  • 05:35, 19 February 2024 Mausterio talk contribs created page WoopMC:Privacy policy (Created page with "This '''privacy policy''' ("Policy") describes how we collect, protect and use the personally identifiable information ("Personal Information") you ("User", "you" or "your") provided on the www.woopmc.com website and any of its products or services (collectively, "Website" or "Services"). It also describes the choices available to you regarding our use of your personal information and how you can access and update this information. This Policy does not apply to the pract...")
  • 04:45, 19 February 2024 Mausterio talk contribs created page File:WikimediaUI-Reference.svg
  • 04:45, 19 February 2024 Mausterio talk contribs uploaded File:WikimediaUI-Reference.svg
  • 04:45, 19 February 2024 Mausterio talk contribs deleted page File:WikimediaUI-Reference.svg (content was: "", and the only contributor was "Mausterio" (talk))
  • 04:38, 19 February 2024 Mausterio talk contribs created page File:WikimediaUI-Reference.svg
  • 04:38, 19 February 2024 Mausterio talk contribs uploaded File:WikimediaUI-Reference.svg
  • 00:42, 19 February 2024 Mausterio talk contribs created page Template:Mbox/styles.css (Created page with "html { }")
  • 19:58, 18 February 2024 Mausterio talk contribs created page Template:Rule (Created page with "{{Documentation}} {{t|Rule}} is a notice template for use in listing rules on the Rules page. == See also == * {{t|Hatnote}} - Display a non-interactive banner <templatedata> { "params": { "1": { "label": "Rule", "description": "The text to display when not hovered", "example": "Do not grief", "type": "string", "required": true }, "2": { "label": "Description", "description": "The expanded content to display when the template is hovered...")
  • 19:46, 18 February 2024 Mausterio talk contribs created page Template:Short description (Created page with "{{#if:{{{1|}}}|{{SHORTDESC:{{{1|}}}}}|{{SHORTDESC:}}}}<noinclude> {{/doc}}</noinclude>")
  • 19:41, 18 February 2024 Mausterio talk contribs created page Edit/Template:Rule (Created page with "<div class="mbox mbox-low mbox-inuse" role="presentation"><span class="mbox-title"><span class="mbox-icon metadata">14px|link=</span>{{{1|}}}</span> <div class="mbox-text">{{{2|}}}</div></div><templatestyles src="Template:Mbox/styles.css" /><noinclude>{{/doc}}</noinclude>")
  • 19:33, 18 February 2024 Mausterio talk contribs created page Rules (Created blank page)
  • 23:01, 15 February 2024 Mausterio talk contribs created page Template:T/piece (Created page with "{{#ifeq: {{{1|---}}}|---|||<font color="gray">''<{{{1}}}>''</font>}}<noinclude> {{/doc}}</noinclude>")
  • 23:01, 15 February 2024 Mausterio talk contribs created page Template:Documentation/doc (Created page with "{{Documentation}} The '''documentation''' template is transcluded in the template/module documentation. This template should only be used on subpages titled "doc". ==Usage== Place {{t|documentation}} at the top of the documentation page. If the page to be documented is a subpage, use {{t|documentation|pagename of page to be documented}} at the top of the documentation page. For example, Template:Foo/bar's documentation page would use {{t|documentation|Template:Foo/ba...")
  • 23:00, 15 February 2024 Mausterio talk contribs created page Template:Documentation (Created page with "<includeonly>{{#invoke:Documentation|doc}}__NOEDITSECTION__{{#seo: |type = website |description = {{FULLPAGENAME}} is a template page used on the Star Citizen Wiki. Templates are pages that are embedded (transcluded) into other pages to allow for the repetition of information. |site_name = Star Citizen Wiki |locale = {{PAGELANGUAGE}} }}</includeonly><noinclude>{{/doc}}</noinclude>")
  • 23:00, 15 February 2024 Mausterio talk contribs created page Template:T (Created page with "<includeonly><nowiki>{{</nowiki>[[Template:{{{1}}}|{{{1}}}]]{{t/piece|{{{2|---}}}}}{{t/piece|{{{3|---}}}}}{{t/piece|{{{4|---}}}}}{{t/piece|{{{5|---}}}}}{{t/piece|{{{6|---}}}}}{{t/piece|{{{7|---}}}}}{{t/piece|{{{8|---}}}}}{{t/piece|{{{9|---}}}}}{{t/piece|{{{10|---}}}}}{{t/piece|{{{11|---}}}}}{{t/piece|{{{12|---}}}}}{{t/piece|{{{13|---}}}}}{{t/piece|{{{14|---}}}}}{{t/piece|{{{15|---}}}}}{{t/piece|{{{16|---}}}}}{{t/piece|{{{17|---}}}}}{{t/piece|{{{18|---}}}}}{{t/piece|{{{19...")
  • 22:58, 15 February 2024 Mausterio talk contribs created page Template:Main page/settings/doc (Created page with "{{Documentation}} {{t|Main page/settings}} contains all the configuration for all the main page templates. Please edit this template to update the content on the main page. <includeonly> Category:Main page templates Category:Manual templates </includeonly>")
  • 22:58, 15 February 2024 Mausterio talk contribs created page Template:Main page/settings (Created page with "<includeonly>{{#if:{{{1|}}} |{{#switch:{{{1}}} <!-- Configuration starts here --> <!-- Header --> | subtitle = The {{em|bespoke}} ''Star Citizen'' and ''Squadron 42'' wiki that {{em|punches above its weight class}} since 2016. <!-- Event --> | eventpage = Red Festival & Coramor | eventimage = Red Festival & Coramor Banner - 01.png <!-- See Template:Time ago for acceptable time syntax NOTE: Time needs to be in UTC timezone --> | eventstarttime = 2024-02-08 16:00...")
  • 22:57, 15 February 2024 Mausterio talk contribs created page Template:Main page/header (Created page with "<div class="home-header"> <div class="home-header__pretitle">Welcome to the</div> <h1 class="home-header__title">Star Citizen Wiki</h1> <div class="home-header__subtitle">{{Main page/settings|subtitle}}</div> <div id="skin-citizen-search-trigger" class="home-header__search" role="button"><span class="home-header__searchIcon">16px|link=</span><span class="home-header__searchText">Click here<span class="desktoponly"> or press {{Key press|/}}...")
  • 22:55, 15 February 2024 Mausterio talk contribs protected Home [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 22:14, 15 February 2024 Mausterio talk contribs created page MediaWiki:Citizen.css (Created page with "CSS DIRECTORY [ 1. Imports [ 2. Root Variables [ 3. Javascript Mods [ 4. Template Mods [ 5. Sidebar Adjustments [ 6. Header/Footer Adjustments [ 7. Fixes [ 8. Forums [ 9. Overrides ============================================================================================: Imports ============================================================================================: latin-ext: @font-face { font-family: 'Kreon'; font-style: normal; font-wei...")
  • 21:40, 15 February 2024 Mausterio talk contribs created page MediaWiki:Citizen-footer-desc (Created page with "We're a friendly, community-based server network aimed at providing a fun and exciting place for everyone to play! WoopMC offers unique takes on common gamemodes, to ensuring that gameplay remains fresh, but familiar. A community driven server, players on WoopMC are given the choice to play their own way: from casual players, to builders, and those looking for a challenge, there's something for everyone to enjoy. And, with regular events and a friendly community, you're...")
  • 21:38, 15 February 2024 Mausterio talk contribs created page MediaWiki:Citizen-footer-tagline (Created page with "We're a friendly, community-based server network aimed at providing a fun and exciting place for everyone to play! WoopMC offers unique takes on common gamemodes, to ensuring that gameplay remains fresh, but familiar. A community driven server, players on WoopMC are given the choice to play their own way: from casual players, to builders, and those looking for a challenge, there's something for everyone to enjoy. And, with regular events and a friendly community, you're...")
  • 21:32, 15 February 2024 Mausterio talk contribs created page MediaWiki:Mainpage (Created page with "Home")
  • 21:31, 15 February 2024 Mausterio talk contribs moved page Main Page to Home without leaving a redirect
  • 21:29, 15 February 2024 Mausterio talk contribs created page MediaWiki:Common.css (Created page with "CSS placed here will be applied to all skins: @import url('https://fonts.googleapis.com/css2?family=Quicksand:[email protected]&display=swap'); :root { --font-family-base: 'Quicksand', sans-serif; }")
  • 18:31, 15 February 2024 MediaWiki default talk contribs created page Main Page
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)