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"] }


This is a normal message box
 
With helpful and descriptive subtext


This has an information icon using Template:CommentSprite


This is a blue message box
 [discuss]
It has a discuss link, some custom CSS and a custom image



This is using similar settings as the advanced example above.