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).
- 08:38, 23 February 2023 SoftDiamond talk contribs created page File:Softpooltoy.png
- 08:38, 23 February 2023 SoftDiamond talk contribs uploaded File:Softpooltoy.png
- 08:29, 23 February 2023 SoftDiamond talk contribs created page File:Softavali.png
- 08:29, 23 February 2023 SoftDiamond talk contribs uploaded File:Softavali.png
- 06:32, 23 February 2023 SoftDiamond talk contribs moved page CharacterNav to Template:CharacterNav
- 06:30, 23 February 2023 SoftDiamond talk contribs created page CharacterNav (Created page with "{{Navbox | name = Character | title = Character | state = {{{state|}}} | above = | group1 = | list1 = SoftDiamond • Orin • Beeper }}")
- 03:29, 23 February 2023 SoftDiamond talk contribs created page File:Softdiamondinfobox.png
- 03:29, 23 February 2023 SoftDiamond talk contribs uploaded File:Softdiamondinfobox.png
- 02:44, 23 February 2023 SoftDiamond talk contribs created page SoftDiamond (Created page with "WIP {{Template:SoftDiamond}}") Tag: Visual edit: Switched
- 02:43, 23 February 2023 SoftDiamond talk contribs created page Template:SoftDiamond (Created page with "{{CharacterBox | image = softdiamondinfobox.png | Name = SoftDiamond | Nickname = Soft | Age = 22 | Birth = 333 | Species = Wolf | Height = 5′ 6″ | Alignment = Good }}")
- 02:32, 23 February 2023 SoftDiamond talk contribs deleted page Module:Infobox/doc (content was: "{{Documentation subpage}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{Lua|Module:Navbar}} {{Uses TemplateStyles|Module:Infobox/styles.css}} {{Module rating|release}} Implements {{tlx|Infobox}}. == {{int Usage}} == <code><nowiki>{{</nowiki>#invoke:Infobox|infobox<nowiki>}}</nowiki></code> <includeonly>{{Sandbox o...", and the only contributor was "SoftDiamond" (talk))
- 02:32, 23 February 2023 SoftDiamond talk contribs created page Module:Infobox/doc (Created page with "{{Documentation subpage}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{Lua|Module:Navbar}} {{Uses TemplateStyles|Module:Infobox/styles.css}} {{Module rating|release}} Implements {{tlx|Infobox}}. == {{int Usage}} == <code><nowiki>{{</nowiki>#invoke:Infobox|infobox<nowiki>}}</nowiki></code> <includeonly>{{Sandbox other|| <!-- Categories below this line; interwikis at Wikidata --> Category:Modules for specific templates...")
- 02:31, 23 February 2023 SoftDiamond talk contribs created page Module:Infobox (Created page with "-- -- This module implements {{Infobox}} -- local p = {} local navbar = require('Module:Navbar')._navbar local args = {} local origArgs local root local function notempty( s ) return s and s:match( '%S' ) end local function fixChildBoxes(sval, tt) if notempty(sval) then local marker = '<span class=special_infobox_marker>' local s = sval s = mw.ustring.gsub(s, '(<%s*[Tt][Rr])', marker .. '%1') s = mw.ustring.gsub(s, '(</[Tt][Rr]%s*>)', '%1' .. marker) if s...")
- 02:25, 23 February 2023 SoftDiamond talk contribs created page Template:CharacterBox (Infobox created with infobox builder.)
- 02:19, 23 February 2023 SoftDiamond talk contribs deleted page Template:Characterbox (content was: "<infobox> <title source="title"> <default>{{PAGENAME}}</default> </title> <image source="image"/> <data source="name"> <label>Name</label> </data> <data source="nickname"> <label>Nickname</label> </data> <data source="age"> <label>Age</label> </data> <data source="species"> <label>Species</label> </data> <data source="gender"> <label>Gender<...", and the only contributor was "SoftDiamond" (talk))
- 02:16, 23 February 2023 SoftDiamond talk contribs deleted page Template:Test3 (content before blanking was: "<infobox> <title source="title"> <default>{{PAGENAME}}</default> </title> <image source="image"/> <data source="data1"> <label>Label</label> </data> <data source="data2"> <label>Label</label> </data> <image source="image"> <default>Question-mark-xxl.png</default> </image> </infobox>")
- 02:14, 23 February 2023 SoftDiamond talk contribs created page Template:Test3 (Infobox created with infobox builder.)
- 02:12, 23 February 2023 SoftDiamond talk contribs created page File:Question-mark-xxl.png (Question mark used for templates)
- 02:12, 23 February 2023 SoftDiamond talk contribs uploaded File:Question-mark-xxl.png (Question mark used for templates)
- 02:07, 23 February 2023 SoftDiamond talk contribs created page Template:CharacterBio (Infobox created with infobox builder.)
- 02:02, 23 February 2023 SoftDiamond talk contribs created page Template:Characterbox (Infobox created with infobox builder.)
- 00:09, 23 February 2023 SoftDiamond talk contribs created page Template:StreamResourceNav (Created page with "{{Navbox | name = StreamResourceNav | title = Stream Resources | state = uncollapsed | list1 = Stream Commands • Game setups • Joining Games • Achievements }}")
- 23:43, 22 February 2023 SoftDiamond talk contribs created page Template:Border radius/doc (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>. This code was borrowed from https://dwarffortresswiki.org/index.php/Template:Border_radius/doc. ==Examples== <pre> <div style="border: 1px solid black; {{border radius|5px}}">Test</div> </pre> Produces: <div style="border: 1px solid black; {{border radius|5px...")
- 23:23, 22 February 2023 SoftDiamond talk contribs created page Template:Collapsible/doc (Created page with "==Examples== <pre>{{collapsible|Title|This text is visible by default}}</pre> {{collapsible|Title|This text is visible by default}} ---- <pre>{{collapsible|Title|This text is hidden by default|hidden=yes}}</pre> {{collapsible|Title|This text is hidden by default|hidden=yes}} <includeonly>Category:Templates</includeonly> <noinclude>Category:Template Documentation</noinclude>")
- 23:22, 22 February 2023 SoftDiamond talk contribs created page Template:Collapsible (Created page with "<div style="width:auto"> {| class="collapsible {{#ifeq:{{{hidden|no}}}|no||collapsed}}" style="width: {{{width|100%}}}; margin:{{#switch:{{{boxalign|center}}}|center=0px auto|left=0px 0px 0px auto|right=0px auto 0px 0px}};" ! style="{{#if:{{{lcolor|}}}|color:{{{lcolor|}}}}}; background-color:{{{hbgcolor|transparent}}}; border-color:{{{hbordercolor|#fff}}}; border-width:{{{hborderwidth|2px}}} text-align: {{{halign|center}}};" |<span style="text-align: {{{halign|{{{talign|...")
- 22:56, 22 February 2023 SoftDiamond talk contribs created page Template:Nav header (Created page with "<includeonly><div class="plainlinks" style="float: left; padding-left: 0.4em; font-size: 70%; font-weight: normal; white-space: nowrap;"><!-- -->[[Template:{{{1}}}|<span title="View this template">V</span>]]<!-- --><span style="font-weight: bold; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;"> · </span><!-- -->[[Template talk:{{{1}}}|<span title="Discuss this template">T</span>]]<!-- --><span style="font-weigh...")
- 22:48, 22 February 2023 SoftDiamond talk contribs deleted page Template:Nav header (content before blanking was: "<includeonly><div class="plainlinks" style="float: left; padding-left: 0.4em; font-size: 70%; font-weight: normal; white-space: nowrap;"><!-- -->[[Template:{{{1}}}|<span title="View this template">V</span>]]<!-- --><span style="font-weight: bold; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;"> · </span><!-- -->[[Template talk:{{{1}}}|<span title="Discuss this template">T</span>]]<!-- --><span style="f...")
- 22:47, 22 February 2023 SoftDiamond talk contribs created page Template:Nav header (Created page with "<includeonly><div class="plainlinks" style="float: left; padding-left: 0.4em; font-size: 70%; font-weight: normal; white-space: nowrap;"><!-- -->[[Template:{{{1}}}|<span title="View this template">V</span>]]<!-- --><span style="font-weight: bold; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;"> · </span><!-- -->[[Template talk:{{{1}}}|<span title="Discuss this template">T</span>]]<!-- --><span style="font-weigh...")
- 22:44, 22 February 2023 SoftDiamond talk contribs created page Template:Documentation/doc (Created page with ":''This template is intended for basic use on documentation. For more control over appearance, use Template:Docbox. '' This template displays documentation on templates. Pages using this template will automatically be added to Category:Templates, unless the <code>nocat=</code> parameter is specified with a non-blank value. ===Usage=== Normal template contents'''{{tc|green|<noinclude><nowiki>{{documentation}}</nowiki></noinclude>}}''' Documentation goe...")
- 22:44, 22 February 2023 SoftDiamond talk contribs created page Template:Documentation (Created page with "<div class="plainlinks" style=" clear: both; margin: 1em 0 0 0; border: 1px solid #aaa; background-color: #f0f0f8; padding: 5px 1em; {{border radius|.4em}}"> <h2><span style="float: right; font-size: small; font-family: sans-serif;"> ([[{{{1|{{FULLPAGENAME}}/doc}}}|<span title="View this documentation">view</span>]] - {{ #ifexist:{{{1|{{TALKSPACE}}:{{PAGENAME}}}}}/doc|[[{{{1|{{TALKSPACE}}:{{PAGENAME}}}}}/doc|<span title="Discuss this documentation">talk</span>]] - ...")
- 22:44, 22 February 2023 SoftDiamond talk contribs created page Template:Navbox (Created page with "<includeonly><!-- -->{{#switch:{{{border|{{{1|}}}}}}|subgroup|child=</div>|#default=}}<!-- --><table class="{{#if:{{{title|}}}|collapsible {{#if:{{{state|}}}|{{{state}}}|autocollapse}}|}} infobox" <!-- -->style="{{#switch:{{{border|{{{1|}}}}}}|subgroup|child=background: transparent; border: none; border-spacing: 0; color: inherit; width: 100%|#default=background: #fdfdfd; border: 1px solid #aaa; font-size: 88%; margin: 0 auto -1px; vertical-align: middle; width: 100%;...")
- 22:44, 22 February 2023 SoftDiamond talk contribs created page Template:Navbox/doc (Created page with "This template is used for creating navigational templates (also known as navboxes). ==Usage== Please remove the parameters that are left blank. <pre style="overflow: auto;">{{Navbox | name = {{subst:PAGENAME}}{{subst:null|Don't change anything on this line. It will change itself when you save.}} | title = | state = {{{state|}}} | above = | group1 = | list1 = | group2 = | list2 = | group3 = | list3 = <!-- ... (up to group30 &...")
- 22:29, 22 February 2023 SoftDiamond talk contribs deleted page Module:Navbox (content was: "local p = {} function p.navbox(frame) local args = frame.args -- Set default values for parameters local title = args.title or "" local group1 = args.group1 or "" local list1 = args.list1 or "" local group2 = args.group2 or "" local list2 = args.list2 or "" -- Construct the Navbox HTML structure local output = '' output =...", and the only contributor was "SoftDiamond" (talk))
- 22:24, 22 February 2023 SoftDiamond talk contribs created page Module:Navbox (Created page with "local p = {} function p.navbox(frame) local args = frame.args local navbar = args.navbar or 'off' local title = args.title or '' local liststyle = args.liststyle or 'padding:0.25em 0; text-align:left;' local state = args.state or 'autocollapse' local navbarclass if navbar == 'off' or navbar == 'plain' then navbarclass = '' elseif navbar == 'mini' then navbarclass = 'navbar-mini' else navbarclass = 'navbar'...")
- 22:23, 22 February 2023 SoftDiamond talk contribs deleted page Module:Documentation/doc (content was: "{{Module rating|release}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{Uses TemplateStyles|Module:Documentation/styles.css}} {{Lua|Module:Documentation/config|Module:Documentation/i18n|Module:Arguments|Module:Message box|Module:TNT}} This module displays a blue box containing documentation for templates, Lua modules, or other pages. The {{tlx|documentati...")
- 22:23, 22 February 2023 SoftDiamond talk contribs deleted page Module:Documentation (content was: "-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs local messageBox = require('Module:Message box') -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local i18n = mw.loadData('Module:Documentation/i18n') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub ---------------------------------------------------------------------------- -- Helper functions -- -- Th...")
- 22:23, 22 February 2023 SoftDiamond talk contribs deleted page Module:Message box/configuration (content was: "-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- return { ambox = { types = { speedy = { class = 'ambox-speedy',...")
- 22:22, 22 February 2023 SoftDiamond talk contribs deleted page Module:No globals (content was: "local mt = getmetatable(_G) or {} function mt.__index (t, k) if k ~= 'arg' then -- perf optimization here and below: do not load Module:TNT unless there is an error error(require('Module:TNT').format('I18n/No globals', 'err-read', tostring(k)), 2) end return nil end function mt.__newindex(t, k, v) if k ~= 'arg' then error(require('Module:TNT').format('I18n/No globals', 'err-write', tostring(k)), 2) end rawset(t, k, v) end setmetatable(_G, mt)")
- 22:22, 22 February 2023 SoftDiamond talk contribs deleted page Module:Message box/cmbox.css (content was: "* * {{cmbox}} (category message box) styles * * @source https://www.mediawiki.org/wiki/MediaWiki:Gadget-enwp-boxes.css * @revision 2021-07-15: table.cmbox { margin: 3px 10%; border-collapse: collapse; border: 1px solid #a2a9b1; Default "notice" blue: background-color: #dfe8ff; box-sizing: border-box; } An empty narrow cell: .cmbox td.mbox-empty-cell { border: none; padding: 0; width: 1px; } The message body cell(s): .cmbox th.mbox-text, .cmbox...")
- 22:22, 22 February 2023 SoftDiamond talk contribs deleted page Module:Message box/fmbox.css (content was: "Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes: th.mbox-text, td.mbox-text { The message body cell(s): padding: 0.25em 0.9em; 0.9em left/right: } td.mbox-image { The left image cell: padding: 2px 0 2px 0.9em; 0.9em left, 0px right: } td.mbox-imageright { The right image cell: padding: 2px 0.9em 2px 0; 0px left, 0.9em right: } Footer and header message box styles: table.fmbox {...")
- 22:21, 22 February 2023 SoftDiamond talk contribs deleted page Module:Message box/ombox.css (content was: "* * {{ombox}} (other pages message box) styles * * @source https://www.mediawiki.org/wiki/MediaWiki:Gadget-enwp-boxes.css * @revision 2021-07-15: table.ombox { margin: 4px 10%; border-collapse: collapse; Default "notice" gray: border: 1px solid #a2a9b1; background-color: #f8f9fa; box-sizing: border-box; } An empty narrow cell: .ombox td.mbox-empty-cell { border: none; padding: 0; width: 1px; } The message body cell(s): .ombox th.mbox-text, .om...")
- 22:21, 22 February 2023 SoftDiamond talk contribs deleted page Module:Message box/imbox.css (content was: "* * {{imbox}} (image message box) styles * * @source https://www.mediawiki.org/wiki/MediaWiki:Gadget-enwp-boxes.css * @revision 2021-07-15: table.imbox { margin: 4px 10%; border-collapse: collapse; Default "notice" blue: border: 3px solid #36c; background-color: #fbfbfb; box-sizing: border-box; } For imboxes inside imbox-text cells.: .imbox .mbox-text .imbox { 0.9 - 0.5 = 0.4em left/right.: margin: 0 -0.5em; /* Fix for webkit to force 10...")
- 22:21, 22 February 2023 SoftDiamond talk contribs deleted page Module:Message box (content was: "-- This is a meta-module for producing message box templates, including -- {{mbox}}, {{ambox}}, {{imbox}}, {{tmbox}}, {{ombox}}, {{cmbox}} and {{fmbox}}. -- Load necessary modules. require('strict') local getArgs local yesno = require('Module:Yesno') -- Get a language object for formatDate and ucfirst. local lang = mw.language.getContentLanguage() -- Define constants local CONFIG_MODULE = 'Module:Message box/configuration' local DEMOSPACES = {talk = 'tmbox', image = 'imbox',...")
- 22:21, 22 February 2023 SoftDiamond talk contribs deleted page Module:Message box/ambox.css (content was: "* * {{ambox}} (article message box) styles * * @source https://www.mediawiki.org/wiki/MediaWiki:Gadget-enwp-boxes.css * @revision 2021-07-15: table.ambox { 10% = Will not overlap with other elements: margin: 0 10%; border: 1px solid #a2a9b1; Default "notice" blue: border-left: 10px solid #36c; background-color: #fbfbfb; box-sizing: border-box; } Single border between stacked boxes.: table.ambox + table.ambox, table.ambox + link + table.ambox, tab...")
- 22:20, 22 February 2023 SoftDiamond talk contribs deleted page Module:TNT (content was: "-- -- INTRO: (!!! DO NOT RENAME THIS PAGE !!!) -- This module allows any template or module to be copy/pasted between -- wikis without any translation changes. All translation text is stored -- in the global Data:*.tab pages on Commons, and used everywhere. -- -- SEE: https://www.mediawiki.org/wiki/Multilingual_Templates_and_Modules -- -- ATTENTION: -- Please do NOT rename this module - it has to be identical on all wikis. -- This code is maintained at http...")
- 22:20, 22 February 2023 SoftDiamond talk contribs deleted page Module:TableTools (content was: "--[[ ------------------------------------------------------------------------------------ -- TableTools -- -- -- -- This module includes a number of functions for dealing with Lua tables. -- -- It is a meta-module, meant to be called from other Lua modules, and should -- -- not be called directly from #invoke....")
- 22:20, 22 February 2023 SoftDiamond talk contribs deleted page Module:List (content was: "-- This module outputs different kinds of lists. At the moment, bulleted, -- unbulleted, horizontal, ordered, and horizontal ordered lists are supported. local libUtil = require('libraryUtil') local checkType = libUtil.checkType local mTableTools = require('Module:TableTools') local p = {} local listTypes = { ['bulleted'] = true, ['unbulleted'] = true, ['horizontal'] = true, ['ordered'] = true, ['horizontal_ordered'] = true } function p.makeListData(listType, args) --...")
- 22:20, 22 February 2023 SoftDiamond talk contribs deleted page Module:Yesno (content was: "-- 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 == 'true...")
- 22:20, 22 February 2023 SoftDiamond talk contribs deleted page Module:Uses TemplateStyles/config (content was: "local cfg = {} -- Don’t touch this line. -- Subpage blacklist: these subpages will not be categorized (except for the -- error category, which is always added if there is an error). -- For example “Template:Foo/doc” matches the `doc = true` rule, so it will have -- no categories. “Template:Foo” and “Template:Foo/documentation” match no rules, -- so they *will* have categories. All rules should be in the -- ['<subpage name>'] = true, -- format. cfg['subpage_blac...")
- 22:20, 22 February 2023 SoftDiamond talk contribs deleted page Module:Uses TemplateStyles (content was: "-- This module implements the {{Uses TemplateStyles}} template. local yesno = require('Module:Yesno') local mList = require('Module:List') local mTableTools = require('Module:TableTools') local mMessageBox = require('Module:Message box') local TNT = require('Module:TNT') local p = {} local function format(msg, ...) -- Content sourced from commons:Data:I18n/Uses TemplateStyles.tab return TNT.format('I18n/Uses TemplateStyles', msg, ...) end local function getConfig() re...")