The basics
Wikitext can be converted to a link by surrounding it in two square brackets.
The first character in a link is not case-sensitive, so you can write it in lowercase and the link will still work.
| Wikitext
|
Result
|
[[monkey]]
|
monkey
|
[[map]]
|
map
|
Text placed directly after the closing brackets (if there is no space to separate them) will be included in the link's display text, without changing the page it links to. This is usually used for pluralization. This also works with the aforementioned capitalization technique. How convenient!
If you need your link to display different text and you can't use the above, you can add a pipe character (|) after the link text, then add the display text after the pipe but before the closing brackets. You can use wikitext markup inside the display text if you, for example, want to display only part of the link in italics.
If the title of the article contains an identifier in parentheses, the identifier can be removed from the link's display text by simply leaving the space after the pipe character empty. This also works with the capitalization and pluralization tricks mentioned before, so you can simplify the wikitext for a link by a lot in some cases.
| Wikitext
|
Equivalent to
|
Result
|
[[Bloons (game)|]]
|
[[Bloons (game)|Bloons]]
|
Bloons
|
[[weapon (BSM2)|]]s
|
[[Weapon (BSM2)|weapons]]
|
weapons
|
Linking to sections
Sub-sections of an article can be linked to by adding a hash character (#), then the name of the section.
Linking to images and categories
By default, image and category links work differently from ordinary links: inserting a link to an image will embed that image into the page, and inserting a category will add the page to that category page, and neither will insert a link into the wikitext directly. If you need to link specifically to an image or category, add a colon (:) before the namespace.
Linking to other wikis
Certain other wikis can be linked to using interwiki prefixes. The two interwiki prefixes used most often on Bloons Knowledge Base are wp for Wikipedia and tcrf for the The Cutting Room Floor.
Just like with identifiers in parentheses, interwiki links can be simplified by leaving the space after the pipe character empty. In fact, if a link contains both, both will be removed.
External links
You can create links to other websites by surrounding the URL in single square brackets. To change the display text, add a space after the URL, then add your wikitext.
Link templates
These templates can be used to simplify creating links with complex display text.
The full list of link templates can be found here.
| Case
|
Wikitext
|
Equivalent to
|
Result
|
| Game series
|
{{series|Bloons TD}}
|
[[Bloons TD (series)|''Bloons TD'' series]]
|
Bloons TD series
|
Navigation