Template:Condition: Difference between revisions
From DBpedia Mappings
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly><table class="wikitable"> | ||
<tr><th style="text-align:left" colspan="2"> Condition <small>([[Template:Condition|<span style="cursor:help;">help</span>]])</small> | |||
|}<blockquote>{{#if:{{{mapping|}}}|{{{mapping}}}}}</blockquote></includeonly> | </th></tr> | ||
{{#if:{{{otherwise|}}}|| | |||
<tr> | |||
<td width="150px">template property</td> | |||
<td width="400px">{{#if:{{{templateProperty|}}}|{{{templateProperty}}}|<span style="color:red">please define a template property</span>}}</td> | |||
</tr> | |||
<tr> | |||
<td>operator</td> | |||
<td>{{#if:{{{operator|}}}|{{{operator}}}|<span style="color:red">please define an operator</span>}}</td> | |||
</tr> | |||
<tr> | |||
<td>value</td> | |||
<td>{{#if:{{{value|}}}|{{{value}}}|<span style="color:red">please define a value</span>}}</td> | |||
</tr> | |||
}} | |||
</table> | |||
<blockquote>{{#if:{{{mapping|}}}|{{{mapping}}}}}</blockquote></includeonly> |