Template:Path: Difference between revisions
Jump to navigation
Jump to search
SirYodaJedi (talk | contribs) m (Undo revision 329651 by Lxm6 (talk) breaks dozens of existing pages, and creates unnecessary typing.) Tag: Undo |
(hese won't work in general) Tag: Undo |
||
Line 8: | Line 8: | ||
{{Doc}} | {{Doc}} | ||
<includeonly><onlyinclude><!-- | <includeonly><onlyinclude><!-- | ||
--><span title="{{#switch:{{{icon}}} | --><span title="{{#switch:{{{icon}}} | ||
|#default={{Path/strings|Path}} {{{1|}}}{{#if:{{{2|}}}|.{{{2}}}|}} | |#default={{Path/strings|Path}} {{{1|}}}{{#if:{{{2|}}}|.{{{2}}}|}} | ||
|exe|executable={{Path/strings|exe}} - {{{1|}}}{{#if:{{{2|}}}|.{{{2}}}|}} | |exe|executable={{Path/strings|exe}} - {{{1|}}}{{#if:{{{2|}}}|.{{{2}}}|}} | ||
Line 21: | Line 21: | ||
}}" style="display:inline-flex; align-items:center; line-height:1.35em"><!-- | }}" 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:{{#switch:{{{icon}}} | --><span style="position:relative; top:1px">[[File:{{#switch:{{{icon}}} | ||
|#default=icon-folder open-filled.png | |#default=icon-folder open-filled.png | ||
|exe|executable=Icon-Windows_Executable.png | |exe|executable=Icon-Windows_Executable.png | ||
Line 31: | Line 31: | ||
|texture=Icon-Image-filled.png<!-- Texture file will have same icon as image, but the tooltip will remain different.--> | |texture=Icon-Image-filled.png<!-- Texture file will have same icon as image, but the tooltip will remain different.--> | ||
|generic|file=Icon-File-filled-cropped.png | |generic|file=Icon-File-filled-cropped.png | ||
}}|baseline|alt={{#switch:{{{icon}}} | }}|baseline|alt={{#switch:{{{icon}}} | ||
|#default={{Path/strings|Folder}} | |#default={{Path/strings|Folder}} | ||
|exe=Windows EXE | |exe=Windows EXE | ||
Line 45: | Line 45: | ||
}}|15px]]</span><!-- | }}|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; {{#if:{{{select|}}}|user-select:{{{select}}}|}}">{{{1|}}}{{#if:{{{2|}}}|{{#ifexist: {{{2}}} | | --><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; {{#if:{{{select|}}}|user-select:{{{select}}}|}}">{{{1|}}}{{#if:{{{2|}}}|{{#ifexist: {{{2}}} | [[{{{2}}}]] | {{{2}}} }}|}}</code><!-- | ||
--></span></onlyinclude></includeonly> | --></span></onlyinclude></includeonly> |
Revision as of 06:54, 20 July 2023
Todo: Automatic icons (should be case insensitive):
- Use music icon if {{{2}}} is "wav", "mp3", "ogg", "vsnd_c", or any other audio formats.
- Use video icon if {{{2}}} is "bik", "avi", "wmv", "mov", "webm", "mp4", or any other video formats.
- Use picture icon if {{{2}}} is "jpg", "bmp", "tga", "vtf", "vtex_c", "spr", "png", or any other image and texture formats.
- Use executable icon if {{{2}}} is "exe", "bat", "sh", "com", "app", or any other executable applications.
- Otherwise, use generic file icon if {{{2}}} exists.
The above documentation is transcluded from Template:Path/doc. (Edit | Page history)
Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages.
Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages.