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 07:39, 9 April, 2026 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. 9 Apr 2026, 07:39 <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 9 April 2026]
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 April 9, 2026).
Lopez-Palacios, Abelardo. Noticias sobre el mundo RPAS [Internet]. RPAS/Geo-L@b.info; 2020 May 28, 12:44 CEST [cited 2026 Apr 9]. 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 April 9, 2026).
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 April 9, 2026.
@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 9-April-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 = "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 9-April-2026]"
}