Please remember to check with your standards guide or professor’s guidelines for the exact syntax to suit your needs.
Lopez-Palacios, Abelardo (2016). start. TUA-RPAS. Retrieved 15:39, 3 March, 2026 from https://rpas.skeye2k.org/doku.php?id=start&rev=1452533299.
“start.” TUA-RPAS. 11 Jan 2016, 18:28 CET. 3 Mar 2026, 15:39 <https://rpas.skeye2k.org/doku.php?id=start&rev=1452533299>.
Lopez-Palacios, Abelardo, ‘start’, TUA-RPAS, 11 January 2016, 18:28 CET, <https://rpas.skeye2k.org/doku.php?id=start&rev=1452533299> [accessed 3 March 2026]
Lopez-Palacios, Abelardo, “start,” TUA-RPAS, https://rpas.skeye2k.org/doku.php?id=start&rev=1452533299 (accessed March 3, 2026).
Lopez-Palacios, Abelardo. start [Internet]. TUA-RPAS; 2016 Jan 11, 18:28 CET [cited 2026 Mar 3]. Available from: https://rpas.skeye2k.org/doku.php?id=start&rev=1452533299.
start, https://rpas.skeye2k.org/doku.php?id=start&rev=1452533299 (last visited March 3, 2026).
Lopez-Palacios, Abelardo. start. TUA-RPAS. January 11, 2016, 18:28 CET. Available at: https://rpas.skeye2k.org/doku.php?id=start&rev=1452533299. Accessed March 3, 2026.
@misc{ wiki:xxx,
author = "Lopez-Palacios, Abelardo",
title = "start --- TUA-RPAS",
year = "2016",
url = "https://rpas.skeye2k.org/doku.php?id=start&rev=1452533299",
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 = "start --- TUA-RPAS",
year = "2016",
url = "\url{https://rpas.skeye2k.org/doku.php?id=start&rev=1452533299}",
note = "[Online; accessed 3-March-2026]"
}