Bibliographic details for "Formatting Syntax"

Please remember to check your manual of style, standards guide or instructor's guidelines for the exact syntax to suit your needs

Citation styles for "Formatting Syntax"

APA

Formatting Syntax. (2024, Feb 6). In The Onyx City. Retrieved 02:20, April 4, 2026, from http://onyx.megadungeon.org/doku.php?id=wiki:syntax&rev=1707241000.

MLA

Anonymous Contributors. "Formatting Syntax". The Onyx City. 6 Feb. 2024. Web. 4 Apr. 2026, 02:20

MHRA

Anonymous Contributors, 'Formatting Syntax', The Onyx City, 6 February 2024, 17:36 GMT, <http://onyx.megadungeon.org/doku.php?id=wiki:syntax&rev=1707241000> [Accessed 4 April 2026]

Chicago

Anonymous Contributors, "Formatting Syntax", The Onyx City, http://onyx.megadungeon.org/doku.php?id=wiki:syntax&rev=1707241000 (Accessed April 4, 2026).

CBE/CSE

Anonymous Contributors. Formatting Syntax [Internet]. The Onyx City; 2024 Feb 6, 17:36 GMT [Cited 2026 Apr 4]. Available at: http://onyx.megadungeon.org/doku.php?id=wiki:syntax&rev=1707241000.

Bluebook

Formatting Syntax, http://onyx.megadungeon.org/doku.php?id=wiki:syntax&rev=1707241000 (Last visited April 4, 2026).

AMA

Anonymous Contributors. Formatting Syntax. The Onyx City. February 6, 2024, 17:36 GMT. Available at: http://onyx.megadungeon.org/doku.php?id=wiki:syntax&rev=1707241000. Accessed April 4, 2026.

BibTeX

 @misc{ wiki:xxx,
   author = "Anonymous Contributors",
   title = "Formatting Syntax --- The Onyx City",
   year = "2024",
   url = "http://onyx.megadungeon.org/doku.php?id=wiki:syntax&rev=1707241000",
   note = "[Online; accessed 4-April-2026]"
 }
  

When using the LaTeX package url (\usepackage{url} somewhere in the preamble), which tends to give much more nicely formatted web addresses, the following may be preferred:

 @misc{ wiki:xxx,
   author = "Anonymous Contributors",
   title = "Formatting Syntax --- The Onyx City",
   year = "2024",
   url = "\url{http://onyx.megadungeon.org/doku.php?id=wiki:syntax&rev=1707241000}",
   note = "[Online; accessed 4-April-2026]"


   author = "Anonymous Contributors",
   title = "Formatting Syntax --- The Onyx City",
   year = "2024",
   url = "\url{http://onyx.megadungeon.org/doku.php?id=wiki:syntax&rev=1707241000}",
   note = "[Online; accessed 4-April-2026]"
 }
  

DokuWiki talk pages

Markup
[[wiki:syntax|Formatting Syntax]] ([[wiki:syntax?rev=1707241000|this version]])
Result
Formatting Syntax (this version)