Combined display of all available logs of Star Citizen Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 03:09, 6 March 2024 Alistair3149 talk contribs created page Module:ItemPorts (Created page with "require( 'strict' ) local ItemPorts = {} local metatable = {} local methodtable = {} metatable.__index = methodtable --- Creates the object that is used to query the SMW store --- --- @param page string the vehicle page containing data --- @return table local function makeSmwQueryObject( page ) return { mw.ustring.format( '-Has subobject::' .. page .. '%s::+', 'Item port name' ), mw.ustring.format( '?%s#-=n...")