Template:Path/doc

From Valve Developer Community
< Template:Path
Revision as of 10:19, 30 April 2023 by THE OWL (talk | contribs) (Created page with "{{Doc/subpage}} The path to the folder or file. == Parameters and Examples == {| class="standard-table" width="100%" ! width="10%" | Parameter ! width="30%" | Description ! E...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Edit-copy.png
This is a documentation subpage for Template:Path.
Don't forget to purge the contents of the base page upon creating or editing this subpage.

The path to the folder or file.

Parameters and Examples

Parameter Description Example Preview
{{{1}}} The path to the folder.
{{Path|C:\Program Files\Steam}}
🖿F:\Program Files\Steam
{{{2}}} The path to the file.
{{Path|C:\Program Files\Steam|steam.exe}}
🖿F:\Program Files\Steam.steam.exe
{{{select}}} Text selection mode based on the CSS property user-select.
{{Path|select=none|C:\Program Files}}
{{Path|select=all|C:\Program Files}}
🖿C:\Program Files
🖿C:\Program Files