Template:Path: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Creating a template based on experiments from User:THE OWL/Sandbox)
 
mNo edit summary
Line 1: Line 1:
{{Doc}}
{{Doc}}
<includeonly><onlyinclude><span style="display:inline-flex; align-items:center; line-height:1.35em">
<includeonly><onlyinclude><span style="display:inline-flex; align-items:center; line-height:1.35em"><!--
<span style="background-color:{{#if:{{{2|}}}|#984EDDCC|#536FFFCC}}; border-radius:4px 0 0 4px; padding:0 3px 0 4px; user-select:none; pointer-events:none"><!--
--><span style="background-color:{{#if:{{{2|}}}|#984EDDCC|#536FFFCC}}; border-radius:4px 0 0 4px; padding:0 3px 0 4px; user-select:none; pointer-events:none"><!--
--><span style="position:relative; top:1px">[[File:icon-folder open-filled.png|baseline|15px]]</span>
--><span style="position:relative; top:1px">[[File:icon-folder open-filled.png|baseline|15px]]</span>
</span>
</span><!--
<code style="background-color:rgba({{#if:{{{2|}}}|152,78,221,.25|83,111,255,.25}}); border-radius:0 4px 4px 0; color:#CCC; padding:0 4px; user-select:{{{select|}}}">{{{1|}}}{{#if:{{{2|}}}|\{{{2}}}|}}<span style="user-select:none"></span></code>
--><code style="background-color:rgba({{#if:{{{2|}}}|152,78,221,.25|83,111,255,.25}}); border-radius:0 4px 4px 0; color:#CCC; padding:0 4px; user-select:{{{select|}}}">{{{1|}}}{{#if:{{{2|}}}|\{{{2}}}|}}<span style="user-select:none"></span></code>
</span></onlyinclude></includeonly>
</span></onlyinclude></includeonly>

Revision as of 10:11, 30 April 2023

English (en)Deutsch (de)Esperanto (eo)Español (es)Français (fr)Suomi (fi)Hrvatski (hr)Magyar (hu)Italiano (it)日本語 (ja)한국어 (ko)Nederlands (nl)Polski (pl)Português (pt)Português do Brasil (pt-br)Русский (ru)Slovenčina (sk)Svenska (sv)Türkçe (tr)Українська (uk)Tiếng Việt (vi)中文 (zh)中文(臺灣) (zh-tw)
Curly brackets white.pngTemplate Documentation [view] [edit]
Icon-translate.png Available doc translations
View
Page history
Icon-translate.png
This template uses a strings subpage
Please follow the format on this subpage(s) to add translations.

The path to the folder or file. {{file}} aliases here.

Parameters and Examples

Parameter Description Examples Preview
{{{1}}} The path to the folder or file.
{{Path|C:\Program Files\Steam}}
Icon-folder open-filled.png

C:\Program Files\Steam

{{{2}}} File extension, if any. Omit the dot.
{{Path|D:\Program Files\Steam\steam|exe}}
{{Path|de_dust2|bsp}}
{{Path|materials\debug\debugempty|vtf}}
Icon-folder open-filled.png

D:\Program Files\Steam\steam\exe
Icon-folder open-filled.png de_dust2\bsp
Icon-folder open-filled.png materials\debug\debugempty\vtf

{{{select}}} Text selection mode based on the CSS property user-select.
No effect on some browsers.
Warning.pngWarning:select=none is likely to cause user frustration; use sparingly.
{{Path|select=none|C:\Program Files}}
{{Path|select=all|C:\Program Files}}
Icon-folder open-filled.png

C:\Program Files

Icon-folder open-filled.png

C:\Program Files

{{{icon}}}
{{{customico}}}
Changes the icon. The tooltip (which appears if you are hovering the text or the icon itself), will have it's text changed aswell.

If the images is disabled in your browser or when a new icon file is being uploaded, it may fallback to Unicode symbols or simple text.

{{{customico}}} is used to change to any icon if you want. Tooltip will likely be limited with this method, which only refers custom icon as a generic file, and may cause a scaling bug (more noticeable when zooming in).
Executable:
{{Path|hl2|exe|icon=exe}}
Registry path:
{{Path|Computer\HKEY_CURRENT_USER\SOFTWARE\Valve\Source|icon=reg}}
Registry value:
{{Path|DXLevel_V1|icon=regv}}
Audio/Music:
{{Path|Half-Life01|mp3|icon=audio}}
Videos:
{{Path|valve|bik|icon=video}}
File (generic):
{{Path|example|sound.cache|icon=file}}
Image:
{{Path|d1_trainstation_010000|jpg|icon=image}}
Texture (currently same icon, but this will likely change):
{{Path|alyx_sheet|vtf|icon=texture}}
Custom icon:
{{Path|hl2|exe|icon=custom|customico=HL2-hires.png}}
Icon-folder open-filled.png

hl2\exe

Icon-folder open-filled.png

HKEY_CURRENT_USER\SOFTWARE\Valve\Source

Icon-folder open-filled.png

DXLevel_V1

Icon-folder open-filled.png

Half-Life01\mp3

Icon-folder open-filled.png

valve\bik

Icon-folder open-filled.png

example\sound.cache

Icon-folder open-filled.png

d1_trainstation_010000\jpg

Icon-folder open-filled.png

alyx_sheet\vtf

Icon-folder open-filled.png

p3\exe

See also