Difference between revisions of "Template:EventElement"

From Herocopia
Jump to: navigation, search
m (supress subtype if not present)
m
Line 4: Line 4:
 
{{#if: {{{link|}}}|<td>{{{element}}}</td>|<td>[[{{{element}}}]]</td>}}
 
{{#if: {{{link|}}}|<td>{{{element}}}</td>|<td>[[{{{element}}}]]</td>}}
 
<td>{{{type}}}</td>
 
<td>{{{type}}}</td>
{{#if: {{{subtype}}}||<td>{{{subtype}}}</td>}}
+
{{#if: {{{subtype}}}|<td>{{{subtype}}}</td>|}}
 
</tr>
 
</tr>
  
  
 
{{#set:name={{{element}}} | elementType={{{type}}} | elementSubType = {{{subtype}}}}}
 
{{#set:name={{{element}}} | elementType={{{type}}} | elementSubType = {{{subtype}}}}}

Revision as of 21:53, 9 September 2015

[[{{{element}}}]] {{{type}}} {{{subtype}}}

  • Property "Name" (as page type) with input value "{{{element}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process.
  • Property "ElementType" (as page type) with input value "{{{type}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process.
  • Property "ElementSubType" (as page type) with input value "{{{subtype}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process.