User contributions for WinterLampost
More actions
25 April 2026
- 02:3502:35, 25 April 2026 diff hist +1,807 Template:EventStore/doc No edit summary current
- 02:0802:08, 25 April 2026 diff hist +354 N Template:EventStore/doc Created page with "{{Documentation}} {{t|EventStore}} is used to store in-game events to Bucket:Events and allow display on Data:Events as well. == Usage == <syntaxhighlight lang=lua> {{EventStore |name= |label= |type= |subtype= |image= |start= |end= |characters= |description= }}</syntaxhighlight> <includeonly>Category:Bucket Templates</includeonly>"
- 02:0202:02, 25 April 2026 diff hist +31 Template:EventStore No edit summary current
- 01:4101:41, 25 April 2026 diff hist +23 N Data:Events Created page with "{{#invoke:Events|list}}" current Tag: Visual edit: Switched
- 01:4101:41, 25 April 2026 diff hist +227 N Moonbloom Date Created page with "{{EventStore |name=Moonbloom Date |label=Moonbloom Date |type=checkin |image=Moonbloom Date Banner.png |start=2025-10-01 |end=2025-10-11 |characters=All |description=Check in for 8 days for Seremoon Day messages & mail gifts }}" current
- 01:3801:38, 25 April 2026 diff hist +78 Bucket:Events No edit summary current
- 01:3701:37, 25 April 2026 diff hist +13,333 Module:Events No edit summary current
- 01:2501:25, 25 April 2026 diff hist +23 N Data:Events Created page with "{{#invoke:Events|list}}" current Tag: Visual edit: Switched
- 01:2201:22, 25 April 2026 diff hist +3 Tiptop Hop No edit summary current
- 01:2201:22, 25 April 2026 diff hist +24 Template:EventStore No edit summary
- 01:2201:22, 25 April 2026 diff hist +79 Module:Events No edit summary
- 01:1801:18, 25 April 2026 diff hist +52 Bucket:Events No edit summary
- 01:0801:08, 25 April 2026 diff hist +255 N Tiptop Hop Created page with "{{EventStore |name=Tiptop Hop |label=Tiptop Hop |type=limited |image=Tiptop Hop Banner.png |start=2026-04-21 |end=2026-04-29 |characters= |description=Guide him to the castle among the clouds! Claim Diamond*1,000 and various exclusive rewards for free. }}" Tag: Visual edit: Switched
- 01:0701:07, 25 April 2026 diff hist +226 N Template:EventStore Created page with "<includeonly>{{#invoke:Events|store |name={{{name|}}} |label={{{label|}}} |type={{{type|}}} |image={{{image|}}} |start={{{start|}}} |end={{{end|}}} |characters={{{characters|}}} |description={{{description|}}} }}</includeonly>"
- 01:0501:05, 25 April 2026 diff hist +2,785 N Module:Events Created page with "local p = {} -- Store event data into Bucket, called via Template:EventStore function p.store(frame) local args = frame.args -- Split characters string on ; into a table local characters = {} if args.characters and args.characters ~= "" then for c in args.characters:gmatch("[^;]+") do table.insert(characters, c:match("^%s*(.-)%s*$")) -- trim whitespace end end bucket("events").put({ name = args.name..."
- 01:0301:03, 25 April 2026 diff hist +432 N Bucket:Events Created page with "{ "name": { "type": "TEXT", "index": true }, "label": { "type": "TEXT", "index": false }, "type": { "type": "TEXT", "index": true }, "image": { "type": "TEXT", "index": false }, "start": { "type": "TEXT", "index": true }, "end": { "type": "TEXT", "index": true }, "characters": { "type": "TEXT", "repeated": tru..."
24 April 2026
- 22:0722:07, 24 April 2026 diff hist +7 MediaWiki:Citizen.css No edit summary current
- 22:0422:04, 24 April 2026 diff hist +1 Template:MainPage/Intro No edit summary current
- 22:0422:04, 24 April 2026 diff hist −7 Template:MainPage/Intro No edit summary
- 21:5621:56, 24 April 2026 diff hist −7 Template:MainPage/Intro No edit summary
- 21:5321:53, 24 April 2026 diff hist +434 MediaWiki:Citizen.css No edit summary
- 21:5121:51, 24 April 2026 diff hist +2,577 N Template:MainPage/Intro Created page with "<div id="mainpage-content" class="mainpage-grid "> <div id="mainpage-tracking" class="mainpage-box mainpage-box--col4"> <h5>Love Is Within Your Reach</h5> <p>This unofficial wiki contains extensive information on the game '''Love and Deepspace''', by Infold/PaperGames, and relies on the fandom to keep it up to date! But there are many ways to engage with the wiki, if you aren't quite ready to contribute?</p> <p>Choose your server using the {{MSIcon|palette}} icon in the..."
- 21:5021:50, 24 April 2026 diff hist +53 MediaWiki:Gadgets-definition No edit summary current
- 21:4921:49, 24 April 2026 diff hist +25,652 N MediaWiki:Gadget-IconSVG.css Created page with ":root { →Google Materials Icons/Symbols in SVG: --ico-search: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23e3e3e3'%3E%3Cpath d='M784-120 532-372q-30 24-69 38t-83 14q-109 0-184.5-75.5T120-580q0-109 75.5-184.5T380-840q109 0 184.5 75.5T640-580q0 44-14 83t-38 69l252 252-56 56ZM380-400q75 0 127.5-52.5T560-580q0-75-52.5-127.5T380-760q-75 0-127.5 52.5T200-580q0 75 52.5 127.5T380-400Z'/%3E%3C/s..." current
- 21:4821:48, 24 April 2026 diff hist +719 N Template:LinkButton/doc Created page with "{{Documentation}} {{t|LinkButton}} displays a link button with SVG image to match the theme of the page == Usage == <syntaxhighlight lang="wiki"> {{LinkButton|desc=|url=|icon=}} </syntaxhighlight> == Parameter list == ;<code>desc<sub>n</sub></code> :Short description of the button destination ;<code>url<sub>n</sub></code> :Full URL of the site ;<code>icon<sub>n</sub></code> :SVG icon name as defined in Gadget-IconSVG.css == Example == <syntaxhighlight lang="wiki">..." current
- 21:4021:40, 24 April 2026 diff hist +122 N Template:LinkButton Created page with "<includeonly><span class="link-button icon-{{{3}}}">[{{{2}}} {{{1}}}]</span></includeonly> <noinclude>{{/doc}}</noinclude>" current
- 21:3821:38, 24 April 2026 diff hist +1,452 MediaWiki:Citizen.css No edit summary
- 21:3521:35, 24 April 2026 diff hist +1,415 MediaWiki:Citizen.css No edit summary
- 21:3221:32, 24 April 2026 diff hist +773 N Module:Statsbar/styles.css Created page with ".template-statsbar { margin: var( --space-md ) 0; display: grid; font-size: 0.8125rem; line-height: var( --line-height-xx-small ); grid-auto-columns: minmax( auto, 1fr ); grid-auto-flow: column; } .template-statsbar__item { padding: 0 var( --space-md ); display: flex; align-items: center; flex-direction: column; } .template-statsbar__item + .template-statsbar__item { border-left: 1px solid var( --border-color-base ); } .template-statsbar__label {..." current
- 21:3121:31, 24 April 2026 diff hist +1,010 N Template:Statsbar/doc Created page with "{{Documentation}} {{t|Statsbar}} displays a list of stats in a horizontal scrollable bar. == Usage == Please remove the parameters that are left blank. <syntaxhighlight lang="wiki"> {{Statsbar |label1 = |data1 = |label2 = |data2 = |label3 = |data3 = }} </syntaxhighlight> == Parameter list == ;<code>label<sub>n</sub></code> :Label text for the stat ;<code>data<sub>n</sub></code> :Data/value for the stat ;<code>desc<sub>n</sub></code> :Description text for th..." current
- 21:3121:31, 24 April 2026 diff hist +33 Template:Statsbar No edit summary current
- 21:3021:30, 24 April 2026 diff hist +56 N Template:Statsbar Created page with "<includeonly>{{#invoke:Statsbar|statsbar}}</includeonly>"
- 21:3021:30, 24 April 2026 diff hist +5,190 N Module:Statsbar Created page with "-- Imported and adapted from Star Citizen Wiki local p = {} local args = {} local origArgs = {} local root -- Returns a table containing the numbers of the arguments that exist -- for the specified prefix. For example, if the prefix was 'data', and -- 'data1', 'data2', and 'data5' exist, it would return {1, 2, 5}. local function getArgNums(prefix) local nums = {} for k, v in pairs(args) do local num = tostring(k):match('^' .. prefix .. '([1-9]%d*)$') if num then..." current
- 21:2521:25, 24 April 2026 diff hist −6 Module:Navpills No edit summary current
- 20:5620:56, 24 April 2026 diff hist +120 Module:Navpills/styles.css No edit summary current
- 20:5120:51, 24 April 2026 diff hist +45 Module:Navpills/styles.css No edit summary
- 20:4920:49, 24 April 2026 diff hist +9 Template:MainPage/Nav No edit summary current
- 20:4820:48, 24 April 2026 diff hist +483 MediaWiki:Gadget-UploadMultipleFiles.js No edit summary current
- 20:4120:41, 24 April 2026 diff hist +31 N File:MainNav 25.png No edit summary current
- 20:4120:41, 24 April 2026 diff hist +31 N File:MainNav 23.png No edit summary current
- 20:4120:41, 24 April 2026 diff hist +31 N File:MainNav 24.png No edit summary current
- 20:3820:38, 24 April 2026 diff hist +31 N File:MainNav 21.png No edit summary current
- 20:3820:38, 24 April 2026 diff hist +31 N File:MainNav 22.png No edit summary current
- 20:3820:38, 24 April 2026 diff hist +31 N File:MainNav 20.png No edit summary current
- 20:3820:38, 24 April 2026 diff hist +31 N File:MainNav 17.png No edit summary current
- 20:3820:38, 24 April 2026 diff hist +31 N File:MainNav 19.png No edit summary current
- 20:3820:38, 24 April 2026 diff hist +31 N File:MainNav 18.png No edit summary current
- 20:3720:37, 24 April 2026 diff hist +31 N File:MainNav 14.png No edit summary current
- 20:3720:37, 24 April 2026 diff hist +31 N File:MainNav 15.png No edit summary current
- 20:3720:37, 24 April 2026 diff hist +31 N File:MainNav 16.png No edit summary current