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/status

Aus Stardew Valley Wiki
Wechseln zu: Navigation, Suche

ok

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:48:22.

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 the equivalent status name for the beta (if beta fields are specified) or stable. If the mod is broken, it returns broken-open or broken-closed instead (for open-source or closed-source mods respectively).

example usage result
Stable is compatible, but beta broke:
{{/status
  |source          = 
  |unofficial      = 
  |broke in        = 
  |status          = 
  |beta unofficial = 
  |beta broke in   = Stardew Valley 1.3.29
  |beta status     = 
}}
broken-closed
Stable is compatible, but beta broke (no -closed or -open subtag):
{{/status
  |source          = 
  |unofficial      = 
  |broke in        = 
  |status          = 
  |beta unofficial = 
  |beta broke in   = Stardew Valley 1.3.29
  |beta status     = 
  |no subtag       = 1
}}
broken
Stable is compatible, but beta needs an unofficial update:
{{/status
  |source          = 
  |unofficial      = 
  |broke in        = 
  |status          = 
  |beta unofficial = http://example.com
  |beta broke in   = Stardew Valley 1.3.29
  |beta status     = 
}}
unofficial
Stable is broken, but beta is compatible:
{{/status
  |source          = 
  |unofficial      = 
  |broke in        = Stardew Valley 1.3.29
  |status          = 
  |beta unofficial = 
  |beta broke in   = 
  |beta status     = ok
}}
ok
Stable and beta are both compatible:
{{/status
  |source          = 
  |unofficial      = 
  |broke in        = 
  |status          = 
  |beta unofficial = 
  |beta broke in   = 
  |beta status     = 
}}
ok

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