Template:Executable name

From Stardew Valley Wiki
Revision as of 18:15, 12 June 2022 by Pathoschild (talk | contribs) (Pathoschild moved page Template:File name to Template:Executable name without leaving a redirect: update for new usage)
Jump to navigation Jump to search

[[File:{{{2}}}|20px]] {{{1}}}.exe

Description

This template formats an executable file's name & icon for consistency in documentation pages.

Use

The template can be used by placing {{executable name|executable name without file extension|wiki icon name}} on the page. If the icon field is omitted, it'll be auto-populated if the name is Stardew Valley, StardewValley, or StardewModdingAPI.

For example:

code result
{{executable name|Stardew Valley|Stardew Valley executable icon.png}}
Stardew Valley executable icon.png Stardew Valley.exe
{{executable name|Stardew Valley}}
[[File:{{{2}}}|20px]] Stardew Valley.exe
{{executable name|StardewModdingAPI}}
[[File:{{{2}}}|20px]] StardewModdingAPI.exe

You can also set a different executable file extension:

code result
{{executable name|install on Windows|extension=bat}}
[[File:{{{2}}}|20px]] install on Windows.exe