All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Bastion of Hestia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 02:36, 28 March 2022 Cupa talk contribs created page Module:List (Created page with "-- This module outputs different kinds of lists. At the moment, bulleted, -- unbulleted, horizontal, ordered, and horizontal ordered lists are supported. local libUtil = require('libraryUtil') local checkType = libUtil.checkType local mTableTools = require('Module:TableTools') local p = {} local listTypes = { ['bulleted'] = true, ['unbulleted'] = true, ['horizontal'] = true, ['ordered'] = true, ['horizontal_ordered'] = true } function p.makeListData(listType, ar...")
- 02:36, 28 March 2022 Cupa 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 =...")
- 02:35, 28 March 2022 Cupa talk contribs created page Template:Lua (Created page with "<includeonly>{{#invoke:Lua banner|main}}</includeonly><noinclude> {{Lua|Module:Lua banner}} {{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>")
- 02:35, 28 March 2022 Cupa talk contribs created page Module:Lua banner (Created page with "-- This module implements the {{lua}} template. local yesno = require('Module:Yesno') local mList = require('Module:List') local mTableTools = require('Module:TableTools') local mMessageBox = require('Module:Message box') local p = {} function p.main(frame) local origArgs = frame:getParent().args local args = {} for k, v in pairs(origArgs) do v = v:match('^%s*(.-)%s*$') if v ~= '' then args[k] = v end end return p._main(args) end function p._main(args)...")
- 02:33, 28 March 2022 Cupa 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...")
- 02:13, 28 March 2022 Cupa talk contribs created page User:Cupa/Test (Created page with "{{Newbox}}") Tag: Visual edit
- 02:12, 28 March 2022 Cupa talk contribs created page Template:Newbox (Test Template)
- 01:58, 28 March 2022 Cupa talk contribs created page Module:InfoboxImage (Created page with "-- Inputs: -- image - Can either be a bare filename (with or without the File:/Image: prefix) or a fully formatted image link -- page - page to display for multipage images (DjVu) -- size - size to display the image -- maxsize - maximum size for image -- sizedefault - default size to display the image if size param is blank -- alt - alt text for image -- title - title text for image -- border - set to yes if border -- center - set to yes, if th...")
- 01:51, 28 March 2022 Cupa talk contribs created page User:Cupa/Ravi-Hyral (Created page with "Test page")
- 01:49, 28 March 2022 Cupa talk contribs created page Template:Infobox faction (Created page with "<includeonly>{{Infobox | bodyclass = hrecipe adr | above = {{{name|}}} | abovestyle = background:#ccf; | image = {{#invoke:InfoboxImage|InfoboxImage |image={{{image|}}} |size={{{image_size|}}} |sizedefault=frameless |alt={{{image_alt|{{{alt|}}}}}} }} | captionstyle = {{#if:{{{caption|}}} |padding-bottom:0.25em;border-bottom:1px solid #aaa;}} | caption = {{{caption|}}} | labelstyle = padding-top:0.245em;line-height:1.15em;<!--(modified longitem)--> pad...")
- 01:48, 28 March 2022 Cupa talk contribs created page Template:Infobox colony (Created page with "===Usage=== {| style="background:transparent;" | <pre> {{Infobox colony |image = Image |caption = Image Caption |name = Colony Name |faction = Faction |system = Star System |population = Population |demographics = 60% GroupA 40% GroupB |coord_x = X Coordinate (in LY) |coord_y = Y Coordinate (in LY) }} </pre> |}")
- 01:48, 28 March 2022 Cupa talk contribs created page Template:Infobox (Created page with "{{#invoke:Infobox|infobox}}")
- 01:47, 28 March 2022 Cupa talk contribs created page Module:Navbar (Created page with "local p = {} local getArgs function p._navbar(args) local titleArg = 1 if args.collapsible then titleArg = 2 if not args.plain then args.mini = 1 end if args.fontcolor then args.fontstyle = 'color:' .. args.fontcolor .. ';' end args.style = 'float:left; text-align:left; width:6em;' end local titleText = args[titleArg] or (':' .. mw.getCurrentFrame():getParent():getTitle()) local title = mw.title.new(mw.text.trim(titleText), 'Template'); if no...")
- 01:46, 28 March 2022 Cupa talk contribs created page Module:Infobox (Created page with "-- -- This module implements {{Infobox}} -- local p = {} local navbar = require('Module:Navbar')._navbar local args = {} local origArgs local root local function notempty( s ) return s and s:match( '%S' ) end local function fixChildBoxes(sval, tt) if notempty(sval) then local marker = '<span class=special_infobox_marker>' local s = sval s = mw.ustring.gsub(s, '(<%s*[Tt][Rr])', marker .. '%1') s = mw.ustring.gsub(s, '(</[Tt][Rr]%s*>)', '%1' .. marker) if...")
- 01:42, 28 March 2022 Cupa talk contribs created page Template:SpeciesBox (Created page with "<includeonly>{{Infobox | bodyclass = hrecipe adr | above = {{{name|}}} | abovestyle = background:#339966;color:#FFFFFF | image = {{#invoke:InfoboxImage|InfoboxImage |image={{{image|}}} |size={{{image_size|}}} |sizedefault=frameless |alt={{{image_alt|{{{alt|}}}}}} }} | captionstyle = {{#if:{{{caption|}}} |padding-bottom:0.25em;border-bottom:1px solid #aaa;}} | caption = {{{caption|}}} | labelstyle = padding-top:0.245em;line-height:1.15em;<!--(modified longitem)-->...")
- 01:19, 28 March 2022 Cupa talk contribs created page Uniform Guide (Created page with "<h1>Uniform Guide</h1> <p>While playing as Crew aboard the <a href="/Lore/Humanity/Sol/ExpeditionaryCorps/SEVTorch">SEV Torch</a>, there will be four general types of uniform you will be wear, the wear of which is governed by IC regulations. Each has its own individual components, and are appropriate for different occasions and activities. Don't mix and match components of each uniform unless this guide specifically permits it. Military personnel are required to always w...") Tag: Visual edit: Switched
- 01:11, 28 March 2022 Cupa talk contribs protected Template:Mainpage navbox lore [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (High traffic page: Template used on Main Page, lockdown) (hist)
- 01:11, 28 March 2022 Cupa talk contribs protected Template:Mainpage navbox locations [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (High traffic page: Template used on Main Page, lockdown) (hist)
- 01:10, 28 March 2022 Cupa talk contribs protected Template:Mainpage navbox jobs [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (High traffic page: Template used on Main Page, lockdown) (hist)
- 01:10, 28 March 2022 Cupa talk contribs protected Template:Mainpage navbox guides [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (High traffic page: Template used on Main Page, lockdown) (hist)
- 01:10, 28 March 2022 Cupa talk contribs protected Template:Mainpage footer [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (High traffic page: Template used on Main Page, lockdown) (hist)
- 01:10, 28 March 2022 Cupa talk contribs protected Template:Main page/header [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (High traffic page: Template used on Main Page, lockdown) (hist)
- 01:10, 28 March 2022 Cupa talk contribs protected Template:Main page/frame [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (High traffic page: Template used on Main Page, lockdown) (hist)
- 01:09, 28 March 2022 Cupa talk contribs protected Template:Main page/content [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (High traffic page: Template used on Main Page, lockdown) (hist)
- 01:06, 28 March 2022 Cupa talk contribs created page Lore (Created page with "=== Lore Maintainers === ==== Cupa ==== * Does nothing but serves as a formatting example * Would like to add a planet or two * And a fleet") Tag: Visual edit
- 01:03, 28 March 2022 Cupa talk contribs created page File:Danger.png
- 01:03, 28 March 2022 Cupa talk contribs uploaded File:Danger.png
- 01:03, 28 March 2022 Cupa talk contribs created page File:AlienLogo.png
- 01:03, 28 March 2022 Cupa talk contribs uploaded File:AlienLogo.png
- 01:02, 28 March 2022 Cupa talk contribs created page File:Neutral logo.png
- 01:02, 28 March 2022 Cupa talk contribs uploaded File:Neutral logo.png
- 01:02, 28 March 2022 Cupa talk contribs created page File:NGOLogo.png
- 01:02, 28 March 2022 Cupa talk contribs uploaded File:NGOLogo.png
- 01:02, 28 March 2022 Cupa talk contribs created page File:ArmyLogo.png
- 01:02, 28 March 2022 Cupa talk contribs uploaded File:ArmyLogo.png
- 01:01, 28 March 2022 Cupa talk contribs created page File:SFPLogo.png
- 01:01, 28 March 2022 Cupa talk contribs uploaded File:SFPLogo.png
- 01:01, 28 March 2022 Cupa talk contribs created page File:Icon exo.png
- 01:01, 28 March 2022 Cupa talk contribs uploaded File:Icon exo.png
- 01:01, 28 March 2022 Cupa talk contribs created page File:ECLogo.png
- 01:01, 28 March 2022 Cupa talk contribs uploaded File:ECLogo.png
- 01:01, 28 March 2022 Cupa talk contribs created page File:FleetLogo.png
- 01:01, 28 March 2022 Cupa talk contribs uploaded File:FleetLogo.png
- 01:01, 28 March 2022 Cupa talk contribs created page File:Lordania logo.png
- 01:01, 28 March 2022 Cupa talk contribs uploaded File:Lordania logo.png
- 01:01, 28 March 2022 Cupa talk contribs created page File:Skrell logo.png
- 01:01, 28 March 2022 Cupa talk contribs uploaded File:Skrell logo.png
- 01:00, 28 March 2022 Cupa talk contribs created page File:Viakuntha logo.png
- 01:00, 28 March 2022 Cupa talk contribs uploaded File:Viakuntha logo.png
- 01:00, 28 March 2022 Cupa talk contribs created page File:Icon GC.png