Bibliographic details for "help:syntax"

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

Citation styles for "help:syntax"

APA style

Anonymous Contributors (2022). help:syntax. EnHub. Retrieved 06:37, 3 June, 2025 from https://enhub.org/dokuwiki/doku.php?id=help:syntax&rev=1647386512.

MLA style

“help:syntax.” EnHub. 15 Mar 2022, 23:21 UTC. 3 Jun 2025, 06:37 <https://enhub.org/dokuwiki/doku.php?id=help:syntax&rev=1647386512>.

MHRA style

Anonymous Contributors, ‘help:syntax’, EnHub, 15 March 2022, 23:21 UTC, <https://enhub.org/dokuwiki/doku.php?id=help:syntax&rev=1647386512> [accessed 3 June 2025]

Chicago style

Anonymous Contributors, “help:syntax,” EnHub, https://enhub.org/dokuwiki/doku.php?id=help:syntax&rev=1647386512 (accessed June 3, 2025).

CBE/CSE style

Anonymous Contributors. help:syntax [Internet]. EnHub; 2022 Mar 15, 23:21 UTC [cited 2025 Jun 3]. Available from: https://enhub.org/dokuwiki/doku.php?id=help:syntax&rev=1647386512.

Bluebook style

help:syntax, https://enhub.org/dokuwiki/doku.php?id=help:syntax&rev=1647386512 (last visited June 3, 2025).

AMA style

Anonymous Contributors. help:syntax. EnHub. March 15, 2022, 23:21 UTC. Available at: https://enhub.org/dokuwiki/doku.php?id=help:syntax&rev=1647386512. Accessed June 3, 2025.

BibTeX entry

 @misc{ wiki:xxx,
   author = "Anonymous Contributors",
   title = "help:syntax --- EnHub",
   year = "2022",
   url = "https://enhub.org/dokuwiki/doku.php?id=help:syntax&rev=1647386512",
   note = "[Online; accessed 3-June-2025]"
 }

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 = "help:syntax --- EnHub",
   year = "2022",
   url = "\url{https://enhub.org/dokuwiki/doku.php?id=help:syntax&rev=1647386512}",
   note = "[Online; accessed 3-June-2025]"
 }