Module:Item infobox/doc: Difference between revisions
From Space Station 14 Wiki
No edit summary |
|||
Line 1: | Line 1: | ||
{{module docs}} | {{module docs}} | ||
Contains partial implementation for {{t|Item infobox}}. | |||
== Edible by params == | == Edible by params == |
Latest revision as of 02:07, 4 April 2025
Module documentation
|
---|
View or edit this documentation • (about module documentation) |
Contains partial implementation for {{Item infobox}}.
Edible by params
Edible by parameters are implemented in this module, entrypoint generate_edible_by
.
List of edible by params is defined by edible_by_display_tbl
.
Tests
Module:Item infobox/testcases/edible by
✅ All tests passed.
Name | Expected | Actual | |
---|---|---|---|
✅ | test_empty | ||
✅ | test_everyone | ||
✅ | test_everyone_except_other_options | ||
✅ | test_everyone_except_reptilians | ||
✅ | test_moth | ||
✅ | test_reptilian |