meta data for this page

Bibliographic details for "wiki:syntax"

Please remember to check with your standards guide or professor’s guidelines for the exact syntax to suit your needs.

Citation styles for "wiki:syntax"

APA style

Christian Heine (2014). wiki:syntax. PaleoEarthLabs.org. Retrieved 13:27, 2 June, 2024 from https://wiki.paleoearthlabs.org/doku.php?id=wiki:syntax&rev=1417617894.

MLA style

“wiki:syntax.” PaleoEarthLabs.org. 3 Dec 2014, 15:44 CET. 2 Jun 2024, 13:27 <https://wiki.paleoearthlabs.org/doku.php?id=wiki:syntax&rev=1417617894>.

MHRA style

Christian Heine, ‘wiki:syntax’, PaleoEarthLabs.org, 3 December 2014, 15:44 CET, <https://wiki.paleoearthlabs.org/doku.php?id=wiki:syntax&rev=1417617894> [accessed 2 June 2024]

Chicago style

Christian Heine, “wiki:syntax,” PaleoEarthLabs.org, https://wiki.paleoearthlabs.org/doku.php?id=wiki:syntax&rev=1417617894 (accessed June 2, 2024).

CBE/CSE style

Christian Heine. wiki:syntax [Internet]. PaleoEarthLabs.org; 2014 Dec 3, 15:44 CET [cited 2024 Jun 2]. Available from: https://wiki.paleoearthlabs.org/doku.php?id=wiki:syntax&rev=1417617894.

Bluebook style

AMA style

Christian Heine. wiki:syntax. PaleoEarthLabs.org. December 3, 2014, 15:44 CET. Available at: https://wiki.paleoearthlabs.org/doku.php?id=wiki:syntax&rev=1417617894. Accessed June 2, 2024.

BibTeX entry

 @misc{ wiki:xxx,
   author = "Christian Heine",
   title = "wiki:syntax --- PaleoEarthLabs.org",
   year = "2014",
   url = "https://wiki.paleoearthlabs.org/doku.php?id=wiki:syntax&rev=1417617894",
   note = "[Online; accessed 2-June-2024]"
 }

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 = "Christian Heine",
   title = "wiki:syntax --- PaleoEarthLabs.org",
   year = "2014",
   url = "\url{https://wiki.paleoearthlabs.org/doku.php?id=wiki:syntax&rev=1417617894}",
   note = "[Online; accessed 2-June-2024]"
 }