This wiki is a read-only version of the Stardew Valley Wiki. The official editable wiki maintained by ConcernedApe can be found at stardewvalleywiki.com

Modding:SMAPI compatibility/entry/summary

Aus Stardew Valley Wiki
Wechseln zu: Navigation, Suche


Robin building.png
Ich habe noch eine Menge Arbeit vor mir
— Robin

Unvollständige Übersetzung

Dieser Artikel oder Abschnitt wurde noch nicht vollständig ins Deutsche übersetzt. Du bist herzlich eingeladen, uns dabei durch die Bearbeitung dieses Textes zu unterstützen!
Zuletzt bearbeitet von Nanogamer7 am 10. Dez. 2018 um 20:45:14.

Usage

This is part of Modding:SMAPI compatibility/entry and shouldn't be used directly. Given a set of arguments that indicate compatibility, it returns a human-readable summary.

Test cases:

example usage result
Compatible:
{{/summary
  |status             = ok
  |summary            = 
  |unofficial url     = 
  |unofficial version = 
}}
✓ use latest version.
Optional update:
{{/summary
  |status             = optional
  |summary            = 
  |unofficial url     = 
  |unofficial version = 
}}
✓ use optional download.
Unofficial version:
{{/summary
  |status             = unofficial
  |summary            = 
  |unofficial url     = http://example.org
  |unofficial version = 1.0.1-unofficial.1-example
}}
⚠ broken, use unofficial update (1.0.1-unofficial.1-example).
Workaround:
{{/summary
  |status             = workaround
  |summary            = do a thing.
  |unofficial url     = 
  |unofficial version = 
}}
⚠ broken, do a thing.
Broken (closed-source):
{{/summary
  |status             = broken-closed
  |summary            = 
  |unofficial url     = 
  |unofficial version = 
}}
✖ broken, not open-source.
Broken (open-source):
{{/summary
  |status             = broken-open
  |summary            = 
  |unofficial url     = 
  |unofficial version = 
}}
↻ broken, not updated yet.
Obsolete:
{{/summary
  |status             = obsolete
  |summary            = 
  |unofficial url     = 
  |unofficial version = 
}}
✖ remove this mod (obsolete).
Abandoned:
{{/summary
  |status             = abandoned
  |summary            = 
  |unofficial url     = 
  |unofficial version = 
}}
✖ remove this mod (no longer maintained).
Custom:
{{/summary
  |status             = broken-open
  |summary            = some custom summary.
  |unofficial url     = 
  |unofficial version = 
}}
↻ broken, some custom summary.

And returns an equivalent status name for the beta version: broken-closed.