Please remember to check with your standards guide or professor’s guidelines for the exact syntax to suit your needs.
Lopez-Palacios, Abelardo (1970). wiki:nonexisting. RPAS/Geo-L@b.info. Retrieved 18:37, 5 March, 2026 from http://rpas.geo-lab.info/doku.php?id=wiki:nonexisting&rev=.
“wiki:nonexisting.” RPAS/Geo-L@b.info. 1 Jan 1970, 01:00 CET. 5 Mar 2026, 18:37 <http://rpas.geo-lab.info/doku.php?id=wiki:nonexisting&rev=>.
Lopez-Palacios, Abelardo, ‘wiki:nonexisting’, RPAS/Geo-L@b.info, 1 January 1970, 01:00 CET, <http://rpas.geo-lab.info/doku.php?id=wiki:nonexisting&rev=> [accessed 5 March 2026]
Lopez-Palacios, Abelardo, “wiki:nonexisting,” RPAS/Geo-L@b.info, http://rpas.geo-lab.info/doku.php?id=wiki:nonexisting&rev= (accessed March 5, 2026).
Lopez-Palacios, Abelardo. wiki:nonexisting [Internet]. RPAS/Geo-L@b.info; 1970 Jan 1, 01:00 CET [cited 2026 Mar 5]. Available from: http://rpas.geo-lab.info/doku.php?id=wiki:nonexisting&rev=.
wiki:nonexisting, http://rpas.geo-lab.info/doku.php?id=wiki:nonexisting&rev= (last visited March 5, 2026).
Lopez-Palacios, Abelardo. wiki:nonexisting. RPAS/Geo-L@b.info. January 1, 1970, 01:00 CET. Available at: http://rpas.geo-lab.info/doku.php?id=wiki:nonexisting&rev=. Accessed March 5, 2026.
@misc{ wiki:xxx,
author = "Lopez-Palacios, Abelardo",
title = "wiki:nonexisting --- RPAS/Geo-L@b.info",
year = "1970",
url = "http://rpas.geo-lab.info/doku.php?id=wiki:nonexisting&rev=",
note = "[Online; accessed 5-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 = "wiki:nonexisting --- RPAS/Geo-L@b.info",
year = "1970",
url = "\url{http://rpas.geo-lab.info/doku.php?id=wiki:nonexisting&rev=}",
note = "[Online; accessed 5-March-2026]"
}