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