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 22:55, 24 May, 2026 from https://wiki.apala.fr/doku.php?id=sidebar&rev=1702213613.

“sidebar.” Wiki APALA. 10 Dec 2023, 13:06 UTC. 24 May 2026, 22:55 <https://wiki.apala.fr/doku.php?id=sidebar&rev=1702213613>.

Anonymous Contributors, ‘sidebar’, Wiki APALA, 10 December 2023, 13:06 UTC, <https://wiki.apala.fr/doku.php?id=sidebar&rev=1702213613> [accessed 24 May 2026]

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

Anonymous Contributors. sidebar [Internet]. Wiki APALA; 2023 Dec 10, 13:06 UTC [cited 2026 May 24]. Available from: https://wiki.apala.fr/doku.php?id=sidebar&rev=1702213613.

sidebar, https://wiki.apala.fr/doku.php?id=sidebar&rev=1702213613 (last visited May 24, 2026).

Anonymous Contributors. sidebar. Wiki APALA. December 10, 2023, 13:06 UTC. Available at: https://wiki.apala.fr/doku.php?id=sidebar&rev=1702213613. Accessed May 24, 2026.

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