Please remember to check with your standards guide or professor’s guidelines for the exact syntax to suit your needs.
Lopez-Palacios, Abelardo (2020). 5_noticias:noticias. TUA-RPAS. Retrieved 12:47, 3 March, 2026 from https://rpas.skeye2k.org/doku.php?id=5_noticias:noticias&rev=1591010949.
“5_noticias:noticias.” TUA-RPAS. 1 Jun 2020, 13:29 CEST. 3 Mar 2026, 12:47 <https://rpas.skeye2k.org/doku.php?id=5_noticias:noticias&rev=1591010949>.
Lopez-Palacios, Abelardo, ‘5_noticias:noticias’, TUA-RPAS, 1 June 2020, 13:29 CEST, <https://rpas.skeye2k.org/doku.php?id=5_noticias:noticias&rev=1591010949> [accessed 3 March 2026]
Lopez-Palacios, Abelardo, “5_noticias:noticias,” TUA-RPAS, https://rpas.skeye2k.org/doku.php?id=5_noticias:noticias&rev=1591010949 (accessed March 3, 2026).
Lopez-Palacios, Abelardo. 5_noticias:noticias [Internet]. TUA-RPAS; 2020 Jun 1, 13:29 CEST [cited 2026 Mar 3]. Available from: https://rpas.skeye2k.org/doku.php?id=5_noticias:noticias&rev=1591010949.
5_noticias:noticias, https://rpas.skeye2k.org/doku.php?id=5_noticias:noticias&rev=1591010949 (last visited March 3, 2026).
Lopez-Palacios, Abelardo. 5_noticias:noticias. TUA-RPAS. June 1, 2020, 13:29 CEST. Available at: https://rpas.skeye2k.org/doku.php?id=5_noticias:noticias&rev=1591010949. Accessed March 3, 2026.
@misc{ wiki:xxx,
author = "Lopez-Palacios, Abelardo",
title = "5_noticias:noticias --- TUA-RPAS",
year = "2020",
url = "https://rpas.skeye2k.org/doku.php?id=5_noticias:noticias&rev=1591010949",
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:noticias --- TUA-RPAS",
year = "2020",
url = "\url{https://rpas.skeye2k.org/doku.php?id=5_noticias:noticias&rev=1591010949}",
note = "[Online; accessed 3-March-2026]"
}