Difference between revisions of "Template:Folder/doc"
From LFS Manual
Jump to navigationJump to search (Created page with "Formats a full path or a name of computer directory. === Usage === {{subst:rma|{{folder|C:|LFS}}}} {{subst:rma|{{folder|data|mods|vehicles}}}}") |
m |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | <noinclude>{{documentation subpage}}</noinclude> | ||
+ | |||
Formats a full path or a name of computer directory. | Formats a full path or a name of computer directory. | ||
=== Usage === | === Usage === | ||
− | {{ | + | {{markup| |
− | {{ | + | <nowiki>{{folder|C:|LFS}}</nowiki>|{{folder|C:|LFS}}}}<!-- Template:Mra --> |
+ | {{markup| | ||
+ | <nowiki>{{folder|data|mods|vehicles}}</nowiki>|{{folder|data|mods|vehicles}}}}<!-- Template:Mra --> | ||
+ | {{markup| | ||
+ | <nowiki>Go to {{folder|data|skins}} and copy your skin file in there.</nowiki>|Go to {{folder|data|skins}} and copy your skin file in there.}}<!-- Template:Mra --> | ||
+ | {{markup| | ||
+ | <nowiki>{{folder|1|2|3|4|5|6}}</nowiki>|{{folder|1|2|3|4|5|6}}}}<!-- Template:Mra --> | ||
+ | |||
+ | <includeonly> | ||
+ | [[Category:Text formatting templates]] | ||
+ | </includeonly> |
Latest revision as of 10:54, 24 January 2024
This is a documentation subpage for Template:Folder.
It may contain usage information, categories and other content that is not part of the original page. |
Formats a full path or a name of computer directory.
Usage
Markup | Renders as |
---|---|
{{folder|C:|LFS}} |
C:\LFS |
Markup | Renders as |
---|---|
{{folder|data|mods|vehicles}} |
data\mods\vehicles |
Markup | Renders as |
---|---|
Go to {{folder|data|skins}} and copy your skin file in there. |
Go to data\skins and copy your skin file in there. |
Markup | Renders as |
---|---|
{{folder|1|2|3|4|5|6}} |
1\2\3\4\5\6 |