Changes

Jump to navigation Jump to search
m
Replace deprecated <source> tags with <syntaxhighlight> tags
Line 26: Line 26:  
==Script==
 
==Script==
 
This script generates the template call when run from the parent page.
 
This script generates the template call when run from the parent page.
<source lang="javascript">
+
<syntaxhighlight lang="javascript">
 
(function() {
 
(function() {
 
   // group mods by status
 
   // group mods by status
Line 87: Line 87:  
   `.replace(/^    /mg, ''));
 
   `.replace(/^    /mg, ''));
 
})();
 
})();
</source>
+
</syntaxhighlight>
    
[[Category:Modding]]
 
[[Category:Modding]]
 
[[de:Modding:SMAPI Kompatibilität/barchart]]
 
[[de:Modding:SMAPI Kompatibilität/barchart]]
 
</noinclude>
 
</noinclude>
114

edits

Navigation menu