Main public logs
From Research Realm
Combined display of all available logs of Research Realm. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 07:28, 6 September 2025 Ringtail Raider talk contribs created page Category:2024 deaths (Created page with "{{cat about|'''people who died''' in the year '''2024'''}} {{Category series navigation}} Category:2020s deaths Category:2024 endings Category:Deaths by year")
- 07:27, 6 September 2025 Ringtail Raider talk contribs created page Category:2025 deaths (Created page with "{{cat about|'''people who died''' in the year '''2025'''}} {{Category series navigation}} Category:2020s deaths Category:2025 endings Category:Deaths by year")
- 07:27, 6 September 2025 Ringtail Raider talk contribs created page Category:1952 births (Created page with "{{cat about|'''people born''' in the year '''1952'''}} {{Category series navigation}} Category:1950s births Category:1952 beginnings Category:Births by year")
- 07:18, 6 September 2025 Ringtail Raider talk contribs moved page Module:Ordinal' to Module:Ordinal
- 07:17, 6 September 2025 Ringtail Raider talk contribs created page Module:Ordinal' (Created page with "--This template will add the appropriate ordinal suffix to a given integer. Please do not modify this code without applying the changes first at Module:Ordinal/sandbox and testing. local p = {} local yesno = require('Module:Yesno') -- boolean value interpretation --[[ This function converts an integer value into a numeral followed by ordinal indicator. The output string might contain HTML tags. Usage: {{#invoke:Ordinal|ordinal|1=|2=|sup=}} {{#invok...")
- 07:17, 6 September 2025 Ringtail Raider talk contribs created page Template:Ordinal (Created page with "{{SAFESUBST:<noinclude />#invoke:Ordinal|ordinal}}<noinclude> {{documentation}} </noinclude>")
- 07:17, 6 September 2025 Ringtail Raider talk contribs created page Template:Year category name/AD year (Created page with "<includeonly><!-- Input[{{{1|}}}] -->{{#ifexpr: {{{1|}}} > 10<!-- -->|<!-- # It's a number greater than 10 -->{{{1|}}}<!-- -->|<!-- # It's a number less than or equal to 10 -->AD {{{1|}}}<!-- -->}}<!-- --></includeonly><!-- --><noinclude><!-- -->{{Documentation|content={{High-use}}This is a sub-template used by Template:Year category name. See that page for documentation.}}<!-- --></noinclude>")
- 07:16, 6 September 2025 Ringtail Raider talk contribs created page Template:Century name from decade or year (Created page with "<includeonly><!-- # First check whether this is a year or a decade: YYYY or YYY0s # No regexes, so check separately for "YYYY" and "YYY0s" # In each case, the find function returns 0 for a nomatch, and 1 for a match, # so we add the two together and take a total of 0 as an error -->{{#ifeq: {{#expr: {{#invoke:String|find|{{{1|}}}|^%s*%d?%d?%d?%d%s*$|plain=false}} + <!-- -->{{#invoke:String|find|{{{1|}}}|^%s*%d?%d?%d?0s%s*$|plain=fal...")
- 07:15, 6 September 2025 Ringtail Raider talk contribs created page Template:Year category name (Created page with "<includeonly><!-- -->{{#if: {{{1|}}}<!-- -->|<!-- # parameter, exists and is not empty -->{{#if: {{#invoke:String|match|{{{1|}}}|^ *%d+ *$|1|1|false|}}<!-- -->|<!-- # it's all digits -->{{Year category name/AD year|{{{1|}}}}}<!-- -->|<!-- # it's not all digits # First test for "YYY BC"/"YYYBC" -->{{#if: {{#invoke:String|match|{{{1|}}}|^ *%d+ *BC *$|...")
- 07:15, 6 September 2025 Ringtail Raider talk contribs created page Template:DECADE (Created page with "<includeonly>{{#if:{{{1|}}}<!-- -->|<!-- # We have a parameter -->{{#ifexpr: {{#invoke:String|find|{{{1}}}|BC|plain=false}} > 0<!-- # The year is BC -->|{{#expr:floor({{#invoke:String|replace|{{{1}}}|pattern=^(%d+) ?B?C?$|%1|1|false}} / 10) * 10}}s BC<!-- # The year is AD -->|{{#ifexpr: {{#invoke:String|find|{{{1}}}|AD|plain=false}} > 0<!-- -->|{{#expr:floor({{#invoke:String|replace|{{{1}}}|...")
- 07:15, 6 September 2025 Ringtail Raider talk contribs created page Template:Category see also if exists 2 (Created page with "<includeonly><!-- -->{{#ifexist: Category:{{{1|}}}<!-- -->|<!-- # The first category does exist # So create a link -->{{hatnote|1={{{LABEL|See also}}}: [[:Category:{{resolve category redirect|{{{1|}}}}}]]}}<!-- -->|<!-- # The first category does NOT exist # so try the second name -->{{#ifexist: Category:{{{2|}}}<!-- -->|<!-- # The second category does exist # So create a link -->{{hatnote|1={{{LABEL|See also}}}&...")
- 07:13, 6 September 2025 Ringtail Raider talk contribs created page Template:Year births or deaths category header/core (Created page with "<includeonly><!-- --><!-- -->{{Category explanation|'''people who {{#switch:{{{type}}}|births=were born|deaths=died}}''' in the year '''[[Wikipedia:{{Year article|<!-- -->{{#if:{{{bc}}}<!-- -->|{{#expr:-{{#invoke:String|replace|{{{year}}}|pattern=^(%d+) ?B?C?$|%1|1|false}}}}<!-- -->|{{#invoke:String|replace|{{{year}}}|pattern=^A?D? ?(%d+)$|%1|1|false}}<!-- -->}}<!-- -->}}|{{{year}}}]]'''}}<!-- -->{{Category series navigation|skip-gaps={{#if:{{{bc}...")
- 02:29, 6 September 2025 Baraklava talk contribs created page Research Realm:Scans/LEGO Life (internal) (Quick draft for LEGO Life page - will have to correct information and shit later)
- 01:49, 6 September 2025 Baraklava talk contribs created page Billund Update (Temp page just mentioning this exists as I dig for more info. Not sure if it should be in the periodicals page) Tag: Visual edit
- 01:45, 6 September 2025 Baraklava talk contribs created page Brick Update (Just a page saying what Brick Update is) Tag: Visual edit
- 02:49, 2 September 2025 Ringtail Raider talk contribs created page Module:Check for clobbered parameters (Created page with "local p = {} local function trim(s) return s:match('^%s*(.-)%s*$') end local function isnotempty(s) return s and s:match('%S') end function p.check(frame) local args = frame.args local pargs = frame:getParent().args local checknested = isnotempty(args['nested']) local delimiter = isnotempty(args['delimiter']) and args['delimiter'] or ';' local argpairs = {} for k, v in pairs(args) do if type(k) == 'number' then local plist = mw.text.split(v, delimiter)...")
- 02:48, 2 September 2025 Ringtail Raider talk contribs created page Template:Infobox artist (Created page with "{{#invoke:Template wrapper|wrap|_template=infobox person | _alias-map = field:known_for,training:education,works:notable_works,module:module2 | _exclude = patron,patrons,memorial,memorials,elected | template_name = infobox artist | name = {{PAGENAMEBASE}} | signature_type = Signature | module = {{#if:{{{patron|}}}{{{patrons|}}}{{{memorial|}}}{{{memorials|}}}{{{elected|}}}| {{ i...")
- 20:00, 1 September 2025 Ringtail Raider talk contribs created page File:Niels Hartmann Modulex Systemskilte crop.jpg
- 20:00, 1 September 2025 Ringtail Raider talk contribs uploaded File:Niels Hartmann Modulex Systemskilte crop.jpg
- 07:27, 30 August 2025 Ringtail Raider talk contribs created page Template:Cite journal (Created page with "<includeonly>{{#invoke:Citation/CS1|citation |CitationClass=journal }}</includeonly><noinclude> {{documentation}} </noinclude>")
- 05:38, 21 August 2025 Ringtail Raider talk contribs created page User talk:Ringtail Raider (test: new section)
- 19:09, 20 August 2025 Baraklava talk contribs created page LEGO Teknik (Created page with "LEGO Teknik was an internal department under that produces prototype elements. The department is unrelated to the LEGO Technic product line. LEGO Teknik also had a department called "Teknik Form", that produced prototype element moulds for designers. "Form" is short for "støbeforme", a Danish word meaning "mould".")
- 19:08, 20 August 2025 Baraklava talk contribs created page Futura Form (Created page with "Futura Form was an internal department under [LEGO Futura] that produces prototype element moulds. "Form" is short for "støbeforme", a Danish word meaning "mould".")
- 04:21, 19 August 2025 Ringtail Raider talk contribs uploaded a new version of File:AOL choose newsgroups rtl (PC-DR) (sharper).jpg
- 01:12, 19 August 2025 Ringtail Raider talk contribs created page Category:Non-free screenshots of classic Mac OS software (Created page with "{{Hidden category}} {{File template notice|Non-free software screenshot|classic Mac OS}} This category contains all non-free screenshots of computer software for Mac OS (originally System Software); covering Macintosh System 1 through Mac OS 9. classic Mac OS")
- 00:52, 19 August 2025 Ringtail Raider talk contribs created page File:AOL choose newsgroups rtl (PC-DR) (sharper).jpg
- 00:52, 19 August 2025 Ringtail Raider talk contribs uploaded File:AOL choose newsgroups rtl (PC-DR) (sharper).jpg
- 00:51, 19 August 2025 Ringtail Raider talk contribs moved page File:AOL choose newsgroups rtl b.jpg to File:AOL choose newsgroups rtl (AO-QR).jpg (am i this desperate for images?)
- 00:51, 19 August 2025 Ringtail Raider talk contribs moved page File:AOL choose newsgroups rtl a.jpg to File:AOL choose newsgroups rtl (PC-DR).jpg (this is probably totally worthless)
- 00:10, 19 August 2025 Ringtail Raider talk contribs created page File:AOL choose newsgroups rtl b.jpg
- 00:10, 19 August 2025 Ringtail Raider talk contribs uploaded File:AOL choose newsgroups rtl b.jpg
- 00:10, 19 August 2025 Ringtail Raider talk contribs created page File:AOL choose newsgroups rtl a.jpg
- 00:10, 19 August 2025 Ringtail Raider talk contribs uploaded File:AOL choose newsgroups rtl a.jpg
- 16:24, 17 August 2025 Ringtail Raider talk contribs created page File:LEGO Information Page (TCIA).jpg (why do we have so many screenshots of this site. no wonder Lego got mad about it)
- 16:24, 17 August 2025 Ringtail Raider talk contribs uploaded File:LEGO Information Page (TCIA).jpg (why do we have so many screenshots of this site. no wonder Lego got mad about it)
- 13:01, 20 July 2025 Baraklava talk contribs created page Innovation House (Redirect page) Tag: New redirect
- 13:01, 20 July 2025 Baraklava talk contribs created page Project house (Redirect) Tag: New redirect
- 13:00, 20 July 2025 Baraklava talk contribs created page System House (Testing redirect page stuff :3) Tag: New redirect
- 12:57, 20 July 2025 Baraklava talk contribs created page LEGO Group facilities in Billund (A fairly short page on LEGO facilities in Billund and their brief history...) Tag: Visual edit
- 03:15, 20 July 2025 Baraklava talk contribs created page Non-production items (Just spent a few hours writing down basically everything I know about prototypes, pics to come next year) Tag: Visual edit
- 02:20, 20 July 2025 Baraklava talk contribs created page Mould markings (Draft for a page on mould markings - probably better to move to a "factory mould" or "production" page later. For a larger article on prototypes.) Tag: Visual edit
- 02:31, 13 July 2025 Ringtail Raider talk contribs created page Guide:Using LightWave 3D (is this site even still active. ive been caught up in deltarune and haven't seen anything sorry)
- 22:52, 10 July 2025 Ringtail Raider talk contribs uploaded a new version of File:LW5 sequence number board.gif
- 22:52, 10 July 2025 Ringtail Raider talk contribs uploaded a new version of File:LW5 sequence tuto - example model moved.png
- 22:52, 10 July 2025 Ringtail Raider talk contribs uploaded a new version of File:LW5 sequence tuto - example model with textures.png
- 22:52, 10 July 2025 Ringtail Raider talk contribs uploaded a new version of File:LW5 sequence tuto - Images Panel with sequence.png
- 04:57, 13 June 2025 Ringtail Raider talk contribs uploaded a new version of File:The Ultimate LEGO Book hardcover front.jpg (slightly higher res version)
- 12:08, 12 June 2025 Ringtail Raider talk contribs created page Category:LEGO Racers (video game) track previews (Created page with "{{Italic title|string=LEGO Racers}} {{cat about|screenshots of the animated track previews from the 1999 video game ''LEGO Racers''}} track previews")
- 12:04, 12 June 2025 Ringtail Raider talk contribs created page Category:LEGO Racers (video game) screenshots (Created page with "{{Italic title|string=LEGO Racers}} {{cat about|screenshots of the 1999 video game ''LEGO Racers''}} screenshots")
- 12:02, 12 June 2025 Ringtail Raider talk contribs created page Category:LEGO Racers (video game) car set icons (Created page with "{{Italic title|string=LEGO Racers}} {{cat about|car set icons (including ones also used as Circuit Race icons) from the 1999 video game ''LEGO Racers''}} car set icons")