All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Starbase wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 08:52, 4 July 2024 Dusty talk contribs set 32417 as the approved revision for "User:Ross"
- 08:51, 4 July 2024 Dusty talk contribs deleted page Module:Error (content was: "-- This module implements {{error}}. local p = {} local function _error(args) local tag = mw.ustring.lower(tostring(args.tag)) -- Work out what html tag we should use. if not (tag == 'p' or tag == 'span' or tag == 'div') then tag = 'strong' end -- Generate the html. return tostring(mw.html.create(tag) :addClass('error') :wikitext(t...", and the only contributor was "Dusty" (talk))
- 08:49, 4 July 2024 Dusty talk contribs protected Template:Subst only [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)
- 08:49, 4 July 2024 Dusty talk contribs created page Template:Subst only (Redirected page to Template:Always substitute) Tag: New redirect
- 08:46, 4 July 2024 Dusty talk contribs created page Module:Template link with magic (Created page with "local export = {} local variables_nullary = { ["CURRENTYEAR"] = "mw:Help:Magic words#Date and time"; ["CURRENTMONTH"] = "mw:Help:Magic words#Date and time"; ["CURRENTMONTH1"] = "mw:Help:Magic words#Date and time"; -- undocumented ["CURRENTMONTH2"] = "mw:Help:Magic words#Date and time"; -- undocumented ["CURRENTMONTHNAME"] = "mw:Help:Magic words#Date and time"; ["CURRENTMONTHNAMEGEN"] = "mw:Help:Magic words#Date and time"; ["CURRENTMONTHABBREV"] = "mw:Help:Magic w...")
- 08:46, 4 July 2024 Dusty talk contribs created page Module:Template link general (Created page with "-- This implements Template:Tlg local getArgs = require('Module:Arguments').getArgs local p = {} -- Is a string non-empty? local function _ne(s) return s ~= nil and s ~= "" end local nw = mw.text.nowiki local function addTemplate(s) local i, _ = s:find(':', 1, true) if i == nil then return 'Template:' .. s end local ns = s:sub(1, i - 1) if ns == '' or mw.site.namespaces[ns] then return s else return 'Template:' .. s end end local function trimTemplate(...")
- 08:45, 4 July 2024 Dusty talk contribs created page Template:Template link with subst (Created page with "{{#Invoke:Template link general|main|subst=yes}}<noinclude> {{Documentation|1=Template:Tlg/doc |content = {{tlg/doc|tls|tlsp}} }} <!-- Add categories to the /doc subpage, not here! --> </noinclude>")
- 08:45, 4 July 2024 Dusty talk contribs created page Template:Tlsp (Created page with "#REDIRECT Template:Template_link_with_subst")
- 08:43, 4 July 2024 Dusty talk contribs protected Template:Always substitute [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)
- 08:43, 4 July 2024 Dusty talk contribs created page Template:Always substitute (Created page with "{{{{{|safesubst:}}}#invoke:Unsubst|main|$B= {{Ombox | name = Subst only | type = notice | text = '''This template {{#switch:{{{yesnomaybe|}}}|may=may be substituted'''|never=should ''not'' be substituted'''||#default=should always be substituted''' (i.e., use <!-- -->{{{actualtemplate|{{template other|{{Tlsp|code=yes|{{#switch:{{SUBPAGENAME}}|doc|sandbox={{BASEPAGENAME}}|{{PAGENAME}}}}}}|{{Tlsu|code=ye...")
- 08:42, 4 July 2024 Dusty talk contribs protected Template:Proposed deletion/doc [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)
- 08:42, 4 July 2024 Dusty talk contribs created page Template:Proposed deletion/doc (Created page with "{{Documentation subpage}} {{subst only|auto=yes}} {{template shortcut|pre=subst:|Prod}} <!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE --> <!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> '''Template:Proposed deletion''' is used to tag articles and files for '''proposed deletion''' where it is believed that the deletion would be uncontroversial. It adds articles to the appropriate subcategory of Category:Proposed deletion,...")
- 08:36, 4 July 2024 Dusty talk contribs protected Template:Subst/doc [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)
- 08:36, 4 July 2024 Dusty talk contribs created page Template:Subst/doc (Created page with "{{Distinguish|Template:Substitution|Template:Delay subst}} {{Documentation subpage}} <!-- Categories go at the bottom of this page and interwikis go in Wikidata. --> {{mbox|text='''NOTE''': This template is '''for documentation''', and does '''not''' actually perform template substitution.<br/>'''For information about templates which appear prefixed with <code>subst:</code>, see WP:SUBST.'''}} == Usage == This template is used to help disp...")
- 08:35, 4 July 2024 Dusty talk contribs protected Template:Subst [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)
- 08:35, 4 July 2024 Dusty talk contribs created page Template:Subst (Created page with "{{subst:{{#if:{{{1|}}}|[[Template:{{{1}}}|{{{1}}}]]}}}}<noinclude> {{Documentation}} <!-- Please add categories to the /doc subpage; interwikis go to Wikidata --> </noinclude>")
- 08:32, 4 July 2024 Dusty talk contribs set 32425 as the approved revision for "Template:Proposed deletion"
- 08:32, 4 July 2024 Dusty talk contribs set 32427 as the approved revision for "Template:Error"
- 08:31, 4 July 2024 Dusty talk contribs created page Module:Error (Created page with "-- This module implements {{error}}. local p = {} local function _error(args) local tag = mw.ustring.lower(tostring(args.tag)) -- Work out what html tag we should use. if not (tag == 'p' or tag == 'span' or tag == 'div') then tag = 'strong' end -- Generate the html. return tostring(mw.html.create(tag) :addClass('error') :wikitext(tostring(args.message or args[1] or error('no message specified', 2))) ) end function...")
- 08:31, 4 July 2024 Dusty talk contribs protected Template:Error [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)
- 08:31, 4 July 2024 Dusty talk contribs created page Template:Error (Created page with "{{#invoke:Error|error|{{{message|{{{1}}}}}}|tag={{{tag|}}}}}<noinclude> {{documentation}} </noinclude>")
- 08:30, 4 July 2024 Dusty talk contribs protected Template:Proposed deletion [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)
- 08:30, 4 July 2024 Dusty talk contribs created page Template:Proposed deletion (Imported from Wikipedia)
- 22:06, 2 July 2024 Dusty talk contribs set 32408 as the approved revision for "Nehalennia"
- 20:51, 1 July 2024 Dusty talk contribs set the upload from Mon, 01 Jul 2024 17:29:58 GMT as the approved revision for "File:RocketBoarder-MK4.png"
- 20:45, 1 July 2024 Dusty talk contribs set 32386 as the approved revision for "Nehalennia"
- 19:21, 1 July 2024 Dusty talk contribs set 32381 as the approved revision for "Nehalennia"
- 04:29, 1 July 2024 Dusty talk contribs created page Nap Anya (Created page with "{{SB Infobox Begin |{{SB Infobox Header |image=Image:Nap Anya.png |factionLogo= |caption= |name= |border=none |edgeless=true }} {{SB Infobox Celestial Body General Information |pronunciation={{IPAc-en|ˈ|n|ɒ|p|ˌ|ɒ|n|y|ɒ}} |languageOrigin=Hungarian language |ipaKey=key |alias=Szalonna |class=Moon |satelliteOf=Eos |location=33rd moon of Eos |orbitalDista...")
- 04:15, 1 July 2024 Dusty talk contribs set the upload from Mon, 01 Jul 2024 02:15:54 GMT as the approved revision for "File:Nap Anya.png"
- 04:15, 1 July 2024 Dusty talk contribs created page File:Nap Anya.png
- 04:15, 1 July 2024 Dusty talk contribs uploaded File:Nap Anya.png
- 04:12, 1 July 2024 Dusty talk contribs created page Canens (Created page with "{{SB Infobox Begin |{{SB Infobox Header |image=Image:Canens.png |factionLogo= |caption= |name= |border=none |edgeless=true }} {{SB Infobox Celestial Body General Information |pronunciation={{IPAc-en|ˈ|k|a:|.|n|ɛ|n|s}} |languageOrigin=Classical Latin |ipaKey=key |alias=Cassini |class=Submoon |satelliteOf=Mélusine |location=1st moon of Mélusine |orbitalDist...")
- 04:03, 1 July 2024 Dusty talk contribs set the upload from Mon, 01 Jul 2024 02:03:41 GMT as the approved revision for "File:Canens.png"
- 04:03, 1 July 2024 Dusty talk contribs created page File:Canens.png
- 04:03, 1 July 2024 Dusty talk contribs uploaded File:Canens.png
- 03:58, 1 July 2024 Dusty talk contribs created page Vilkacis (Created page with "{{SB Infobox Begin |{{SB Infobox Header |image=Image:Vilkacis.png |factionLogo= |caption= |name= |border=none |edgeless=true }} {{SB Infobox Celestial Body General Information |pronunciation={{IPAc-en|ˈ|v|ɪ|l|.|x|ʌ|(|t|)|.|z|ɪ|s}} |languageOrigin=Latvian |ipaKey=key |alias=Vilous |class=Submoon |satelliteOf=Mélusine |location=1st moon of Mélusine |orbita...")
- 03:39, 1 July 2024 Dusty talk contribs set the upload from Mon, 01 Jul 2024 01:39:49 GMT as the approved revision for "File:Vilkacis.png"
- 03:39, 1 July 2024 Dusty talk contribs created page File:Vilkacis.png
- 03:39, 1 July 2024 Dusty talk contribs uploaded File:Vilkacis.png
- 02:35, 1 July 2024 Dusty talk contribs created page Mélusine (Created page with "{{SB Infobox Begin |{{SB Infobox Header |image=Image:Mélusine.png |factionLogo= |caption= |name= |border=none |edgeless=true }} {{SB Infobox Celestial Body General Information |pronunciation={{IPAc-en|ˈ|m|i:|.|lj|u:|.|ˌ|z|i:|.|n|(|ə|)}} |languageOrigin=French |ipaKey=key |alias=Ciel |class=Moon |satelliteOf=Eos |location=31st moon of Eos |orbitalDis...")
- 01:49, 1 July 2024 Dusty talk contribs set the upload from Sun, 30 Jun 2024 23:49:07 GMT as the approved revision for "File:Mélusine.png"
- 01:49, 1 July 2024 Dusty talk contribs created page File:Mélusine.png
- 01:49, 1 July 2024 Dusty talk contribs uploaded File:Mélusine.png
- 01:44, 1 July 2024 Dusty talk contribs created page Skoria (Created page with "{{SB Infobox Begin |{{SB Infobox Header |image=Image:Skoria.png |factionLogo= |caption= |name= |border=none |edgeless=true }} {{SB Infobox Celestial Body General Information |pronunciation={{IPAc-en|ˈ|s|k|ɒr|.|i||.|ə}} |languageOrigin=Ancient Greek |ipaKey=key |alias=Tephra |class=Submoon |satelliteOf=Thalia |location=1st moon of Thalia |orbitalDistance=...")
- 01:31, 1 July 2024 Dusty talk contribs set the upload from Sun, 30 Jun 2024 23:31:19 GMT as the approved revision for "File:Skoria.png"
- 01:31, 1 July 2024 Dusty talk contribs created page File:Skoria.png
- 01:31, 1 July 2024 Dusty talk contribs uploaded File:Skoria.png
- 01:28, 1 July 2024 Dusty talk contribs created page Thalia (Created page with "{{SB Infobox Begin |{{SB Infobox Header |image=Image:Thalia.png |factionLogo= |caption= |name= |border=none |edgeless=true }} {{SB Infobox Celestial Body General Information |pronunciation={{IPAc-en|ˈ|θ|e:|l|i|ə}} |languageOrigin=Ancient Greek |ipaKey=key |alias=Tartarus |class=Moon |satelliteOf=Eos |location=24th moon of Eos |orbitalDistance=~ 81,000 km...")
- 01:13, 1 July 2024 Dusty talk contribs set the upload from Sun, 30 Jun 2024 23:13:42 GMT as the approved revision for "File:Thalia.png"
- 01:13, 1 July 2024 Dusty talk contribs created page File:Thalia.png