Bibliographic details for "help:used_plugins"

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

Citation styles for "help:used_plugins"

APA style

Anonymous Contributors (2022). help:used_plugins. EnHub. Retrieved 21:01, 25 April, 2024 from https://enhub.org/dokuwiki/doku.php?id=help:used_plugins&rev=1647386512.

MLA style

“help:used_plugins.” EnHub. 15 Mar 2022, 23:21 UTC. 25 Apr 2024, 21:01 <https://enhub.org/dokuwiki/doku.php?id=help:used_plugins&rev=1647386512>.

MHRA style

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

Chicago style

Anonymous Contributors, “help:used_plugins,” EnHub, https://enhub.org/dokuwiki/doku.php?id=help:used_plugins&rev=1647386512 (accessed April 25, 2024).

CBE/CSE style

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

Bluebook style

help:used_plugins, https://enhub.org/dokuwiki/doku.php?id=help:used_plugins&rev=1647386512 (last visited April 25, 2024).

AMA style

Anonymous Contributors. help:used_plugins. EnHub. March 15, 2022, 23:21 UTC. Available at: https://enhub.org/dokuwiki/doku.php?id=help:used_plugins&rev=1647386512. Accessed April 25, 2024.

BibTeX entry

 @misc{ wiki:xxx,
   author = "Anonymous Contributors",
   title = "help:used_plugins --- EnHub",
   year = "2022",
   url = "https://enhub.org/dokuwiki/doku.php?id=help:used_plugins&rev=1647386512",
   note = "[Online; accessed 25-April-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 = "Anonymous Contributors",
   title = "help:used_plugins --- EnHub",
   year = "2022",
   url = "\url{https://enhub.org/dokuwiki/doku.php?id=help:used_plugins&rev=1647386512}",
   note = "[Online; accessed 25-April-2024]"
 }