Template:CD/node: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(-)
 
(-)
Line 1: Line 1:
For copying. (not sure how to make use of subst: that would add the tags includeonly/onlyinclude too with usage like this <nowiki>{{subst:CD/node|_SUBCLASS_HERE_|_SUPERCLASS_HERE_}}</nowiki>)
For copying. (not sure how to make use of subst: that would add the tags includeonly/onlyinclude too with usage like this <nowiki>{{subst:CD/node|_SUBCLASS_HERE_|_SUPERCLASS_HERE_}}</nowiki>)


<source>
<pre>
<includeonly><onlyinclude>{{#if:{{{1|}}}|{{{1}}}↳|}}[[_SUBCLASS_HERE_]]
<includeonly><onlyinclude>{{#if:{{{1|}}}|{{{1}}}↳|}}[[_SUBCLASS_HERE_]]
{{CD _SUPERCLASS_HERE_|{{#if:{{{1|}}}|{{{1}}}:|:}}}}</includeonly></onlyinclude>
{{CD _SUPERCLASS_HERE_|{{#if:{{{1|}}}|{{{1}}}:|:}}}}</includeonly></onlyinclude>


[[Category:CD template]]
[[Category:CD template]]
</source>
</pre>

Revision as of 06:44, 3 July 2024

For copying. (not sure how to make use of subst: that would add the tags includeonly/onlyinclude too with usage like this {{subst:CD/node|_SUBCLASS_HERE_|_SUPERCLASS_HERE_}})

<includeonly><onlyinclude>{{#if:{{{1|}}}|{{{1}}}↳|}}[[_SUBCLASS_HERE_]]
{{CD _SUPERCLASS_HERE_|{{#if:{{{1|}}}|{{{1}}}:|:}}}}</includeonly></onlyinclude>

[[Category:CD template]]