User contributions for Mrbobert
Jump to navigation
Jump to search
5 July 2026
- 00:0900:09, 5 July 2026 diff hist +123 MediaWiki:Common.js No edit summary current
- 00:0900:09, 5 July 2026 diff hist +118 MediaWiki:Common.css No edit summary current
- 00:0800:08, 5 July 2026 diff hist +927 MediaWiki:RPGC-iframe.css No edit summary current
- 00:0000:00, 5 July 2026 diff hist +15 Perosn No edit summary current Tag: Visual edit: Switched
4 July 2026
- 23:5723:57, 4 July 2026 diff hist +4 N Jeclar Created page with "asdf" current
- 23:5623:56, 4 July 2026 diff hist +1,177 N 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:5023:50, 4 July 2026 diff hist 0 Template:Infobox/styles.css No edit summary current
- 23:4723:47, 4 July 2026 diff hist +97 Template:Infobox/styles.css No edit summary
- 23:4623:46, 4 July 2026 diff hist +30 Template:Infobox/styles.css No edit summary
- 23:3623:36, 4 July 2026 diff hist +18 Template:Infobox species No edit summary current
- 23:2723:27, 4 July 2026 diff hist +1,929 Template:Infobox species No edit summary
- 23:1723:17, 4 July 2026 diff hist 0 Perosn No edit summary
- 23:1723:17, 4 July 2026 diff hist +25 Perosn No edit summary Tag: Visual edit: Switched
- 23:1623:16, 4 July 2026 diff hist −67 Perosn No edit summary
- 23:1523:15, 4 July 2026 diff hist −574 Template:Infobox species No edit summary
- 23:1523:15, 4 July 2026 diff hist +149 N 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> }}" current
- 23:1523:15, 4 July 2026 diff hist +47 N Template:Infobox header Created page with "<div class="rpgc-infobox-header">{{{1|}}}</div>" current
- 23:1423:14, 4 July 2026 diff hist +328 N 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>" current
- 23:1423:14, 4 July 2026 diff hist +1,204 N 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..."
- 23:0423:04, 4 July 2026 diff hist +78 MediaWiki:RPGC-width.css No edit summary current
- 23:0123:01, 4 July 2026 diff hist −116 MediaWiki:Common.js No edit summary
- 23:0123:01, 4 July 2026 diff hist +71 MediaWiki:RPGC-width.css No edit summary
- 22:5622:56, 4 July 2026 diff hist +7 MediaWiki:RPGC-width.css No edit summary
- 22:5022:50, 4 July 2026 diff hist +647 N 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;..." current
- 22:4522:45, 4 July 2026 diff hist +1,354 N 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:4422:44, 4 July 2026 diff hist +117 MediaWiki:Common.css No edit summary
- 22:4422:44, 4 July 2026 diff hist +761 N 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:3822:38, 4 July 2026 diff hist +1,121 N 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..." current
- 22:1922:19, 4 July 2026 diff hist +1,482 N 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:1822:18, 4 July 2026 diff hist +30,698 Perosn No edit summary
- 22:1722:17, 4 July 2026 diff hist +677 N 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..." current
- 22:1722:17, 4 July 2026 diff hist +478 N 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>" current
- 22:1622:16, 4 July 2026 diff hist +1,121 N 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..." current
- 22:1622:16, 4 July 2026 diff hist +1,482 N 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 | {{..." current
- 22:0722:07, 4 July 2026 diff hist 0 N File:Perosn main.png No edit summary current
- 21:2921:29, 4 July 2026 diff hist +915 MediaWiki:RPGC-vector.css No edit summary current
- 21:2921:29, 4 July 2026 diff hist +154 MediaWiki:RPGC-layout.css No edit summary current
- 21:2621:26, 4 July 2026 diff hist +559 MediaWiki:Common.css No edit summary
- 21:2521:25, 4 July 2026 diff hist −173 MediaWiki:Common.css No edit summary
- 21:2121:21, 4 July 2026 diff hist −335 MediaWiki:RPGC-visualeditor.css No edit summary current
- 21:1721:17, 4 July 2026 diff hist +530 MediaWiki:RPGC-infobox.css No edit summary current
- 21:1721:17, 4 July 2026 diff hist +1,327 MediaWiki:RPGC-vector.css No edit summary
- 21:1721:17, 4 July 2026 diff hist +1,266 MediaWiki:RPGC-layout.css No edit summary
- 21:1621:16, 4 July 2026 diff hist +643 MediaWiki:RPGC-variables.css No edit summary current
- 21:0821:08, 4 July 2026 diff hist −3,234 MediaWiki:Common.css Replaced content with "MediaWiki:Common.css MediaWiki:RPGC-variables.css MediaWiki:RPGC-layout.css MediaWiki:RPGC-vector.css MediaWiki:RPGC-visualeditor.css MediaWiki:RPGC-infobox.css MediaWiki:RPGC-iframe.css MediaWiki:RPGC-mobile.css"
- 21:0721:07, 4 July 2026 diff hist 0 N MediaWiki:RPGC-mobile.css Created blank page current
- 21:0621:06, 4 July 2026 diff hist 0 N MediaWiki:RPGC-iframe.css Created blank page
- 21:0621:06, 4 July 2026 diff hist 0 N MediaWiki:RPGC-infobox.css Created blank page
- 21:0621:06, 4 July 2026 diff hist 0 N MediaWiki:RPGC-vector.css Created blank page
- 21:0521:05, 4 July 2026 diff hist 0 N MediaWiki:RPGC-layout.css Created blank page