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).
- 11:59, 24 May 2026 DarkMatterMan4500 talk contribs created page Template:Int Usage/doc (Created page with "{{Documentation subpage}} {{Lua|Module:Fallback}} == Usage == Returns a value depending on a given language, using reasonable fallbacks if the contents of the switch does not directly map a value for that language. The given language to test, if it's not specified, is the user interface language of the viewing user. The language of the mapped value to return when there's no match in the switch for the given language (or one of its fallbacks), is English (<span style="...")
- 11:58, 24 May 2026 DarkMatterMan4500 talk contribs created page Template:Int Usage (Created page with "{{TranslateThis|source = Template:Int Usage |ha = Amfani |sv = Användning |ay = Apnaqaña |kri = Aw fɔ yuz am |bm = Baarakɛcogo |lb = Benotzung |ku = Bikaranîn |da = Brug |nb,nn,no = Bruk |gd = Cleachdadh |cy = Defnydd |lg = Enkozesa |eu = Erabilera |sm = Fa’aoga |mg = Fampiasana |om = Fayyadama |uz = Foydalanish |af,li,nl,nl-be,nl-informal,vl,zea = Gebruik |fy = Gebrûk |hu = Használat |bar = Heagnomma |lus = Hman dan |haw = Hoʻohana |rw = Ikoreshwa |so = Isticm...")
- 11:56, 24 May 2026 DarkMatterMan4500 talk contribs created page Module:If preview/configuration (Created page with "--We perform the actual check for whether this is a preview here since preprocessing is relatively expensive. local frame = mw.getCurrentFrame() local function is_preview() local revision_id = frame:preprocess('{{REVISIONID}}') -- {{REVISIONID}} is usually the empty string when previewed. -- I don't know why we're checking for nil but hey, maybe someday things -- would have broken return revision_id == nil or revision_id == '' end local function templatestyl...")
- 11:55, 24 May 2026 DarkMatterMan4500 talk contribs created page Module:If preview (Created page with "local p = {} local getArgs = require("Module:Arguments").getArgs local yn = require("Module:Yesno") local cfg = mw.loadData('Module:If preview/configuration') --main This function returns either the first argument or second argument passed to this module, depending on whether the page is being previewed. function p.main(frame) local args = getArgs(frame) if cfg.preview then return args[1] or '' else return args[2] or '' end end --[[ pmain This function...")
- 11:54, 24 May 2026 DarkMatterMan4500 talk contribs created page Template:If preview (Created page with "<onlyinclude>{{safesubst:<noinclude/>#invoke:If preview|pmain}}</onlyinclude><!-- -->{{documentation}}")
- 11:34, 24 May 2026 DarkMatterMan4500 talk contribs created page Template:Template rating/sandbox (Created page with "<includeonly>{{#if:{{{1|}}}<!-- Escape empty required first unnamed parameter -->|{{#switch:{{Namespace detect|template=t|module=m|demospace={{{demospace|}}}|page={{{demopage|}}}}} |m |t = <!-- ***** IF IN MODULE OR TEMPLATE NAMESPACE ***** -->{{ombox | type = notice | image = {{#switch: {{lc:{{{1|}}}}} | pre-alpha | prealpha | pa | experimental = 40x40px|link=|alt= | alpha | a =...")
- 11:32, 24 May 2026 DarkMatterMan4500 talk contribs moved page Template:Module rating to Template:Template rating
- 11:30, 24 May 2026 DarkMatterMan4500 talk contribs created page Template:Module other (Created page with "{{safesubst:<noinclude/>#switch: <noinclude><!-- If no or empty "demospace" parameter then detect namespace --></noinclude> {{safesubst:<noinclude/>#if:{{{demospace|}}} | {{safesubst:<noinclude/>lc: {{{demospace}}} }} <noinclude><!-- Use lower case "demospace" --></noinclude> | {{safesubst:<noinclude/>#ifeq:{{safesubst:<noinclude/>NAMESPACE}}|{{safesubst:<noinclude/>ns:Module}} | module | other }} }} | module = {{{module|{{{1|}}}}}} | other | #de...")
- 11:29, 24 May 2026 DarkMatterMan4500 talk contribs created page Template:Module rating (Created page with "{{Module other |1 = {{Ombox |type = {{#switch: {{{1|}}} |beta|b = style<!--minor warning--> |release|r|general|g = notice |protected|protect|p = protection |#default = content<!--major warning--> }} |style = |textstyle = |image = File:{{#switch: {{{1|}}} |pre-alpha|prealpha|pa = Ambox warning blue construction |alpha|a = Greek lc alpha icon |beta|b = Greek lc beta icon |release|r|general|g = Green check |protected|protect...")
- 11:28, 24 May 2026 DarkMatterMan4500 talk contribs created page Module:Fallback/doc (Created page with "{{Documentation subpage}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{Module rating|<!-- Values: pre-alpha • alpha • beta • release • protected -- If a rating not needed/relevant, delete this template call -->}} == {{int Usage}} == <code><nowiki>{{</nowiki>#invoke:Fallback|''function_name''<nowiki>}}</nowiki></code> <includeonly>{{Sandbox other|| <!-- Categories below this line; interwikis at Wikidata --> }...")
- 11:27, 24 May 2026 DarkMatterMan4500 talk contribs created page Module:Fallback (Created page with "local p = {} -- List the full fallback chain from a language to default (usually English) function p.fblist(lang) local fbtable = mw.language.getFallbacksFor(lang) table.insert(fbtable, 1, lang) --[[ Take a translation from "Mediawiki:<Message-ID>/<language-code>" namespace or from a loaded i18 resource bundle in MediaWiki for its UI messages (also used by the "{{Int:<Message-ID>}}" parser function), before using the provided default value. Requires args.message...")
- 11:27, 24 May 2026 DarkMatterMan4500 talk contribs created page Template:LangSwitch (Created page with "{{#invoke:Fallback|langSwitch<noinclude>|default=</noinclude>}}<noinclude>{{Documentation}}</noinclude>")
- 12:01, 23 May 2026 DarkMatterMan4500 talk contribs created page Template:Autoarchive/config (Created page with "<noinclude>config page for BeeBot's automatic archival. Read mw:Manual:Pywikibot/archivebot.py/setup for setting up for pages on meta. Paste the below text to set the bot to archive texts older than 4 weeks, without having to worry about the details: <pre> {{Autoarchive/config |archiveheader = {{Archive}} __NOINDEX__ |counter = 1 |maxarchivesize = 100K |algo = old(28d) |archive = {{SUBST:FULLPAGENAME}}/Archive %(counter)d }} </pre> Category:A...")
- 11:59, 23 May 2026 DarkMatterMan4500 talk contribs created page Template:Redacted (Created page with "{{safesubst:<noinclude/>#invoke:Unsubst||$B=<span style="text-decoration: line-through; color: #565656; font-style: italic;" title="Content was removed{{#if:{{{1|}}}| for the following reason: {{{1}}} }}">(redacted)</span>}}<noinclude>{{documentation}}Category:Inline talk templates</noinclude>")
- 11:59, 23 May 2026 DarkMatterMan4500 talk contribs created page Template:User CVU (Created page with "{{Userbox | id = 43px | float = {{{float|right}}} | border-c = #808080 | id-c = #FFFFFF | info-c = #DBDBDB | info = {{#if:{{{username|}}}|'''{{PAGENAME}}'''|This user}} is part of the WikiOasis '''Counter Vandalism Unit'''. <small>(<span class="plainlinks">[{{fullurl:Special:GlobalUsers|limit=1&username={{urlencode:{{PAGENAME}}}} verify}}]</span>)</small> }}<noinclude>{{Documentation...")
- 11:56, 23 May 2026 DarkMatterMan4500 talk contribs created page Template:User male/doc (Created page with "{{Documentation subpage}} Male users may use this template on their user page. == Usage == {| class="wikitable" !Template !! Result |- |{{tlx|user male}} || {{user male|nocat=y}} |- |} == Optional parameters == ;float: (default: right) ;nocat :use parameter <code>|nocat=yes</code> to avoid categorisation. ;username :use parameter <code>|username=yes</code> to change text ''This user'' to your username. == See also == * Meta:Userboxes {{#lst:Template:Template list|...")
- 11:55, 23 May 2026 DarkMatterMan4500 talk contribs created page Template:User male (Created page with "{{Userbox | id = 43px | id-c = #97DEFF | float = {{{float|right}}} | border-c = #808080 | info-c = #DBDBDB | info = {{#if:{{{username|}}}|'''{{PAGENAME}}'''|This user}} is '''male'''. | nocat = {{{nocat|}}} | usercategory = Male users }}<noinclude>{{Documentation}}{{PAGENAME}}</noinclude>")
- 11:54, 23 May 2026 DarkMatterMan4500 talk contribs created page Template:User female/doc (Created page with "{{Documentation subpage}} Female users may use this template on their user page. == Usage == {| class="wikitable" !Template !! Result |- |{{tlx|user female}} || {{user female|nocat=y}} |- |} == Optional parameters == ;float: (default: right) ;nocat :use parameter <code>|nocat=yes</code> to avoid categorisation. ;username :use parameter <code>|username=yes</code> to change text ''This user'' to your username. == See also == * Meta:Userboxes {{#lst:Template:Template...")
- 11:53, 23 May 2026 DarkMatterMan4500 talk contribs created page Template:User female (Created page with "{{Userbox | id = 43px | id-c = pink | float = {{{float|right}}} | border-c = #808080 | info-c = #DBDBDB | info = {{#if:{{{username|}}}|'''{{PAGENAME}}'''|This user}} is '''female'''. | nocat = {{{nocat|}}} | usercategory = Female users }}<noinclude>{{Documentation}}{{PAGENAME}}</noinclude>")
- 11:47, 23 May 2026 DarkMatterMan4500 talk contribs created page Module:Namespace detect/config/doc (Created page with "This module stores configuration data for Module:Namespace detect. Here you can localise the module to your wiki's language. To activate a configuration item, you need to uncomment it. This means that you need to remove the text "-- " at the start of the line.")
- 11:36, 23 May 2026 DarkMatterMan4500 talk contribs created page Suppressor (Making a new redirect for the Suppression page lol) Tag: New redirect
- 20:44, 22 May 2026 DarkMatterMan4500 talk contribs created page Template:NAC (Redirected page to Template:Non-admin closure) Tag: New redirect
- 20:44, 22 May 2026 DarkMatterMan4500 talk contribs created page Template:Non-admin closure/doc (Created page with "{{Documentation subpage}} {{template shortcut|NAC}} == Usage == {| class="wikitable" !Template !! Result |- |{{tlx|NAC}} || {{NAC}} |- |{{tlx|NAC|crat}} || {{NAC|crat}} |- |{{tlx|NAC|cu}} || {{NAC|cu}} |- |{{tlx|NAC|steward}} || {{NAC|steward}} |- |{{tlx|NAC|sysadmin}} || {{NAC|sysadmin}} |- |{{tlx|NAC|any role}} || {{NAC|any role}} |} == See also == {{#lst:Template:Template list|inline-talk-templates}}")
- 20:42, 22 May 2026 DarkMatterMan4500 talk contribs created page Template:NACC (Redirected page to Template:Non-admin comment) Tag: New redirect
- 20:42, 22 May 2026 DarkMatterMan4500 talk contribs created page Template:Non-admin comment/doc (Created page with "{{Documentation subpage}} {{template shortcut|NACC|NACMT}} == Usage == {| class="wikitable" !Template !! Result |- |{{tlx|NACC}} || {{NACC}} |- |{{tlx|NACC|crat}} || {{NACC|crat}} |- |{{tlx|NACC|cu}} || {{NACC|cu}} |- |{{tlx|NACC|steward}} || {{NACC|steward}} |- |{{tlx|NACC|sysadmin}} || {{NACC|sysadmin}} |- |{{tlx|NACC|any role}} || {{NACC|any role}} |} == See also == {{#lst:Template:Template list|inline-talk-templates}}")
- 20:41, 22 May 2026 DarkMatterMan4500 talk contribs created page Template:Non-admin comment (Created page with "<small>(<span style="color:#555;">Non-{{{{{|safesubst:}}}#switch:{{{1}}} |admin |sysop= administrator |crat= bureaucrat |cu= checkuser |steward= steward |sysadmin= system administrator |#default={{{{{|safesubst:}}}#if: {{{1|}}}|{{{1}}}|administrator}}}} comment</span>)</small><noinclude>{{documentation}}Category:Inline talk templates</noinclude>")
- 20:41, 22 May 2026 DarkMatterMan4500 talk contribs created page Template:Non-admin closure (Created page with "<small>(<span style="color:#555;">Non-{{{{{|safesubst:}}}#switch:{{{1}}} |admin |sysop= administrator |crat= bureaucrat |cu= checkuser |steward= steward |sysadmin= system administrator |#default={{{{{|safesubst:}}}#if: {{{1|}}}|{{{1}}}|administrator}}}} closure</span>)</small><noinclude>{{documentation}}Category:Inline talk templates</noinclude>")
- 19:08, 22 May 2026 DarkMatterMan4500 talk contribs created page Template:GloballyBanned (Created page with "<noinclude><languages/></noinclude> {{Ambox |type = speedy |image = 50px|alt=WikiOasis|link=wom:Special:MyLanguage/WikiOasis |textstyle = text-align: center; |text = '''Consistent with the Terms of Use, <span style="white-space: nowrap;">{{#ifexpr:floor({{NAMESPACENUMBER}}/2)=1|{{BASEPAGENAME}}|this user}} has been globally banned</span> <span style="white-space: nowrap;">by {{#if: {{{s...")
- 18:16, 22 May 2026 DarkMatterMan4500 talk contribs created page Template:Space (Created page with "<includeonly> </includeonly><noinclude> {{documentation}}</noinclude>")
- 18:13, 22 May 2026 DarkMatterMan4500 talk contribs created page Template:Preloaded template (Created page with "{{Ombox | name = Preloaded template | type = notice | text = This is a preloaded template{{#if:{{{1|}}}|{{space}}used in {{{1|}}}}}. It is used for preloading instead of being directly transcluded or substituted.}}<includeonly>{{Sandbox other|| Category:Wikipedia preloaded templates }}__EXPECTUNUSEDTEMPLATE__</includeonly><noinclude>{{Documentation}}</noinclude>")
- 18:13, 22 May 2026 DarkMatterMan4500 talk contribs created page Template:NOINDEX (Created page with "<includeonly>__NOINDEX__{{#ifeq:{{{visible|}}}|yes|{{{text|This page has been removed from search engines' indexes.}}}}}{{#ifeq:{{NAMESPACENUMBER}}|0|Category:Noindexed articles}}</includeonly><noinclude> {{documentation}} </noinclude>")
- 18:12, 22 May 2026 DarkMatterMan4500 talk contribs created page Template:Sockpuppet category (Created page with "{{#ifeq:{{NAMESPACE}}|Category |{{#if: {{{2|}}} |{{Sockpuppet category/error|2}} |{{#ifeq:{{Page name sub|0|34}}|Suspected Wikipedia sockpuppets of|{{Sockpuppet category/suspected|{{{1|{{Page name sub|35}}}}}}} |{{#ifeq:{{Page name sub|0|24}}|Wikipedia sockpuppets of |{{Sockpuppet category/confirmed|{{{1|{{Page name sub|25}}}}}}} |{{Sockpuppet category/error|Category name}} |{{Sockpuppet category/error|Namespace}} }}}}}}}}<includeonly>{{NOINDEX}}__EXPECTED_UNCONNECTED_PA...")
- 18:11, 22 May 2026 DarkMatterMan4500 talk contribs created page Template:Sockpuppet/categorise/preload (Created page with "{{Sockpuppet category}} <!-- This page needs only the above content: {{Sockpuppet category}} Now just save it --> <!-- Template:Sockpuppet/categorise/preload --><noinclude> {{Documentation|content={{Preloaded template|Template:Sockpuppet/categorise}} A helper template for {{tl|Sockpuppet/categorise}}. It contains the preloaded content to create a sockpuppet category page. Note: this page is not transcluded anywhere ... so please do not delete it just because...")
- 18:09, 22 May 2026 DarkMatterMan4500 talk contribs created page Category:Steward templates (Created blank page)
- 18:07, 22 May 2026 DarkMatterMan4500 talk contribs created page Template:Sockpuppet/categorise (Created page with "<includeonly>[[Category:{{{1}}}]] {{#ifexist:Category:{{{1}}}||<div style="clear:both; margin:2em; display:block; width:50%; padding:1em; font-size:95%; border:2px solid red">"Category:{{{1}}}" does not exist.<br>Please '''[{{canonicalurl:Category:{{{1}}}|action=edit}}&preload=Template:Sockpuppet/categorise/preload&summary=Created%20page%20with%20%27%7B%7B%5B%5BTemplate:Sockpuppet%20category%7CSockpuppet%20category%5D%5D%7D%7D%27%20using%20%7B%7B%5B%5BTemplate:Sockpuppet...")
- 18:05, 22 May 2026 DarkMatterMan4500 talk contribs created page Template:Sockpuppet (Created page with "{{ {{{|safesubst:}}}#invoke:Unsubst||$B= {{Ambox |type = style |textstyle = text-align: center; |image = {{#switch:{{lc:{{{2|}}}}} |confirmed = 45px|link= |cuconfirmed = 45px|link= |nbconfirmed=45px|link= |proven = 45px|link= |suspected |#default=45px|alt=Puppeteer and his puppet|link=}} |imageright = {{#switch:{{lc:{{{2|}}}}} |confirmed=[...")
- 18:02, 22 May 2026 DarkMatterMan4500 talk contribs created page Template:Checked sockpuppet (Created page with "{{sockpuppet|{{{1|Example}}}|confirmed|{{#if:{{{2|}}}|[[Special:Contributions/Example{{{2}}}|the master's contributions]]|{{{3|the referenced master account's edits}}}}}|locked={{{locked|no}}}|{{#ifeq:{{{category|}}}|empty||category={{{category|}}}}}}}<includeonly>__NOINDEX__</includeonly><noinclude> {{documentation}}Category:Steward templates </noinclude>")
- 18:00, 22 May 2026 DarkMatterMan4500 talk contribs created page Template:Incorrect namespace (Created page with "<includeonly>{{#ifeq:{{NAMESPACE}}|Template||{{#ifeq:{{SUBPAGENAME}}|sandbox||{{#ifeq:{{SUBPAGENAME}}|testcases||{{#ifeq:{{FULLPAGENAME}}|mw:Sandbox||{{#ifeq:{{FULLPAGENAME}}|mw:Template index/Redirect pages|| </includeonly>{{Mbox | type = content | image = 50px|link=|alt= | text = {{Error|This template should only be transcluded in the ''{{{1}}}'' namespace(s).}} }}<includeonly>{{#ifeq:{{lc:{{{nocat|false}}}}}|false|Category:Pages wit...")
- 17:58, 22 May 2026 DarkMatterMan4500 talk contribs created page Module:Error (Created page with "-- This module implements {{error}}. local p = {} local function _error(args) local tag = mw.ustring.lower(tostring(args.tag)) -- Work out what html tag we should use. if not (tag == 'p' or tag == 'span' or tag == 'div') then tag = 'strong' end -- Generate the html. return tostring(mw.html.create(tag) :addClass('errorbox') :wikitext(tostring(args.message or args[1] or error('no message specified', 2))) ) end functi...")
- 17:58, 22 May 2026 DarkMatterMan4500 talk contribs created page Template:Error (Created page with "{{#invoke:Error|error|{{{message|{{{1}}}}}}|tag={{{tag|}}}}}<noinclude>{{documentation}} Category:Utility templates</noinclude>")
- 17:57, 22 May 2026 DarkMatterMan4500 talk contribs created page Template:Hidden ping/doc (Created page with "{{Documentation subpage}} {{template shortcut|hp}} {{Lua|Module:Hidden ping}} This template is used to trigger a notification to one or several registered user(s) you are replying to in a discussion without displaying any text. The notification will only work successfully if you sign your post in the same edit in which you use this template. If you make a mistake in placing this template or in signing, see w:Help:Fixing failed pings. It...")
- 17:57, 22 May 2026 DarkMatterMan4500 talk contribs created page Module:Hidden ping (Created page with "local p = {} local function makeError(msg, frame) -- Show error only in preview if (frame:preprocess( "{{REVISIONID}}" ) ~= "") then return '' end msg ='<strong>Error in Template:Hidden ping:</strong> ' .. msg return mw.text.tag('div', {['class']='error'}, msg) end function p.hiddenping(frame) local origArgs = frame:getParent().args local args = {} local maxArg = 0 local usernames = 0 for k, v in pairs(origArgs) do if type(k) == 'number' and mw.ustring.m...")
- 17:56, 22 May 2026 DarkMatterMan4500 talk contribs created page Template:Hidden ping (Created page with "{{{{{|safesubst:}}}#invoke:Hidden ping|hiddenping|max=50}}<noinclude>{{documentation}}Category:Inline talk templates</noinclude>")
- 17:55, 22 May 2026 DarkMatterMan4500 talk contribs created page Template:Thank you/doc (Created page with "{{Documentation subpage}} == Usage == {| class="wikitable" !Template !! Result |- |{{tlx|Thank you}} || {{Thank you}} |- |{{tlx|Thank you|Custom message}} || {{Thank you|Custom message}} |} == See also == {{#lst:Template:Template list|resolution-templates}}")
- 17:55, 22 May 2026 DarkMatterMan4500 talk contribs created page Template:Thank you (Created page with "<span class="nowrap">18px|link= '''{{{1|Thank you}}}'''</span><noinclude>{{documentation}}Category:Resolution templates</noinclude>")
- 17:54, 22 May 2026 DarkMatterMan4500 talk contribs created page Template:Idea/doc (Created page with "{{Documentation subpage}} == Usage == You may either use {{tl|idea}} by itself for the default message or you may add a custom message as an optional parameter. {| class="wikitable" !Template !! Result |- |{{tlx|idea}} || {{idea}} |- |{{tlx|idea|Custom message}} || {{idea|Custom message}} |} ==Example== {| border="1" cellpadding="6" cellspacing="0" | {{Pseudoheading|Idea}} {{Idea}} I think we could create an {{tl|idea}} template for those who want to propose ideas. -...")
- 17:54, 22 May 2026 DarkMatterMan4500 talk contribs created page Template:Idea (Created page with "18px|link= '''{{{1|Idea}}}:'''<noinclude>{{documentation}}Category:Resolution templates</noinclude>")
- 15:10, 22 May 2026 DarkMatterMan4500 talk contribs created page Module:Namespace detect/data/doc (Created page with "This module holds data for Module:Namespace detect to be loaded per page, rather than per #invoke, for performance reasons.")
- 15:07, 22 May 2026 DarkMatterMan4500 talk contribs created page Template:Outdated (Created page with "<noinclude></noinclude> {{Mbox | demospace = Main | type = content | style = margin-top:0; | text = '''This {{{2|article}}} may be outdated.'''<br> This {{{2|article}}}, or portions of its content, may be outdated, may have been superseded, or consensus on the correctness of its current content has become unclear. {{{1|}}} | plainlinks = no }}<includeonly>Category:Articles that need to be updated</includeonly><noinclude>Category:Header templatesCategory:Notic...")
- 15:05, 22 May 2026 DarkMatterMan4500 talk contribs created page Template:= (Created page with "<includeonly>=</includeonly><noinclude> {{documentation}}<noinclude>")