Main public logs
More actions
Combined display of all available logs of WikiOasis Meta. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:22, 19 May 2026 DarkMatterMan4500 talk contribs created page Template:Dependencies (Created page with "<div style="background: lightyellow; margin-bottom:3px; font-weight:bold; color: #000000; padding: .25em">{{trim| Dependencies: * [[{{{1}}}]] {{#if:{{{2|}}}|* [[{{{2}}}]]}} {{#if:{{{3|}}}|* [[{{{3}}}]]}} {{#if:{{{4|}}}|* [[{{{4}}}]]}} {{#if:{{{5|}}}|* [[{{{5}}}]]}} {{#if:{{{6|}}}|* [[{{{6}}}]]}} {{#if:{{{7|}}}|* [[{{{7}}}]]}} }}</div><noinclude>{{doc|content=Indicates which other templates (or modules) from this wiki the given template depends on. If you export this temp...")
- 17:21, 19 May 2026 DarkMatterMan4500 talk contribs created page Template:Navbox/doc (Created page with "{{Documentation subpage}} {{dependencies|Template:Navbar|Module:Navbox}} == Usage == <pre>{{Navbox | name = {{PAGENAME}} <!-- This has to be the name of the template --> | title = TITLE | titleclass = wraplinks | listclass = hlist | state = autocollapse | aboveclass = hlist | above = Example of Navbox | group1 = A | list1 = • 1 | group2 = B | list2 = • 2 | group3 = C | list3 = • 3 }}</pre> {{Navbox | name =...")
- 17:17, 19 May 2026 DarkMatterMan4500 talk contribs created page Template:T (Redirected page to Template:Tl) Tag: New redirect
- 17:15, 19 May 2026 DarkMatterMan4500 talk contribs created page Module:Navbox/doc (Created page with "This module is invoked by the {{t|Navbox}} template. Navbox templates are not displayed for mobile users.")
- 17:13, 18 May 2026 DarkMatterMan4500 talk contribs created page Template:Hlist (Created page with "<div class="hlist {{{class|}}}" style="margin-left:{{#expr:{{{indent|0}}}*1.6}}em;{{{style|}}}"><!-- ----------(unbulleted list code:)---------- -->{{#if:{{{1|}}}{{{2|}}}{{{3|}}}{{{4|}}}{{{5|}}}{{{6|}}}{{{7|}}}{{{8|}}}{{{9|}}}{{{10|}}}{{{11|}}}{{{12|}}}{{{13|}}}{{{14|}}}{{{15|}}}{{{16|}}}{{{17|}}}{{{18|}}}{{{19|}}}{{{20|}}}{{{21|}}}{{{22|}}}{{{23|}}}{{{24|}}}{{{25|}}}{{{26|}}}{{{27|}}}{{{28|}}}{{{29|}}}{{{30|}}}{{{31|}}}{{{32|}}}{{{33|}}}{{{34|}}}{{{35|}}}{{{36|}}}{{{...")
- 17:12, 18 May 2026 DarkMatterMan4500 talk contribs created page Module:Navbox/styles.css (Created page with ".navbox { box-sizing: border-box; border: 1px solid #a2a9b1; width: 100%; clear: both; font-size: 88%; text-align: center; padding: 1px; margin: 1em auto 0; Prevent preceding content from clinging to navboxes: } .navbox .navbox { margin-top: 0; No top margin for nested navboxes: } .navbox + .navbox, TODO: remove first line after transclusions have updated: .navbox + .navbox-styles + .navbox { margin-top: -1px; /* Single pixel border between adj...")
- 17:12, 18 May 2026 DarkMatterMan4500 talk contribs created page Module:Navbox/configuration (Created page with "return { aria_label = 'Navbox', nowrap_item = '%s<span class="nowrap">%s</span>', templatestyles = mw.getCurrentFrame():extensionTag{ name = 'templatestyles', args = { src = 'Module:Navbox/styles.css' } }, hlist_templatestyles = 'Hlist/styles.css', plainlist_templatestyles = 'Plainlist/styles.css', -- do not localize marker table marker = { oddeven = '\127_ODDEVEN_\127', restart = '\127_ODDEVEN0_\127', regex = '\127_ODDEVEN(%d?)_\127' }, category = {...")
- 17:11, 18 May 2026 DarkMatterMan4500 talk contribs created page Module:Navbox (Created page with "require('strict') local p = {} local navbar = require('Module:Navbar')._navbar local cfg = mw.loadData('Module:Navbox/configuration') local getArgs -- lazily initialized local args local format = string.format local function striped(wikitext, border) -- Return wikitext with markers replaced for odd/even striping. -- Child (subgroup) navboxes are flagged with a category that is removed -- by parent navboxes. The result is that the category shows all pages -- where a...")
- 17:10, 18 May 2026 DarkMatterMan4500 talk contribs created page Template:Navbox with collapsible groups (Created page with "{{#invoke:Navbox|with collapsible groups}}<noinclude> {{documentation}} </noinclude>")
- 17:09, 18 May 2026 DarkMatterMan4500 talk contribs created page Template:Userspace linking templates (Created page with "{{#ifeq:{{{heading|}}}|no||== Userspace link templates ==}} {{#ifeq:{{{intro|}}}|no||User information templates provide informational links for a user; they are similar to signatures, but often provide additional information, and may be used by other users. List: {{hlist|Standard | For admin pages | Bots/admin log |Signature addition }} :Demo user used is ''User:Example'' }} {{Navbox with collapsible groups | name = Users...")
- 17:08, 18 May 2026 DarkMatterMan4500 talk contribs created page Template:User-multi (Created page with "<includeonly>{{ {{{|safesubst:}}}#invoke:UserLinks|main}}</includeonly><noinclude> {{documentation}} </noinclude>")
- 17:07, 18 May 2026 DarkMatterMan4500 talk contribs created page Module:UserLinks/config (Created page with "-------------------------------------------------------------------------------- -- UserLinks configuration -- -- This module provides configuration and localisation messages for -- -- Module:UserLinks. See the comments in the code below for explanations -- -- of what each message does. -- ----------------------------------------------------------------------...")
- 17:06, 18 May 2026 DarkMatterMan4500 talk contribs created page Module:UserLinks/shared (Created page with "-- This module stores functions that are shared between Module:UserLinks -- and Module:UserLinks/extra. -- Load data and define often-used variables local cfg = mw.loadData('Module:UserLinks/config') local namespaces = mw.site.namespaces -- Lazily initialise modules that we may or may not need local mCategoryHandler -- Define namespaces for which links need to be escaped with the colon trick. -- See w:en:Help:Colon trick. local colonNamespaces = { [6] = t...")
- 17:05, 18 May 2026 DarkMatterMan4500 talk contribs created page Module:UserLinks (Created page with "-------------------------------------------------------------------------------- -- UserLinks -- -- This module creates a list of links about a given user. It can be used on -- -- its own or from a template. See the /doc page for more documentation. -- -------------------------------------------------------------------------------- -- Require necessary modules local yesno = require('Module:Yesno') -...")
- 17:04, 18 May 2026 DarkMatterMan4500 talk contribs created page Template:User-multi/template (Created page with "{{#invoke:UserLinks|main|user=Example|User=Example}}{{#ifeq:{{{doc<noinclude>|yes</noinclude>}}}|yes |{{documentation |content= {{#ifeq:{{#invoke:High-use|num|x|demo={{ROOTPAGENAME}}}}|many||{{High-use|demo={{ROOTPAGENAME}}}}}} {{lua|Module:UserLinks}} This is a user link template for use internally on Wikipedia. === Usage === The username can be defined via a named or an unnamed parameter, i.e. * <code><nowiki>{{</nowiki>{{BASEPAGENAME}}<nowiki>|</nowiki>{{#ifeq:{{...")
- 17:03, 18 May 2026 DarkMatterMan4500 talk contribs created page Template:Admin (Created page with "{{<includeonly>#invoke:UserLinks|main</includeonly><noinclude>user-multi/template</noinclude> |User={{{User|{{{1|}}}}}} |1=t |2=c |3=bls |4=pr |5=del |6=m |7=rl |8=rfa |doc=yes }}")
- 17:02, 18 May 2026 DarkMatterMan4500 talk contribs created page Template:Rangevandal (Redirected page to Template:Range vandal) Tag: New redirect
- 17:02, 18 May 2026 DarkMatterMan4500 talk contribs created page Template:Range vandal/doc (Created page with "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{tlx|Rangevandal|127.0.0.1/16}} → {{Rangevandal|127.0.0.1/16}} {{Userspace linking templates}} <includeonly>{{Sandbox other|| <!-- Categories below this line, please; interwikis at Wikidata --> Category:Username internal link templates Category:Wikipedia templates which apply NOINDEX }}</includeonly>")
- 17:01, 18 May 2026 DarkMatterMan4500 talk contribs created page Template:Range vandal (Created page with "<includeonly><span class="userlinks plainlinks">[[Special:Contributions/{{ucfirst:{{{1|127.0.0.1/16}}}}}|{{ucfirst:{{{1|127.0.0.1/16}}}}}]] (<span class="sysop-show">[[Special:Blockip/{{ucfirst:{{{1|127.0.0.1/16}}}}}|block range]] · </span>[{{fullurl:Special:Log|type=block&page=User:{{urlencode:{{ucfirst:{{{1|127.0.0.1/16}}}}}}}}} block log] ([{{fullurl:m:Special:Log|type=gblblock&page=User:{{urlencode:{{ucfirst:{{{1|127.0.0.1/16}}}}}}}}} global]) · [https://whois-refe...")
- 17:01, 18 May 2026 DarkMatterMan4500 talk contribs created page Template:IPuser (Created page with "<span class="plainlinks userlinks"><span class="userlinks-username">[[User:{{trim|{{{1|127.0.0.1}}}}}|{{trim|{{{1|127.0.0.1}}}}}]] </span>{{#iferror:{{#expr:{{trim|{{{1|127.0.0.1}}}}} round 0}} |<!--IPV6-->{{toolbar|separator=dot |1=[[User talk:{{trim|{{{1|127.0.0.1}}}}}|talk]] |2=[[Special:Contributions/{{trim|{{{1|127.0.0.1}}}}}|contribs]] |3=[[Special:IPContributions/{{trim|{{{1|127.0.0.1}}}}}|IP contribs]] |4=[https://tools.wmflabs.org/whois/gatewa...")
- 17:00, 18 May 2026 DarkMatterMan4500 talk contribs created page Template:Socklinks (Created page with "[[User:{{ucfirst:{{{User|{{{1|Example}}}}}}}}|'''{{ucfirst:{{{User|{{{1|Example}}}}}}}}''']] (<span class="plainlinks">[[User talk:{{ucfirst:{{{User|{{{1|Example}}}}}}}}|talk]]<sup><span style="font-size: 120%;">[{{fullurl:User talk:{{{1|Example}}}|action=edit}}§ion=new <span style="color:var(--color-subtle,gray);">+</span>]</span></sup> '''·''' Special:Contributions/{{ucfirst:{{{User|{{{1|Example}}}}}}}}|<span title="Contributions: {{ucfirst:{{{User|{{{1|Exa...")
- 16:53, 18 May 2026 DarkMatterMan4500 talk contribs created page Category:Twinkle user templates (This should be the next thing on the agenda lol)
- 16:40, 18 May 2026 DarkMatterMan4500 talk contribs created page Meta:Shortcut (Redirected page to Meta:Shortcuts) Tag: New redirect
- 16:40, 18 May 2026 DarkMatterMan4500 talk contribs created page Meta:Shortcuts (Created page with "{{Header|title=Shortcuts|notes=Following is a list of WikiOasis shortcuts for English pages.|shortcut=Meta:META}}")
- 16:36, 18 May 2026 DarkMatterMan4500 talk contribs created page Template:User Twinkle (Created page with "{{userbox | border-c = grey | id = 45px | id-c = #FF7065 | info = This user contributes with Twinkle. | info-c = #ffa9a9 | nocat = {{{nocat|}}} <includeonly>Category:WikiOasis users who fight vandalism</includeonly> }}<noinclude> Twinkle </noinclude>")
- 16:22, 18 May 2026 DarkMatterMan4500 talk contribs created page User:DarkMatterMan4500/weedwhacker.js (Created page with "mw.loader.using(['mediawiki.user'], function() { if(mw.config.get('wgCanonicalSpecialPageName') == 'Recentchanges'){ mw.hook('wikipage.content').add(function(){ $('.mw-changeslist-log-farmer[data-mw-logaction="farmer/requestwiki"] .mw-changeslist-log-entry').each(function(){ if($(this).find('.history-deleted:contains("log details removed")').length == 0 && $(this).find('.weedwhacker-link').length == 0){ var reqId = $(this).children('a[href*="/Special:Reque...")
- 16:15, 18 May 2026 DarkMatterMan4500 talk contribs created page Template:UserStatusShort (Created page with "{{#switch:{{lc:{{{{{1|User:{{ROOTPAGENAME}}/Status}}}}}}} | #default = {{{isize|15}}}px|link= <span style="color:gray">'''Somewhere'''</span> | online | around | on = {{{isize|15}}}px|link= <span style="color:green">'''online'''</span> | in | n = {{{isize|15}}}px|link= <span style="color:green">'''IN'''</span> | editing | edit | ed = File:Accessories-text-editor.svg|{{...")
- 16:14, 18 May 2026 DarkMatterMan4500 talk contribs created page Template:UserStatus (Created page with "{{#ifeq:{{{demo|¬}}}|¬|<div style="position: absolute; right: {{{right|3}}}em; top: {{{top|0}}}em; font-size: {{{fsize|100}}}%;" id="TemplateUserinfo" class="metadata plainlinks topicon">|<div>}}{{#switch: {{{demo|{{lc:{{{{{1|<includeonly>User:{{ROOTPAGENAME}}</includeonly><noinclude>User:StatusTemplate</noinclude>/Status}}}}}}}}}} | #default = <span style="color:gray">'''<small>{{#if: {{{name|}}}|{{{name}}}|{{ROOTPAGENAME}}}} is</small>'''</span> File:Symbol neutr...")
- 16:12, 18 May 2026 DarkMatterMan4500 talk contribs created page User:DarkMatterMan4500/PersonalDashboardLink.js (Created page with "/* Adds a link to the dashboard of your choice to the top bar. Installation: Add the following line of code to your common.js: importScript( 'User:Mdaniels5757/PersonalDashboardLink.js' ); // Backlink: commons:User:Mdaniels5757/PersonalDashboardLink.js Note: By default, the link is to 'User:YourUserName/Dashboard', but you can change it by adding the following line to your common.js, before where you add the script in your common.js: var dashboardPath = 'Namespac...")
- 16:07, 18 May 2026 DarkMatterMan4500 talk contribs created page User:DarkMatterMan4500/userinfo.js (Created page with "// based on http://en.wikipedia.org/wiki/User:Fran Rogers/dimorphism.js // and on http://en.wikipedia.org/wiki/User:Splarka/sysopdectector.js function UserinfoJsFormatQty(qty, singular, plural) { return String(qty).replace(/\d{1,3}(?=(\d{3})+(?!\d))/g, "$&,") + "\u00a0" + (qty == 1 ? singular : plural); } function UserinfoJsFormatDateRel(old) { // The code below requires the computer's clock to be set correctly. var age = new Date().getTime() - old.getT...")
- 16:02, 18 May 2026 DarkMatterMan4500 talk contribs created page Template:Under (Redirected page to Template:Underline) Tag: New redirect
- 16:02, 18 May 2026 DarkMatterMan4500 talk contribs created page Template:Underline (Created page with "<span style="text-decoration: underline;">{{{1}}}</span><noinclude> {{Documentation}} <!-- PLEASE ADD CATEGORIES TO THE /doc SUBPAGE; INTERWIKIS GO TO WIKIDATA, THANK YOU! --> </noinclude>")
- 11:39, 18 May 2026 DarkMatterMan4500 talk contribs created page Template:Ti (Redirected page to Template:Template information) Tag: New redirect
- 11:39, 18 May 2026 DarkMatterMan4500 talk contribs created page Template:Template information (Created page with "'''[[Template:{{{1}}}]]''' ([[Template talk:{{{1}}}|talk]]{{int:dot-separator}}[[Special:Whatlinkshere/Template:{{{1}}}|links]]{{int:dot-separator}}[{{SERVER}}{{localurl:Template:{{{1}}}|action=edit}} edit])<noinclude> {{Documentation}} </noinclude>")
- 11:37, 18 May 2026 DarkMatterMan4500 talk contribs created page Template:Template link (Created page with "{{[[Template:{{{1}}}|{{{1}}}]]}}<noinclude>{{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>")
- 11:36, 18 May 2026 DarkMatterMan4500 talk contribs created page Template:Documentation subpage/doc (Created page with "{{Documentation subpage}} This template displays a message that the current page is a documentation subpage. == Usage == : {{Template link expanded|Documentation subpage}} : or : {{Template link expanded|Documentation subpage |[[Page where the documentation transcluded]]}} ===Text customization=== The parameters |text1= and |text2= can be used to set the text of, respectively, the template's first and second lines. If ''text1''...")
- 11:34, 18 May 2026 DarkMatterMan4500 talk contribs created page Template:Parameter (Created page with "<code class="tpl-para" style="word-break:break-word;{{SAFESUBST:<noinclude />#if:{{{plain|}}}|border: none; background-color: inherit;}} {{SAFESUBST:<noinclude />#if:{{{plain|}}}{{{mxt|}}}{{{green|}}}{{{!mxt|}}}{{{red|}}}|color: {{SAFESUBST:<noinclude />#if:{{{mxt|}}}{{{green|}}}|#006400|{{SAFESUBST:<noinclude />#if:{{{!mxt|}}}{{{red|}}}|#8B0000|inherit}}}};}} {{SAFESUBST:<noinclude />#if:{{{style|}}}|{{{style}}}}}">|{{SAFESUBST:<noinclude />#if:{{{1|}}}|{{{1}}}=...")
- 11:33, 18 May 2026 DarkMatterMan4500 talk contribs created page Template:Para (Redirected page to Template:Parameter) Tag: New redirect
- 11:27, 18 May 2026 DarkMatterMan4500 talk contribs created page Talk:Suppression (About our suppression policy: new section) Tag: New topic
- 11:23, 18 May 2026 DarkMatterMan4500 talk contribs created page Oversight (Redirected page to Suppression) Tag: New redirect
- 11:23, 18 May 2026 DarkMatterMan4500 talk contribs created page Meta:Oversight (Redirected page to Suppression) Tag: New redirect
- 11:20, 18 May 2026 DarkMatterMan4500 talk contribs created page Meta:Stewards (Redirected page to Stewards) Tag: New redirect
- 20:29, 15 May 2026 DarkMatterMan4500 talk contribs created page Category:Username internal link templates (Created page with " Category:Templates")
- 20:19, 15 May 2026 DarkMatterMan4500 talk contribs created page Category:External link templates (Created blank page)
- 20:15, 15 May 2026 DarkMatterMan4500 talk contribs created page Template:Official website (Created page with "<includeonly>{{#invoke:Official website|main}}{{#invoke:Check for unknown parameters|check|showblankpositional=1|unknown={{main other|1=_VALUE_{{PAGENAME}}}}|preview=Page using Template:Official website with unknown parameter "_VALUE_"|1|2|URL|url|name}}</includeonly><!-- --><noinclude>{{documentation}}</noinclude>")
- 16:53, 15 May 2026 DarkMatterMan4500 talk contribs created page Template:TemplateDataHeader (Redirected page to Template:TemplateData header) Tag: New redirect
- 16:52, 15 May 2026 DarkMatterMan4500 talk contribs created page Template:Plain link (Created page with "<span class="plainlinks">{{SAFESUBST:<noinclude />#if:{{{2|{{{NAME|{{{name|}}}}}}}}} |[{{{1|{{{URL|{{{url}}}}}}}}} {{{2|{{{NAME|{{{name|}}}}}}}}}] |[{{{1|{{{URL|{{{url}}}}}}}}}] }}</span><noinclude> {{documentation}} {{En-WP attribution notice|Template:Plain link}} </noinclude>")
- 16:51, 15 May 2026 DarkMatterMan4500 talk contribs created page Module:URL (Created page with "-- -- This module implements {{URL}} -- -- See unit tests at Module:URL/tests local p = {} function trim(s) return (mw.ustring.gsub(s, "^%s*(.-)%s*$", "%1")) end function safeUri(s) local success, uri = pcall(function() return mw.uri.new(s) end) if success then return uri end end function p._url(url, text) url = trim(url or '') text = trim(text or '') if url == '' then if text == '' then re...")
- 16:51, 15 May 2026 DarkMatterMan4500 talk contribs created page Template:URL/doc (Created page with "{{Documentation subpage}} {{lua|Module:URL}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> This template can be used to create a formatted external link. It formats the appearance of '''''displayed''''' URLs, while making them ''machine-readable'' as part of emitted microformat meta-data, inside templates such as infoboxes. If you wish to display text instead of the URL (e.g. "[http://example.com website]" instead of {{URL|e...")
- 16:50, 15 May 2026 DarkMatterMan4500 talk contribs created page Template:URL (Created page with "<includeonly>{{#invoke:URL|url|1={{{1|}}}|2={{{2|}}}}}</includeonly><noinclude>{{documentation}}Category:Utility templates</noinclude>")