Cite This Page
Bibliographic details for Formatting Text Messages for Wiki Log Posts
- Page name: Formatting Text Messages for Wiki Log Posts
- Author: City of Hope MUSH contributors
- Publisher: City of Hope MUSH, .
- Date of last revision: 3 September 2020 15:28 UTC
- Date retrieved: 26 March 2026 02:11 UTC
- Permanent URL: https://cityofhopemush.net/index.php?title=Formatting_Text_Messages_for_Wiki_Log_Posts&oldid=215839
- Page Version ID: 215839
Citation styles for Formatting Text Messages for Wiki Log Posts
APA style
Formatting Text Messages for Wiki Log Posts. (2020, September 3). City of Hope MUSH, . Retrieved 02:11, March 26, 2026 from https://cityofhopemush.net/index.php?title=Formatting_Text_Messages_for_Wiki_Log_Posts&oldid=215839.
MLA style
"Formatting Text Messages for Wiki Log Posts." City of Hope MUSH, . 3 Sep 2020, 15:28 UTC. 26 Mar 2026, 02:11 <https://cityofhopemush.net/index.php?title=Formatting_Text_Messages_for_Wiki_Log_Posts&oldid=215839>.
MHRA style
City of Hope MUSH contributors, 'Formatting Text Messages for Wiki Log Posts', City of Hope MUSH, , 3 September 2020, 15:28 UTC, <https://cityofhopemush.net/index.php?title=Formatting_Text_Messages_for_Wiki_Log_Posts&oldid=215839> [accessed 26 March 2026]
Chicago style
City of Hope MUSH contributors, "Formatting Text Messages for Wiki Log Posts," City of Hope MUSH, , https://cityofhopemush.net/index.php?title=Formatting_Text_Messages_for_Wiki_Log_Posts&oldid=215839 (accessed March 26, 2026).
CBE/CSE style
City of Hope MUSH contributors. Formatting Text Messages for Wiki Log Posts [Internet]. City of Hope MUSH, ; 2020 Sep 3, 15:28 UTC [cited 2026 Mar 26]. Available from: https://cityofhopemush.net/index.php?title=Formatting_Text_Messages_for_Wiki_Log_Posts&oldid=215839.
Bluebook style
Formatting Text Messages for Wiki Log Posts, https://cityofhopemush.net/index.php?title=Formatting_Text_Messages_for_Wiki_Log_Posts&oldid=215839 (last visited March 26, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "City of Hope MUSH",
title = "Formatting Text Messages for Wiki Log Posts --- City of Hope MUSH{,} ",
year = "2020",
url = "https://cityofhopemush.net/index.php?title=Formatting_Text_Messages_for_Wiki_Log_Posts&oldid=215839",
note = "[Online; accessed 26-March-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 = "City of Hope MUSH",
title = "Formatting Text Messages for Wiki Log Posts --- City of Hope MUSH{,} ",
year = "2020",
url = "\url{https://cityofhopemush.net/index.php?title=Formatting_Text_Messages_for_Wiki_Log_Posts&oldid=215839}",
note = "[Online; accessed 26-March-2026]"
}