---
description: >-
A style guide to reference and copy blocks from when writing an article for
the TSG Forge Wiki.
---
# Style Guide
Use this style guide to browse the most common "blocks" available in the GitBook documentation suite to get a good overview of what is possible to include in an article to convey information to the reader.
The raw markdown text formatting of this page can be found at [https://raw.githubusercontent.com/The-Scripters-Guild/ForgeWiki/main/community/contributing-to-tsg-forge-wiki/style-guide.md](https://raw.githubusercontent.com/The-Scripters-Guild/ForgeWiki/main/community/contributing-to-tsg-forge-wiki/style-guide.md)
A cat that is fitted to the article width
* Numbers:
* Modifier Keys:
* Large Keys:
* Signs:
* Function Keys:
* Numpad:
* Mouse:
Controller:
* Buttons:
* Triggers and Bumpers:
* Dpad:
* Left Stick:
* Right Stick:
* Both Sticks:
* Menu Buttons:
## Images
It is encouraged to use images to help explain a topic in a wiki article. Please try to compress the image size before uploading it to make pages load up faster. A resolution of `1280x720 px` or lower and the `.jpg` extension are recommended. Try to keep image file size under 300 KB per image.
Resize your webpage to see how the images below interact on different page widths.
### Single Images
Here are some ways to format single images placed in an article:
#### Fit (Default)
Fit – Removes all size specifications and displays either at full size or capped at a maximum width of 735 pixels for larger images.


A cat that spans the width of the entire page!

A large-sized cat

A medium-sized cat

A small-sized cat

A cat on the left

A cat on the right

A cat on the left

A cat in the center

A cat on the right

A cat on the top left

A cat on the top right

A cat on the bottom left

A cat on the bottom right
{% endhint %}
{% hint style="danger" %}
Here are two dangerous cats side by side!

{% endhint %}
{% hint style="success" %}
And here we have three small cats who are the same size as the text:
{% endhint %}
## Tables
Keep information organized and make documenting data easier by adding a table to your page.
### Regular Table
| Header left | Header center | Header right |
| ----------- | ------------- | ------------ |
| Info left 1 | Info center 1 | Info right 1 |
| Info left 2 | Info center 2 | Info right 2 |
### Relevant Column Types
| Text | Number | Checkbox | Rating | Link |
|---|---|---|---|---|
| Text 1 | 123 | true | 1 | Broken link |
| Text 2 | 1234 | false | 2 | http://example.org/ |
| Text 3 | 123456789 | true | 5 | on-gameplay-start.md |
| A card with a cat image. Here you can write more info about this if needed. | placeholderCat.jpg | |
| This card will link you to the "Welcome" page on click | .. | |
| This card has a cat image and will take you to the "File Screenshots" page on click! | placeholderCat.jpg | file-screenshots.md |
| Here is a separate LARGE card group | that can have text | on multiple lines | placeholderCat.jpg | |
| Click this card | to find out the basics | about Halo Infinite's Forge! | forge-basics-and-ui |
with text on the other side of the image continuing underneath the image if nothing is done to format it.
Small inline image
of a cat.
An inline link to the page: [Scripting Basics, or something](../../scripting/scripting-basics-and-ui/)
{% endtab %}
{% endtabs %}
## Embeds
Embeds are a useful tool to show external content directly in the page.
### External link
{% embed url="https://docs.gitbook.com/" %}
### Internal Link
{% content-ref url="../../forge/nav-mesh/" %}
[nav-mesh](../../forge/nav-mesh/)
{% endcontent-ref %}
### Discord invite
{% embed url="https://discord.gg/halofuntime" %}
### YouTube Video
{% embed url="https://www.youtube.com/watch?v=bSBcYiZJMRE" %}
Wake up, it's 2007!
{% endembed %}
### Google Drive Spreadsheet
{% embed url="https://docs.google.com/spreadsheets/d/1nWTARlv1CZKfNVOramvxRC6u56VvK4GrqpLJZP4IPbQ/" %}
A spreadsheet showing various Forge data collected by TSG members
{% endembed %}
In the case of embeds that don't link to the source page, be sure to [include the link to them](https://docs.google.com/spreadsheets/d/1nWTARlv1CZKfNVOramvxRC6u56VvK4GrqpLJZP4IPbQ/) afterwards, if it's beneficial for the reader.
***
#### Contributors
Okom