Template:LocLine: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
(Build up a JSON object to store as a singular smw property) |
(Check if the quantity is a valid number (so "?" is not passed as a value), and use -1 instead of null so it shows up in lua) |
||
Line 3: | Line 3: | ||
<td>{{#show: {{{loc}}} |?Episode }}</td> |
<td>{{#show: {{{loc}}} |?Episode }}</td> |
||
<td>{{#if:{{{quantity|}}}|{{{quantity}}}|{{Unknown}}}}</td> |
<td>{{#if:{{{quantity|}}}|{{{quantity}}}|{{Unknown}}}}</td> |
||
</tr>{{#subobject:LOC_{{{loc}}}|Location object={{#if:{{#var:loc_version}}|{{FULLPAGENAME}}#{{#var:loc_version}}|{{FULLPAGENAME}}}}|Located in={{{loc}}}|Location quantity={{#if:{{{quantity|}}}|{{{quantity}}}|Unknown}}}}{{#vardefine:loc_json|{{#var:loc_json}}{{#if:{{#var:loc_json}}|,|{{(}}}}"{{{loc}}}":{{# |
</tr>{{#subobject:LOC_{{{loc}}}|Location object={{#if:{{#var:loc_version}}|{{FULLPAGENAME}}#{{#var:loc_version}}|{{FULLPAGENAME}}}}|Located in={{{loc}}}|Location quantity={{#if:{{{quantity|}}}|{{{quantity}}}|Unknown}}}}{{#vardefine:loc_json|{{#var:loc_json}}{{#if:{{#var:loc_json}}|,|{{(}}}}"{{{loc}}}":{{#iferror:{{#expr:{{{quantity|-1}}}}}|-1|{{{quantity|-1}}}}}}}</includeonly><noinclude>{{/doc}}</noinclude> |