Template:Path/doc: Difference between revisions
Jump to navigation
Jump to search
(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...") |
mNo edit summary |
||
| Line 5: | Line 5: | ||
{| class="standard-table" width="100%" | {| class="standard-table" width="100%" | ||
! width="10%" | Parameter | ! width="10%" | Parameter | ||
! width="30%" | | ! width="30%" | {{int:listfiles_description}} | ||
! | ! {{int:apisandbox-examples}} | ||
! | ! {{int:preview}} | ||
|- | |- | ||
| align= | | align=center | {{Param}} | ||
| The path to the folder. | | The path to the folder. | ||
| {{CodeBlock|margin=5px| <nowiki>{{Path|C:\Program Files\Steam}}</nowiki> }} | | {{CodeBlock|margin=5px| <nowiki>{{Path|C:\Program Files\Steam}}</nowiki> }} | ||
| {{Capsule|margin=5px| {{Path|F:\Program Files\Steam}} }} | | {{Capsule|margin=5px| {{Path|F:\Program Files\Steam}} }} | ||
|- | |- | ||
| align= | | align=center | {{Param|2}} | ||
| The path to the file. | | The path to the file. | ||
| {{CodeBlock|margin=5px| <nowiki>{{Path|C:\Program Files\Steam|steam.exe}}</nowiki> }} | | {{CodeBlock|margin=5px| <nowiki>{{Path|C:\Program Files\Steam|steam.exe}}</nowiki> }} | ||
| {{Capsule|margin=5px| {{Path|F:\Program Files\Steam|steam.exe}} }} | | {{Capsule|margin=5px| {{Path|F:\Program Files\Steam|steam.exe}} }} | ||
|- | |- | ||
| align= | | align=center | {{Param|select}} | ||
| Text selection mode based on the CSS property {{Code|user-select}}. | | Text selection mode based on the CSS property {{Code|preset=1|user-select}}. | ||
| {{CodeBlock|margin=5px| <nowiki>{{Path|select=none|C:\Program Files}}</nowiki> }}{{CodeBlock|margin=5px| <nowiki>{{Path|select=all|C:\Program Files}}</nowiki> }} | | {{CodeBlock|margin=5px| <nowiki>{{Path|select=none|C:\Program Files}}</nowiki> }}{{CodeBlock|margin=5px| <nowiki>{{Path|select=all|C:\Program Files}}</nowiki> }} | ||
| {{Capsule|margin=5px| {{Path|select=none|C:\Program Files}} }} {{Capsule|margin=5px| {{Path|select=all|C:\Program Files}} }} | | {{Capsule|margin=5px| {{Path|select=none|C:\Program Files}} }} {{Capsule|margin=5px| {{Path|select=all|C:\Program Files}} }} | ||
Revision as of 09:53, 30 April 2023
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.
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 | Examples | Preview |
|---|---|---|---|
| {{{1}}} | The path to the folder. | F:\Program Files\Steam | |
| {{{2}}} | The path to the file. | F:\Program Files\Steam.steam.exe | |
| {{{select}}} | Text selection mode based on the CSS property user-select.
|
C:\Program Files C:\Program Files |