Difference between revisions of "Template:Folder"
From LFS Manual
Jump to navigationJump to search (Created page with "<includeonly><span style="font-family: monospace">{{{1}}}</span></includeonly><noinclude> {{documentation}} </noinclude>") |
m |
||
| Line 1: | Line 1: | ||
| − | <includeonly><span style="font-family: monospace">{{{1}}}</span></includeonly><noinclude> | + | <includeonly><span style="font-family: monospace; font-size: 115%">{{{1}}}{{#if:{{{2|}}}|{{/separator}}{{{2}}}}}{{#if:{{{3|}}}|{{/separator}}{{{3}}}}}{{#if:{{{4|}}}|{{/separator}}{{{4}}}}}{{#if:{{{5|}}}|{{/separator}}{{{5}}}}}{{#if:{{{6|}}}|{{/separator}}{{{6}}}}}</span></includeonly><noinclude> |
{{documentation}} | {{documentation}} | ||
</noinclude> | </noinclude> | ||
Revision as of 22:14, 3 December 2023
Template documentation
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 |