Template:DevTopic: Difference between revisions
DrinkyBird (talk | contribs) (Created page with "<noinclude> <templatedata> { "params": { "1": { "label": "Topic name", "type": "string", "required": true }, "repository": { "label": "Heptapod repository", "type": "string", "default": "zandronum/zandronum-stable" }, "Branch": { "label": "Branch", "description": "Branch the topic is based on.", "type": "string", "default": "default" } } } </templatedata> Use this template on new features that are not available yet in the <cod...") Tag: Source edit |
DrinkyBird (talk | contribs) No edit summary Tag: Source edit |
||
(One intermediate revision by the same user not shown) | |||
Line 19: | Line 19: | ||
"default": "default" | "default": "default" | ||
} | } | ||
} | }, | ||
"description": "Indicates that a feature is only available in a specific published Mercurial topic.", | |||
"format": "inline" | |||
} | } | ||
</templatedata> | </templatedata> | ||
'''Examples:''' | '''Examples:''' | ||
Line 32: | Line 32: | ||
---- | ---- | ||
</noinclude>'''(development topic <span class='plainlinks'><code>[https://foss.heptapod.net/zandronum/zandronum-stable/-/tree/topic/{{#if: {{{branch|}}} | {{{branch}}} | default}}/{{{1}}} {{{1}}}]</code></span> <font color="red">only</font>)'''<includeonly>[[Category:In-development features]] [[Category:Topic-specific features]]</includeonly> | </noinclude>'''(development topic <span class='plainlinks'><code>[https://foss.heptapod.net/{{#if: {{{repository|}}} | {{{repository}}} | zandronum/zandronum-stable}}/-/tree/topic/{{#if: {{{branch|}}} | {{{branch}}} | default}}/{{{1}}} {{{1}}}]</code></span> <font color="red">only</font>)'''<includeonly>[[Category:In-development features]] [[Category:Topic-specific features]]</includeonly> |
Latest revision as of 02:29, 24 January 2024
Indicates that a feature is only available in a specific published Mercurial topic.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Topic name | 1 | no description | String | required |
Heptapod repository | repository | no description
| String | optional |
Branch | Branch | Branch the topic is based on.
| String | optional |
Examples:
{{DevTopic|acs-menufunctions}}
(development topic acs-menufunctions
only)
(development topic {{{1}}}
only)