v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Difference between revisions of "Template:Steam workshop tokens"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
m (→‎Steam Workshop tokens: Added overwriting disclaimer to description token)
 
(One intermediate revision by one other user not shown)
Line 15: Line 15:
 
|-
 
|-
 
| {{text anchor|STEAM_TITLE}}
 
| {{text anchor|STEAM_TITLE}}
| string
+
| single string
 
| {{tc|red|Req}}
 
| {{tc|red|Req}}
 
| The title of the mod on Steam Workshop.
 
| The title of the mod on Steam Workshop.
| ''Imani's Tweaks''
+
| ''<nowiki>[STEAM_TITLE:Imani's Tweaks]</nowiki>''
 
| [https://partner.steamgames.com/doc/api/ISteamUGC#SetItemTitle SetItemTitle]
 
| [https://partner.steamgames.com/doc/api/ISteamUGC#SetItemTitle SetItemTitle]
  
Line 26: Line 26:
 
|
 
|
 
| The description of the mod on Steam Workshop. Maximum size is 8000 bytes (about 400 words).
 
| The description of the mod on Steam Workshop. Maximum size is 8000 bytes (about 400 words).
 +
Will overwrite the existing description of the mod on the workshop, can be omitted to avoid this behavior.
 
| ''<nowiki>[STEAM_DESCRIPTION:This is my collection of small changes and additional content.]</nowiki>''
 
| ''<nowiki>[STEAM_DESCRIPTION:This is my collection of small changes and additional content.]</nowiki>''
 
| [https://partner.steamgames.com/doc/api/ISteamUGC#SetItemDescription SetItemDescription]
 
| [https://partner.steamgames.com/doc/api/ISteamUGC#SetItemDescription SetItemDescription]
Line 58: Line 59:
 
|
 
|
 
| A brief description of the changes made. (Optional, set to NULL for no change note). The log message is only for the version you're uploading. This should be different each time you update a mod, and only include the changes in the new version. Steam Workshop congregates all version changelogs, so a full changelog can be seen there.  
 
| A brief description of the changes made. (Optional, set to NULL for no change note). The log message is only for the version you're uploading. This should be different each time you update a mod, and only include the changes in the new version. Steam Workshop congregates all version changelogs, so a full changelog can be seen there.  
| Initial example: <nowiki>''[STEAM_CHANGELOG:Initial release]''</nowiki>
+
| Initial example: ''<nowiki>[STEAM_CHANGELOG:Initial release]</nowiki>''
Subsequent example: <nowiki>''[STEAM_CHANGELOG:Made the mod compatible with yada yada]''</nowiki>
+
Update example: ''<nowiki>[STEAM_CHANGELOG:Update the mod compatible with...]</nowiki>''
 
|
 
|
  

Latest revision as of 05:22, 12 March 2024