Please remember to check with your standards guide or professor’s guidelines for the exact syntax to suit your needs.
Anonymous Contributors (2025). Syntax. type|wiki. Retrieved 06:35, 1 May, 2026 from https://type.wiki/en/syntax.md?rev=1742134973.
“Syntax.” type|wiki. 16 Mar 2025, 15:22 CET. 1 May 2026, 06:35 <https://type.wiki/en/syntax.md?rev=1742134973>.
Anonymous Contributors, ‘Syntax’, type|wiki, 16 March 2025, 15:22 CET, <https://type.wiki/en/syntax.md?rev=1742134973> [accessed 1 May 2026]
Anonymous Contributors, “Syntax,” type|wiki, https://type.wiki/en/syntax.md?rev=1742134973 (accessed May 1, 2026).
Anonymous Contributors. Syntax [Internet]. type|wiki; 2025 Mar 16, 15:22 CET [cited 2026 May 1]. Available from: https://type.wiki/en/syntax.md?rev=1742134973.
Syntax, https://type.wiki/en/syntax.md?rev=1742134973 (last visited May 1, 2026).
Anonymous Contributors. Syntax. type|wiki. March 16, 2025, 15:22 CET. Available at: https://type.wiki/en/syntax.md?rev=1742134973. Accessed May 1, 2026.
@misc{ wiki:xxx,
author = "Anonymous Contributors",
title = "Syntax --- type|wiki",
year = "2025",
url = "https://type.wiki/en/syntax.md?rev=1742134973",
note = "[Online; accessed 1-May-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 = "Syntax --- type|wiki",
year = "2025",
url = "\url{https://type.wiki/en/syntax.md?rev=1742134973}",
note = "[Online; accessed 1-May-2026]"
}