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