Bibliographic details for "sidebar"

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

Citation styles for "sidebar"

APA style

Anonymous Contributors (2022). sidebar. EnHub. Retrieved 07:55, 31 October, 2025 from https://enhub.org/dokuwiki/doku.php?id=sidebar&rev=1647386959.

MLA style

“sidebar.” EnHub. 15 Mar 2022, 23:29 UTC. 31 Oct 2025, 07:55 <https://enhub.org/dokuwiki/doku.php?id=sidebar&rev=1647386959>.

MHRA style

Anonymous Contributors, ‘sidebar’, EnHub, 15 March 2022, 23:29 UTC, <https://enhub.org/dokuwiki/doku.php?id=sidebar&rev=1647386959> [accessed 31 October 2025]

Chicago style

Anonymous Contributors, “sidebar,” EnHub, https://enhub.org/dokuwiki/doku.php?id=sidebar&rev=1647386959 (accessed October 31, 2025).

CBE/CSE style

Anonymous Contributors. sidebar [Internet]. EnHub; 2022 Mar 15, 23:29 UTC [cited 2025 Oct 31]. Available from: https://enhub.org/dokuwiki/doku.php?id=sidebar&rev=1647386959.

Bluebook style

sidebar, https://enhub.org/dokuwiki/doku.php?id=sidebar&rev=1647386959 (last visited October 31, 2025).

AMA style

Anonymous Contributors. sidebar. EnHub. March 15, 2022, 23:29 UTC. Available at: https://enhub.org/dokuwiki/doku.php?id=sidebar&rev=1647386959. Accessed October 31, 2025.

BibTeX entry

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