Please remember to check with your standards guide or professor’s guidelines for the exact syntax to suit your needs.
Lopez-Palacios, Abelardo (2020). Noticias sobre el mundo RPAS. RPAS/Geo-L@b.info. Retrieved 08:17, 3 November, 2025 from http://rpas.geo-lab.info/doku.php?id=5_noticias:noticias&rev=1590662654.
“Noticias sobre el mundo RPAS.” RPAS/Geo-L@b.info. 28 May 2020, 12:44 CEST. 3 Nov 2025, 08:17 <http://rpas.geo-lab.info/doku.php?id=5_noticias:noticias&rev=1590662654>.
Lopez-Palacios, Abelardo, ‘Noticias sobre el mundo RPAS’, RPAS/Geo-L@b.info, 28 May 2020, 12:44 CEST, <http://rpas.geo-lab.info/doku.php?id=5_noticias:noticias&rev=1590662654> [accessed 3 November 2025]
Lopez-Palacios, Abelardo, “Noticias sobre el mundo RPAS,” RPAS/Geo-L@b.info, http://rpas.geo-lab.info/doku.php?id=5_noticias:noticias&rev=1590662654 (accessed November 3, 2025).
Lopez-Palacios, Abelardo. Noticias sobre el mundo RPAS [Internet]. RPAS/Geo-L@b.info; 2020 May 28, 12:44 CEST [cited 2025 Nov 3]. Available from: http://rpas.geo-lab.info/doku.php?id=5_noticias:noticias&rev=1590662654.
Noticias sobre el mundo RPAS, http://rpas.geo-lab.info/doku.php?id=5_noticias:noticias&rev=1590662654 (last visited November 3, 2025).
Lopez-Palacios, Abelardo. Noticias sobre el mundo RPAS. RPAS/Geo-L@b.info. May 28, 2020, 12:44 CEST. Available at: http://rpas.geo-lab.info/doku.php?id=5_noticias:noticias&rev=1590662654. Accessed November 3, 2025.
@misc{ wiki:xxx,
author = "Lopez-Palacios, Abelardo",
title = "Noticias sobre el mundo RPAS --- RPAS/Geo-L@b.info",
year = "2020",
url = "http://rpas.geo-lab.info/doku.php?id=5_noticias:noticias&rev=1590662654",
note = "[Online; accessed 3-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 = "Lopez-Palacios, Abelardo",
title = "Noticias sobre el mundo RPAS --- RPAS/Geo-L@b.info",
year = "2020",
url = "\url{http://rpas.geo-lab.info/doku.php?id=5_noticias:noticias&rev=1590662654}",
note = "[Online; accessed 3-November-2025]"
}