Please remember to check with your standards guide or professor’s guidelines for the exact syntax to suit your needs.
Anonymous Contributors (2025). todo. Nonciclopedia RGBcraft. Retrieved 13:16, 17 April, 2026 from https://lop.rgbcraft.com/doku.php?id=todo&rev=1762267582.
“todo.” Nonciclopedia RGBcraft. 4 Nov 2025, 14:46 UTC. 17 Apr 2026, 13:16 <https://lop.rgbcraft.com/doku.php?id=todo&rev=1762267582>.
Anonymous Contributors, ‘todo’, Nonciclopedia RGBcraft, 4 November 2025, 14:46 UTC, <https://lop.rgbcraft.com/doku.php?id=todo&rev=1762267582> [accessed 17 April 2026]
Anonymous Contributors, “todo,” Nonciclopedia RGBcraft, https://lop.rgbcraft.com/doku.php?id=todo&rev=1762267582 (accessed April 17, 2026).
Anonymous Contributors. todo [Internet]. Nonciclopedia RGBcraft; 2025 Nov 4, 14:46 UTC [cited 2026 Apr 17]. Available from: https://lop.rgbcraft.com/doku.php?id=todo&rev=1762267582.
todo, https://lop.rgbcraft.com/doku.php?id=todo&rev=1762267582 (last visited April 17, 2026).
Anonymous Contributors. todo. Nonciclopedia RGBcraft. November 4, 2025, 14:46 UTC. Available at: https://lop.rgbcraft.com/doku.php?id=todo&rev=1762267582. Accessed April 17, 2026.
@misc{ wiki:xxx,
author = "Anonymous Contributors",
title = "todo --- Nonciclopedia RGBcraft",
year = "2025",
url = "https://lop.rgbcraft.com/doku.php?id=todo&rev=1762267582",
note = "[Online; accessed 17-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 --- Nonciclopedia RGBcraft",
year = "2025",
url = "\url{https://lop.rgbcraft.com/doku.php?id=todo&rev=1762267582}",
note = "[Online; accessed 17-April-2026]"
}