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