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