Template:GET UNZIP: Difference between revisions

From Variscite Wiki
(Created page with "{{#switch: {{#titleparts: {{{1|}}} | -1 | -1 }} | gz=zcat {{{1|}}} | zst=zstdcat {{{1|}}} | #default=unrecognized file extension }}")
 
No edit summary
Line 1: Line 1:
{{#switch: {{#titleparts: {{{1|}}} | -1 | -1 }}
{{#switch: {{#explode: {{{1|}}} | . | -1 }}
| gz=zcat {{{1|}}}
| gz=zcat
| zst=zstdcat {{{1|}}}
| zst=zstdcat
| #default=unrecognized file extension
| #default=unrecognized file extension
}}
}}

Revision as of 20:47, 12 April 2023

unrecognized file extension