FrontierNav Documentation
WebsiteBlogSponsorContact
  • Introduction
  • Questions and Answers
  • Navigation
    • Navigation Drawer
    • Quick Search
    • Wikis and Games
    • Interactive Maps
    • 360° Panoramas
    • Guides
    • Sign-in
    • Discussions
    • Member Profiles
    • Settings
    • Wiki Preferences
    • Track Progress
    • Spoilers
    • Context Menus
    • Pop-Out Windows
    • Danger Buttons
  • Editing Data
    • Data Model
    • Changes
    • Change Requests
    • Edit Data Tables
    • Edit Sidebars
    • Edit Overviews
    • Edit Interactive Maps
    • Edit 360° Panoramas
    • Configure Spoilers
    • Format Text
    • Import Data
    • Add Wikis
    • Organise Data
  • Policies
    • Terms of Use
    • Privacy Policy
Powered by GitBook
On this page
  • Embed videos
  • Search links
  • Markdown reference

Was this helpful?

  1. Editing Data

Format Text

PreviousConfigure SpoilersNextImport Data

Last updated 7 months ago

Was this helpful?

You can format most textual content using .

Embed videos

You can embed videos from popular services like YouTube:

[](https://www.youtube.com/watch?v=oHg5SJYRHA0)

Essentially, any link without text will be embedded.

Make sure the video itself can be embedded and isn't age restricted. Otherwise it's better off as a regular link.

Search links

You can create links which open Quick Search with the given text pre-filled:

[Search text]()

Essentially, any link without a URL will open search.

This is useful when you want to link to entities and types without needing to worry about specific IDs.

Markdown reference

Type
Or
… to Get

*Italic*

_Italic_

Italic

**Bold**

__Bold__

Bold

# Heading 1

Heading 1 =========

Heading 1

## Heading 2

Heading 2 ---------

Heading 2

[Link](https://jahed.dev)

[Link][1] ⋮ [1]: https://jahed.dev

> Blockquote

Blockquote

* List * List * List

- List - List - List

  • List

  • List

  • List

1. One 2. Two 3. Three

1) One 2) Two 3) Three

  1. One

  2. Two

  3. Three

Horizontal rule:

---

Horizontal rule: ***

Horizontal rule:


`Inline code` with backticks

Inline code with backticks

``` # code block print '3 backticks or' print 'indent 4 spaces' ```

····# code block ····print '3 backticks or' ····print 'indent 4 spaces'

# code block
print '3 backticks or'
print 'indent 4 spaces'
Markdown
Link