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