Please remember to check with your standards guide or professor’s guidelines for the exact syntax to suit your needs.
Anonymous Contributors (2021). start. WikiJool. Retrieved 06:53, 3 June, 2026 from https://www.kajoolt.com/wikijool/doku.php?id=start&rev=1621830689.
“start.” WikiJool. 24 May 2021, 04:31 UTC. 3 Jun 2026, 06:53 <https://www.kajoolt.com/wikijool/doku.php?id=start&rev=1621830689>.
Anonymous Contributors, ‘start’, WikiJool, 24 May 2021, 04:31 UTC, <https://www.kajoolt.com/wikijool/doku.php?id=start&rev=1621830689> [accessed 3 June 2026]
Anonymous Contributors, “start,” WikiJool, https://www.kajoolt.com/wikijool/doku.php?id=start&rev=1621830689 (accessed June 3, 2026).
Anonymous Contributors. start [Internet]. WikiJool; 2021 May 24, 04:31 UTC [cited 2026 Jun 3]. Available from: https://www.kajoolt.com/wikijool/doku.php?id=start&rev=1621830689.
start, https://www.kajoolt.com/wikijool/doku.php?id=start&rev=1621830689 (last visited June 3, 2026).
Anonymous Contributors. start. WikiJool. May 24, 2021, 04:31 UTC. Available at: https://www.kajoolt.com/wikijool/doku.php?id=start&rev=1621830689. Accessed June 3, 2026.
@misc{ wiki:xxx,
author = "Anonymous Contributors",
title = "start --- WikiJool",
year = "2021",
url = "https://www.kajoolt.com/wikijool/doku.php?id=start&rev=1621830689",
note = "[Online; accessed 3-June-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 --- WikiJool",
year = "2021",
url = "\url{https://www.kajoolt.com/wikijool/doku.php?id=start&rev=1621830689}",
note = "[Online; accessed 3-June-2026]"
}