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 (2024). sidebar. Wiki APALA. Retrieved 23:38, 8 April, 2026 from https://wiki.apala.fr/doku.php?id=sidebar&rev=1707756803.

“sidebar.” Wiki APALA. 12 Feb 2024, 16:53 UTC. 8 Apr 2026, 23:38 <https://wiki.apala.fr/doku.php?id=sidebar&rev=1707756803>.

Anonymous Contributors, ‘sidebar’, Wiki APALA, 12 February 2024, 16:53 UTC, <https://wiki.apala.fr/doku.php?id=sidebar&rev=1707756803> [accessed 8 April 2026]

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

Anonymous Contributors. sidebar [Internet]. Wiki APALA; 2024 Feb 12, 16:53 UTC [cited 2026 Apr 8]. Available from: https://wiki.apala.fr/doku.php?id=sidebar&rev=1707756803.

sidebar, https://wiki.apala.fr/doku.php?id=sidebar&rev=1707756803 (last visited April 8, 2026).

Anonymous Contributors. sidebar. Wiki APALA. February 12, 2024, 16:53 UTC. Available at: https://wiki.apala.fr/doku.php?id=sidebar&rev=1707756803. Accessed April 8, 2026.

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