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

“sidebar.” Wiki APALA. 25 Jan 2024, 17:18 UTC. 24 May 2026, 22:57 <https://wiki.apala.fr/doku.php?id=sidebar&rev=1706203107>.

Anonymous Contributors, ‘sidebar’, Wiki APALA, 25 January 2024, 17:18 UTC, <https://wiki.apala.fr/doku.php?id=sidebar&rev=1706203107> [accessed 24 May 2026]

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

Anonymous Contributors. sidebar [Internet]. Wiki APALA; 2024 Jan 25, 17:18 UTC [cited 2026 May 24]. Available from: https://wiki.apala.fr/doku.php?id=sidebar&rev=1706203107.

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

Anonymous Contributors. sidebar. Wiki APALA. January 25, 2024, 17:18 UTC. Available at: https://wiki.apala.fr/doku.php?id=sidebar&rev=1706203107. Accessed May 24, 2026.

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