Please remember to check with your standards guide or professor’s guidelines for the exact syntax to suit your needs.
Abelardo López Palacios (2020). informacion:docs. <font size="6">MeliPano</font>. Retrieved 16:55, 18 March, 2026 from https://melipano.geo-lab.info/wiki/informacion/docs?rev=1603118894.
“informacion:docs.” <font size="6">MeliPano</font>. 19 Oct 2020, 16:48 CEST. 18 Mar 2026, 16:55 <https://melipano.geo-lab.info/wiki/informacion/docs?rev=1603118894>.
Abelardo López Palacios, ‘informacion:docs’, <font size="6">MeliPano</font>, 19 October 2020, 16:48 CEST, <https://melipano.geo-lab.info/wiki/informacion/docs?rev=1603118894> [accessed 18 March 2026]
Abelardo López Palacios, “informacion:docs,” <font size="6">MeliPano</font>, https://melipano.geo-lab.info/wiki/informacion/docs?rev=1603118894 (accessed March 18, 2026).
Abelardo López Palacios. informacion:docs [Internet]. <font size="6">MeliPano</font>; 2020 Oct 19, 16:48 CEST [cited 2026 Mar 18]. Available from: https://melipano.geo-lab.info/wiki/informacion/docs?rev=1603118894.
informacion:docs, https://melipano.geo-lab.info/wiki/informacion/docs?rev=1603118894 (last visited March 18, 2026).
Abelardo López Palacios. informacion:docs. <font size="6">MeliPano</font>. October 19, 2020, 16:48 CEST. Available at: https://melipano.geo-lab.info/wiki/informacion/docs?rev=1603118894. Accessed March 18, 2026.
@misc{ wiki:xxx,
author = "Abelardo López Palacios",
title = "informacion:docs --- <font size="6">MeliPano</font>",
year = "2020",
url = "https://melipano.geo-lab.info/wiki/informacion/docs?rev=1603118894",
note = "[Online; accessed 18-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 = "Abelardo López Palacios",
title = "informacion:docs --- <font size="6">MeliPano</font>",
year = "2020",
url = "\url{https://melipano.geo-lab.info/wiki/informacion/docs?rev=1603118894}",
note = "[Online; accessed 18-March-2026]"
}