User contributions for Aliser
From Space Station 14 Wiki
1 April 2025
- 21:1121:11, 1 April 2025 diff hist +5 Template:Item infobox once again fixed categories display
- 21:0921:09, 1 April 2025 diff hist +211 Module:Item/item page links by item ids.json added more kits
- 21:0721:07, 1 April 2025 diff hist +8 Module:Item/item image files by item id.json missed a few file ext
- 21:0721:07, 1 April 2025 diff hist +244 Module:Item/item image files by item id.json added more medkits
- 21:0721:07, 1 April 2025 diff hist −244 Module:Item/item page links by item ids.json Undo revision 12188 by Aliser (talk) oops wrong file Tag: Undo
- 21:0621:06, 1 April 2025 diff hist +244 Module:Item/item page links by item ids.json added more medkits
- 21:0221:02, 1 April 2025 diff hist +6 Combat Medical Kit updated cat Tag: Visual edit
- 21:0221:02, 1 April 2025 diff hist +6 Advanced First Aid Kit updated cat Tag: Visual edit
- 21:0221:02, 1 April 2025 diff hist +6 Regenerative Mesh updated cat current Tag: Visual edit
- 21:0221:02, 1 April 2025 diff hist +6 Medicated Suture updated cat Tag: Visual edit
- 21:0221:02, 1 April 2025 diff hist +6 Ointment updated cat current Tag: Visual edit
- 21:0221:02, 1 April 2025 diff hist +6 Bruise Pack updated cat current Tag: Visual edit
- 21:0221:02, 1 April 2025 diff hist +6 Bloodpack updated cat current Tag: Visual edit
- 21:0221:02, 1 April 2025 diff hist +6 Gauze updated cat Tag: Visual edit
- 21:0121:01, 1 April 2025 diff hist +62 Template:Item infobox fixed multiple categories display; autolink categories; updated categories param desc
- 20:5920:59, 1 April 2025 diff hist +62 Smuggler's Satchel added more cats to infobox Tag: Visual edit
- 20:5720:57, 1 April 2025 diff hist +1,104 Template:Item infobox added support for specifying up to 8 categories
- 20:4520:45, 1 April 2025 diff hist +1,869 N 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..." current
- 20:3620:36, 1 April 2025 diff hist +23 MediaWiki:Common.css source editor, syntax highlight → fixed matching bracket not being visible
- 20:2120:21, 1 April 2025 diff hist +17,297 N 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..." current
- 03:2203:22, 1 April 2025 diff hist +22 User talk:Police →baaa :3: new section current
30 March 2025
- 22:1622:16, 30 March 2025 diff hist 0 Template:Labeled icon/doc No edit summary
- 22:1022:10, 30 March 2025 diff hist −10 Template:Role Navbox removed links from other & station-specific
- 19:4619:46, 30 March 2025 diff hist 0 Template:Labeled icon/doc →With zoom
- 19:4419:44, 30 March 2025 diff hist −2 Template:Labeled icon/styles.css No edit summary current
- 19:4419:44, 30 March 2025 diff hist +111 Module:Labeled icon No edit summary
- 19:4119:41, 30 March 2025 diff hist −20 Template:Labeled icon/styles.css No edit summary
- 19:4119:41, 30 March 2025 diff hist +712 Template:Labeled icon/styles.css No edit summary
- 19:2519:25, 30 March 2025 diff hist +6 Module:Labeled icon No edit summary
- 19:2419:24, 30 March 2025 diff hist +36 Module:Labeled icon No edit summary
- 19:2319:23, 30 March 2025 diff hist +512 Module:Labeled icon No edit summary
- 19:2219:22, 30 March 2025 diff hist 0 N Template:Labeled icon/styles.css Created blank page
- 19:2219:22, 30 March 2025 diff hist +25 Template:Labeled icon uses template styles
- 19:1819:18, 30 March 2025 diff hist +106 Template:Labeled icon/doc No edit summary
- 19:1619:16, 30 March 2025 diff hist +57 Template:Labeled icon/doc No edit summary
- 19:1519:15, 30 March 2025 diff hist −41 Module:Labeled icon No edit summary
- 19:1519:15, 30 March 2025 diff hist −5 Template:Labeled icon/doc No edit summary
- 19:1319:13, 30 March 2025 diff hist +378 N 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:0919:09, 30 March 2025 diff hist +145 Template:Labeled icon No edit summary
- 19:0819:08, 30 March 2025 diff hist +1,619 N 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 _..."
- 19:0019:00, 30 March 2025 diff hist +52 Template:Labeled icon No edit summary
- 18:5018:50, 30 March 2025 diff hist +31 Template:Labeled icon uses lua
- 18:4918:49, 30 March 2025 diff hist +818 N 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:2418:24, 30 March 2025 diff hist +77 Template:Item infobox updated internal size docs
- 18:1918:19, 30 March 2025 diff hist +95 N Category:Inventory templates Created page with "Contains templates related to the in-game inventory and storage systems. Category:Templates" current Tag: Visual edit
- 18:1818:18, 30 March 2025 diff hist 0 Template:Storage grid bb order current
- 18:1718:17, 30 March 2025 diff hist +337 Template:Has derivative templates No edit summary current
- 18:1618:16, 30 March 2025 diff hist +245 N 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}}" current
- 18:1518:15, 30 March 2025 diff hist +239 N 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" current Tag: Visual edit
- 18:1518:15, 30 March 2025 diff hist +900 N 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..."