Todo: Automatically use music icon if {{{2}}} is "wav", "mp3", "ogg", "vsnd_c" or any other audio formats.
Automatically use video icon if {{{2}}} is "bik", "avi", "wmv", "mov", "webm", "mp4" or any other video formats.
Automatically use picture icon if {{{2}}} is "jpg", "bmp", "tga", "vtf" or any other image and texture formats.
Todo: Generic "file" icon (sheet of paper with bent corner), to use if path target is file.
Template:ModernBug

Available doc translations
…
EnglishThis template uses a strings subpagePlease 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}}
|
 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}}
|
 D:\Program Files\Steam\steam.exe  de_dust2.bsp  materials\debug\debugempty.vtf
|
{{{select}}}
|
Text selection mode based on the CSS property user-select. No effect on some browsers. Warning:select=none is likely to cause user frustration; use sparingly.
|
{{Path|select=none|C:\Program Files}} {{Path|select=all|C:\Program Files}}
|
 C:\Program Files  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}}
|
 hl2.exe
 HKEY_CURRENT_USER\SOFTWARE\Valve\Source
 DXLevel_V1
 Half-Life01.mp3
![[►]](/w/images/thumb/f/f5/Icon-Video_File-filled.png/15px-Icon-Video_File-filled.png) valve.bik
 example.sound.cache
 d1_trainstation_010000.jpg
 alyx_sheet.vtf
 p3.exe
|
See also