Please remember to check with your standards guide or professor’s guidelines for the exact syntax to suit your needs.
Lopez-Palacios, Abelardo (2020). inicio. Wiki-L@b. Retrieved 20:41, 30 October, 2025 from https://wikilab.geo-lab.info/inicio?rev=1585999095.
“inicio.” Wiki-L@b. 4 Apr 2020, 13:18 CEST. 30 Oct 2025, 20:41 <https://wikilab.geo-lab.info/inicio?rev=1585999095>.
Lopez-Palacios, Abelardo, ‘inicio’, Wiki-L@b, 4 April 2020, 13:18 CEST, <https://wikilab.geo-lab.info/inicio?rev=1585999095> [accessed 30 October 2025]
Lopez-Palacios, Abelardo, “inicio,” Wiki-L@b, https://wikilab.geo-lab.info/inicio?rev=1585999095 (accessed October 30, 2025).
Lopez-Palacios, Abelardo. inicio [Internet]. Wiki-L@b; 2020 Apr 4, 13:18 CEST [cited 2025 Oct 30]. Available from: https://wikilab.geo-lab.info/inicio?rev=1585999095.
inicio, https://wikilab.geo-lab.info/inicio?rev=1585999095 (last visited October 30, 2025).
Lopez-Palacios, Abelardo. inicio. Wiki-L@b. April 4, 2020, 13:18 CEST. Available at: https://wikilab.geo-lab.info/inicio?rev=1585999095. Accessed October 30, 2025.
@misc{ wiki:xxx,
author = "Lopez-Palacios, Abelardo",
title = "inicio --- Wiki-L@b",
year = "2020",
url = "https://wikilab.geo-lab.info/inicio?rev=1585999095",
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 = "Lopez-Palacios, Abelardo",
title = "inicio --- Wiki-L@b",
year = "2020",
url = "\url{https://wikilab.geo-lab.info/inicio?rev=1585999095}",
note = "[Online; accessed 30-October-2025]"
}