All public logs
From Space Station 14 Wiki
Combined display of all available logs of Space Station 14 Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 11:58, 15 August 2024 Aliser talk contribs created page Module:Item (Created page with "-- Contains utilities for working with in-game items. local p = {} --p stands for package local getArgs = require('Module:Arguments').getArgs local item_names_by_item_id = { AnomalyScanner = { "anomaly scanner" }, AnomalyLocator = { "anomaly locator" }, AnomalyLocatorWide = { "wide-spectrum anomaly locator" }, } -- Lookups the item ID by its name or a an alias. function p.lookup_item_id_by_name(frame) local args = getArgs(frame) local name_query = arg...")