Please remember to check with your standards guide or professor’s guidelines for the exact syntax to suit your needs.
Anonymous Contributors (2016). todo. WikiM<sup>+um</sup>. Retrieved 07:33, 23 June, 2026 from https://wikimasum.geo-lab.info/doku/todo?rev=1471194724.
“todo.” WikiM<sup>+um</sup>. 14 Aug 2016, 19:12 CEST. 23 Jun 2026, 07:33 <https://wikimasum.geo-lab.info/doku/todo?rev=1471194724>.
Anonymous Contributors, ‘todo’, WikiM<sup>+um</sup>, 14 August 2016, 19:12 CEST, <https://wikimasum.geo-lab.info/doku/todo?rev=1471194724> [accessed 23 June 2026]
Anonymous Contributors, “todo,” WikiM<sup>+um</sup>, https://wikimasum.geo-lab.info/doku/todo?rev=1471194724 (accessed June 23, 2026).
Anonymous Contributors. todo [Internet]. WikiM<sup>+um</sup>; 2016 Aug 14, 19:12 CEST [cited 2026 Jun 23]. Available from: https://wikimasum.geo-lab.info/doku/todo?rev=1471194724.
todo, https://wikimasum.geo-lab.info/doku/todo?rev=1471194724 (last visited June 23, 2026).
Anonymous Contributors. todo. WikiM<sup>+um</sup>. August 14, 2016, 19:12 CEST. Available at: https://wikimasum.geo-lab.info/doku/todo?rev=1471194724. Accessed June 23, 2026.
@misc{ wiki:xxx,
author = "Anonymous Contributors",
title = "todo --- WikiM<sup>+um</sup>",
year = "2016",
url = "https://wikimasum.geo-lab.info/doku/todo?rev=1471194724",
note = "[Online; accessed 23-June-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 = "Anonymous Contributors",
title = "todo --- WikiM<sup>+um</sup>",
year = "2016",
url = "\url{https://wikimasum.geo-lab.info/doku/todo?rev=1471194724}",
note = "[Online; accessed 23-June-2026]"
}