Cite This Page
Bibliographic details for Updating wiki templates by shell
- Page name: Updating wiki templates by shell
- Author: Wicri Base 1.31 contributors
- Publisher: Wicri Base 1.31, .
- Date of last revision: 9 January 2024 08:25 UTC
- Date retrieved: 22 November 2025 17:09 UTC
- Permanent URL: https://wicri-demo.istex.fr/Wicri/Base131/en/index.php?title=Updating_wiki_templates_by_shell&oldid=996
- Page Version ID: 996
Citation styles for Updating wiki templates by shell
APA style
Updating wiki templates by shell. (2024, January 9). Wicri Base 1.31, . Retrieved 17:09, November 22, 2025 from https://wicri-demo.istex.fr/Wicri/Base131/en/index.php?title=Updating_wiki_templates_by_shell&oldid=996.
MLA style
"Updating wiki templates by shell." Wicri Base 1.31, . 9 Jan 2024, 08:25 UTC. 22 Nov 2025, 17:09 <https://wicri-demo.istex.fr/Wicri/Base131/en/index.php?title=Updating_wiki_templates_by_shell&oldid=996>.
MHRA style
Wicri Base 1.31 contributors, 'Updating wiki templates by shell', Wicri Base 1.31, , 9 January 2024, 08:25 UTC, <https://wicri-demo.istex.fr/Wicri/Base131/en/index.php?title=Updating_wiki_templates_by_shell&oldid=996> [accessed 22 November 2025]
Chicago style
Wicri Base 1.31 contributors, "Updating wiki templates by shell," Wicri Base 1.31, , https://wicri-demo.istex.fr/Wicri/Base131/en/index.php?title=Updating_wiki_templates_by_shell&oldid=996 (accessed November 22, 2025).
CBE/CSE style
Wicri Base 1.31 contributors. Updating wiki templates by shell [Internet]. Wicri Base 1.31, ; 2024 Jan 9, 08:25 UTC [cited 2025 Nov 22]. Available from: https://wicri-demo.istex.fr/Wicri/Base131/en/index.php?title=Updating_wiki_templates_by_shell&oldid=996.
Bluebook style
Updating wiki templates by shell, https://wicri-demo.istex.fr/Wicri/Base131/en/index.php?title=Updating_wiki_templates_by_shell&oldid=996 (last visited November 22, 2025).
BibTeX entry
@misc{ wiki:xxx,
author = "Wicri Base 1.31",
title = "Updating wiki templates by shell --- Wicri Base 1.31{,} ",
year = "2024",
url = "https://wicri-demo.istex.fr/Wicri/Base131/en/index.php?title=Updating_wiki_templates_by_shell&oldid=996",
note = "[Online; accessed 22-November-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 = "Wicri Base 1.31",
title = "Updating wiki templates by shell --- Wicri Base 1.31{,} ",
year = "2024",
url = "\url{https://wicri-demo.istex.fr/Wicri/Base131/en/index.php?title=Updating_wiki_templates_by_shell&oldid=996}",
note = "[Online; accessed 22-November-2025]"
}