Bibliographic details for "start"

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

Anonymous Contributors (2020). start. Wiki APALA. Retrieved 05:28, 21 November, 2025 from https://wiki.apala.fr/doku.php?id=start&rev=1601399521.

“start.” Wiki APALA. 29 Sep 2020, 19:12 CEST. 21 Nov 2025, 05:28 <https://wiki.apala.fr/doku.php?id=start&rev=1601399521>.

Anonymous Contributors, ‘start’, Wiki APALA, 29 September 2020, 19:12 CEST, <https://wiki.apala.fr/doku.php?id=start&rev=1601399521> [accessed 21 November 2025]

Anonymous Contributors, “start,” Wiki APALA, https://wiki.apala.fr/doku.php?id=start&rev=1601399521 (accessed November 21, 2025).

Anonymous Contributors. start [Internet]. Wiki APALA; 2020 Sep 29, 19:12 CEST [cited 2025 Nov 21]. Available from: https://wiki.apala.fr/doku.php?id=start&rev=1601399521.

start, https://wiki.apala.fr/doku.php?id=start&rev=1601399521 (last visited November 21, 2025).

Anonymous Contributors. start. Wiki APALA. September 29, 2020, 19:12 CEST. Available at: https://wiki.apala.fr/doku.php?id=start&rev=1601399521. Accessed November 21, 2025.

 @misc{ wiki:xxx,
   author = "Anonymous Contributors",
   title = "start --- Wiki APALA",
   year = "2020",
   url = "https://wiki.apala.fr/doku.php?id=start&rev=1601399521",
   note = "[Online; accessed 21-November-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 = "start --- Wiki APALA",
   year = "2020",
   url = "\url{https://wiki.apala.fr/doku.php?id=start&rev=1601399521}",
   note = "[Online; accessed 21-November-2025]"
 }