Big Info Box
The big info box include creates a large, centered box on your page.
The following code:
{% include biginfo-box content='See [:Category:Tracking](Category_Tracking) for pages about particle tracking.' %}
Produces:
![]() |
See :Category:Tracking for pages about particle tracking. |
Mini Info Box
The minibox include creates a small text box with room for a short blurb.
The following code:
{% include minibox logo='Pi.svg' blurb='Learn programming through fun, practical projects!' %}
Produces:
Tip Box
The following code:
{% include tip tip='Your text here.' %}
Produces:
Tip: |
Your text here. |
Ambox
This code: {% include ambox text="Your text here."%}
produces:
![]() |
Your text here. |
OS Logo boxes
Our site supports a predetermined list of frequently used logo-boxes. If you would like to use a stand alone logo, you can add one to your page as an image file with the include image feature.
This code: {% include macos content="Your text here."%}
produces:
|
Your text here. |
This code: {% include windows content="Your text here."%}
produces:
|
Your text here. |
This code: {% include linux content="Your text here."%}
produces:
|
Your text here. |