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. TUA-RPAS. Retrieved 15:39, 3 March, 2026 from https://rpas.skeye2k.org/doku.php?id=5_noticias&rev=.
“5_noticias.” TUA-RPAS. 1 Jan 1970, 01:00 CET. 3 Mar 2026, 15:39 <https://rpas.skeye2k.org/doku.php?id=5_noticias&rev=>.
Lopez-Palacios, Abelardo, ‘5_noticias’, TUA-RPAS, 1 January 1970, 01:00 CET, <https://rpas.skeye2k.org/doku.php?id=5_noticias&rev=> [accessed 3 March 2026]
Lopez-Palacios, Abelardo, “5_noticias,” TUA-RPAS, https://rpas.skeye2k.org/doku.php?id=5_noticias&rev= (accessed March 3, 2026).
Lopez-Palacios, Abelardo. 5_noticias [Internet]. TUA-RPAS; 1970 Jan 1, 01:00 CET [cited 2026 Mar 3]. Available from: https://rpas.skeye2k.org/doku.php?id=5_noticias&rev=.
5_noticias, https://rpas.skeye2k.org/doku.php?id=5_noticias&rev= (last visited March 3, 2026).
Lopez-Palacios, Abelardo. 5_noticias. TUA-RPAS. January 1, 1970, 01:00 CET. Available at: https://rpas.skeye2k.org/doku.php?id=5_noticias&rev=. Accessed March 3, 2026.
@misc{ wiki:xxx,
author = "Lopez-Palacios, Abelardo",
title = "5_noticias --- TUA-RPAS",
year = "1970",
url = "https://rpas.skeye2k.org/doku.php?id=5_noticias&rev=",
note = "[Online; accessed 3-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 = "5_noticias --- TUA-RPAS",
year = "1970",
url = "\url{https://rpas.skeye2k.org/doku.php?id=5_noticias&rev=}",
note = "[Online; accessed 3-March-2026]"
}