Difference between revisions of "Template:Import"
Jump to navigation
Jump to search
(modified by py-yprinciple-gen 0.2.8) |
(modified by py-yprinciple-gen 0.2.8) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 22: | Line 22: | ||
<pre>{{Import | <pre>{{Import | ||
|state= | |state= | ||
+ | |url= | ||
|target= | |target= | ||
|start= | |start= | ||
|end= | |end= | ||
|days= | |days= | ||
+ | |os= | ||
+ | |cpu= | ||
+ | |ram= | ||
|triples= | |triples= | ||
+ | |comment= | ||
|storemode=property or subjobject or none" | |storemode=property or subjobject or none" | ||
}} | }} | ||
Line 35: | Line 40: | ||
|isA=Import | |isA=Import | ||
|Import state={{{state|}}} | |Import state={{{state|}}} | ||
+ | |Import url={{{url|}}} | ||
|Import target={{{target|}}} | |Import target={{{target|}}} | ||
|Import start={{{start|}}} | |Import start={{{start|}}} | ||
|Import end={{{end|}}} | |Import end={{{end|}}} | ||
|Import days={{{days|}}} | |Import days={{{days|}}} | ||
+ | |Import os={{{os|}}} | ||
+ | |Import cpu={{{cpu|}}} | ||
+ | |Import ram={{{ram|}}} | ||
|Import triples={{{triples|}}} | |Import triples={{{triples|}}} | ||
+ | |Import comment={{{comment|}}} | ||
}} | }} | ||
|#default={{#set: | |#default={{#set: | ||
|isA=Import | |isA=Import | ||
|Import state={{{state|}}} | |Import state={{{state|}}} | ||
+ | |Import url={{{url|}}} | ||
|Import target={{{target|}}} | |Import target={{{target|}}} | ||
|Import start={{{start|}}} | |Import start={{{start|}}} | ||
|Import end={{{end|}}} | |Import end={{{end|}}} | ||
|Import days={{{days|}}} | |Import days={{{days|}}} | ||
+ | |Import os={{{os|}}} | ||
+ | |Import cpu={{{cpu|}}} | ||
+ | |Import ram={{{ram|}}} | ||
|Import triples={{{triples|}}} | |Import triples={{{triples|}}} | ||
+ | |Import comment={{{comment|}}} | ||
}} | }} | ||
}} | }} | ||
Line 61: | Line 76: | ||
![[Property:Import state|state]] | ![[Property:Import state|state]] | ||
{{!}} {{#if:{{{state|}}}|{{{state}}}|}} | {{!}} {{#if:{{{state|}}}|{{{state}}}|}} | ||
+ | {{!}}- | ||
+ | ![[Property:Import url|url]] | ||
+ | {{!}} {{#if:{{{url|}}}|{{{url}}}|}} | ||
{{!}}- | {{!}}- | ||
![[Property:Import target|target]] | ![[Property:Import target|target]] | ||
Line 73: | Line 91: | ||
![[Property:Import days|days]] | ![[Property:Import days|days]] | ||
{{!}} {{#if:{{{days|}}}|{{{days}}}|}} | {{!}} {{#if:{{{days|}}}|{{{days}}}|}} | ||
+ | {{!}}- | ||
+ | ![[Property:Import os|os]] | ||
+ | {{!}} {{#if:{{{os|}}}|{{{os}}}|}} | ||
+ | {{!}}- | ||
+ | ![[Property:Import cpu|cpu]] | ||
+ | {{!}} {{#if:{{{cpu|}}}|{{{cpu}}}|}} | ||
+ | {{!}}- | ||
+ | ![[Property:Import ram|ram]] | ||
+ | {{!}} {{#if:{{{ram|}}}|{{{ram}}}|}} | ||
{{!}}- | {{!}}- | ||
![[Property:Import triples|triples]] | ![[Property:Import triples|triples]] | ||
{{!}} {{#if:{{{triples|}}}|{{{triples}}}|}} | {{!}} {{#if:{{{triples|}}}|{{{triples}}}|}} | ||
+ | {{!}}- | ||
+ | ![[Property:Import comment|comment]] | ||
+ | {{!}} {{#if:{{{comment|}}}|{{{comment}}}|}} | ||
{{!}}- | {{!}}- | ||
{{!}}} | {{!}}} |