Please remember to check with your standards guide or professor’s guidelines for the exact syntax to suit your needs.
Abelardo Lopez-Palacios (2014). inicio. Geo-L@b.info. Retrieved 22:58, 4 November, 2025 from https://3jornadastdu.geo-lab.info/doku.php?id=inicio&rev=1389166680.
“inicio.” Geo-L@b.info. 8 Jan 2014, 08:38 CET. 4 Nov 2025, 22:58 <https://3jornadastdu.geo-lab.info/doku.php?id=inicio&rev=1389166680>.
Abelardo Lopez-Palacios, ‘inicio’, Geo-L@b.info, 8 January 2014, 08:38 CET, <https://3jornadastdu.geo-lab.info/doku.php?id=inicio&rev=1389166680> [accessed 4 November 2025]
Abelardo Lopez-Palacios, “inicio,” Geo-L@b.info, https://3jornadastdu.geo-lab.info/doku.php?id=inicio&rev=1389166680 (accessed November 4, 2025).
Abelardo Lopez-Palacios. inicio [Internet]. Geo-L@b.info; 2014 Jan 8, 08:38 CET [cited 2025 Nov 4]. Available from: https://3jornadastdu.geo-lab.info/doku.php?id=inicio&rev=1389166680.
inicio, https://3jornadastdu.geo-lab.info/doku.php?id=inicio&rev=1389166680 (last visited November 4, 2025).
Abelardo Lopez-Palacios. inicio. Geo-L@b.info. January 8, 2014, 08:38 CET. Available at: https://3jornadastdu.geo-lab.info/doku.php?id=inicio&rev=1389166680. Accessed November 4, 2025.
@misc{ wiki:xxx,
author = "Abelardo Lopez-Palacios",
title = "inicio --- Geo-L@b.info",
year = "2014",
url = "https://3jornadastdu.geo-lab.info/doku.php?id=inicio&rev=1389166680",
note = "[Online; accessed 4-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 = "2014",
url = "\url{https://3jornadastdu.geo-lab.info/doku.php?id=inicio&rev=1389166680}",
note = "[Online; accessed 4-November-2025]"
}