Please remember to check with your standards guide or professor’s guidelines for the exact syntax to suit your needs.
GALoPaX (1970). playground:playground. NotALP's Blog. Retrieved 17:49, 13 June, 2026 from http://www.skeye2k.org/des2k/notalps/doku.php?id=playground:playground&rev=.
“playground:playground.” NotALP's Blog. 1 Jan 1970, 01:00 CET. 13 Jun 2026, 17:49 <http://www.skeye2k.org/des2k/notalps/doku.php?id=playground:playground&rev=>.
GALoPaX, ‘playground:playground’, NotALP's Blog, 1 January 1970, 01:00 CET, <http://www.skeye2k.org/des2k/notalps/doku.php?id=playground:playground&rev=> [accessed 13 June 2026]
GALoPaX, “playground:playground,” NotALP's Blog, http://www.skeye2k.org/des2k/notalps/doku.php?id=playground:playground&rev= (accessed June 13, 2026).
GALoPaX. playground:playground [Internet]. NotALP's Blog; 1970 Jan 1, 01:00 CET [cited 2026 Jun 13]. Available from: http://www.skeye2k.org/des2k/notalps/doku.php?id=playground:playground&rev=.
playground:playground, http://www.skeye2k.org/des2k/notalps/doku.php?id=playground:playground&rev= (last visited June 13, 2026).
GALoPaX. playground:playground. NotALP's Blog. January 1, 1970, 01:00 CET. Available at: http://www.skeye2k.org/des2k/notalps/doku.php?id=playground:playground&rev=. Accessed June 13, 2026.
@misc{ wiki:xxx,
author = "GALoPaX",
title = "playground:playground --- NotALP's Blog",
year = "1970",
url = "http://www.skeye2k.org/des2k/notalps/doku.php?id=playground:playground&rev=",
note = "[Online; accessed 13-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 = "GALoPaX",
title = "playground:playground --- NotALP's Blog",
year = "1970",
url = "\url{http://www.skeye2k.org/des2k/notalps/doku.php?id=playground:playground&rev=}",
note = "[Online; accessed 13-June-2026]"
}