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:11, 2 July, 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. 2 Jul 2026, 11:11 <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 2 July 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 July 2, 2026).
Lopez-Palacios, Abelardo. 5_noticias:inicio [Internet]. RPAS/Geo-L@b.info; 1970 Jan 1, 01:00 CET [cited 2026 Jul 2]. 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 July 2, 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 July 2, 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 2-July-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 2-July-2026]"
}