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 01:38, 1 November, 2025 from https://3jornadastdu.geo-lab.info/doku.php?id=inicio&rev=1571568096.
“inicio.” Geo-L@b.info. 20 Oct 2019, 12:41 CEST. 1 Nov 2025, 01:38 <https://3jornadastdu.geo-lab.info/doku.php?id=inicio&rev=1571568096>.
Abelardo Lopez-Palacios, ‘inicio’, Geo-L@b.info, 20 October 2019, 12:41 CEST, <https://3jornadastdu.geo-lab.info/doku.php?id=inicio&rev=1571568096> [accessed 1 November 2025]
Abelardo Lopez-Palacios, “inicio,” Geo-L@b.info, https://3jornadastdu.geo-lab.info/doku.php?id=inicio&rev=1571568096 (accessed November 1, 2025).
Abelardo Lopez-Palacios. inicio [Internet]. Geo-L@b.info; 2019 Oct 20, 12:41 CEST [cited 2025 Nov 1]. Available from: https://3jornadastdu.geo-lab.info/doku.php?id=inicio&rev=1571568096.
inicio, https://3jornadastdu.geo-lab.info/doku.php?id=inicio&rev=1571568096 (last visited November 1, 2025).
Abelardo Lopez-Palacios. inicio. Geo-L@b.info. October 20, 2019, 12:41 CEST. Available at: https://3jornadastdu.geo-lab.info/doku.php?id=inicio&rev=1571568096. Accessed November 1, 2025.
@misc{ wiki:xxx,
author = "Abelardo Lopez-Palacios",
title = "inicio --- Geo-L@b.info",
year = "2019",
url = "https://3jornadastdu.geo-lab.info/doku.php?id=inicio&rev=1571568096",
note = "[Online; accessed 1-November-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{https://3jornadastdu.geo-lab.info/doku.php?id=inicio&rev=1571568096}",
note = "[Online; accessed 1-November-2025]"
}