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 18:03, 21 April, 2026 from https://wikimasum.geo-lab.info/doku/todo?rev=1471194724.
“todo.” WikiM<sup>+um</sup>. 14 Aug 2016, 19:12 CEST. 21 Apr 2026, 18:03 <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 21 April 2026]
Anonymous Contributors, “todo,” WikiM<sup>+um</sup>, https://wikimasum.geo-lab.info/doku/todo?rev=1471194724 (accessed April 21, 2026).
Anonymous Contributors. todo [Internet]. WikiM<sup>+um</sup>; 2016 Aug 14, 19:12 CEST [cited 2026 Apr 21]. Available from: https://wikimasum.geo-lab.info/doku/todo?rev=1471194724.
todo, https://wikimasum.geo-lab.info/doku/todo?rev=1471194724 (last visited April 21, 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 April 21, 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 21-April-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 21-April-2026]"
}