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 |
||
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> |
Revision as of 02:27, 24 January 2024
No description.
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 |
Use this template on new features that are not available yet in the default
(main) branch of the source code.. The template should be removed from all pages when the branch is merged into default
. Use this page to find all the occurences of the template.
Examples:
{{DevTopic|acs-menufunctions}}
(development topic acs-menufunctions
only)
(development topic {{{1}}}
only)