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 21:31, 24 May, 2026 from https://wiki.apala.fr/doku.php?id=start&rev=1600849948.

“start.” Wiki APALA. 23 Sep 2020, 08:32 UTC. 24 May 2026, 21:31 <https://wiki.apala.fr/doku.php?id=start&rev=1600849948>.

Anonymous Contributors, ‘start’, Wiki APALA, 23 September 2020, 08:32 UTC, <https://wiki.apala.fr/doku.php?id=start&rev=1600849948> [accessed 24 May 2026]

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

Anonymous Contributors. start [Internet]. Wiki APALA; 2020 Sep 23, 08:32 UTC [cited 2026 May 24]. Available from: https://wiki.apala.fr/doku.php?id=start&rev=1600849948.

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

Anonymous Contributors. start. Wiki APALA. September 23, 2020, 08:32 UTC. Available at: https://wiki.apala.fr/doku.php?id=start&rev=1600849948. Accessed May 24, 2026.

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