H. C. Kruse
H. C. Kruse
That's how it is listed in the XML:  It is correct in the description data though
I'll try to add some when my time permits it!
> I do not think this would work for two reasons: > > * `file_get_contents` also does not understand protocol-less URIs. The URL also needs to be protocolized before it...
Wanting to implement this I've looked through `TableResultPrinter`, and it seems like `|sep=` implements this feature(?) https://github.com/SemanticMediaWiki/SemanticMediaWiki/blob/982277bf4533e3e0ee6dbaead39c5f7a909ed047/src/Query/ResultPrinters/TableResultPrinter.php#L102 ```php if ( !isset( $this->params['sep'] ) || $this->params['sep'] === '' ) { $this->params['sep']...
Does this work for all items? Using only the class name (excluding `XX_YY_ZZ`) the `Legion Jacket` would have the following variants: * Horde Jacket * Tempo Jacket Gold * Tempo...
All hardpoints get imported from `SItemPortLoadoutManualParams` and `Vehicle.Parts`. For the Carrack these would be the corresponding entries: [SItemPortLoadoutManualParams](https://github.com/StarCitizenWiki/scunpacked-data/blob/94acb1ef4a8cc013bc09e2b0cd308dc878bfcfb2/v2/ships/anvl_carrack-raw.json#L58) and [Vehicle.Parts](https://github.com/StarCitizenWiki/scunpacked-data/blob/94acb1ef4a8cc013bc09e2b0cd308dc878bfcfb2/v2/ships/anvl_carrack-raw.json#L958). I could not find a hardpoint with `bed` in its...
Checking the files, I could not find any references to those beds in the vehicle xml. So our only option would be to add these bed hardpoints manually. That is...
Thanks for the report! Do you have a shareable live setup where we can see this error?
@gaon12 this should be fixed in the upcoming release :)
Could you try adding `|autosize`?