All public logs
From SoftDiamond Wiki
Jump to navigationJump to search
Combined display of all available logs of SoftDiamond Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:21, 18 March 2023 SoftDiamond talk contribs imported Template:Cc-by-2.0-uk by file upload (1 revision)
- 09:21, 18 March 2023 SoftDiamond talk contribs imported Template:Cc-by-2.0 by file upload (1 revision)
- 09:21, 18 March 2023 SoftDiamond talk contribs imported Template:Cc-a-2.0 by file upload (1 revision)
- 09:21, 18 March 2023 SoftDiamond talk contribs imported Template:Cc-2.5-au by file upload (1 revision)
- 09:21, 18 March 2023 SoftDiamond talk contribs imported Template:Cc-2.5 by file upload (1 revision)
- 09:21, 18 March 2023 SoftDiamond talk contribs imported Template:Cc-1-uni by file upload (1 revision)
- 09:21, 18 March 2023 SoftDiamond talk contribs imported Template:Cc-0 by file upload (1 revision)
- 09:10, 18 March 2023 SoftDiamond talk contribs created page Template:Self (Created page with "{{ambox|text=Self-licensed under the "{{{1}}}" license<noinclude> {{PAGENAME}}</noinclude>")
- 09:00, 18 March 2023 SoftDiamond talk contribs created page File:Question-mark-xxl.png (Used on templates mostly as a placeholder where image(s) would be.)
- 09:00, 18 March 2023 SoftDiamond talk contribs uploaded File:Question-mark-xxl.png (Used on templates mostly as a placeholder where image(s) would be.)
- 08:55, 18 March 2023 SoftDiamond talk contribs deleted page File:Question-mark-xxl.png
- 05:41, 18 March 2023 SoftDiamond talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: * Import module ************************************************************* * * Description: Includes a raw wiki page as javascript or CSS, * used for including user made modules. * Maintainers: User:AzaToth: importedScripts = {}; // object keeping track of included scripts, so a script ain't included twice function importScript( page ) { if( importedSc...")
- 22:17, 17 March 2023 SoftDiamond talk contribs deleted page Module:Navbox (content was: "-- -- This module implements {{Navbox}} -- local p = {} local navbar = require('Module:Navbar')._navbar local getArgs -- lazily initialized local args local border local listnums local ODD_EVEN_MARKER = '\127_ODDEVEN_\127' local RESTART_MARKER = '\127_ODDEVEN0_\127' local REGEX_MARKER = '\127_ODDEVEN(%d?)_\127' local function striped(wikitext) -- Return wikite...", and the only contributor was "SoftDiamond" (talk))
- 22:16, 17 March 2023 SoftDiamond talk contribs created page Module:Navbox (Created page with "-- -- This module implements {{Navbox}} -- local p = {} local navbar = require('Module:Navbar')._navbar local getArgs -- lazily initialized local args local border local listnums local ODD_EVEN_MARKER = '\127_ODDEVEN_\127' local RESTART_MARKER = '\127_ODDEVEN0_\127' local REGEX_MARKER = '\127_ODDEVEN(%d?)_\127' local function striped(wikitext) -- Return wikitext with markers replaced for odd/even striping. -- Child (subgroup) navboxes are flagged with a category th...")
- 22:05, 17 March 2023 SoftDiamond talk contribs deleted page Template:Border radius (content was: "#REDIRECT Template:Border radius2", and the only contributor was "SoftDiamond" (talk))
- 22:04, 17 March 2023 SoftDiamond talk contribs moved page Template:Border radius/doc to Template:Border radius2/doc
- 22:04, 17 March 2023 SoftDiamond talk contribs moved page Template:Border radius to Template:Border radius2
- 22:04, 17 March 2023 SoftDiamond talk contribs moved page Border radius to Template:Border radius without leaving a redirect
- 22:03, 17 March 2023 SoftDiamond talk contribs deleted page Template:Documentation subpage/doc (content was: "{{Distinguish|Template:Documentation}} This template displays a message that the current page is a documentation subpage. == Usage == <nowiki>{{Documentation subpage}}</nowiki> or <nowiki>{{Documentation subpage|Page where the documentation transcluded}}</nowiki> <br><br> ===Text customization=== The parameters {{para|text1}} and {{para|text2}} can be used t...", and the only contributor was "SoftDiamond" (talk))
- 22:03, 17 March 2023 SoftDiamond talk contribs deleted page Template:Documentation subpage (content was: "<includeonly><!-- -->{{#ifeq:{{lc:{{SUBPAGENAME}}}} |{{{override|doc}}} | <!--(this template has been transcluded on a /doc or /{{{override}}} page)--> </includeonly><!-- -->{{#ifeq:{{{doc-notice|show}}} |show | {{Mbox | type = notice | style = margin-bottom:1.0em; | image = File:Edit-copy green.svg|40...", and the only contributor was "SoftDiamond" (talk))
- 22:01, 17 March 2023 SoftDiamond talk contribs created page Template:Documentation subpage/doc (Created page with "{{Distinguish|Template:Documentation}} This template displays a message that the current page is a documentation subpage. == Usage == <nowiki>{{Documentation subpage}}</nowiki> or <nowiki>{{Documentation subpage|Page where the documentation transcluded}}</nowiki> <br><br> ===Text customization=== The parameters {{para|text1}} and {{para|text2}} can be used to set the text of, respectively, the template's first and second lines. If ''text1'' is set but not ''text2'...")
- 22:01, 17 March 2023 SoftDiamond talk contribs created page Template:Documentation subpage (Created page with "<includeonly><!-- -->{{#ifeq:{{lc:{{SUBPAGENAME}}}} |{{{override|doc}}} | <!--(this template has been transcluded on a /doc or /{{{override}}} page)--> </includeonly><!-- -->{{#ifeq:{{{doc-notice|show}}} |show | {{Mbox | type = notice | style = margin-bottom:1.0em; | image = 40px|alt=|link= | text = This is a documentation subpage for {{terminate sentence|{{{1|:{{SUB...")
- 22:00, 17 March 2023 SoftDiamond talk contribs created page Border radius (Created page with "{{documentation subpage}} This is intended to be used in a CSS context as a shorter way of expressing border radii. It uses several vendor-specific prefixes, as well as the standard CSS3 <code>border-radius</code>. ==Examples== <pre> <div style="border: 1px solid black; {{border radius|5px}}">Test</div> </pre> Produces: <div style="border: 1px solid black; {{border radius|5px}}">Test</div> Source: <pre> <div style="border: 1px solid black; border-radius: 5px; -webkit-bo...")
- 05:24, 17 March 2023 SoftDiamond talk contribs created page Template talk:CharacterBox (Created page with "The following values are optional to use in the character box: *Universe *Origin *Affiliation *Birthday *Nickname *Theme *Alignment")
- 09:33, 13 March 2023 SoftDiamond talk contribs created page Contact (Redirected page to SoftDiamond Wiki:About) Tag: New redirect
- 09:15, 13 March 2023 SoftDiamond talk contribs deleted page Template:Navbox with collapsible groups (content was: "{{#invoke:Navbox with collapsible groups|navbox}}<noinclude> {{documentation}} </noinclude>")
- 09:15, 13 March 2023 SoftDiamond talk contribs deleted page Template:Infobox (content was: "{{#invoke:Infobox|infobox}}<includeonly>{{template other|{{#ifeq:{{PAGENAME}}|Infobox||{{#ifeq:{{str left|{{SUBPAGENAME}}|7}}|Infobox|{{remove first word|{{SUBPAGENAME}}}}}}}}|}}</includeonly><noinclude> {{documentation}} <!-- Categories go in the /doc subpage, and interwikis go in Wikidata. --> </noinclude>")
- 09:14, 13 March 2023 SoftDiamond talk contribs created page Category:Artemis (Created page with "This category deals with the character Artemis.")
- 09:14, 13 March 2023 SoftDiamond talk contribs created page Category:Beeper (Created page with "This category deals with the character Beeper.")
- 09:14, 13 March 2023 SoftDiamond talk contribs created page Category:Totem (Created page with "This category deals with the character Totem.")
- 09:14, 13 March 2023 SoftDiamond talk contribs created page Category:Orin (Created page with "This category deals with the character Orin.")
- 09:13, 13 March 2023 SoftDiamond talk contribs created page Category:SoftDiamond (Character) (Created page with "This category deals with the character SoftDiamond.")
- 08:50, 13 March 2023 SoftDiamond talk contribs deleted page Template:Audioplayer (content was: "<audio controls> <source src="{{{audio}}}" type="audio/mp3"> Your browser does not support the audio element. </audio>", and the only contributor was "SoftDiamond" (talk))
- 08:48, 13 March 2023 SoftDiamond talk contribs created page Template:Audioplayer (Created page with "<audio controls> <source src="{{{audio}}}" type="audio/mp3"> Your browser does not support the audio element. </audio>")
- 08:12, 13 March 2023 SoftDiamond talk contribs created page Softdiamond (Redirected page to SoftDiamond) Tag: New redirect
- 07:39, 13 March 2023 SoftDiamond talk contribs created page File:SoftTheme.mp3
- 07:39, 13 March 2023 SoftDiamond talk contribs uploaded File:SoftTheme.mp3
- 10:40, 11 March 2023 SoftDiamond talk contribs created page About (Redirected page to SoftDiamond Wiki:About) Tag: New redirect
- 09:17, 11 March 2023 SoftDiamond talk contribs created page SiteCategories (Redirected page to Site Categories) Tag: New redirect
- 09:16, 11 March 2023 SoftDiamond talk contribs created page Categories (Redirected page to Site Categories) Tags: New redirect Visual edit: Switched
- 06:45, 10 March 2023 SoftDiamond talk contribs uploaded a new version of File:Artemis.png
- 06:45, 10 March 2023 SoftDiamond talk contribs created page File:Artemis.png
- 06:45, 10 March 2023 SoftDiamond talk contribs uploaded File:Artemis.png
- 06:45, 10 March 2023 SoftDiamond talk contribs created page Template:Artemis (Created page with "{{CharacterBox | image = Artemis.png | Name = Artemis | Nickname = Art, Arty | Age = 25 | Birth = ? | Gender = Female | Species = Rottweiler | Height = 5′ 3″ | Alignment = Good }}")
- 06:30, 10 March 2023 SoftDiamond talk contribs created page File:ArtemisRef.png
- 06:30, 10 March 2023 SoftDiamond talk contribs uploaded File:ArtemisRef.png
- 06:28, 10 March 2023 SoftDiamond talk contribs created page Artemis (Created page with "{{Template:Artemis}} thumb|Artemis Ref Sheet ==General Description== WIP Category:Characters {{Template:SiteNav}}")
- 05:48, 10 March 2023 SoftDiamond talk contribs created page MediaWiki:Licenses (Created page with " * subst:uwl|I don't know what the license is * Your own work (best practices): ** self|GFDL|cc-by-sa-all|migration=redundant|Own work, copyleft, attribution required (Multi-license GFDL, CC BY-SA all versions) ** self|cc-by-sa-all|Own work, copyleft, attribution required (CC BY-SA all versions) ** self|Cc-zero|CC0 1.0 Universal Public Domain Dedication, all rights waived (Public domain) ** self|GFDL|cc-by-sa-4.0|migration=redundant|Own work, copyleft, attribution requir...")
- 22:17, 9 March 2023 SoftDiamond talk contribs created page CharacterUsage (Redirected page to Character Usage) Tags: New redirect Visual edit: Switched
- 21:48, 9 March 2023 SoftDiamond talk contribs created page Character Usage (Created page with "= General Description = Generally speaking, I am open to people getting fanart/gifts of my character, and in most cases people are free to do so without asking me beforehand. I do not mind if you want to ask even in cases where you would have my permission to do so. This page really is only for anyone wanting to commission or draw my character in a situation where it would be considered gift art. I have created this page to act as an general guide on what to do, and some...") Tag: Visual edit: Switched