All public logs

Combined display of all available logs of Desynced Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 07:34, 14 August 2023 Maz talk contribs created page Template:ConcatImage/doc (Created page with "= Usage = <pre>{{ConcatImage|file name|size}}</pre> Takes a file name and produces a <code>CONCAT</code> statement which selects the field in a cargo query but produces an image of <code>size</code>. Size defaults to <code>64x64px</code> This is useful in selecting images directly based on column values: <pre> {{#cargo_query: tables=item |fields={{ConcatImage|name}} }} </pre> Would produce: {{#cargo_query: tables=item |fields={{ConcatImage|name}} }} Underling code:...")