All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Sword of Moonlight Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 18:53, 12 September 2024 Verdite cat talk contribs imported Category:Templates with no documentation by file upload (1 revision)
- 18:53, 12 September 2024 Verdite cat talk contribs imported Category:Template documentation by file upload (1 revision)
- 18:53, 12 September 2024 Verdite cat talk contribs imported Category:Infobox templates by file upload (1 revision)
- 18:53, 12 September 2024 Verdite cat talk contribs imported Category:License templates by file upload (1 revision)
- 18:53, 12 September 2024 Verdite cat talk contribs imported Category:Formatting templates by file upload (1 revision)
- 18:53, 12 September 2024 Verdite cat talk contribs imported Category:Notice templates by file upload (1 revision)
- 18:53, 12 September 2024 Verdite cat talk contribs imported Category:Documentation templates by file upload (1 revision)
- 18:21, 12 September 2024 Verdite cat talk contribs created page Template:Pp (Created page with "{{#invoke:Protection banner|main}}<noinclude> {{documentation}} </noinclude>")
- 18:18, 12 September 2024 Verdite cat talk contribs created page Template:Ombox/doc (Created page with "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{Cascade-protected template}} {{used in system}} {{Lua|Module:Message box}} {{Mbox templates (small)}} This is the {{tl|Ombox}} (['''O''']ther pages ['''m''']essage ['''box''']) metatemplate. It is used to build message box templates for pages of the types User, Draft, Wikipedia, MediaWiki, Template,...")
- 18:14, 12 September 2024 Verdite cat talk contribs created page Module:Message box/configuration (Created page with "-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- return { ambox = { types = { speedy = { class = 'ambox-spee...")
- 18:13, 12 September 2024 Verdite cat talk contribs created page Module:Arguments (Created page with "-- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options every time we call it. local function tidyValDefault(key, val) if type(val) == 'string'...")
- 18:12, 12 September 2024 Verdite cat talk contribs created page Module:Yesno (Created page with "-- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki uses non-ascii characters for any of "yes", "no", etc., you -- should replace "val:lower()" with "mw.ustring.lower(val)" in the -- following line. val = type(val) == 'string' and val:lower() or val if val == nil then return nil elseif val == true or val == 'yes' or val == 'y' or val =...")
- 18:10, 12 September 2024 Verdite cat talk contribs created page Module:Message box (Created page with "require('strict') local getArgs local yesno = require('Module:Yesno') local lang = mw.language.getContentLanguage() local CONFIG_MODULE = 'Module:Message box/configuration' local DEMOSPACES = {talk = 'tmbox', image = 'imbox', file = 'imbox', category = 'cmbox', article = 'ambox', main = 'ambox'} -------------------------------------------------------------------------------- -- Helper functions ---------------------------------------------------------------------------...")
- 18:10, 12 September 2024 Verdite cat talk contribs created page Template:Mbox (Created page with "{{#invoke:Message box|mbox}}<noinclude> {{documentation}} <!-- Add categories to the /doc subpage; interwikis go to Wikidata, thank you! --> </noinclude>")
- 18:04, 12 September 2024 Verdite cat talk contribs created page MediaWiki:Mbox.css (Created page with ".mbox { --type-important: rgba(200, 0, 0, 0.8); --type-moderate: rgba(233, 124, 47, 0.8); --type-minor: rgba(241, 197, 37, 0.8); display: flex; position: relative; background-color: rgba(255, 255, 255, 0.7); border: 1px solid #d6d6d6; border-left-width: 8px; border-left-color: #d6d6d6; border-radius: 3px; margin-bottom: 5px; min-height: 32px; } .mbox.mbox-type-important { border-left-color: var(--type-important); } .m...")
- 18:03, 12 September 2024 StolenBattenberg talk contribs changed group membership for Verdite cat from administrator to administrator, interface administrator and bureaucrat (Verdite Cat is a trusted community member.)
- 18:02, 12 September 2024 Maintenance script talk contribs changed group membership for StolenBattenberg from administrator to administrator, bureaucrat and interface administrator
- 16:30, 12 September 2024 Verdite cat talk contribs created page Category:Legacy (Created page with "Legacy pages are pages of historical significance to the Sword of Moonlight wiki. These pages will be protected and not edited unless necessary.")
- 09:30, 12 September 2024 Verdite cat talk contribs created page Template:Mbox/wikitext/doc (Created page with "<noinclude>{{Documentation subpage}}</noinclude> This template is designed to be used in other message templates. It is derived from Mbox on Wikipedia. {{t|Mbox/wikitext}} is the basis for {{t|Ambox}}, {{t|Cmbox}}, {{t|Imbox}}, {{t|Xmbox}}, {{t|Tmbox}}, {{t|Fmbox}}, and {{t|Ombox}}. The styles for this template can be found at MediaWiki:Mbox.css. {{Tocright}} == Usage == <pre style="white-space: pre-wrap;"> {{Mbox/wikitext | namespace = |...")
- 09:27, 12 September 2024 Verdite cat talk contribs created page Template:Cleanup/doc (Created page with "<noinclude>{{Documentation subpage}}</noinclude> ;Description :This template is used to mark pages that need to be cleaned up and puts them in Category:Articles in need of cleanup (Category:Files in need of cleanup or Category:Templates in need of cleanup). ;Syntax :Type {{t|Cleanup}} on a page that needs clean-up. :...or... :Type {{t|Cleanup|reason}}, if you want to include a reason for needing cleanup. ;Sample output :{{t|Cleanup}} gives... {{Cleanup|do...")
- 09:26, 12 September 2024 Verdite cat talk contribs created page Template:Mbox/wikitext (Created page with "<onlyinclude><div {{#if: {{{id|}}} | id="{{{id}}}"}} class="mbox-w {{#ifeq: {{{small|}}} | yes | mbox-w-small}} {{#switch: {{ucfirst:{{{namespace|{{NAMESPACE}}}}}}} | {{TALKSPACE}} | Talk = tmbox-w | {{ns:category}} = cmbox-w | {{ns:file}} = imbox-w | {{ns:template}} = xmbox-w | {{ns:0}} | Main = ambox-w | Header | Footer = fmbox-w | #default = ombox-w }} {{#if: {{{type|}}} | mbox-w-{{{type}}} }} {{#ifeq: {{{plainlinks|}}} | yes | plainlinks}} {{#if: {{{class|}}} | {{{cl...")
- 09:09, 12 September 2024 Verdite cat talk contribs created page Template:T/doc (Created page with "{{doc/start}} ;Description :A template link with a variable number of example parameters (0-20), which can be used to show example inputs. :Utilises Template:T/piece. ;Syntax :{{t|t|parameter1|parameter2|parameter3|parameter4|...|parameter20}} ;Sample code :<code><nowiki>{{t|welcome}}</nowiki></code> gives... :{{t|welcome}} :<code><nowiki>{{t|welcome|Item1|Item2|Item3|Item4|Item5|...}}</nowiki></code> gives... :{{t|welcome|Item1|Item2|Item3|Item4|Item5|...}} ;See als...")
- 08:46, 12 September 2024 Verdite cat talk contribs deleted page Template:Tn (content was: "<includeonly><nowiki>{</nowiki>[[Template:{{{1}}}|<nowiki>{</nowiki>{{{1}}}<nowiki>}</nowiki>]]<nowiki>}</nowiki></includeonly><noinclude> {{template doc}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>", and the only contributor was "Dmpdesign" (talk))
- 08:45, 12 September 2024 Verdite cat talk contribs deleted page Template:! (content was: "|<noinclude>{{template doc}}</noinclude>", and the only contributor was "Dmpdesign" (talk))
- 08:42, 12 September 2024 Verdite cat talk contribs created page Template:T/piece/doc (Created page with "Parameter piece for {{t|t}}, controls styling/showing of parameter fragments. <includeonly>{{PAGENAME}}</includeonly><noinclude>{{PAGENAME}}</noinclude>")
- 08:42, 12 September 2024 Verdite cat talk contribs created page Template:No direct use (Created page with "<includeonly>{{ambox|icon=Warning-red.svg|title='''Don't call this template directly from any content page!''' |message=This template is intended to be used inside of another template. Then that template in turn may be used on content pages. |color=red }}</includeonly> <noinclude>{{No direct use}} {{Ambox/doc}}</noinclude>")
- 08:41, 12 September 2024 Verdite cat talk contribs created page Template:Spoiler warning (Created page with "<includeonly>{{Ambox | color = red | icon = Warning-red.svg | title = Spoiler Warning | message = This page contains '''spoilers'''. View at your own discretion. | tiny = {{{tiny|}}} | class = {{{class|}}} }}</includeonly> <noinclude>{{Spoiler warning}} {{Ambox/doc}}</noinclude>")
- 08:41, 12 September 2024 Verdite cat talk contribs created page Template:Stub (Created page with "<includeonly>{{Ambox | color = gold | icon = Stub.svg | message = This page is a stub. You can help '''{{SITENAME}}''' by [{{fullurl:{{FULLPAGENAME}}|action=edit}} expanding it]. | tiny = {{{tiny|}}} | class = {{{class|}}} | date = {{{date|}}} }}<!-- -->{{#ifeq: {{lc:{{{nocat|}}}}} | yes ||Category:Stubs}}</includeonly><!-- --><noinclude>{{Stub|nocat=yes}} {{Ambox/doc}}</noinclude>")
- 08:41, 12 September 2024 Verdite cat talk contribs created page Template:Split (Created page with "<includeonly><!-- -->{{#vardefine:pages|<!-- start vd -->{{#if:{{{2|}}}<!-- if more than one page -->|new pages titled [[{{{1}}}]]{{#if:{{{3|}}}<!-- start concat if -->|, [[{{{2}}}]] and [[{{{3}}}]]<!-- concat two -->|<nowiki> </nowiki>and [[{{{2}}}]]<!-- else; concat one -->}}<!-- end concat if -->|a new page titled [[{{{1}}}]]<!-- else; one page only -->}}<!-...")
- 08:38, 12 September 2024 Verdite cat talk contribs created page Template:Move (Created page with " Wiki.gg header logo Create account Log in Template Discussion Read View source View history More Search Navigation Main page Recent changes Random page Help about MediaWiki Guides Merc. Profile Merc. Classes Weapons Equipments Ammunitions Consumables S.K.U.L.L. Missions Crafting Magnum Navigation Engineering Supply Research Hangar Cloning World Faction...")
- 08:38, 12 September 2024 Verdite cat talk contribs created page Template:Merge (Created page with "<includeonly>{{Ambox | color = purple | icon = Merge.svg | message = It has been proposed that this page be merged with [[{{{1}}}]]. | tiny = {{{tiny|}}} | class = {{{class|}}} | date = {{{date|}}} }}<!-- -->{{#ifeq: {{lc:{{{nocat|}}}}} | yes ||Category:Candidates for merging}}</includeonly><!-- --><noinclude>{{Merge|Template:Merge|nocat=yes}} {{Ambox/doc}}</noinclude>")
- 08:38, 12 September 2024 Verdite cat talk contribs created page Template:Delete (Created page with "<includeonly>{{Ambox | color = grey | icon = Delete.svg | title = Candidate for Deletion | message = This page lacks relevance for '''{{SITENAME}}''' and is a candidate for '''deletion'''. | tiny = {{{tiny|}}} | class = {{{class|}}} | date = {{{date|}}} }}<!-- -->{{#ifeq: {{lc:{{{nocat|}}}}} | yes ||Category:Candidates for deletion}}</includeonly><!-- --><noinclude>{{Delete|nocat=yes}} {{Ambox/doc}}</noinclude>")
- 08:37, 12 September 2024 Verdite cat talk contribs created page Template:Uses Lua (Created page with "<includeonly>{{Ambox | color = darkblue | icon = Lua logo.svg | title= This template uses one or more modules written in the Lua programming language. | message = For more information, see Wikipedia:Lua or the Lua reference manual on mediawiki.org. Modules used include: {{#if:{{{1|}}}|{{#arraymap:{{{1|}}}|,|%s|'''%s'''}}|''None provided''}}. | tiny = {{{tiny|}}} | class = {{{class|}...")
- 08:18, 12 September 2024 Verdite cat talk contribs deleted page King's Field Enemy List (content was: "* Copper Knight * Copper Knight * Kraken * Kraken Boss "Mama" * Psythe Category:CharactersCategory:Enemies")
- 08:10, 12 September 2024 Verdite cat talk contribs deleted page Customs:NPCs (content was: "placeholder", and the only contributor was "Dmpdesign" (talk))
- 08:10, 12 September 2024 Verdite cat talk contribs deleted page Customs:Map Sets (content was: "placeholder", and the only contributor was "Dmpdesign" (talk))
- 08:10, 12 September 2024 Verdite cat talk contribs deleted page Customs:Items (content was: "placeholder", and the only contributor was "Dmpdesign" (talk))
- 08:10, 12 September 2024 Verdite cat talk contribs deleted page Customs:Enemies (content was: "placeholder", and the only contributor was "Dmpdesign" (talk))
- 08:10, 12 September 2024 Verdite cat talk contribs deleted page Customs (content was: "placeholder", and the only contributor was "Dmpdesign" (talk))
- 08:06, 12 September 2024 Verdite cat talk contribs moved page King's Field (Series) to Category:King's Field (Series) over redirect
- 08:06, 12 September 2024 Verdite cat talk contribs deleted redirect Category:King's Field (Series) by overwriting (Deleted to make way for move from "King's Field (Series)")
- 08:02, 12 September 2024 Verdite cat talk contribs moved page Category:King's Field (Series) to King's Field (Series)
- 08:00, 12 September 2024 Verdite cat talk contribs moved page Category:King's Field Series to Category:King's Field (Series)
- 07:55, 12 September 2024 Verdite cat talk contribs moved page From Software to FromSoftware
- 07:51, 12 September 2024 Verdite cat talk contribs moved page Infoboxtext to Template:Infoboxtext
- 07:46, 12 September 2024 Verdite cat talk contribs created page King's field (Redirected page to King's Field) Tags: New redirect Visual edit
- 07:25, 12 September 2024 Verdite cat talk contribs created page Template:Documentation/doc (Created page with "==Description== This template is used to insert descriptions on template pages. ==Syntax== Add <code><nowiki><noinclude></nowiki>{{t|documentation}}<nowiki></noinclude></nowiki></code> at the end of the template page. ==Usage== ===On the Template page=== This is the normal format when used: <pre> TEMPLATE CODE<includeonly>Any categories to be inserted into articles by the template</includeonly><noinclude> {{documentation}}</noinclude> </pre> ''If your template is no...")
- 07:24, 12 September 2024 Verdite cat talk contribs created page Template:T/piece (Created page with "{{#ifeq: {{{1|---}}}|---|||<span style="color:gray;">''<{{{1}}}>''</span>}}<noinclude> {{Documentation}}</noinclude>")
- 07:24, 12 September 2024 Verdite cat talk contribs created page Template:T (Created page with "<nowiki>{{</nowiki>[[Template:{{{1}}}|{{{1}}}]]{{t/piece|{{{2|---}}}}}{{t/piece|{{{3|---}}}}}{{t/piece|{{{4|---}}}}}{{t/piece|{{{5|---}}}}}{{t/piece|{{{6|---}}}}}{{t/piece|{{{7|---}}}}}{{t/piece|{{{8|---}}}}}{{t/piece|{{{9|---}}}}}{{t/piece|{{{10|---}}}}}{{t/piece|{{{11|---}}}}}{{t/piece|{{{12|---}}}}}{{t/piece|{{{13|---}}}}}{{t/piece|{{{14|---}}}}}{{t/piece|{{{15|---}}}}}{{t/piece|{{{16|---}}}}}{{t/piece|{{{17|---}}}}}{{t/piece|{{{18|---}}}}}{{t/piece|{{{19|---}}}}}{{t/...")
- 07:15, 12 September 2024 Verdite cat talk contribs created page Template:Ambox/doc (Created page with "<includeonly><!-- --><div class="ambox {{{class|}}} {{#ifeq:{{lc:{{{tiny|}}}}}|yes|tiny}}"<!-- --> style="--ambox-color: {{{color|}}};"><!-- --><div class="ambox-icon">[[File:{{{icon|Ambox banner content.svg}}}{{!}}{{#ifeq:{{lc:{{{tiny|}}}}}|yes|48x20px|48x48px}}|alt=]]</div><!-- --><div class="ambox-content"><!-- start ambox content -->{{#if: {{{title|}}} | <p class="ambox-title">{{{title}}}</p> }}<!-- --><p class="ambox-text">{{{message|No...")