Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of RPG Continuum Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 23:57, 4 July 2026 Mrbobert talk contribs created page Jeclar (Created page with "asdf")
- 23:56, 4 July 2026 Mrbobert talk contribs created page Template:Infobox planet (Created page with "{{Infobox | title = {{{name|{{PAGENAME}}}}} | image = {{{image|}}} | caption = {{{caption|}}} | rows = {{Infobox header|Astronomical data}} {{Infobox row|System|{{{system|}}}}} {{Infobox row|Sector|{{{sector|}}}}} {{Infobox row|Region|{{{region|}}}}} {{Infobox row|Orbital position|{{{orbital_position|}}}}} {{Infobox row|Moons|{{{moons|}}}}} {{Infobox row|Day length|{{{day_length|}}}}} {{Infobox row|Year length|{{{year_length|}}}}} {{Infobox header|Physical data}} {{Info...")
- 23:15, 4 July 2026 Mrbobert talk contribs created page Template:Infobox row (Created page with "{{#if:{{{2|}}}| <div class="rpgc-infobox-row"> <div class="rpgc-infobox-label">{{{1|}}}</div> <div class="rpgc-infobox-value">{{{2}}}</div> </div> }}")
- 23:15, 4 July 2026 Mrbobert talk contribs created page Template:Infobox header (Created page with "<div class="rpgc-infobox-header">{{{1|}}}</div>")
- 23:14, 4 July 2026 Mrbobert talk contribs created page Template:Infobox (Created page with "<templatestyles src="Template:Infobox/styles.css" /> <div class="rpgc-infobox"> <div class="rpgc-infobox-title">{{{title|{{PAGENAME}}}}}</div> {{#if:{{{image|}}}| <div class="rpgc-infobox-image">[[File:{{{image}}}|320px]]</div> }} {{#if:{{{caption|}}}| <div class="rpgc-infobox-caption">{{{caption}}}</div> }} {{{rows|}}} </div>")
- 23:14, 4 July 2026 Mrbobert talk contribs created page Template:Infobox/styles.css (Created page with ".rpgc-infobox { float: right; clear: right; width: 320px; margin: 0 0 18px 24px; background: #10151b; border: 1px solid #2a333d; color: #eeeeee; font-size: 12px; box-shadow: 0 0 14px rgba(79,134,214,.16); } .rpgc-infobox-title { background: linear-gradient(#4f86d6, #315f9d); color: #fff; font-weight: bold; text-align: center; padding: 7px; font-size: 14px; } .rpgc-infobox-image { background: #050607; t...")
- 22:50, 4 July 2026 Mrbobert talk contribs created page Template External image placeholder styles.css (Created page with ".rpgc-thumb { width: 190px; margin-bottom: 0.85em; color: #c8c8c8; font-size: 85%; line-height: 1.4; } .rpgc-thumb-right { float: right; margin-left: 1.1em; } .rpgc-thumb-left { float: left; margin-right: 1.1em; } .rpgc-thumb-box { background: #06080a; border: 1px solid #2a333d; min-height: 120px; display: flex; align-items: center; justify-content: center; box-shadow: 0 0 10px rgba(0,0,0,.35); } .rpgc-thumb-missing { padding: 1em; text-align: center; color: #aca6ad;...")
- 22:45, 4 July 2026 Mrbobert talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: (function () { function applyWidthMode() { var mode = localStorage.getItem('rpgc-width-mode') || 'readable'; document.body.classList.remove('rpgc-readable-width', 'rpgc-full-width'); if (mode === 'full') { document.body.classList.add('rpgc-full-width'); } else { document.body.classList.add('rpgc-readable-width'); } var...")
- 22:44, 4 July 2026 Mrbobert talk contribs created page MediaWiki:RPGC-width.css (Created page with "Default readable-width article layout: body.rpgc-readable-width .mw-body { max-width: 1280px !important; margin-right: auto !important; } body.rpgc-readable-width .mw-parser-output { max-width: 1180px; } Full-width mode: body.rpgc-full-width .mw-body, body.rpgc-full-width .mw-parser-output { max-width: none !important; } Toggle button: #rpgc-width-toggle { position: fixed; top: 46px; right: 12px; z-index: 9999; backgr...")
- 22:38, 4 July 2026 Mrbobert talk contribs created page Template:Infobox species/styles.css (Created page with ".rpgc-infobox { float: right; clear: right; width: 300px; margin: 0 0 1em 1.5em; background: #10151b; border: 1px solid #2a333d; color: #eeeeee; font-size: 90%; box-shadow: 0 0 14px rgba(79, 134, 214, 0.18); } .rpgc-infobox caption { background: linear-gradient(#4f86d6, #315f9d); color: #ffffff; font-weight: bold; text-align: center; font-size: 120%; padding: 0.35em; text-shadow: 0 0 6px rgba(0,0,0,.55); } .rpgc-infobox th, .rpgc-infobox td { border: 1...")
- 22:19, 4 July 2026 Mrbobert talk contribs created page Template:Infobox species (Created page with "<templatestyles src="Infobox species/styles.css" /> {| class="infobox rpgc-infobox rpgc-infobox-species" |+ {{{name|{{PAGENAME}}}}} |- | colspan="2" class="rpgc-infobox-image" | {{#if:{{{image|}}} | [[File:{{{image}}}|300px|center]] | <span class="rpgc-missing-image">Image pending</span> }} {{#if:{{{image_caption|}}}|<div class="rpgc-infobox-caption">{{{image_caption}}}</div>}} |- ! colspan="2" class="rpgc-infobox-section" | Biographical information |- ! Homeworld | {{...")
- 22:17, 4 July 2026 Mrbobert talk contribs created page TTemplate External image placeholder styles.css (Created page with ".rpgc-thumb { width: 190px; margin-bottom: 0.85em; color: #c8c8c8; font-size: 85%; line-height: 1.4; } .rpgc-thumb-right { float: right; margin-left: 1.1em; } .rpgc-thumb-left { float: left; margin-right: 1.1em; } .rpgc-thumb-box { background: #06080a; border: 1px solid #2a333d; min-height: 120px; display: flex; align-items: center; justify-content: center; box-shadow: 0 0 10px rgba(0,0,0,.35); } .rpgc-thumb-missing { padding: 1em; text-align: cente...")
- 22:17, 4 July 2026 Mrbobert talk contribs created page Template External image placeholder.wiki (Created page with "<templatestyles src="External image placeholder/styles.css" /> <div class="rpgc-thumb rpgc-thumb-{{{align|right}}}"> <div class="rpgc-thumb-box"> {{#if:{{{file|}}} | [[File:{{{file}}}|190px]] | <div class="rpgc-thumb-missing">Image pending<br />[{{{url|}}} original source]</div> }} </div> <div class="rpgc-thumb-caption">{{{caption|}}}</div> </div> <noinclude> == Usage == <pre> {{External image placeholder | url = | file = | caption = | align = right }} </pre> </noinclude>")
- 22:16, 4 July 2026 Mrbobert talk contribs created page Template Infobox species styles.css (Created page with ".rpgc-infobox { float: right; clear: right; width: 300px; margin: 0 0 1em 1.5em; background: #10151b; border: 1px solid #2a333d; color: #eeeeee; font-size: 90%; box-shadow: 0 0 14px rgba(79, 134, 214, 0.18); } .rpgc-infobox caption { background: linear-gradient(#4f86d6, #315f9d); color: #ffffff; font-weight: bold; text-align: center; font-size: 120%; padding: 0.35em; text-shadow: 0 0 6px rgba(0,0,0,.55); } .rpgc-infobox th, .rpgc-infobox td { border: 1...")
- 22:16, 4 July 2026 Mrbobert talk contribs created page Template Infobox species.wiki (Created page with "<templatestyles src="Infobox species/styles.css" /> {| class="infobox rpgc-infobox rpgc-infobox-species" |+ {{{name|{{PAGENAME}}}}} |- | colspan="2" class="rpgc-infobox-image" | {{#if:{{{image|}}} | [[File:{{{image}}}|300px|center]] | <span class="rpgc-missing-image">Image pending</span> }} {{#if:{{{image_caption|}}}|<div class="rpgc-infobox-caption">{{{image_caption}}}</div>}} |- ! colspan="2" class="rpgc-infobox-section" | Biographical information |- ! Homeworld | {{...")
- 22:07, 4 July 2026 Mrbobert talk contribs created page File:Perosn main.png
- 22:07, 4 July 2026 Mrbobert talk contribs uploaded File:Perosn main.png
- 21:07, 4 July 2026 Mrbobert talk contribs created page MediaWiki:RPGC-mobile.css (Created blank page)
- 21:06, 4 July 2026 Mrbobert talk contribs created page MediaWiki:RPGC-iframe.css (Created blank page)
- 21:06, 4 July 2026 Mrbobert talk contribs created page MediaWiki:RPGC-infobox.css (Created blank page)
- 21:06, 4 July 2026 Mrbobert talk contribs created page MediaWiki:RPGC-vector.css (Created blank page)
- 21:05, 4 July 2026 Mrbobert talk contribs created page MediaWiki:RPGC-layout.css (Created blank page)
- 21:05, 4 July 2026 Mrbobert talk contribs created page MediaWiki:RPGC-variables.css (Created blank page)
- 21:02, 4 July 2026 Mrbobert talk contribs created page MediaWiki:RPGC-visualeditor.css (Created page with "================================ VisualEditor Dark Theme ================================: Toolbar: .oo-ui-toolbar, .ve-ui-toolbar, .ve-ui-toolbar-group-bar, .ve-init-mw-desktopArticleTarget-toolbar { background: #151b22 !important; border-color: #2a333d !important; } Buttons: .oo-ui-buttonElement-button, .oo-ui-tool-link .oo-ui-tool-link { color: #e6e6e6 !important; background: transparent !important; } .oo-ui-buttonElement-butt...")
- 21:00, 4 July 2026 Mrbobert talk contribs created page Perosn (Created page with "asdf")
- 19:14, 4 July 2026 Mrbobert talk contribs created page MediaWiki:Common.css (Created page with "CSS placed here will be applied to all skins: body { background: #0b0d10 !important; color: #eeeeee !important; } .mw-body, .vector-body { background: #10151b !important; color: #eeeeee !important; border-color: #2a333d !important; } #mw-page-base { background: linear-gradient(#171b20, #0b0d10) !important; } .vector-header-container, .vector-sticky-header, #mw-head { background: #12161b !important; color: #eeeeee !important; } .ve...")