Questions & Answers
β Questions & Answers
Section titled ββ Questions & AnswersβThis page answers some of the most common questions asked by Restaurant Tycoon 3 Wiki editors, and some of them were asked by me when I first started editing.
If youβre stuck on something, check here before spending hours searching onlineβyou may find the answer in just a few minutes.
π How do I redirect a page?
Section titled βπ How do I redirect a page?βTo redirect one page to another, use:
#REDIRECT [[Target Page]]Example
Section titled βExampleβ#REDIRECT [[Build Mode]]When someone visits the original page, they will automatically be redirected to the target page.
Tip: Redirects are useful for alternative names, spelling variations, and page renames.
π How do I create a Tabber?
Section titled βπ How do I create a Tabber?βTabbers allow multiple sections of content to be displayed inside tabs.
Example
Section titled βExampleβ<tabber>
Tab 1=Content for the first tab.
|-|
Tab 2=Content for the second tab.
</tabber>Tabbers are useful when a page contains several variations of the same information without making the page unnecessarily long.
πΌοΈ How do I insert an image?
Section titled βπΌοΈ How do I insert an image?βImages are added using the File syntax.
[[File:Example.png|300px|Example image]]You can also add captions.
[[File:Example.png|thumb|An example image]]π How do I link to another page?
Section titled βπ How do I link to another page?βUse double square brackets.
[[Restaurant]]To display different text:
[[Restaurant|Restaurant Guide]]π How do I add an external website?
Section titled βπ How do I add an external website?βUse single square brackets.
[https://example.com Example Website]π How do I make text bold or italic?
Section titled βπ How do I make text bold or italic?β'''Bold Text'''''Italic Text''Bold + Italic
Section titled βBold + Italicβ'''''Bold Italic'''''π How do I create bullet lists?
Section titled βπ How do I create bullet lists?β* Item One* Item Two* Item ThreeNested list:
* Main Item** Sub Item*** Sub Sub Itemπ How do I create a table?
Section titled βπ How do I create a table?βBasic example:
{| class="wikitable"! Name! Type|-| Burger| Food|-| Pizza| Food|}Tables are useful for statistics, comparisons, and lists.
β οΈ Why isnβt my formatting working?
Section titled ββ οΈ Why isnβt my formatting working?βCommon reasons include:
- Missing brackets
- Missing closing tags
- Incorrect template syntax
- Typing mistakes
- Forgetting quotation marks
If something looks wrong, compare your code with a working page.
π How can I use the Roblox API in wiki code?
Section titled βπ How can I use the Roblox API in wiki code?β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 }}πΎ Why should I preview before saving?
Section titled βπΎ Why should I preview before saving?βAlways use Show Preview before publishing.
Previewing allows you to:
- Catch formatting mistakes
- Check links
- Verify tables
- Test templates
- Ensure images display correctly
It is much easier to fix mistakes before saving than afterwards.
π€ I still canβt solve my problem.
Section titled βπ€ I still canβt solve my problem.βIf your issue isnβt covered here:
- Check the Reference Library
- Visit the Resource Directory
- Look at similar pages on the RT3 Wiki
- Ask another community member for advice
Every experienced editor started as a beginner, so donβt be afraid to ask questions.
π Continue Learning
Section titled βπ Continue LearningβReady to learn more?
- π Resource Directory β Useful websites and tools.
- π Reference Library β Wikitext reference and examples.
- π‘ Tips & Tricks β Improve your editing workflow.
Happy editing! π