Reference Library
๐ Reference Library
Section titled โ๐ Reference LibraryโThe Reference Library is your quick-reference guide while editing the Restaurant Tycoon 3 Wiki.
Instead of searching through multiple websites, you can use this page as a handy cheat sheet for common Source (Wikitext) syntax, formatting, templates, and examples.

A cheat sheet of Wiki Text (Formatting Guide)
Quick Reference
Section titled โQuick ReferenceโLooking for something specific? Jump straight to the section you need.
Most commonly used
Section titled โMost commonly usedโ- ๐ผ๏ธ Images โ Add and format images
- ๐ Tables โ Create and format tables
- ๐ Tabbers โ Organize information into tabs
Other useful tools
Section titled โOther useful toolsโ- ๐ Roblox API โ Retrieve information from Roblox
- โช๏ธ Redirects โ Redirect one wiki page to another
โ๏ธ Text Formatting
Section titled โโ๏ธ Text Formattingโ| Syntax | Result |
|---|---|
'''Bold''' |
Bold |
''Italic'' |
Italic |
'''''Bold Italic''''' |
Bold Italic |
๐ Headings
Section titled โ๐ HeadingsโUse headings to organise your articles into sections.
== Main Heading ==
=== Subheading ===
==== Smaller Heading ====๐ Internal Links
Section titled โ๐ Internal LinksโLink to another page on the wiki.
[[Restaurant]]Display custom text.
[[Restaurant|Restaurant Guide]]๐ External Links
Section titled โ๐ External LinksโLink to websites outside the wiki.
[https://example.com Example Website]๐ Lists
Section titled โ๐ ListsโBullet List
Section titled โBullet Listโ* Item One* Item Two* Item ThreeNumbered List
Section titled โNumbered Listโ## First Item## Second Item## Third Item๐ผ Images
Section titled โ๐ผ ImagesโBasic image.
[[File:Example.png]]Thumbnail with caption.
[[File:Example.png|thumb|Example Caption]]Custom image width.
[[File:Example.png|300px]]๐ฆ Infobox Example
Section titled โ๐ฆ Infobox ExampleโInfoboxes are commonly used to present important information about a page in a structured format.

๐ Tables
Section titled โ๐ TablesโBasic wiki table.
{| class="wikitable"! Name! Category|-| Burger| Food|-| Pizza| Food|}๐ฆ Templates
Section titled โ๐ฆ TemplatesโBasic template.
{{TemplateName}}Template with parameters.
{{TemplateName|name=Example|image=Example.png}}๐ Roblox API
Section titled โ๐ Roblox APIโThe Restaurant Tycoon 3 Wiki has access to a #robloxAPI parser function that can retrieve certain information from Roblox.
For example, it can be used to retrieve a gameโs icon:
{{#robloxAPI: gameIconUrl | 119048529960596 | 256x256 }}๐ Redirects
Section titled โ๐ RedirectsโRedirect a page to another page.
#REDIRECT [[Target Page]]Example.
#REDIRECT [[Build Mode]]๐ Tabbers
Section titled โ๐ TabbersโCreate multiple tabs within a page.
<tabber>
Overview=Content goes here.
|-|
Gallery=More content goes here.
|-|
Trivia=Additional content.
</tabber>๐ฌ Comments
Section titled โ๐ฌ CommentsโComments are only visible in the source editor.
<!-- This is a comment -->๐ Categories
Section titled โ๐ CategoriesโPlace a page into a category.
[[Category:Restaurants]]A page can belong to multiple categories.
[[Category:Restaurants]][[Category:Gameplay]]โญ Common Editing Workflow
Section titled โโญ Common Editing WorkflowโA typical editing workflow looks like this:
- Open the page.
- Click Edit Source.
- Make your changes.
- Preview your work.
- Check formatting and links.
- Write an edit summary.
- Save your changes.
Following this process helps reduce mistakes and keeps edits organised.
โ Editing Checklist
Section titled โโ Editing ChecklistโBefore saving your edit, ask yourself:
- Have I previewed my changes?
- Are all links working?
- Is the formatting consistent?
- Are templates displaying correctly?
- Did I write an edit summary?
- Have I checked for spelling or grammar mistakes?
A quick review can prevent common editing errors.
๐ Related Pages
Section titled โ๐ Related PagesโNeed more than a quick reference?
| Page | Purpose |
|---|---|
| Quick Start | Learn the basics of editing. |
| Tips & Tricks | Improve your editing workflow. |
| Questions & Answers | Find solutions to common editing problems. |
| Resource Directory | Browse official documentation and useful websites. |
๐ก Keep This Page Bookmarked
Section titled โ๐ก Keep This Page BookmarkedโAs you continue editing, youโll likely return to this page often. Itโs designed to be a fast, practical reference that grows alongside Akcent Docs.
If you discover useful syntax, templates, or editing techniques, consider adding them here to help future editors.