Structorica Wiki:Sandbox: Difference between revisions

From Structorica Wiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 33: Line 33:


{{MessageBox
{{MessageBox
| title = This is a normal message box
| type = minor
| text = With helpful and descriptive subtext
| title = Minor Edit Notice
| text = This page contains minor formatting improvements and spelling corrections. No major content changes were made.
| discuss = 1
}}
}}




{{MessageBox
{{MessageBox
| type = delete
| mini = 1
| mini = 1
| icon = 8
| icon = 8
| text = This has an information icon using [[Template:CommentSprite]]
| text = This page has been nominated for deletion due to lack of content. Please review and vote.
}}
}}




{{MessageBox
{{MessageBox
| bgcol = rgba(203, 203, 249, 0.2)
| type = info
| linecol = rgba(107, 107, 253, 0.2)
| small = 1
| title = This is a blue message box
| icon = 8
| text = It has a discuss link, some custom CSS and a custom image
| text = Important information: Server maintenance scheduled for tonight from 2 AM to 4 AM UTC.
}}
 
 
{{MessageBox
| type = major
| subtle = 1
| title = Major Content Update
| text = This article has been significantly expanded with new sections on gameplay mechanics and strategy guides.
| discuss = 1
| discuss = 1
| image = Comment_done.svg
| css = box-shadow: 10px 10px 2px #787878;
}}
}}


{{MessageBox
| type = notice
| mini = 1
| icon = 8
| bgcol = rgba(255, 235, 59, 0.1)
| linecol = rgba(255, 235, 59, 0.3)
| css = border-radius: 8px; font-style: italic;
| text = Notice: The wiki will be temporarily unavailable during the server migration next weekend.
}}






{{MessageBox
{{MessageBox
| mini = 1
| type = issue
| image = Comment_done.svg
| small = 1
| bgcol = rgba(147, 122, 85, 0.2)
| icon = 8
| linecol = rgba(187, 116, 13, 0.2)
| bgcol = rgba(255, 87, 34, 0.1)
| css = box-shadow: 0px 0px 6px #787878;
| linecol = rgba(255, 87, 34, 0.3)
| text = This is using similar settings as the advanced example above.
| css = box-shadow: 0 2px 8px rgba(255, 87, 34, 0.2);
| text = Content issue detected: This article may contain outdated information. Please verify with latest game version.
}}
}}

Revision as of 13:46, 14 January 2026

Sandbox

{
  "name": "example",
  "version": "1.0.0",
  "dependencies": {
    "lodash": "^4.17.0"
  }
}
#include <iostream>

int main() {
    std::cout << "Hello, World!" << std::endl;
    return 0;
}


[package]
name = "my-package"
version = "1.0.0"
edition = "2021"

[dependencies]
serde = { version = "1.0", features = ["derive"] }


Minor Edit Notice
 [discuss]
This page contains minor formatting improvements and spelling corrections. No major content changes were made.


This page has been nominated for deletion due to lack of content. Please review and vote.


Important information: Server maintenance scheduled for tonight from 2 AM to 4 AM UTC.


Major Content Update
 [discuss]
This article has been significantly expanded with new sections on gameplay mechanics and strategy guides.


Notice: The wiki will be temporarily unavailable during the server migration next weekend.


Content issue detected: This article may contain outdated information. Please verify with latest game version.