User contributions for Randombell
Jump to navigation
Jump to search
1 August 2025
- 15:2015:20, 1 August 2025 diff hist +686 N Template:When on basepage Created page with "{{#switch: <!--If no or empty "page" parameter then detect basepage/subpage/subsubpage--> {{#if:{{{page|}}} | {{#if:{{#titleparts:{{{page}}}|0|3}} | subsubpage <!--Subsubpage or lower--> | {{#if:{{#titleparts:{{{page}}}|0|2}} | subpage | basepage }} }} | {{#if:{{#titleparts:{{FULLPAGENAME}}|0|3}} | subsubpage <!--Subsubpage or lower--> | {{#if:{{#titleparts:{{FULLPAGENAME}}|0|2}} | subpage | basepage..." current
- 15:2015:20, 1 August 2025 diff hist +115 N Template:Basepage subpage Redirected page to Template:When on basepage current Tag: New redirect
- 15:1615:16, 1 August 2025 diff hist −16 Vicci No edit summary
- 15:1515:15, 1 August 2025 diff hist +1,234 Vicci →Backstory Tag: Visual edit: Switched
- 15:0815:08, 1 August 2025 diff hist +330 New Prairie (Alternate) →9600BCE Tag: Visual edit
- 15:0315:03, 1 August 2025 diff hist +185 New Prairie (Alternate) No edit summary Tag: Visual edit: Switched
- 15:0115:01, 1 August 2025 diff hist +55 Template:Timeline ALT No edit summary
- 15:0015:00, 1 August 2025 diff hist +22 Template:Timeline ALT No edit summary
- 14:5814:58, 1 August 2025 diff hist +4,843 N Template:Timeline Created page with " {{Navbox |name=Timeline |title=''New Prairie Timeline'' |listclass=hlist |group1=Pre-1700's |list1= *'''558''' · '''1634''' |group2=1700's |list2= *'''1743''' · '''1766''' · '''1768''' · '''1782''' · '''1796''' · '''1797''' · '''1798''' · '''1799''' |group3=1800's |list3= *1800 · 1801 · 1802 · 1803 · 1804 · 1805 · 1806 · 1807 · 1808 · 1809 *1810 · 1811 ·..."
- 12:2812:28, 1 August 2025 diff hist −2 Windows 90-Ate (universe movie) No edit summary Tag: Visual edit: Switched
- 12:0212:02, 1 August 2025 diff hist 0 N File:Missing.jpg No edit summary current
31 July 2025
- 22:2322:23, 31 July 2025 diff hist +31 m Gravestone No edit summary Tag: Visual edit
- 10:3210:32, 31 July 2025 diff hist 0 File:Poster-ItsAWonderfulLife.jpg Randombell uploaded a new version of File:Poster-ItsAWonderfulLife.jpg current
- 10:3110:31, 31 July 2025 diff hist 0 N File:Poster-ItsAWonderfulLife.jpg No edit summary
- 10:3110:31, 31 July 2025 diff hist 0 N File:Poster-Sunset.jpg No edit summary current
- 10:3010:30, 31 July 2025 diff hist 0 N File:Poster-Getting-Through.jpg No edit summary current
- 10:3010:30, 31 July 2025 diff hist 0 N File:Poster-Upstairs 519.jpg No edit summary current
- 10:3010:30, 31 July 2025 diff hist 0 N File:Meatball-Assassino.jpg No edit summary current
- 10:2910:29, 31 July 2025 diff hist 0 N File:Poster-ScreenRighter.jpg No edit summary current
- 10:2910:29, 31 July 2025 diff hist +17,447 N Module:Unicode data Created page with "local p = {} local floor = math.floor local function errorf(level, ...) if type(level) == "number" then return error(string.format(...), level + 1) else -- level is actually the format string. return error(string.format(level, ...), 2) end end local function binary_range_search(codepoint, ranges) local low, mid, high low, high = 1, ranges.length or require "Module:TableTools".length(ranges) while low <= high do mid = floor((low + high) / 2) local range =..." current
- 10:2810:28, 31 July 2025 diff hist +12,769 N Module:Template wrapper Created page with "require('strict'); local error_msg = '<span style=\"font-size:100%\" class=\"error\"><code style=\"color:inherit; border:inherit; padding:inherit;\">|_template=</code> missing or empty</span>'; --[[--------------------------< I S _ I N _ T A B L E >-------------------------------------------------------- scan through tbl looking for value; return true if found, false else ]] local function is_in_table (tbl, value) for k, v in pairs (tbl) do if v ==..." current
- 10:2710:27, 31 July 2025 diff hist +387 N Template:Infobox book/styles.css Created page with "→{{pp-template|small=yes}}: .ib-book .infobox-title { font-style: italic; padding-bottom: 0.2em; →so title doesn't touch border: } →Firefox apparently reads out the empty title for accessibility agents * [[Template_talk:Infobox_book#Code_read_out_when_using_a_screen_reader]]: .ib-book .Z3988 { display: none; } .ib-book .infobox-below { border-top: #aaa 1px solid; }" current
- 10:2710:27, 31 July 2025 diff hist +93,521 N Module:Lang Created page with "--[=[ Lua support for the {{lang}}, {{langx}}, {{lang-??}}, and {{transliteration}} templates and replacement of various supporting templates. ]=] require('strict'); local getArgs = require ('Module:Arguments').getArgs; local unicode = require ("Module:Unicode data"); -- for is_Latin() and is_rtl() local yesno = require ('Module:Yesno'); local lang_data = mw.loadData ('Module:Lang/data'); -- language name override and transliteration tool-tip tables l..." current
- 10:2610:26, 31 July 2025 diff hist 0 N File:Footnote-Poster.jpg No edit summary current
- 10:2610:26, 31 July 2025 diff hist −22 Template:Infobox book/doc No edit summary current
- 10:2510:25, 31 July 2025 diff hist +34,975 N Module:Wikidata Created page with "-- vim: set noexpandtab ft=lua ts=4 sw=4: require('strict') local p = {} local debug = false ------------------------------------------------------------------------------ -- module local variables and functions local wiki = { langcode = mw.language.getContentLanguage().code } -- internationalisation local i18n = { ["errors"] = { ["property-not-found"] = "Property not found.", ["entity-not-found"] = "Wikidata entity not found.", ["unknown-claim-type"] = "Un..." current
- 10:2510:25, 31 July 2025 diff hist +8,998 N Module:Infobox/utilities Created page with "require('strict'); local getArgs = require ('Module:Arguments').getArgs; --[=[--------------------------< I N T E R L A N G _ W I K I S O U R C E _ L I N K _ M A K E >------------------ created as a test function to figure out why the wikitext for |data36= in this version of the template doesn't work in Salammbô when |title_orig= exists but does not have a value. When that happened, the infobox returned plain wikitext [[s:fr:Salam..." current
- 10:2510:25, 31 July 2025 diff hist +329 N Template:UF-COinS Created page with "''This template produces COinS metadata; see COinS in Wikipedia for background information.''<includeonly>{{PAGENAME}}</includeonly><noinclude> {{documentation}} <!--Categories--> {{Template other| }} </noinclude>" current
- 10:2410:24, 31 July 2025 diff hist +2,066 N Module:Uses Wikidata Created page with "local p = {} function p.usesProperty(frame) local args = frame.getParent(frame).args or nil if mw.text.trim(args[1] or '') == '' then args = frame.args end local result = '<ul>' local ii = 1 while true do local p_num = mw.text.trim(args[ii] or '') if p_num ~= '' then local label = mw.wikibase.getLabel(p_num) or "NO LABEL" result = result .. "<li>middle|4px|link=|alt= <b><i>[[d:Property talk:" .. p_num .. "|" .. label ...." current
- 10:2410:24, 31 July 2025 diff hist +1,148 N Template:Tracks Wikidata Created page with "{{Sister project | image = 40px|link=Wikipedia:Wikidata | position = {{{position|}}} | text = This {{template other | template | {{module other | module | {{category other | category | page <!-- not template, module, or category --> }} }} }} [[:Category:{{{cat|Wikidata tracking categories}}}|tracks]] {{#if:{{{section|}}} | one or more Wikidata properties; see {{Section..." current
- 10:2310:23, 31 July 2025 diff hist +131 N Template:Spaced en dash Created page with " – <noinclude> {{documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>" current
- 10:2310:23, 31 July 2025 diff hist +96 N Template:Spnd Redirected page to Template:Spaced en dash current Tag: New redirect
- 10:2210:22, 31 July 2025 diff hist +99 N Template:Lang Created page with "<includeonly>{{#invoke:Lang|{{{fn|lang}}}}}</includeonly><noinclude> {{Documentation}} </noinclude>" current
- 10:2210:22, 31 July 2025 diff hist +247 N Template:ISBNT Created page with "<includeonly>{{#invoke:template wrapper|wrap|_template=ISBN|_include-positional=yes|plainlink=yes|template_name=ISBNT}}</includeonly><noinclude>{{documentation}}<!-- Add categories and interwiki lines to the /doc subpage, not here! --></noinclude>" current
- 10:2110:21, 31 July 2025 diff hist +329 N Template:Em Created page with "<em {{#if:{{{role|}}}|role="{{{role}}}"}} {{#if:{{{class|}}}|class="{{{class}}}"}} {{#if:{{{id|}}}|id="{{{id}}}"}} {{#if:{{{style|}}}|style="{{{style}}}"}} {{#if:{{{title|}}}|title="{{{title}}}"}}>{{{1}}}</em><noinclude> {{documentation}} <!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --> </noinclude>" current
- 10:2110:21, 31 July 2025 diff hist +245 N Template:Abbr Created page with "<abbr {{#if:{{{class|}}}|class="{{{class}}}"}} {{#if:{{{id|}}}|id="{{{id}}}"}} {{#if:{{{style|}}}|style="{{{style}}}"}} title="{{#tag:nowiki|{{#invoke:String|replace|{{{2|}}}|"|"}}}}">{{{1|}}}</abbr><noinclude>{{Documentation}} </noinclude>" current
- 10:2110:21, 31 July 2025 diff hist +21,276 N Template:Infobox book/doc Created page with "{{Documentation subpage}} <!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> {{High-use| 43,000 }} {{Auto italic title}} {{Tracks Wikidata|P18|cat=No local image but image on Wikidata}} {{Uses Wikidata|P136|P577|P212|P856|P1036|P1104|P1149}} {{Lua|Module:Infobox|Module:Infobox/utilities|Module:InfoboxImage|Module:Check for unknown parameters|Module:Lang|Module:Wikidata|noprotcat=yes}} {{Uses TemplateStyles|Template:Infobox book/styles.css}} This template is used to pr..."
- 10:2010:20, 31 July 2025 diff hist +8,986 N Template:Infobox book Created page with "{{Infobox | templatestyles = Infobox book/styles.css | italic title = {{{italic title|<noinclude>no</noinclude>}}} | bodyclass = ib-book vcard <!---------------Title-----------------> | title = <includeonly>{{#if:{{{name|}}}{{{caption|{{{image_caption|}}}}}}{{{editors|{{{editor|}}}}}}{{{authors|{{{author|}}}}}}{{{audio_read_by|}}}{{{title_orig|}}}{{{title_working|}}}{{{translators|{{{translator|}}}}}}{{{illustrators|{{{illustrator|}}}}}}{{{cover_artist|}}}{{{country|}}}..." current
- 10:2010:20, 31 July 2025 diff hist −1,603 Footnote: Executive Decision (short story) Redirected page to Footnote: Executive Decision (novella) current Tag: New redirect
- 10:1910:19, 31 July 2025 diff hist +1,679 N Footnote: Executive Decision (novella) Created page with "{{Infobox book|name=Footnote: Executive Decision|image=|caption=|alt=|author=Jeff Bell|title_orig=|working_title=|translator=|illustrator=|cover_artist=|country=United States|language=English|series=|subject=|genre=Drama|published=2015|pages=11|awards=|isbn=<!-- N/A -->|oclc=|congress=|preceded_by=|followed_by=|wikisource=}} '''''Footnote: Executive Decision''''' is a short story sequel to the film ''<nowiki/>'Footnote' (2015)''. == Plot == W..." current
- 10:1810:18, 31 July 2025 diff hist 0 N File:Poster-ThisOneLastTime.jpg No edit summary current
- 10:1810:18, 31 July 2025 diff hist 0 N File:Poster-Violet.jpg No edit summary current
- 10:1710:17, 31 July 2025 diff hist 0 N File:HiNeighbor-Poster.png No edit summary current
- 10:1710:17, 31 July 2025 diff hist 0 N File:Poster-TheUnposessors.jpg No edit summary current
- 10:1710:17, 31 July 2025 diff hist 0 N File:Poster-GameDay.jpg No edit summary current
- 10:1510:15, 31 July 2025 diff hist +2 MediaWiki:Common.css No edit summary
- 10:1510:15, 31 July 2025 diff hist +35 MediaWiki:Common.css No edit summary
- 10:1310:13, 31 July 2025 diff hist −12 The Noize (Movie) No edit summary
- 10:1310:13, 31 July 2025 diff hist +46 MediaWiki:Common.css No edit summary
- 10:0910:09, 31 July 2025 diff hist +19 Template:Plainlist/styles.css No edit summary current