Difference between revisions of "CreateHelpPageTest"
Jump to navigation
Jump to search
Tim Holzheim (talk | contribs) |
Tim Holzheim (talk | contribs) (edited by wikiedit) |
||
(8 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
|lang=jinja | |lang=jinja | ||
|since=2021/02/05 | |since=2021/02/05 | ||
+ | |author= Tim Holzheim | ||
|text= | |text= | ||
<pre> | <pre> | ||
− | [[File:Help_Icon.png|right]] | + | {% set pagetitle = ""%} |
− | == Help for {{ name }} == | + | {% set pagetitle_prefix = "Help:"%} |
− | {% raw %}{{{% endraw %}#ask: [[Topic name::{{ name }}]] | + | [[File:Help_Icon.png|right]] |
+ | == Help for {{ row.name }} == | ||
+ | {% raw %}{{{% endraw %}#ask: [[Topic name::{{ row.name }}]] | ||
|mainlabel=- | |mainlabel=- | ||
|?Topic icon = icon | |?Topic icon = icon | ||
Line 18: | Line 21: | ||
{% raw %}}}{% endraw %} | {% raw %}}}{% endraw %} | ||
=== Documentation === | === Documentation === | ||
− | {{ documentation }} | + | {{ row.documentation }} |
− | === Example {{ pluralName }} === | + | === Example {{ row.pluralName }} === |
− | {% raw %}{{{% endraw %}#ask: [[Concept:{{ name }}]]{% raw %}}}{% endraw %} | + | {% raw %}{{{% endraw %}#ask: [[Concept:{{ row.name }}]]{% raw %}}}{% endraw %} |
=== Properties === | === Properties === | ||
− | {% raw %}{{{% endraw %}#ask: [[Concept:Property]][[Property topic::Concept: {{ name }} ]] | + | |
− | | | + | {% raw %} {{ {% endraw %}#ask: [[Concept:Property]][[Property topic::Concept:{{ row.name }}]] |
− | + | |mainlabel={{ row.name }} | |
− | | ?Property name = name | + | {% for page in smw.query("[[Concept:Property]][[Property topic::Concept:Property]]|?Property name = name").values() %} |
− | | ?Property | + | | ?Property {{ page.name }} = {{ page.name }} |
− | + | {%endfor%} | |
− | | | + | |order=ascending |
− | | | + | | limit={% if row.listlimit %} {{ row.listlimit }} {% else %} 200 {% endif %} |
− | + | {% raw %} }} {% endraw %} | |
− | {% raw %}}}{% endraw %} | + | |
− | {{ uml }} | + | {{ row.uml }} |
− | {{ seealso }} | + | {{ row.seealso }} |
− | [[Category:{{ | + | [[Category:{{ row.Topic }}]] |
</pre> | </pre> | ||
|storemode=property | |storemode=property | ||
Line 40: | 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 |