Difference between revisions of "CreateHelpPageTest"
Jump to navigation
Jump to search
Tim Holzheim (talk | contribs) |
Tim Holzheim (talk | contribs) (edited by wikiedit) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 11: | Line 11: | ||
{% set pagetitle_prefix = "Help:"%} | {% set pagetitle_prefix = "Help:"%} | ||
[[File:Help_Icon.png|right]] | [[File:Help_Icon.png|right]] | ||
− | == Help for {{ | + | == Help for {{ row.name }} == |
− | {% raw %}{{{% endraw %}#ask: [[Topic name::{{ | + | {% raw %}{{{% endraw %}#ask: [[Topic name::{{ row.name }}]] |
|mainlabel=- | |mainlabel=- | ||
|?Topic icon = icon | |?Topic icon = icon | ||
Line 21: | Line 21: | ||
{% raw %}}}{% endraw %} | {% raw %}}}{% endraw %} | ||
=== Documentation === | === Documentation === | ||
− | {{ | + | {{ row.documentation }} |
− | === Example {{ | + | === Example {{ row.pluralName }} === |
− | {% raw %}{{{% endraw %}#ask: [[Concept:{{ | + | {% raw %}{{{% endraw %}#ask: [[Concept:{{ row.name }}]]{% raw %}}}{% endraw %} |
=== Properties === | === Properties === | ||
− | {% raw %} {{ {% endraw %}#ask: [[Concept:Property]][[Property topic::Concept:{{ | + | {% raw %} {{ {% endraw %}#ask: [[Concept:Property]][[Property topic::Concept:{{ row.name }}]] |
− | |mainlabel={{ | + | |mainlabel={{ row.name }} |
− | {% for page in smw.query("[[Property topic:: | + | {% for page in smw.query("[[Concept:Property]][[Property topic::Concept:Property]]|?Property name = name").values() %} |
| ?Property {{ page.name }} = {{ page.name }} | | ?Property {{ page.name }} = {{ page.name }} | ||
{%endfor%} | {%endfor%} | ||
|order=ascending | |order=ascending | ||
− | | limit={% if | + | | limit={% if row.listlimit %} {{ row.listlimit }} {% else %} 200 {% endif %} |
{% raw %} }} {% endraw %} | {% raw %} }} {% endraw %} | ||
− | {{ | + | {{ row.uml }} |
− | {{ | + | {{ row.seealso }} |
− | [[Category:{{ | + | [[Category:{{ row.Topic }}]] |
</pre> | </pre> | ||
|storemode=property | |storemode=property | ||
Line 43: | Line 43: | ||
=Freitext= | =Freitext= | ||
+ | [[Category:Jinja Template]] |
Latest revision as of 19:01, 9 February 2021
Sourcecode
Sourcecode | |
---|---|
id | CreateHelpPageTest |
lang | jinja |
author | Tim Holzheim |
since | 2021/02/05 |
test | '"`UNIQ--pre-00000000-QINU`"'
|
url |