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).
- 15:32, 9 August 2024 Aliser talk contribs created page Template:Error (Created page with "<includeonly><!-- -->{{#invoke:Error|error|{{{message|{{{1}}}}}}|tag={{{tag|}}}}}<!-- # do not add category if on specified page -->{{add category if not on pages or subpages|Template errors|{{{no category on page|}}}|Template:Error}}</includeonly><noinclude> {{documentation|below banner= {{template populates category|Template errors}} {{external template|https://www.mediawiki.org/wiki/Template:Error}} }} Category:Error-message templates Category:Templates mean...")
- 15:08, 9 August 2024 Aliser talk contribs created page Module:Color (Created page with "local p = {} --p stands for package local getArgs = require('Module:Arguments').getArgs local color_by_code = { ["dept:command"] = "#334E6D" } function p.main(frame) local args = getArgs(frame) local color_code = args[1] local result = color_by_code[color_code] if result == nil then error("unknown color code: " .. color_code) end return result end return p")
- 14:56, 9 August 2024 Aliser talk contribs created page Template:TestAliser (Created page with "<includeonly>{{#switch: {{lc: {{{1}}}}} |dept:command = #334E6D }}</includeonly><noinclude> {{docs}} <templatedata> { "params": { "1": { "label": "Color code", "description": "A color code.", "type": "line", "suggestedvalues": [ "dept:command", "dept:cmd", "dept:engineering", "dept:eng", "dept:medical", "dept:med", "dept:science", "dept:sci", "dept:security", "dept:sec", "dept:civilian", "dept:civ", "de...")
- 14:43, 9 August 2024 Aliser talk contribs created page Template:Color label/doc (Created page with "== Examples == Hex color (gold): {{Color label|#FFD700}} {{br}} Predefined color (red): {{Color label|red}} {{br}} RGB color (orange) with a custom name: {{Color label|#FFD700|Sunset}} {{br}}")
- 14:32, 9 August 2024 Aliser talk contribs created page Template:Color label (Created page with "<includeonly><span> <span style="background-color: {{{1}}};"></span> <span>{{{2}}}</span> </span></includeonly><noinclude> {{docs}} <templatedata> { "params": { "1": { "label": "Color", "description": "A valid CSS color.", "example": "red", "type": "line", "required": true }, "2": { "label": "Label", "description": "A label.", "example": "Cool green", "type": "line", "required": true } }, "description": "Produces a little square...")
- 14:12, 9 August 2024 Aliser talk contribs created page Template:Color/doc (Created page with "== Colors == {| class="wikitable" |- ! Color code !! Result |- | <pre>radio:common radio:;</pre> || {{colored text|{{color|radio:common}}|Text sample.}}<br> {{colored text|{{color|radio:;}}|Text sample.}} |- | <pre>radio:centcom radio:cc radio:y</pre> || {{colored text|{{color|radio:centcom}}|Text sample.}}<br> {{colored text|{{color|radio:cc}}|Text sample.}}<br> {{colored text|{{color|radio:y}}|Text sample.}} |- | <pre>dept:command dept:cmd radio:command radio:cmd rad...")
- 13:26, 9 August 2024 Aliser talk contribs created page Template:Color (Created page with "<includeonly>{{#switch: {{lc: {{{1}}}}} | }}</includeonly><noinclude> {{docs}} <templatedata> { "params": { "Color code": { "description": "A color code.", "type": "line", "suggestedvalues": [ "dept:command", "dept:cmd", "radio:command", "radio:cmd", "dept:engineering", "dept:eng", "radio:engineering", "radio:eng", "dept:medical", "dept:med", "radio:medical", "radio:med", "dept:science", "dept:sci",...")
- 13:16, 9 August 2024 Aliser talk contribs created page Template:Colored text/doc (Created page with "=== Colors === ==== {{Colored text|red|Red}} text using one of the predefined CSS colors: <code>red</code> ==== <syntaxhighlight lang="mediawiki">{{Colored text|red|hello world, I'm red}}</syntaxhighlight> This text {{Colored text|red|hello world, I'm red}} has a custom color. ==== {{Colored text|#ffd700|Gold}} text using hex code for gold: <code>#ffd700</code> ==== <syntaxhighlight lang="mediawiki">{{Colored text|#ffd700|GOLD GOLD GOLD}}</syntaxhighlight> This text {{C...")
- 13:03, 9 August 2024 Aliser talk contribs created page Template:Colored text (Created page with "<includeonly>{{#vardefine: colored_text_color |{{#switch: {{lc: {{{1}}}}} |{{{1}}} }} }}<!-- --><span style="color: {{#var:colored_text_color}};">{{{2}}}</span></includeonly><noinclude> {{documentation}} <templatedata> { "params": { "1": { "label": "Color", "description": "A CSS-compatible color or a color code.", "type": "line", "suggestedvalues": [ "black", "silver", "gray", "white", "maroon", "red", "purple", "fuchsia"...")
- 22:53, 7 July 2024 Aliser talk contribs created page Category:Candidates for refactoring on new extensions arrival (Created page with "Contains things that are recommended to be refactored once new extensions arrive at the wiki. Category:Maintenance")
- 22:52, 7 July 2024 Aliser talk contribs created page Category:Wikitext typing-aid templates (Created page with "Templates that allow you to write ''less'' wikitext and/or decrease amount of maintenance needed otherwise. Category:Templates")
- 22:48, 7 July 2024 Aliser talk contribs created page Template:Radio channel/doc (examples)
- 22:30, 7 July 2024 Aliser talk contribs created page Template:Docs (Redirected page to Template:Documentation) Tag: New redirect
- 22:25, 7 July 2024 Aliser talk contribs created page Template:Rch (Redirected page to Template:Radio channel) Tag: New redirect
- 22:24, 7 July 2024 Aliser talk contribs created page Template:Radio channel (Created page with "<includeonly>{{#switch: {{lc: {{{1}}}}} |; |common = <span style="color: #32cd32;">;Common</span> |y |centcom = <span style="color: #2681a5;">;CentCom</span> |c |command = <span style="color: #fcdf03;">;Command</span> |e |engineering = <span style="color: #f37746;">;Engineering</span> |m |medical = <span style="color: #57b8f0;">;Medical</span> |n |science = <span style="color: #c68cfa;">;Science</span> |s |security = <span style="color: #dd3535;">;Security</span>...")
- 22:24, 7 July 2024 Aliser talk contribs created page Template:Refactor on new extensions arrival (Created page with "<includeonly>Category:Candidates for refactoring on new extensions arrival</includeonly><noinclude> <templatedata> { "params": { "1": { "label": "Description", "description": "An optional TODO of what needs to be done.", "type": "line", "suggested": true } }, "description": "Used to schedule templates for updating when new extensions will get installed on wiki. Currently, just adds to \"Candidates for refactoring on new extensions arrival\" categor...")
- 09:24, 30 June 2024 Aliser talk contribs created page Category:In-game images (Created page with "Images used in the game. Category:Images")
- 09:23, 30 June 2024 Aliser talk contribs created page Category:Media (Created page with "All media: images, videos, sounds.")
- 09:22, 30 June 2024 Aliser talk contribs created page Category:Images for personal use (Created page with "Contains images that are used only on user's pages. Category:Images")
- 13:36, 25 June 2024 Aliser talk contribs created page Template:Spaces/doc (Created page with "''Note: The box is added to demonstrate the behavior, it's not present in the template.'' * {{c|<nowiki>aaaaaaaaaaaaaaaaaaaaaaa{{spaces}}bbbbbbbbbbbbbbbbbbb</nowiki>}} '''produces:''' <div style="width: 15rem; border: 1px solid red;">aaaaaaaaaaaaaaaaaaaaaaa{{spaces}}bbbbbbbbbbbbbbbbbbb</div> '''same but with a regular space will produce:''' <div style="width: 15rem; border: 1px solid red;">aaaaaaaaaaaaaaaaaaaaaaa bbbbbbbbbbbbbbbbbbb</div>")
- 13:28, 25 June 2024 Aliser talk contribs moved page Template:NoBreak to Template:Spaces (bad name)
- 13:27, 25 June 2024 Aliser talk contribs created page Template:NoBreak (Created page with " <noinclude> Category:Markup templates Category:Templates without documentation pages <templatedata> { "params": {}, "description": "Inserts \" \"." } </templatedata> </noinclude>")
- 13:15, 25 June 2024 Aliser talk contribs created page File:JobIconMindShield.png (Category:Job icons)
- 13:15, 25 June 2024 Aliser talk contribs uploaded File:JobIconMindShield.png (Category:Job icons)
- 13:13, 25 June 2024 Aliser talk contribs created page File:JobIconZookeeper.png (Category:Job icons)
- 13:13, 25 June 2024 Aliser talk contribs uploaded File:JobIconZookeeper.png (Category:Job icons)
- 13:13, 25 June 2024 Aliser talk contribs created page File:JobIconZombie.png (Category:Job icons)
- 13:13, 25 June 2024 Aliser talk contribs uploaded File:JobIconZombie.png (Category:Job icons)
- 13:13, 25 June 2024 Aliser talk contribs created page File:JobIconWarden.png (Category:Job icons)
- 13:13, 25 June 2024 Aliser talk contribs uploaded File:JobIconWarden.png (Category:Job icons)
- 13:12, 25 June 2024 Aliser talk contribs created page File:JobIconVisitor.png (Category:Job icons)
- 13:12, 25 June 2024 Aliser talk contribs uploaded File:JobIconVisitor.png (Category:Job icons)
- 13:12, 25 June 2024 Aliser talk contribs created page File:JobIconVirologist.png (Category:Job icons)
- 13:12, 25 June 2024 Aliser talk contribs uploaded File:JobIconVirologist.png (Category:Job icons)
- 13:12, 25 June 2024 Aliser talk contribs created page File:JobIconUnknown.png (Category:Job icons)
- 13:12, 25 June 2024 Aliser talk contribs uploaded File:JobIconUnknown.png (Category:Job icons)
- 13:12, 25 June 2024 Aliser talk contribs created page File:JobIconTechnicalAssistant.png (Category:Job icons)
- 13:12, 25 June 2024 Aliser talk contribs uploaded File:JobIconTechnicalAssistant.png (Category:Job icons)
- 13:12, 25 June 2024 Aliser talk contribs created page File:JobIconSyndicate.png (Category:Job icons)
- 13:12, 25 June 2024 Aliser talk contribs uploaded File:JobIconSyndicate.png (Category:Job icons)
- 13:12, 25 June 2024 Aliser talk contribs created page File:JobIconStationEngineer.png (Category:Job icons)
- 13:12, 25 June 2024 Aliser talk contribs uploaded File:JobIconStationEngineer.png (Category:Job icons)
- 13:12, 25 June 2024 Aliser talk contribs created page File:JobIconShaftMiner.png (Category:Job icons)
- 13:12, 25 June 2024 Aliser talk contribs uploaded File:JobIconShaftMiner.png (Category:Job icons)
- 13:12, 25 June 2024 Aliser talk contribs created page File:JobIconServiceWorker.png (Category:Job icons)
- 13:12, 25 June 2024 Aliser talk contribs uploaded File:JobIconServiceWorker.png (Category:Job icons)
- 13:12, 25 June 2024 Aliser talk contribs created page File:JobIconSeniorResearcher.png (Category:Job icons)
- 13:12, 25 June 2024 Aliser talk contribs uploaded File:JobIconSeniorResearcher.png (Category:Job icons)
- 13:11, 25 June 2024 Aliser talk contribs created page File:JobIconSeniorPhysician.png (Category:Job icons)
- 13:11, 25 June 2024 Aliser talk contribs uploaded File:JobIconSeniorPhysician.png (Category:Job icons)