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