Please remember to check with your standards guide or professor’s guidelines for the exact syntax to suit your needs.
Abelardo Lopez-Palacios (2020). inicio. Geo-L@b.info. Retrieved 09:55, 13 May, 2026 from http://3jornadastdu.geo-lab.info/doku.php?id=inicio&rev=1589784387.
“inicio.” Geo-L@b.info. 18 May 2020, 08:46 CEST. 13 May 2026, 09:55 <http://3jornadastdu.geo-lab.info/doku.php?id=inicio&rev=1589784387>.
Abelardo Lopez-Palacios, ‘inicio’, Geo-L@b.info, 18 May 2020, 08:46 CEST, <http://3jornadastdu.geo-lab.info/doku.php?id=inicio&rev=1589784387> [accessed 13 May 2026]
Abelardo Lopez-Palacios, “inicio,” Geo-L@b.info, http://3jornadastdu.geo-lab.info/doku.php?id=inicio&rev=1589784387 (accessed May 13, 2026).
Abelardo Lopez-Palacios. inicio [Internet]. Geo-L@b.info; 2020 May 18, 08:46 CEST [cited 2026 May 13]. Available from: http://3jornadastdu.geo-lab.info/doku.php?id=inicio&rev=1589784387.
inicio, http://3jornadastdu.geo-lab.info/doku.php?id=inicio&rev=1589784387 (last visited May 13, 2026).
Abelardo Lopez-Palacios. inicio. Geo-L@b.info. May 18, 2020, 08:46 CEST. Available at: http://3jornadastdu.geo-lab.info/doku.php?id=inicio&rev=1589784387. Accessed May 13, 2026.
@misc{ wiki:xxx,
author = "Abelardo Lopez-Palacios",
title = "inicio --- Geo-L@b.info",
year = "2020",
url = "http://3jornadastdu.geo-lab.info/doku.php?id=inicio&rev=1589784387",
note = "[Online; accessed 13-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 = "Abelardo Lopez-Palacios",
title = "inicio --- Geo-L@b.info",
year = "2020",
url = "\url{http://3jornadastdu.geo-lab.info/doku.php?id=inicio&rev=1589784387}",
note = "[Online; accessed 13-May-2026]"
}