Difference between revisions of "Modding:Mod compatibility/entry"

From Stardew Valley Wiki
Jump to navigation Jump to search
(add default summary for broken status, document statuses)
(+ soon and soon-official statuses)
Line 6: Line 6:
 
! compatibility
 
! compatibility
 
! &nbsp;</noinclude>
 
! &nbsp;</noinclude>
|- style="{{#switch:{{{status}}} |ok=background: #9F9; |workaround=background: #FF9; |broken=background: #F99;}}"
+
|- style="{{#switch:{{{status}}} |ok=background: #9F9; |workaround=background: #FF9; |broken|soon|soon-official=background: #F99;}}"
 
| {{#if:{{{url|}}}|[{{{url}}} {{{name}}}]|{{{name}}}}}
 
| {{#if:{{{url|}}}|[{{{url}}} {{{name}}}]|{{{name}}}}}
 
| {{{author}}}
 
| {{{author}}}
| {{#switch:{{{status}}} |ok=✓ |workaround=⚠ |broken=✖}} {{#if:{{{summary|}}}|{{{summary}}}|{{#switch:{{{status}}}|ok=use latest version. |broken=broken, not open-source.}}}}
+
| {{#switch:{{{status}}} |ok=✓ |workaround=⚠ |soon|soon-official=↻ |broken=✖}} {{#if:{{{summary|}}}|{{{summary}}}|{{#switch:{{{status}}}|ok=use latest version. |broken=broken, not open-source. |soon=update coming soon. |soon-official=author will update it soon. }}}}
 
| {{#if:{{{source|}}}|[{{{source}}} source]}}{{#if:{{{hide-url|}}}|&#32;[{{{hide-url}}} ᵒ]}}{{#if:{{{link1|}}}|&#32;[{{{link1}}} ¹]}}{{#if:{{{link2|}}}|&#32;[{{{link2}}} ²]}}<noinclude>
 
| {{#if:{{{source|}}}|[{{{source}}} source]}}{{#if:{{{hide-url|}}}|&#32;[{{{hide-url}}} ᵒ]}}{{#if:{{{link1|}}}|&#32;[{{{link1}}} ¹]}}{{#if:{{{link2|}}}|&#32;[{{{link2}}} ²]}}<noinclude>
 
|}
 
|}
Line 21: Line 21:
 
   |url    = http://www.nexusmods.com/stardewvalley/mods/541
 
   |url    = http://www.nexusmods.com/stardewvalley/mods/541
 
   |status  = ok
 
   |status  = ok
   |summary = use latest version.
+
   |summary =  
 
   |source  = https://github.com/Pathoschild/StardewMods
 
   |source  = https://github.com/Pathoschild/StardewMods
 
}}
 
}}
Line 36: Line 36:
 
| The mod is compatible with SMAPI 2.0.
 
| The mod is compatible with SMAPI 2.0.
 
| ''use latest version.''
 
| ''use latest version.''
 +
|-
 +
| <code>workaround</code>
 +
| The mod isn't compatible with SMAPI 2.0, but the player can fix it or there's a good alternative.
 +
|
 +
|-
 +
| <code>soon</code>
 +
| The mod isn't compatible with SMAPI 2.0, but it's open-source so an unofficial update will be prepared soon (if the author doesn't update it first).
 +
| ''update coming soon.''
 +
|-
 +
| <code>soon-official</code>
 +
| The mod isn't compatible with SMAPI 2.0, but the author has said they'll update it.
 +
| ''author will update it soon.''
 
|-
 
|-
 
| <code>broken</code>
 
| <code>broken</code>
 
| The mod isn't compatible with SMAPI 2.0, isn't open-source, and there's no indication that the author will update it yet.
 
| The mod isn't compatible with SMAPI 2.0, isn't open-source, and there's no indication that the author will update it yet.
 
| ''broken, not open-source.''
 
| ''broken, not open-source.''
|-
 
| <code>workaround</code>
 
| The mod isn't compatible with SMAPI 2.0, but the player can fix it or there's a good alternative.
 
|
 
 
|}
 
|}
  

Revision as of 17:57, 11 July 2017

Usage

Basic fields:

{{/entry
  |name    = Lookup Anything
  |author  = Pathoschild
  |url     = http://www.nexusmods.com/stardewvalley/mods/541
  |status  = ok
  |summary = 
  |source  = https://github.com/Pathoschild/StardewMods
}}

Valid statuses:

status meaning default summary
ok The mod is compatible with SMAPI 2.0. use latest version.
workaround The mod isn't compatible with SMAPI 2.0, but the player can fix it or there's a good alternative.
soon The mod isn't compatible with SMAPI 2.0, but it's open-source so an unofficial update will be prepared soon (if the author doesn't update it first). update coming soon.
soon-official The mod isn't compatible with SMAPI 2.0, but the author has said they'll update it. author will update it soon.
broken The mod isn't compatible with SMAPI 2.0, isn't open-source, and there's no indication that the author will update it yet. broken, not open-source.

Other fields:

  • |hide-url=URL (replacing |url=) moves the URL into a superscript link.
  • |link1=URL and |link2=URL adds superscript links.