Please remember to check with your standards guide or professor’s guidelines for the exact syntax to suit your needs.
Lopez-Palacios, Abelardo (2020). Estadísticas. RPAS/Geo-L@b.info. Retrieved 11:59, 5 March, 2026 from http://rpas.geo-lab.info/doku.php?id=impacto&rev=1590735020.
“Estadísticas.” RPAS/Geo-L@b.info. 29 May 2020, 08:50 CEST. 5 Mar 2026, 11:59 <http://rpas.geo-lab.info/doku.php?id=impacto&rev=1590735020>.
Lopez-Palacios, Abelardo, ‘Estadísticas’, RPAS/Geo-L@b.info, 29 May 2020, 08:50 CEST, <http://rpas.geo-lab.info/doku.php?id=impacto&rev=1590735020> [accessed 5 March 2026]
Lopez-Palacios, Abelardo, “Estadísticas,” RPAS/Geo-L@b.info, http://rpas.geo-lab.info/doku.php?id=impacto&rev=1590735020 (accessed March 5, 2026).
Lopez-Palacios, Abelardo. Estadísticas [Internet]. RPAS/Geo-L@b.info; 2020 May 29, 08:50 CEST [cited 2026 Mar 5]. Available from: http://rpas.geo-lab.info/doku.php?id=impacto&rev=1590735020.
Estadísticas, http://rpas.geo-lab.info/doku.php?id=impacto&rev=1590735020 (last visited March 5, 2026).
Lopez-Palacios, Abelardo. Estadísticas. RPAS/Geo-L@b.info. May 29, 2020, 08:50 CEST. Available at: http://rpas.geo-lab.info/doku.php?id=impacto&rev=1590735020. Accessed March 5, 2026.
@misc{ wiki:xxx,
author = "Lopez-Palacios, Abelardo",
title = "Estadísticas --- RPAS/Geo-L@b.info",
year = "2020",
url = "http://rpas.geo-lab.info/doku.php?id=impacto&rev=1590735020",
note = "[Online; accessed 5-March-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 = "Lopez-Palacios, Abelardo",
title = "Estadísticas --- RPAS/Geo-L@b.info",
year = "2020",
url = "\url{http://rpas.geo-lab.info/doku.php?id=impacto&rev=1590735020}",
note = "[Online; accessed 5-March-2026]"
}