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