Skip to Content
Register · Login
About Theme

A Letterboxing Community

Atlas Quest

Wiki Markup Help

This help is for wiki-style markup. You can use it almost anywhere there is a box of text, but you’ll most often find it useful on the message boards, in your clues, or in AQ mail. It cannot be used in form elements that only allow a single line of text such as a message board post or the name of a letterbox.

Quoting Text

By far, the most commonly used tag on the message boards: quoting text. Text surrounded by double curly brackets ( {{ and }} ) will be displayed in a special box marking it as quoted text. So for instance, if someone mentions that national parks do not allow letterboxing and this is shocking to you so you want to follow up and ask why, you could type this: {{National Parks do not allow letterboxing.}} then follow up with the appropriate degree of shock. That will generate the box below:

National Parks do not allow letterboxing.

This is, naturally, the recommended way to quote a small segment of the post you are replying to.

Decorating Text

To italicize text, surround the decorated text with double slashes. That’s it! To create bold text, surround the text with double asterisks.. And to underline text? Surround it with double underscores.

Some examples will make this clearer:

Create this: The fox jumped over the fence By typing this: This fox //jumped// over the fence Create this: The shelter protected the letterboxer from rain By typing this: The **shelter** protected the letterboxer from rain Create this: The snake bit the unsuspecting letterboxer By typing this: The __snake__ bit the unsuspecting letterboxer

Less common tags include subscripts and superscripts, typewriter text, deleted text and spoiler text. Let’s see some example:

Create this: The molecular structure for water is H2O By typing this: The molecular structure for water is H,,2,,O Create this: Einstein figured out that E = mc2 By typing this: Einstein figured out that E = mc^^2^^ Create this: This is monospace text, where the width of all characters is the same. By typing this: [tt]This is monospace text, where the width of all characters is the same.[/tt] Create this: This is ‘deleted’ text. By typing this: ---This is ‘deleted’ text.--- Create this: This is hidden text—useful for hiding spoilers. (Mouse over or click to reveal text.) By typing this: [spoiler]This is hidden text—useful for hiding spoilers.[/spoiler]

Linking the Web Together

Often times, you’ll want to post a link to a webpage or resource somewhere on the Internet. You create a link by including it within brackets. Let’s take a look at some examples:

Create this: Atlas Quest By typing this: [https://www.atlasquest.com Atlas Quest] Create this: https://www.atlasquest.com By typing this: [https://www.atlasquest.com]

Showing Images

Images are not allowed in most places on Atlas Quest such as the message boards. It helps keep the boards running fast for folks on slow Internet connections. There are, however, a couple of exceptions including the Help pages and your AQ-hosted letterboxing clues.

Create this: Pet Friendly By typing this: [img:https://www.atlasquest.com/i/animal/dog/32.png Pet Friendly] Create this: By typing this: [img:https://www.atlasquest.com/i/animal/dog/32.png]

The alternate text is not required, but it is considered good style to include something in place of the image for the blind (screen readers can scan the text, but not the image) or for those who have images disabled.

Showing Videos

Videos, like images, are not allowed in most places on Atlas Quest such as the message boards for the same reasons. Like with images, however, there are a couple of exceptions including the Help pages and your AQ-hosted letterboxing clues.

Create this: By typing this: [video:https://www.walking4fun.com/trails/jordan-trail/videos/pre-celebrate-music.mp4]

The video is required to be in the MP4 format. If you attempt to include a video on a page that does not allow it, the video will be turned into a link instead.

Creating Lists

You have two types of lists to choose from: ordered and unordered. An ordered list is numbered while the unordered list use bullets to mark each list item. It’s positively easy to create them with the wiki-styled markup!

Create this:
  1. First list item
  2. Second list item
By typing this: # First list item # Second list item
Create this: By typing this: * First list item * Second list item

Keep in mind—you must include the space after the pound (#) or asterisk (*) to turn it into a list, and the pound and asterisk must be the first character on a new line. That’s how Atlas Quest detects when to turn them into a list and not mess up the rest of your writing if you happened to use those two characters elsewhere in your message.

Creating Tables

Yes, you can create some pretty cool looking tables relatively easily with the wiki-style markup. Here’s how it works:

Create this:
Row 1, Col 1 Row 1, Col 2
Row 2, Col 1 Row 2, Col 2
By typing this: || Row 1, Col 1 || Row 1, Col 2 || || Row 2, Col 1 || Row 2, Col 2 ||

Miscellaneous Options

In rare cases, you might want to post a table or some other data that must be formatted in a specific way. Web browsers, unless told otherwise, will squish multiple spaces into a single space. You can turn off this behavior by putting the text in question between the [pre] and [/pre] tags. For instance, you might want to create a list of costs you incurred to create a letterbox that looks like this:

Eraser:        $0.67
X-acto knife:   3.99
Ziplock bags:   2.99
Box:            1.99
              -------
               $9.64

Unless you put that entire list between [pre] and [/pre] tags, it’ll turn out like this:

Eraser: $0.67 X-acto knife: 3.99 Ziplock bags: 2.99 Box: 1.99 ------- $9.64

You can use header tags to mark sections of your post as headings. To create a header, use the plus sign (+) at the start of a new line. Use one plus sign for the first level header, two plus signs for the second level, and so on up to six plus signs for the sixth-level heading. Here are examples of all header tags:

+ Header 1

++ Header 2

+++ Header 3

++++ Header 4

+++++ Header 5
++++++ Header 6

And finally, you can add links to Amazon.com. If there’s a book or other product that you want to link to, there’s a special construct to make it really snazzy:

Create this: The Letterboxer’s Companion
By typing this: [amazon:0762746793 The Letterboxer’s Companion]

Be sure to hover your mouse cursor over the link to see the snazziest part! That number is the ISBN number of the book on Amazon. Items without ISBN numbers have an ASIN—an Amazon.com equivalent of ten alphanumeric characters. You’d have to look up the item on Amazon’s website to find its ASIN.

To help secure Atlas Quest against hackers, only these elements are supported at this time. Additionally, Atlas Quest is very picky about what it will accept as a valid tags. Lists, for instance, must have a space after the pound (#) or asterisk (*) to take, and headers must start on a new line of its own.

If you include a URL in one of your posts, the link must be complete, including the http:// (or https:// or ftp:// or mailto:) part at the beginning of the URL. If you write a URL without the prefix, such as www.atlasquest.com, it will not be turned into a link.

Because it is possible to make mistakes (forgetting a closing tag of an element, for instance), it is recommended that you preview your posts before posting them to ensure everything looks like you expect it to.

Also available: an HTML-style markup. Which markup that Atlas Quest applies to your text depends on your Preferences. You can check out our Markup Comparisons chart to see at a glance how they compare.