Please remember to check with your standards guide or professor’s guidelines for the exact syntax to suit your needs.
Lopez-Palacios, Abelardo (2014). start. TUA-RPAS. Retrieved 20:58, 14 March, 2026 from https://rpas.skeye2k.org/doku.php?id=start&rev=1398463386.
“start.” TUA-RPAS. 26 Apr 2014, 00:03 CEST. 14 Mar 2026, 20:58 <https://rpas.skeye2k.org/doku.php?id=start&rev=1398463386>.
Lopez-Palacios, Abelardo, ‘start’, TUA-RPAS, 26 April 2014, 00:03 CEST, <https://rpas.skeye2k.org/doku.php?id=start&rev=1398463386> [accessed 14 March 2026]
Lopez-Palacios, Abelardo, “start,” TUA-RPAS, https://rpas.skeye2k.org/doku.php?id=start&rev=1398463386 (accessed March 14, 2026).
Lopez-Palacios, Abelardo. start [Internet]. TUA-RPAS; 2014 Apr 26, 00:03 CEST [cited 2026 Mar 14]. Available from: https://rpas.skeye2k.org/doku.php?id=start&rev=1398463386.
start, https://rpas.skeye2k.org/doku.php?id=start&rev=1398463386 (last visited March 14, 2026).
Lopez-Palacios, Abelardo. start. TUA-RPAS. April 26, 2014, 00:03 CEST. Available at: https://rpas.skeye2k.org/doku.php?id=start&rev=1398463386. Accessed March 14, 2026.
@misc{ wiki:xxx,
author = "Lopez-Palacios, Abelardo",
title = "start --- TUA-RPAS",
year = "2014",
url = "https://rpas.skeye2k.org/doku.php?id=start&rev=1398463386",
note = "[Online; accessed 14-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 = "start --- TUA-RPAS",
year = "2014",
url = "\url{https://rpas.skeye2k.org/doku.php?id=start&rev=1398463386}",
note = "[Online; accessed 14-March-2026]"
}