Template:Executable name/doc: Difference between revisions
Appearance
https://hourglassachives.wikioasis.org/wiki/Main_Page>Margotbean m Text replacement - "==Usage==" to "==Use==" |
m 1 revision imported |
||
(No difference)
|
Latest revision as of 19:06, April 5, 2025
Description[edit]
This template formats an executable file's name & icon for consistency in documentation pages.
Use[edit]
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}} |
File:Stardew Valley executable icon.png Stardew Valley.exe
|
{{executable name|Stardew Valley}} |
File:Stardew Valley executable icon.png Stardew Valley.exe
|
{{executable name|StardewModdingAPI}} |
File:SMAPI mascot.png StardewModdingAPI.exe
|
You can also set a different executable file extension:
code | result |
---|---|
{{executable name|install on Windows|extension=bat}} |
install on Windows.bat
|