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 07:58 UTC
- Date retrieved: 22 November 2025 19:17 UTC
- Permanent URL: https://wicri-demo.istex.fr/Wicri/Base131/en/index.php?title=Updating_wiki_templates_by_shell&oldid=991
- Page Version ID: 991
Citation styles for Updating wiki templates by shell
APA style
Updating wiki templates by shell. (2024, January 9). Wicri Base 1.31, . Retrieved 19:17, November 22, 2025 from https://wicri-demo.istex.fr/Wicri/Base131/en/index.php?title=Updating_wiki_templates_by_shell&oldid=991.
MLA style
"Updating wiki templates by shell." Wicri Base 1.31, . 9 Jan 2024, 07:58 UTC. 22 Nov 2025, 19:17 <https://wicri-demo.istex.fr/Wicri/Base131/en/index.php?title=Updating_wiki_templates_by_shell&oldid=991>.
MHRA style
Wicri Base 1.31 contributors, 'Updating wiki templates by shell', Wicri Base 1.31, , 9 January 2024, 07:58 UTC, <https://wicri-demo.istex.fr/Wicri/Base131/en/index.php?title=Updating_wiki_templates_by_shell&oldid=991> [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=991 (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, 07:58 UTC [cited 2025 Nov 22]. Available from: https://wicri-demo.istex.fr/Wicri/Base131/en/index.php?title=Updating_wiki_templates_by_shell&oldid=991.
Bluebook style
Updating wiki templates by shell, https://wicri-demo.istex.fr/Wicri/Base131/en/index.php?title=Updating_wiki_templates_by_shell&oldid=991 (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=991",
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=991}",
note = "[Online; accessed 22-November-2025]"
}