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