Please remember to check with your standards guide or professor’s guidelines for the exact syntax to suit your needs.
Lopez-Palacios, Abelardo (1970). 5_noticias:inicio. RPAS/Geo-L@b.info. Retrieved 11:14, 17 May, 2026 from http://rpas.geo-lab.info/doku.php?id=5_noticias:inicio&rev=.
“5_noticias:inicio.” RPAS/Geo-L@b.info. 1 Jan 1970, 01:00 CET. 17 May 2026, 11:14 <http://rpas.geo-lab.info/doku.php?id=5_noticias:inicio&rev=>.
Lopez-Palacios, Abelardo, ‘5_noticias:inicio’, RPAS/Geo-L@b.info, 1 January 1970, 01:00 CET, <http://rpas.geo-lab.info/doku.php?id=5_noticias:inicio&rev=> [accessed 17 May 2026]
Lopez-Palacios, Abelardo, “5_noticias:inicio,” RPAS/Geo-L@b.info, http://rpas.geo-lab.info/doku.php?id=5_noticias:inicio&rev= (accessed May 17, 2026).
Lopez-Palacios, Abelardo. 5_noticias:inicio [Internet]. RPAS/Geo-L@b.info; 1970 Jan 1, 01:00 CET [cited 2026 May 17]. Available from: http://rpas.geo-lab.info/doku.php?id=5_noticias:inicio&rev=.
5_noticias:inicio, http://rpas.geo-lab.info/doku.php?id=5_noticias:inicio&rev= (last visited May 17, 2026).
Lopez-Palacios, Abelardo. 5_noticias:inicio. RPAS/Geo-L@b.info. January 1, 1970, 01:00 CET. Available at: http://rpas.geo-lab.info/doku.php?id=5_noticias:inicio&rev=. Accessed May 17, 2026.
@misc{ wiki:xxx,
author = "Lopez-Palacios, Abelardo",
title = "5_noticias:inicio --- RPAS/Geo-L@b.info",
year = "1970",
url = "http://rpas.geo-lab.info/doku.php?id=5_noticias:inicio&rev=",
note = "[Online; accessed 17-May-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 = "5_noticias:inicio --- RPAS/Geo-L@b.info",
year = "1970",
url = "\url{http://rpas.geo-lab.info/doku.php?id=5_noticias:inicio&rev=}",
note = "[Online; accessed 17-May-2026]"
}