Difference between revisions of "CreateTopicForm"
Jump to navigation
Jump to search
Tim Holzheim (talk | contribs) |
Tim Holzheim (talk | contribs) |
||
Line 22: | Line 22: | ||
{%- endfor %} | {%- endfor %} | ||
{%- set topic_property_properties = [] -%} | {%- set topic_property_properties = [] -%} | ||
− | {% for pp in smw.query("[[Property topic::" + row.Topic + "]]" + property_printouts %} | + | {% for pp in smw.query("[[Property topic::" + row.Topic + "]]" + property_printouts).values() %} |
{%- set dump = topic_property_properties.append(pp) -%} | {%- set dump = topic_property_properties.append(pp) -%} | ||
{%- endfor %} | {%- endfor %} | ||
{%- set property_properties = [] -%} | {%- set property_properties = [] -%} | ||
{% for tp in topic_properties %} | {% for tp in topic_properties %} | ||
− | {% for pp in smw.query("[[Property topic::Concept:Property]]" + property_printouts %} | + | {% for pp in smw.query("[[Property topic::Concept:Property]]" + property_printouts).values() %} |
{%- set dump = property_properties.append(pp) -%} | {%- set dump = property_properties.append(pp) -%} | ||
{%- endfor %} | {%- endfor %} |
Revision as of 00:24, 15 February 2021
Sourcecode
Sourcecode | |
---|---|
id | CreateTopicForm |
lang | jinja |
author | Tim Holzheim |
since | 2021/02/14 |
test | '"`UNIQ--pre-00000000-QINU`"'
|
url |