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