All public logs
Combined display of all available logs of Osolia Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 01:27, 2 August 2024 Hydrogen talk contribs created page Template:End hidden (Created page with "<includeonly></div></div></includeonly><noinclude> {{hatnote|Templates {{noredirect|Template:End hidden|End hidden}} and {{noredirect|Template:End hidden section|End hidden section}} redirect here.}} {{Documentation|Template:Hidden begin/doc}} </noinclude>")
- 01:26, 2 August 2024 Hydrogen talk contribs created page Template:Begin hidden (Created page with "<includeonly><templatestyles src="Template:Hidden begin/styles.css"/><div class="hidden-begin mw-collapsible {{#ifeq:{{{showhide|{{{toggle}}}}}}|left|mw-collapsible-leftside-toggle}} {{#if:{{{expanded|}}}||mw-collapsed}} {{{class|}}}" style="{{#if:{{{width|}}}|width:{{{width}}};}} {{#if:{{{border|}}}|border:{{{border}}};}} {{#if:{{{bgcolor|}}}|background-color:{{{bgcolor}}};}} {{{style|}}}"><!-- --><div class="hidden-title skin-nightmode-reset-color" style="{{#if:{{{ta1|...")
- 01:26, 2 August 2024 Hydrogen 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)...")
- 23:21, 26 July 2024 Hydrogen talk contribs created page Legal Reform Amendment (create)
- 21:00, 23 July 2024 Hydrogen talk contribs created page EndMart (create endmart)
- 19:27, 26 June 2024 Hydrogen talk contribs created page Free Media Act (Woah)
- 19:21, 26 June 2024 Hydrogen talk contribs created page Fair Elections Act (Create Fair Elections Act)
- 19:05, 26 June 2024 Hydrogen talk contribs created page Invitation Act (Create)
- 18:59, 26 June 2024 Hydrogen talk contribs created page Streets and Roads Act (Stub)
- 15:40, 26 June 2024 Hydrogen talk contribs created page File:Transitional State Flag Proposals.png
- 15:40, 26 June 2024 Hydrogen talk contribs uploaded File:Transitional State Flag Proposals.png
- 15:31, 26 June 2024 Hydrogen talk contribs created page Melonian Transitional Legislature (Created page with "{{Infobox legislature | name = Melonian Transitional Legislature | native_name = <small>Legislature of Project Melonia 2.0</small> | background_color = #ec03fc | coa_pic = Transitional State Flag.png | coa_res = | house_type = Unicameral direct | foundation = {{Start date and age|2023|12|12|df=yes}} | preceded_by = Republic of Melonia | new_session = | leader1_type = Leader | leader1 =...")
- 15:27, 26 June 2024 Hydrogen talk contribs created page Melonian Transitional State (Create page)
- 15:08, 26 June 2024 Hydrogen talk contribs created page File:Transitional State Flag.png
- 15:08, 26 June 2024 Hydrogen talk contribs uploaded File:Transitional State Flag.png
- 02:49, 26 June 2024 Hydrogen talk contribs created page Diamond Standard Act (create)
- 02:39, 26 June 2024 Hydrogen talk contribs created page Template:PAGENAMEBASE (Created page with "{{{{{|safesubst:}}}#Invoke:String|replace|{{{1|{{{{{|safesubst:}}}PAGENAME}}}}}|%s+%b()$||1|false}}<noinclude> {{documentation}} </noinclude>")
- 02:38, 26 June 2024 Hydrogen talk contribs created page Template:Infobox Osolian legislation (Created page with "{{Infobox | bodyclass = vevent {{#if:{{{collapsed|}}}|mw-collapsible mw-collapsed}} | title = {{#if:{{{collapsed|}}}||{{{short_title|<includeonly>{{PAGENAMEBASE}}</includeonly>}}}}} | titleclass = summary | above = {{#if:{{{collapsed|}}}|<span style="font-size:125%">{{{short_title|<includeonly>{{PAGENAMEBASE}}</includeonly>}}}</span>|}} | abovestyle = font-size:100% | aboveclass = summary | subheader = {{#switch:{{lc:{{{type}}}}}|si|statutory instrument...")
- 19:25, 25 June 2024 Hydrogen talk contribs created page Chief (Osolia) (Redirected page to Chief of Osolia) Tag: New redirect
- 21:49, 22 June 2024 Hydrogen talk contribs created page Chief of Osolia (create chief page)
- 21:46, 22 June 2024 Hydrogen talk contribs created page Assembly of Osolia (tr) Tag: New redirect
- 21:08, 18 June 2024 Hydrogen talk contribs created page Next Osolian general election (Created page with "{{Infobox legislative election |country=Osolia |election_date=15 August 2024 |seats_for_election=All citizens and residents can participate |majority_seats=8 |previous_election=June 2024 |next_election= |ongoing=yes }} General elections are scheduled to be held in Osolia on August 15th, 2024.")
- 21:01, 18 June 2024 Hydrogen talk contribs created page April 2024 Osolian general election (woah)
- 20:51, 18 June 2024 Hydrogen talk contribs created page File:Parliamentary representation first votes april2024.svg
- 20:51, 18 June 2024 Hydrogen talk contribs uploaded File:Parliamentary representation first votes april2024.svg
- 20:42, 18 June 2024 Hydrogen talk contribs created page File:Increase2.svg
- 20:42, 18 June 2024 Hydrogen talk contribs uploaded File:Increase2.svg
- 20:42, 18 June 2024 Hydrogen talk contribs created page Template:Increase (Created page with "{{{size|11px}}}|alt={{{1|Increase}}}|link=|{{{1|Increase}}}<noinclude> {{documentation}} </noinclude>")
- 20:37, 18 June 2024 Hydrogen talk contribs created page Module:NumberSpell (Created page with "-- This module converts a number into its written English form. -- For example, "2" becomes "two", and "79" becomes "seventy-nine". local getArgs = require('Module:Arguments').getArgs local p = {} local max = 100 -- The maximum number that can be parsed. local ones = { [0] = 'zero', [1] = 'one', [2] = 'two', [3] = 'three', [4] = 'four', [5] = 'five', [6] = 'six', [7] = 'seven', [8] = 'eight', [9] = 'nine' } local specials = { [10] = 'ten', [11] = 'eleven...")
- 20:36, 18 June 2024 Hydrogen talk contribs created page Module:Date (Created page with "-- Date functions for use by other modules. -- I18N and time zones are not supported. local MINUS = '−' -- Unicode U+2212 MINUS SIGN local floor = math.floor local Date, DateDiff, diffmt -- forward declarations local uniq = { 'unique identifier' } local function is_date(t) -- The system used to make a date read-only means there is no unique -- metatable that is conveniently accessible to check. return type(t) == 'table' and t._id == uniq end local function is_...")
- 20:35, 18 June 2024 Hydrogen talk contribs created page Module:Time ago (Created page with "-- Implement Template:Time ago local numberSpell, yesno -- lazy load function numberSpell(arg) numberSpell = require('Module:NumberSpell')._main return numberSpell(arg) end function yesno(arg) yesno = require('Module:Yesno') return yesno(arg) end local p = {} -- Table to convert entered text values to numeric values. local timeText = { ['seconds'] = 1, ['minutes'] = 60, ['hours'] = 3600, ['days'] = 86400, ['weeks'] = 604800, ['months'] = 2629800, --...")
- 20:35, 18 June 2024 Hydrogen talk contribs created page Template:Time ago (Created page with "{{#invoke:Time ago|main}}<noinclude> {{documentation}} <!-- Categories go in the /doc subpage and interwikis go in Wikidata. --> </noinclude>")
- 20:35, 18 June 2024 Hydrogen talk contribs created page Template:MONTHNUMBER (Created page with "<includeonly>{{safesubst:<noinclude/>#if:{{{1|}}} |{{safesubst:<noinclude/>#switch:{{safesubst:<noinclude/>lc:{{{1}}}}} |january|jan=1 |february|feb=2 |march|mar=3 |apr|april=4 |may=5 |june|jun=6 |july|jul=7 |august|aug=8 |september|sep|sept=9 |october|oct=10 |november|nov=11 |december|dec=12 |{{safesubst:<noinclude/>#ifexpr:{{{1}}}<0 |{{safesubst:<noinclude/>#ifexpr:(({{{1}}})round 0)!=({{{1}}}) |{{safesubst:<noinclude/>#expr:12-(((0.5-...")
- 20:34, 18 June 2024 Hydrogen talk contribs created page Template:MONTHNAME (Created page with "<includeonly>{{#if:{{{1|}}}|{{#switch:{{MONTHNUMBER|{{{1}}}}}|1=January|2=February|3=March|4=April|5=May|6=June|7=July|8=August|9=September|10=October|11=November|12=December|Incorrect required parameter 1=''month''!}}|Missing required parameter 1=''month''!}}</includeonly><noinclude> {{Documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>")
- 20:34, 18 June 2024 Hydrogen talk contribs created page Template:Start date and age (Created page with "<includeonly><!-- IMPLEMENTATION OF DATE -->{{#if: {{{1|}}}<!-- -->|{{#if: {{{2|}}}<!-- -->|{{#if: {{{3|}}}<!-- -->|{{#ifeq:{{yesno|{{{df|no}}}}}|yes<!-- -->|{{#expr:{{{3}}}}} {{MONTHNAME|{{{2}}}}}<!-- -->|{{MONTHNAME|{{{2}}}}} {{#expr:{{{3}}}}},<!-- -->}} {{{1}}}<!-- -->|{{MONTHNAME|{{{2}}}}} {{{1}}}<!-- -->}}<!-- -->|{{{1}}}<!-- -->}}<!-- --><span class="noprint">{{#ife...")
- 20:34, 18 June 2024 Hydrogen talk contribs created page Template:Start date (Created page with "<includeonly>{{#if: {{{4|}}} |{{#if: {{{5|}}} |{{padleft:{{{4}}}|2|0}}:{{padleft:{{{5}}}|2|0}}{{#if: {{{6|}}} |:{{padleft:{{{6}}}|2|0}} }}, }} }}<!--ABOVE FOR TIME; BELOW FOR DATE -->{{#if: {{{1|}}} |{{#if: {{{2|}}} |{{#if: {{{3|}}} |{{#if: {{{df|}}}|{{#expr:{{{3}}}}} {{MONTHNAME|{{{2}}}}}|{{MONTHNAME|{{{2}}}}} {{#expr:{{{3}}}}},}} {{{1}}}|{{MONTHNAME|{{{2}}}}} {...")
- 20:32, 18 June 2024 Hydrogen talk contribs uploaded a new version of File:AssemblyByChief.svg
- 20:31, 18 June 2024 Hydrogen talk contribs created page File:AssemblyByChief.svg
- 20:31, 18 June 2024 Hydrogen talk contribs uploaded File:AssemblyByChief.svg
- 20:25, 18 June 2024 Hydrogen talk contribs created page Template:Longitem (Created page with "<noinclude>{{#tag: code| </noinclude>{{#ifeq: {{{1|+}}} | {{{1|-}}} | <div style="}}display: inline-block; line-height: 1.2em; padding: .1em 0; {{#ifeq: {{{1|+}}} | {{{1|-}}} | {{{style|}}}">{{{1|}}}</div> | <includeonly>width: 100%;</includeonly> }}<includeonly>{{#if:{{{2|}}}|Category:Pages using Template:Longitem with unnamed style parameter}}</includeonly><noinclude> |lang=wikitext}} {{documentation}} </noinclude>")
- 20:22, 18 June 2024 Hydrogen talk contribs created page File:Assembly.png
- 20:22, 18 June 2024 Hydrogen talk contribs uploaded File:Assembly.png
- 20:22, 18 June 2024 Hydrogen talk contribs created page File:Assembly.svg
- 20:22, 18 June 2024 Hydrogen talk contribs uploaded File:Assembly.svg
- 20:19, 18 June 2024 Hydrogen talk contribs created page Template:Infobox legislature (add)
- 20:11, 18 June 2024 Hydrogen talk contribs created page Digital Osolia Office (add digital osolia office)
- 20:09, 18 June 2024 Hydrogen talk contribs created page File:DigitalOsoliaOffice.png
- 20:09, 18 June 2024 Hydrogen talk contribs uploaded File:DigitalOsoliaOffice.png
- 19:50, 18 June 2024 Hydrogen talk contribs uploaded a new version of File:DeptFinance.png
- 19:48, 18 June 2024 Hydrogen talk contribs created page File:DeptFinance.png