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 where 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.
๐พ 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! ๐