All public logs
Combined display of all available logs of Wiki Balkavani. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 07:26, 17 April 2026 JabicAdmin talk contribs created page Karebyr FC (Football Team) (Created page with "'''Karebyr Football Club''' (Originally '''Brutuville Football Club''') is a Football Club participating in the Rennian Cardinal Football League (RCFL). While still under the Brutuville FC Identity, then were the only team to win both matches in the cancelled 235 ECFL Season. Although (due to only 1/5 of the matches being played) no League Champion was declared by the ECFL, Karebyr FC count the season as a 1/2 Trophy in their own r...") Tag: Visual edit
- 07:09, 17 April 2026 JabicAdmin talk contribs created page Balkavanians Cup of Champions (Created page with "The '''Balkavanians Cup of Champions''' is an international Football (Soccer) tournament, == Role in Regional Politics == === Nakorentan Standoff === Following the Annexation") Tag: Visual edit
- 03:26, 17 April 2026 JabicAdmin talk contribs moved page Octan FC (Football Team) to Cagnoy River Riders FC (Football Team)
- 03:25, 17 April 2026 JabicAdmin talk contribs created page Spalke River Riders (Football Team) (Redirected page to Octan FC (Football Team)) Tags: New redirect Visual edit
- 03:25, 17 April 2026 JabicAdmin talk contribs created page Qaret Flags FC (Football Team) (Created page with "The '''Qaret Flags Football Club''' (Originally the '''Reiths Sparrows Football Club''') is a Football Club participating in the Rennian Cardinal Football League (RCFL). While still under the Reiths Sparrows Identity, they won the 234 ECFL League Championship, at that time the only Domestic Trophy in the EotLP. The team is headquartered and plays home matches in Qaret Province, Rennia. It has been associated with the Qaret Sepa...") Tag: Visual edit
- 03:07, 17 April 2026 JabicAdmin talk contribs created page Legoia Imperators (Football Team) (Redirected page to Rennia Imperators (Football Team)) Tags: New redirect Visual edit
- 03:07, 17 April 2026 JabicAdmin talk contribs created page Rennia Imperators (Football Team) (Created page with "The '''Rennia Imperators''' are a Football Club, who play in Rennia City (Rennia West Province). They were originally known as the Legoia Imperators whilst in the Irin Territory. While still located in Legoia, they won the 231 ECFL League Championship, at that time the only Domestic Trophy in the EotLP.") Tag: Visual edit
- 03:02, 17 April 2026 JabicAdmin talk contribs created page Reiths Sparrows (Redirected page to Octan FC (Football Team)) Tags: New redirect Visual edit
- 03:02, 17 April 2026 JabicAdmin talk contribs created page Octan FC (Football Team) (Created page with "'''Octan Football Club''' (Originally the '''Reiths Sparrows Football Club''') is a Football participating in the Rennian Cardinal Football League (RCFL). While still under the Reiths Sparrows Identity, they won the 234 ECFL League Championship, at that time the only Domestic Trophy in the EotLP.") Tag: Visual edit
- 01:10, 19 January 2026 JabicAdmin talk contribs created page Rennia International Airport (Created page with "The '''Rennian People's Liberation International Airport''' == Construction == == Runways == === 03/15 === Length: 1800 Metres === 16R/29L === Length: 2750 Metres === 16L/29R === Length: 3500 Metres == Terminals ==") Tag: Visual edit
- 15:39, 11 January 2026 JabicAdmin talk contribs moved page EotLP Cardinal Football League to Rennian Cardinal Football League
- 06:09, 5 December 2025 JabicAdmin talk contribs created page O-Class (Aircraft Family) (Created page with "Osborne Made Fighter Jets Complement the R-100 in its Ground-Attack Role == O-5 Thunderbird == ONe of the last Air-Air Combat FOcused craft to be developed Air Superiority Focused == O-7 == Multirole, w/ specialisation in Air-Air Combat INtegrated Electronic Warfare Package for Air Superiority & Command") Tag: Visual edit
- 06:06, 5 December 2025 JabicAdmin talk contribs created page R-200 (Aircraft Family) (Created page with "Lancer/Octan/Lilian Bomber Craft == R-200 Thunderbird == High-Speed Bomber, intended to outrun interception Tu-160 == R-206 == Stealth bomber B2 style") Tag: Visual edit
- 18:38, 2 October 2025 JabicAdmin talk contribs created page Module:Political party/T (Created page with "-- Constant data used by Module:Political party local alternate = { ["K-Party"] = "Communist Party of Sweden (1995)", } local full = { ["Test Party"] = {abbrev = "", color = "#000000", shortname = "Test",}, } return { full = full, alternate = alternate, }")
- 18:34, 2 October 2025 JabicAdmin talk contribs created page Test Page (Created page with "* {{color box|red|Socialist Party}} * {{color box|#008000|Green Alliance}} * {{color box|blue|Democrats|border=black}}")
- 18:16, 2 October 2025 JabicAdmin talk contribs created page Module:Color (Created page with "-- Introduction: https://colorspace.r-forge.r-project.org/articles/color_spaces.html local p = {} local function isempty(v) return v == nil or v == '' end local function hexToRgb(color) local cleanColor = color:gsub("#", "#"):match('^[%s#]*(.-)[%s;]*$') if (#cleanColor == 6) then return { r = tonumber(string.sub(cleanColor, 1, 2), 16), g = tonumber(string.sub(cleanColor, 3, 4), 16), b = tonumber(string.sub(cleanColor, 5, 6), 16) } elseif (#cleanCo...")
- 18:08, 2 October 2025 JabicAdmin talk contribs created page Module:Color contrast/colors (Created page with "return { aliceblue = 0.92880068253475, antiquewhite = 0.84646951707754, aqua = 0.7874, aquamarine = 0.8078549208338, azure = 0.97265264954166, beige = 0.8988459998705, bisque = 0.80732327372979, black = 0, blanchedalmond = 0.85084439608156, blue = 0.0722, blueviolet = 0.12622014321946, brown = 0.098224287876511...")
- 18:07, 2 October 2025 JabicAdmin talk contribs created page Module:Color contrast (Created page with "-- -- This module implements -- {{Color contrast ratio}} -- {{Greater color contrast ratio}} -- {{ColorToLum}} -- {{RGBColorToLum}} -- local p = {} local HTMLcolor = mw.loadData( 'Module:Color contrast/colors' ) local function sRGB (v) if (v <= 0.03928) then v = v / 12.92 else v = math.pow((v+0.055)/1.055, 2.4) end return v end local function rgbdec2lum(R, G, B) if ( 0 <= R and R < 256 and 0 <= G and G < 256 and 0 <= B and B < 256 ) then return 0.2126 *...")
- 18:03, 2 October 2025 JabicAdmin talk contribs created page Template:Greater color contrast ratio (Created page with "<includeonly>{{safesubst:#invoke:Color contrast|greatercontrast}}</includeonly><noinclude> {{documentation}} </noinclude>")
- 17:56, 2 October 2025 JabicAdmin talk contribs created page Module:Delink (Created page with "-- This module de-links most wikitext. require("strict") local p = {} local getArgs local function delinkReversePipeTrick(s) if s:match("^%[%[|.*[|\n]") then -- Check for newlines or multiple pipes. return s end return s:match("%[%[|(.*)%]%]") end local function delinkPipeTrick(s) -- We need to deal with colons, brackets, and commas, per Help:Pipe trick. -- First, remove the text before the first colon, if any. if s:match(":") then s = s:match("%[%[.-...")
- 17:54, 2 October 2025 JabicAdmin talk contribs created page Template:Political party (Created page with "<includeonly>{{#invoke:Political party|fetch|{{{1|}}}|{{{2|}}}|error{{#if:{{{error|}}}||_NULL}}={{{error|}}}}}</includeonly><noinclude> {{documentation}} </noinclude>")
- 17:51, 2 October 2025 JabicAdmin talk contribs created page Module:Political party/C (Created page with "-- Constant data used by Module:Political party local alternate = { ["K-Party"] = "Communist Party of Sweden (1995)", } local full = { ["Cagne Duchy Restoration Party"] = {abbrev = "CDRP", color = "#008080", shortname = "Cagne Party",}, } return { full = full, alternate = alternate, }")
- 17:50, 2 October 2025 JabicAdmin talk contribs created page Module:Political party/Q (Created page with "-- Constant data used by Module:Political party local alternate = { ["K-Party"] = "Communist Party of Sweden (1995)", } local full = { ["Qaret Party"] = {abbrev = "QP", color = "#9531eb", shortname = "",}, } return { full = full, alternate = alternate, }")
- 17:49, 2 October 2025 JabicAdmin talk contribs created page Module:Political party/L (Created page with "-- Constant data used by Module:Political party local alternate = { ["K-Party"] = "Communist Party of Sweden (1995)", } local full = { ["Loyalist Party"] = {abbrev = "LP", color = "#0b422f", shortname = "",}, } return { full = full, alternate = alternate, }")
- 17:47, 2 October 2025 JabicAdmin talk contribs created page Module:Political party/R (Created page with "-- Constant data used by Module:Political party local alternate = { ["K-Party"] = "Communist Party of Sweden (1995)", } local full = { ["Rennian Labour Party"] = {abbrev = "RLP", color = "#ff0000", shortname = "Labour",}, } return { full = full, alternate = alternate, }")
- 17:45, 2 October 2025 JabicAdmin talk contribs created page Module:Political party/U (Created page with "-- Constant data used by Module:Political party local alternate = { ["K-Party"] = "Communist Party of Sweden (1995)", } local full = { ["Unity Coalition"] = {abbrev = "UC", color = "#000000", shortname = "Unity",}, } return { full = full, alternate = alternate, }")
- 17:42, 2 October 2025 JabicAdmin talk contribs created page Module:Political party/P (Created page with "-- Constant data used by Module:Political party local alternate = { ["K-Party"] = "Communist Party of Sweden (1995)", } local full = { ["Peace and Opportunity Party"] = {abbrev = "POP", color = "#1f2942", shortname = "Opportunity",}, } return { full = full, alternate = alternate, }")
- 17:37, 2 October 2025 JabicAdmin talk contribs created page Module:Political party/N (Created page with "-- Constant data used by Module:Political party local alternate = { ["K-Party"] = "Communist Party of Sweden (1995)", } local full = { ["National Party of Unions"] = {abbrev = "NPU", color = "#ffcc00", shortname = "Unions",}, } return { full = full, alternate = alternate, }")
- 17:36, 2 October 2025 JabicAdmin talk contribs created page Module:Political party/K (Created page with "-- Constant data used by Module:Political party local alternate = { ["K-Party"] = "Communist Party of Sweden (1995)", } local full = { ["Kastortast Vinna - Prosperous Path"] = {abbrev = "KVPP", color = "#800000", shortname = "Kastortast Vinna",}, } return { full = full, alternate = alternate, }")
- 17:32, 2 October 2025 JabicAdmin talk contribs created page Module:Political party/doc (Created page with "{{Documentation subpage}} {{tsh|Colorbox|Colourbox|Colour box|Color square|Legend3}} {{For-text|the templates that display text in a colored box|{{tl|Divbox}} or Template:Mbox templates see also}} {{Uses TemplateStyles|Template:Legend/styles.css}} {{High-use}} <!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE --> ==Usage== {{Format TemplateData|JSON= { "params": { "1": { "label": "Color", "description": "Background color of the box.", "example": "Gre...")
- 17:30, 2 October 2025 JabicAdmin talk contribs created page Module:Political party (Created page with "local p = {} local default_color = '#F8F9FA' local categories = { party_not_in_list = 'Category:Pages using Political party with unknown party', shortname_not_in_list = 'Category:Pages using Political party with missing shortname', color_not_in_list = 'Category:Pages using Political party with missing color', } local function create_error(error_message) return string.format('<strong class="error">%s</strong>', error_message) end local function get...")
- 17:27, 2 October 2025 JabicAdmin talk contribs created page Template:Party color (Created page with "<includeonly>{{#invoke:Political party|fetch|{{{1|}}}|color|error{{#if:{{{error|}}}||_NULL}}={{{error|}}}}}</includeonly><noinclude> {{documentation}} </noinclude>")
- 17:20, 2 October 2025 JabicAdmin talk contribs deleted page Template:Documentation (troubleshooting)
- 17:19, 2 October 2025 JabicAdmin talk contribs created page Module:Documentation (Created page with "-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub local format = mw.ustring.format ---------------------------------------------------------------------------- -- Helper functions -- -- These are defined as local functions, but are made available in...")
- 17:10, 2 October 2025 JabicAdmin talk contribs created page Template:Documentation (Created page with "{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}<noinclude> <!-- Add categories to the /doc subpage --> </noinclude>")
- 17:09, 2 October 2025 JabicAdmin talk contribs created page Template:Legend inline (Created page with "<includeonly><!-- --><templatestyles src="Legend/styles.css" /><!-- --><span class="legend nowrap"><!-- --><span class="legend-color mw-no-invert" style="forced-color-adjust: none; <!-- -->{{#if:{{{border|}}}|border: {{{border}}};|{{#if:{{{outline|}}}|border: 1px solid {{{outline}}};}}}}<!-- -->{{#if:{{{1|}}}|{{greater color contrast ratio|{{{1}}}|white|black|css=y}}}}<!-- -->{{#if:{{{textcolor|}}}|color:{{{textcolor}}};}}<!-- -->{{#if:{{{size|}}}|font-size:{{{size}}};...")
- 17:08, 2 October 2025 JabicAdmin talk contribs created page Template:Legend/styles.css (Created page with "{{pp-template}}: .legend { page-break-inside: avoid; break-inside: avoid-column; } .legend-color { display: inline-block; min-width: 1.25em; height: 1.25em; line-height: 1.25; margin: 1px 0; text-align: center; border: 1px solid black; background-color: transparent; color: black; } .legend-text {empty for now, but part of the design!: }")
- 17:08, 2 October 2025 JabicAdmin talk contribs created page Template:Pp-template (Created page with "<includeonly>{{#invoke:Protection banner|main}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
- 17:07, 2 October 2025 JabicAdmin talk contribs created page Template:Legend (Created page with "{{pp-template}}: .legend { page-break-inside: avoid; break-inside: avoid-column; } .legend-color { display: inline-block; min-width: 1.25em; height: 1.25em; line-height: 1.25; margin: 1px 0; text-align: center; border: 1px solid black; background-color: transparent; color: black; } .legend-text {empty for now, but part of the design!: }")
- 17:05, 2 October 2025 JabicAdmin talk contribs created page Template:Color box (Created page with "<templatestyles src="Legend/styles.css" /><span class="legend-color mw-no-invert" style="forced-color-adjust:none; {{#if:{{{1|}}}|{{greater color contrast ratio|{{{1}}}|black|white|css=y}} }}{{#if:{{{3|}}}|color:{{{3}}}; }}{{#if:{{{border|}}}|border:1px solid {{{border}}}; }}{{#if:{{{padding|}}}|padding:{{{padding}}};}}">{{#if:{{{2|}}} |{{#if:{{{padding|}}}|{{{2}}}| {{{2}}} }} | }}</span><noinclude> {{documentation}}</noinclude>")
- 22:59, 24 August 2025 JabicAdmin talk contribs created page Lily Gasly (Created page with "'''Liliana Zbyhna Gasly''' was a professional Formula Lego Racer from Seasons 1 to 9, racing for Octan from S01 - S02, and S04 - S09, and for Osborne for S03. She was among the most successful non-Osborne Formula Lego Dri...") Tag: Visual edit
- 23:34, 1 August 2025 JabicAdmin talk contribs created page Treaty of Staivnova (Created page with "The '''Treaty of Staivnova''' was the treaty signed by representatives of the various member nations of the Balkavanian Sovereignty Legion following the conclusion of the Third Balkavanian War and the Nakorentan Union's surrender in Zronägrad.") Tag: Visual edit
- 19:29, 23 July 2025 JabicAdmin talk contribs created page Rennexation (Redirected page to Rennisation#Rennexation) Tags: New redirect Visual edit
- 19:24, 23 July 2025 JabicAdmin talk contribs created page Rennisation (Created page with "'''Rennisation''' was the process, largely following the conclusion of the Third Balkavanian War, of Political Power in the Balkavanians shifting from various regional central areas to being nearly exclusively held in Rennia, the capital of the Rennian Republic '''Rennexation''' was the process, beginning in the same time period, of the annexation, both officially and unofficially of several states and regions in the Balkavanians by the EotLP...") Tag: Visual edit
- 19:08, 23 July 2025 JabicAdmin talk contribs created page Idkah Bintad (Created page with "'''Shaykh Kharylla IV''' (born '''Idkah Bintad''') was a Shaykh of Kurazistan, reigning from xxx to 259, when he was killed in the opening days of the Third Balkavanian War. == Personal Life == Father of Idkah Iasmyna") Tag: Visual edit
- 19:07, 23 July 2025 JabicAdmin talk contribs created page Idkah Iasmyna (Created page with "'''Shaykhah Omeit II''' (born '''Idkah Iasmyna''') was the first female monarch of Kurazistan, rising to power following the death of her father, Shaykh Kharylla IV, at the beginning of the Third Balkavanian War. == Early Life == == Balkavanian War == == Personal Life ==") Tag: Visual edit
- 19:04, 23 July 2025 JabicAdmin talk contribs created page Kharylla IV (Redirected page to Idkah Bintad) Tags: New redirect Visual edit
- 16:31, 17 June 2025 BKWikiSysop talk contribs created page Zarya Ilic (Created page with "'''Zarya Ilic''' is a Cklserolvan Formula Lego Racing Driver, who has competed for Quantos, Windsor, Dragon during her career. == Early Life == == Early Racing Days == == Formula Lego == === Quantos (S10 - S11) === === Windsor (S12 - S13) === Ilic was signed by Oscar Windsor on a 3 year contract, with a +2 clause activatable by mutual consent between her and the team. ==== Season 12 ==== ==== Season 13 ==== === Dragon (S14) === Follow...") Tag: Visual edit
- 06:32, 1 June 2025 BKWikiSysop talk contribs created page File:Araske Interview.png
- 06:32, 1 June 2025 BKWikiSysop talk contribs uploaded File:Araske Interview.png