Bibliographic details for "sidebar"

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

Anonymous Contributors (2023). sidebar. Wiki APALA. Retrieved 21:39, 10 July, 2026 from https://wiki.apala.fr/doku.php?id=sidebar&rev=1701126946.

“sidebar.” Wiki APALA. 27 Nov 2023, 23:15 UTC. 10 Jul 2026, 21:39 <https://wiki.apala.fr/doku.php?id=sidebar&rev=1701126946>.

Anonymous Contributors, ‘sidebar’, Wiki APALA, 27 November 2023, 23:15 UTC, <https://wiki.apala.fr/doku.php?id=sidebar&rev=1701126946> [accessed 10 July 2026]

Anonymous Contributors, “sidebar,” Wiki APALA, https://wiki.apala.fr/doku.php?id=sidebar&rev=1701126946 (accessed July 10, 2026).

Anonymous Contributors. sidebar [Internet]. Wiki APALA; 2023 Nov 27, 23:15 UTC [cited 2026 Jul 10]. Available from: https://wiki.apala.fr/doku.php?id=sidebar&rev=1701126946.

sidebar, https://wiki.apala.fr/doku.php?id=sidebar&rev=1701126946 (last visited July 10, 2026).

Anonymous Contributors. sidebar. Wiki APALA. November 27, 2023, 23:15 UTC. Available at: https://wiki.apala.fr/doku.php?id=sidebar&rev=1701126946. Accessed July 10, 2026.

 @misc{ wiki:xxx,
   author = "Anonymous Contributors",
   title = "sidebar --- Wiki APALA",
   year = "2023",
   url = "https://wiki.apala.fr/doku.php?id=sidebar&rev=1701126946",
   note = "[Online; accessed 10-July-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 = "sidebar --- Wiki APALA",
   year = "2023",
   url = "\url{https://wiki.apala.fr/doku.php?id=sidebar&rev=1701126946}",
   note = "[Online; accessed 10-July-2026]"
 }