Main public logs
From Space Station 14 Wiki
Combined display of all available logs of Space Station 14 Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 01:13, 4 April 2025 Aliser talk contribs created page Module:ScribuntoUnit/config (Created page with "-- The cfg table, created by this module, contains all localisable strings and -- configuration, to make it easier to port this module to another wiki. local cfg = {} -- Do not edit this line. -- The successIndicator and failureIndicator are in the first column of the -- wikitable produced as output and indicate whether the test passed. These two -- strings are preprocessed by frame.preprocess. -- successIndicator: if the test passes -- failureIndicator: if the test fa...")
- 01:12, 4 April 2025 Aliser talk contribs created page Module:ScribuntoUnit/styles.css (Created blank page)
- 01:12, 4 April 2025 Aliser talk contribs moved page /Module:ScribuntoUnit/styles.css to Trash
- 01:11, 4 April 2025 Aliser talk contribs created page /Module:ScribuntoUnit/styles.css (Created blank page)
- 01:10, 4 April 2025 Aliser talk contribs created page Module:Item infobox/doc (Created page with "{{module docs}} == Edible by params == Edible by parameters are implemented in this module, entrypoint {{c|generate_edible_by}}. List of edible by params is defined by {{c|edible_by_display_tbl}}. === Tests === {{#invoke:Item infobox/testcases/edible by|run}}")
- 01:09, 4 April 2025 Aliser talk contribs created page Module:Item infobox/testcases/edible by (Created page with "local p = require('Module:MyModule') -- the module to be tested local ScribuntoUnit = require('Module:ScribuntoUnit') local suite = ScribuntoUnit:new() local frame = mw.getCurrentFrame() function suite:test_empty() frame.args = {} self:assertEquals('', p.generate_edible_by(frame)) end return suite")
- 01:07, 4 April 2025 Aliser talk contribs created page Module:ScribuntoUnit (Created page with "------------------------------------------------------------------------------- -- Unit tests for Scribunto. -- Source: https://www.mediawiki.org/wiki/Module:ScribuntoUnit -- License: CC BY-SA 4.0 ------------------------------------------------------------------------------- require('strict') local DebugHelper = {} local ScribuntoUnit = {} -- The cfg table contains all localisable strings and configuration, to make it -- easier to port this module to another wiki. loc...")
- 00:51, 4 April 2025 Aliser talk contribs created page Module:Item infobox (GOD I LOVE FOOD)
- 09:19, 3 April 2025 Aliser talk contribs created page Template:Reset solution count (Created page with "<includeonly>{{#vardefine:__solution_count__|0}}</includeonly><noinclude> {{docs}} <templatedata> { "params": {}, "description": "Test" } </templatedata> </noinclude>")
- 09:01, 3 April 2025 Aliser talk contribs created page Template:Reagent/doc (Created page with "== Usage == {{tji|reagent|<name>|<optional amount>}} <br> {{or}} <br> {{tji|r|<name>|<optional amount>}} == Example == {{tji|reagent|nutriment|13}} <br> {{or}} <br> {{tji|r|nutriment|13}} {{gda}} {{reagent|nutriment|13}} <br> {{or}} <br> {{r|nutriment|13}}")
- 08:59, 3 April 2025 Aliser talk contribs created page Template:R (Redirected page to Template:Reagent) Tag: New redirect
- 08:58, 3 April 2025 Aliser talk contribs created page Template:Reagent (Created page with "<includeonly>{{{1}}}{{#if: {{{2|}}}|<nowiki> </nowiki>[{{{2}}}u]}}</includeonly><noinclude> {{docs}} Category:Chemistry templates <templatedata> { "params": { "1": { "label": "Reagent", "description": "Reagent name, lowercase.", "example": "nutriment", "type": "line", "required": true }, "2": { "label": "Amount", "description": "A \"u\" suffix will be added automatically.", "example": "17", "type": "number", "suggested": true }...")
- 05:41, 2 April 2025 Aliser talk contribs created page Template:TC/styles.css (Created blank page)
- 05:38, 2 April 2025 Aliser talk contribs created page Template:TC/doc (Created page with "== Usage == {{tji|tc|<amount>}} == Example == === With no amount === {{tji|tc}} {{gda}} {{tc}} === With amount === {{tji|tc|10}} {{gda}} {{tc|10}}")
- 05:37, 2 April 2025 Aliser talk contribs created page Template:TC (Created page with "<includeonly><templatestyles src="Template:TC/styles.css"></templatestyles><!-- -->{{Labeled icon|class=tc-item|Telecrystal-circumcized.png|8px|{{#if:{{{amount|}}}|{{{amount}}} }}TC}}</includeonly><noinclude> {{docs|bb= {{uses template styles}} }} Category:Item templates <templatedata> { "params": { "1": { "label": "Amount", "description": "Optional Telecrystal amount.", "type": "number", "suggested": true } }, "paramOrder": [ "1" ] } </templa...")
- 05:29, 2 April 2025 Aliser talk contribs created page File:Telecrystal-circumcized.png (Category:Items)
- 05:29, 2 April 2025 Aliser talk contribs uploaded File:Telecrystal-circumcized.png (Category:Items)
- 04:17, 2 April 2025 Aliser talk contribs created page Module:Labeled icon/doc (Created page with "{{module docs}} Implements {{t|Labeled icon}}.")
- 04:05, 2 April 2025 Aliser talk contribs created page File:1pt.png (Single transparent pixel.)
- 04:05, 2 April 2025 Aliser talk contribs uploaded File:1pt.png (Single transparent pixel.)
- 20:45, 1 April 2025 Aliser talk contribs created page Module:GetParameters (Created page with "-- source: https://en.wikipedia.org/wiki/Module:GetParameters local p = {} --[[ Helper function that populates the argument list given that user may need to use a mix of named and unnamed parameters. This is relevant because named parameters are not identical to unnamed parameters due to string trimming, and when dealing with strings we sometimes want to either preserve or remove that whitespace depending on the application. ]] function p.getParameters( frame_args, arg...")
- 20:21, 1 April 2025 Aliser talk contribs created page Module:String2 (Created page with "-- source: https://en.wikipedia.org/wiki/Module:String2 require ('strict'); local p = {} p.trim = function(frame) return mw.text.trim(frame.args[1] or "") end p.sentence = function (frame) -- {{lc:}} is strip-marker safe, string.lower is not. frame.args[1] = frame:callParserFunction('lc', frame.args[1]) return p.ucfirst(frame) end p.ucfirst = function (frame) local s = frame.args[1]; if not s or '' == s or s:match ('^%s+$') then -- when <s> is nil, empty...")
- 19:22, 30 March 2025 Aliser talk contribs created page Template:Labeled icon/styles.css (Created blank page)
- 19:13, 30 March 2025 Aliser talk contribs created page Template:Labeled icon/doc (Created page with "{{Callout|Tip|It's recommended to use one of the derivative template, is possible.<br><br> This template is meant to be used either inside other templates or in cases where there's no specific template for a use case (in which case one should be created, if there's enough usages).}} == Usage == todo == Example == === Basic === {{Labeled icon|File:Gauze Icon.png|32px|Gauze}}")
- 19:08, 30 March 2025 Aliser talk contribs created page Module:Labeled icon (Created page with "local p = {} local getArgs = require('Module:Arguments').getArgs local function assert_not_nil(value, error_message) if value == nil then if error_message == nil then error("value is nil") else error(error_message) end end end local function numeric_table_length(t) local count = 0 for _ in ipairs(t) do count = count + 1 end return count end local function table_length(t) local count = 0 for _...")
- 18:49, 30 March 2025 Aliser talk contribs created page Template:Labeled icon (Created page with "<includeonly>{{#invoke: Labeled icon|main}}</includeonly><noinclude> {{docs}} Category:Image templates <templatedata> { "params": { "1": { "label": "Icon", "description": "Icon image.", "type": "wiki-file-name", "required": true }, "2": { "label": "Icon size", "description": "Size of the icon.", "example": "24px", "type": "line", "required": true }, "3": { "label": "Label", "description": "Icon label. Goes after the icon."...")
- 18:19, 30 March 2025 Aliser talk contribs created page Category:Inventory templates (Created page with "Contains templates related to the in-game inventory and storage systems. Category:Templates") Tag: Visual edit
- 18:16, 30 March 2025 Aliser talk contribs created page Template:Has derivative templates/doc (Created page with "== Usage == {{tji|Has derivative templates|<derivative template 1>|<derivative template 2>|<derivative template N>}} == Example == {{tji|Has derivative templates|Infobox storage grid}} {{gda}} {{Has derivative templates|Infobox storage grid}}")
- 18:15, 30 March 2025 Aliser talk contribs created page Category:Templates with derivative templates (Created page with "{{Category populated using templates|Has derivative templates}} Contains templates that have derivative templates: templates that derivative from other templates without reimplementing the logic. Category:Technical template categories") Tag: Visual edit
- 18:15, 30 March 2025 Aliser talk contribs created page Template:Has derivative templates (Created page with "<includeonly>{{Callout |stacked=1 |header=Has derivative templates |Info |This template has derivative templates using this implementation: <ul>{{#invoke:params|for_each|<li>Template:$@</li>}}</ul> }}<!-- # when used not on template's page (or /doc page), add to category -->{{Add categories if not on page or subpage|Template:Has derivative templates|Templates with derivative templates}}</includeonly><noinclude> {{documentation |below banner= {{Template populates cat...")
- 18:12, 30 March 2025 Aliser talk contribs created page Category:Derivative templates (Created page with "{{Category populated using template|Derivative template}} Contains templates that derivative from other templates without reimplementing the logic. Category:Technical template categories") Tag: Visual edit
- 18:10, 30 March 2025 Aliser talk contribs created page Template:Derivative template/doc (Created page with "== Usage == {{tji|Derivative template|<original template>}} == Example == {{tji|Derivative template|Storage grid}} {{gda}} {{Derivative template|Storage grid}}")
- 18:10, 30 March 2025 Aliser talk contribs created page Template:Derivative template (Created page with "<includeonly>{{Callout |stacked=1 |header=Derivative of template |Info |This template is a variation of template {{t|{{{1}}}}} with the implementation defined in the original template. }}<!-- # when used not on template's page (or /doc page), add to category -->{{Add categories if not on page or subpage|Template:Derivative template|Derivative templates}}</includeonly><noinclude> {{documentation |below banner= {{Template populates categories|Derivative templates}} {{tem...")
- 18:04, 30 March 2025 Aliser talk contribs created page Template:Infobox storage grid/doc (Created page with "Uses {{Infobox storage}}.")
- 18:00, 30 March 2025 Aliser talk contribs created page Template:Infobox storage grid (Created page with "<includeonly>{{storage grid|slot size=1.2em|{{{1|}}}|{{{2|}}}|{{{3|}}}|{{{4|}}}|{{{5|}}}}}</includeonly><noinclude> {{docs}} Category:Inventory templates <templatedata> { "params": { "1": { "label": "Grid 1", "description": "Specify a single grid using format 'x, y, width, height'.", "example": "0, 0, 1, 3 OR 3,0,6,3", "type": "line", "required": true }, "2": { "label": "Grid 2", "type": "line", "suggested": true }, "3": { "labe...")
- 03:25, 30 March 2025 Aliser talk contribs created page Category:GUI (Created page with "Contains in-game GUI. Category:In-game images") Tag: Visual edit: Switched
- 03:24, 30 March 2025 Aliser talk contribs created page File:InterfacePlasmafireStorage tile empty.png (Uploaded with SimpleBatchUpload)
- 03:24, 30 March 2025 Aliser talk contribs uploaded File:InterfacePlasmafireStorage tile empty.png (Uploaded with SimpleBatchUpload)
- 03:24, 30 March 2025 Aliser talk contribs created page File:InterfacePlasmafireStorage tile empty opaque.png (Uploaded with SimpleBatchUpload)
- 03:24, 30 March 2025 Aliser talk contribs uploaded File:InterfacePlasmafireStorage tile empty opaque.png (Uploaded with SimpleBatchUpload)
- 21:50, 29 March 2025 Aliser talk contribs created page Template:Role navbox (Redirected page to Template:Role Navbox) Tag: New redirect
- 17:02, 29 March 2025 Aliser talk contribs created page Template:Storage grid/styles.css (Created page with ".storage-grid { display: grid; }")
- 16:59, 29 March 2025 Aliser talk contribs created page Module:Storage grid/doc (Created page with "{{module docs}} Implements {{t|Storage grid}}.")
- 16:48, 29 March 2025 Aliser talk contribs created page Template:Storage grid/doc (Created page with "== Usage == {{tji|storage grid|<grid 1>|<grid 2>|<grid N>}} == Example == === Single grid === A simple 1x2 grid. {{tji|storage grid|0,0,1,2}} {{gda}} {{storage grid|0,0,1,2}}")
- 16:46, 29 March 2025 Aliser talk contribs created page Module:Storage grid (initial)
- 16:01, 29 March 2025 Aliser talk contribs created page Template:Storage grid (Created page with "<includeonly></includeonly><noinclude> {{docs}} Category:Inventory templates <templatedata> { "params": { "1": { "label": "Grid 1", "description": "Specify a single grid using format 'x, y, width, height'.", "example": "0, 0, 1, 3 OR 3,0,6,3", "type": "line", "required": true }, "2": { "label": "Grid 2", "type": "line", "suggested": true }, "3": { "label": "Grid 3", "type": "line", "suggested": true }, "4": { "label...")
- 15:39, 29 March 2025 Aliser talk contribs created page Template:Isize (Redirected page to Template:Item size) Tag: New redirect
- 15:36, 29 March 2025 Aliser talk contribs created page Category:Lookup templates (Created page with "Templates used to lookup various things. Category:Templates")
- 15:35, 29 March 2025 Aliser talk contribs created page Template:Item size (Created page with "<includeonly>{{#if: {{#vardefineecho: lookup|{{#invoke: Item|lookup_item_size|{{{1|}}}}}}}<!-- -->|'''{{#var:lookup}}'''<!-- -->|{{error|failed to lookup an item size: unknown size '{{{1|}}}'}}<!-- -->}}</includeonly><noinclude> {{docs}} Category:Lookup templates <templatedata> { "params": { "1": { "label": "Size keyword", "description": "Lowercase values are allowed.", "type": "line", "suggestedvalues": [ "Tiny", "Small", "Medium"...")
- 15:06, 29 March 2025 Aliser talk contribs created page Module:Item/sizes.json/doc (Created page with "test")