Changes

→‎Content packs: use upcoming-smapi template as header
Line 598: Line 598:     
===Content packs===
 
===Content packs===
{{SMAPI upcoming
+
{{SMAPI upcoming|2.5}}
|version = 2.5
+
 
|content = A content pack is a sub-mod containing files your mod can read. These are installed just like a regular SMAPI mod, but don't do anything on their own. These must specify your mod in their <tt>manifest.json</tt>. See [[Modding:Content packs]] for more info about content packs.
+
A content pack is a sub-mod containing files your mod can read. These are installed just like a regular SMAPI mod, but don't do anything on their own. These must specify your mod in their <tt>manifest.json</tt>. See [[Modding:Content packs]] for more info about content packs.
    
SMAPI provides a method to get content packs loaded for your mod, and each content pack has an API you can use to read its files:
 
SMAPI provides a method to get content packs loaded for your mod, and each content pack has an API you can use to read its files:
Line 616: Line 616:  
}
 
}
 
</source>
 
</source>
}}
      
===Logging===
 
===Logging===
translators
8,404

edits