meta data for this page
  •  

Bibliographic details for "Formatting Syntax"

Please remember to check with your standards guide or professor’s guidelines for the exact syntax to suit your needs.

Citation styles for "Formatting Syntax"

APA style

Anonymous Contributors (2023). Formatting Syntax. Additive Production Systems. Retrieved 13:34, 15 September, 2025 from http://additiveproductionsystems.com/wiki:syntax?rev=1686684532.

MLA style

“Formatting Syntax.” Additive Production Systems. 13 Jun 2023, 19:28 UTC. 15 Sep 2025, 13:34 <http://additiveproductionsystems.com/wiki:syntax?rev=1686684532>.

MHRA style

Anonymous Contributors, ‘Formatting Syntax’, Additive Production Systems, 13 June 2023, 19:28 UTC, <http://additiveproductionsystems.com/wiki:syntax?rev=1686684532> [accessed 15 September 2025]

Chicago style

Anonymous Contributors, “Formatting Syntax,” Additive Production Systems, http://additiveproductionsystems.com/wiki:syntax?rev=1686684532 (accessed September 15, 2025).

CBE/CSE style

Anonymous Contributors. Formatting Syntax [Internet]. Additive Production Systems; 2023 Jun 13, 19:28 UTC [cited 2025 Sep 15]. Available from: http://additiveproductionsystems.com/wiki:syntax?rev=1686684532.

Bluebook style

Formatting Syntax, http://additiveproductionsystems.com/wiki:syntax?rev=1686684532 (last visited September 15, 2025).

AMA style

Anonymous Contributors. Formatting Syntax. Additive Production Systems. June 13, 2023, 19:28 UTC. Available at: http://additiveproductionsystems.com/wiki:syntax?rev=1686684532. Accessed September 15, 2025.

BibTeX entry

 @misc{ wiki:xxx,
   author = "Anonymous Contributors",
   title = "Formatting Syntax --- Additive Production Systems",
   year = "2023",
   url = "http://additiveproductionsystems.com/wiki:syntax?rev=1686684532",
   note = "[Online; accessed 15-September-2025]"
 }

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 = "Formatting Syntax --- Additive Production Systems",
   year = "2023",
   url = "\url{http://additiveproductionsystems.com/wiki:syntax?rev=1686684532}",
   note = "[Online; accessed 15-September-2025]"
 }