Template:Outdated sdk/doc: Difference between revisions
Jump to navigation
Jump to search
('newer' instead of 'other') |
(Support for specifying a newer SDK equivalent without a specific newer SDK) |
||
Line 26: | Line 26: | ||
| {{Outdated sdk|{{src07|4.1}}|only=1}} | | {{Outdated sdk|{{src07|4.1}}|only=1}} | ||
|- | |- | ||
| {{param|newer-sdk}} | | {{param|newer-sdk-equivalent}} | ||
| Specifies a newer SDK | | Specifies an equivalent article to direct users to. | ||
| {{Code|<nowiki>{{Outdated sdk|newer-sdk-equivalent=[[Compiler choices]]}}</nowiki>}} | |||
| {{Outdated sdk|newer-sdk-equivalent=[[Compiler choices]]}} | |||
|- | |||
| {{param|newer-sdk}} | |||
| Specifies a newer SDK for the equivalent article. Requires {{param|newer-sdk-equivalent}}. | |||
| {{Code|<nowiki>{{Outdated sdk|newer-sdk={{src13|4.1}}|newer-sdk-equivalent=[[Compiling under VS2022]]}}</nowiki>}} | | {{Code|<nowiki>{{Outdated sdk|newer-sdk={{src13|4.1}}|newer-sdk-equivalent=[[Compiling under VS2022]]}}</nowiki>}} | ||
| {{Outdated sdk|newer-sdk={{src13|4.1}}|newer-sdk-equivalent=[[Compiling under VS2022]]}} | | {{Outdated sdk|newer-sdk={{src13|4.1}}|newer-sdk-equivalent=[[Compiling under VS2022]]}} | ||
|} | |} |
Latest revision as of 08:56, 26 July 2024

This is a documentation subpage for Template:Outdated sdk.
Don't forget to purge the contents of the base page upon creating or editing this subpage.
Don't forget to purge the contents of the base page upon creating or editing this subpage.
Usage
This template is used to indicate an article was written for an outdated version of the Source SDK.
Parameters
Parameters | Description | Example | Result |
---|---|---|---|
No Parameters | {{Outdated sdk}} | ![]() This page was written for an outdated version of the Source engine. It may not be applicable to newer versions of the Source SDK.
| |
{{{1}}} | Specifies the latest version the article was written for. | {{Outdated sdk|{{src07|4.1}}}} | ![]() This page was written for
![]() |
{{{only}}} | When using {{{1}}}, indicates that the article only applies to the specified version. | {{Outdated sdk|{{src07|4.1}}|only=1}} | ![]() This page was written for
![]() |
{{{newer-sdk-equivalent}}} | Specifies an equivalent article to direct users to. | {{Outdated sdk|newer-sdk-equivalent=[[Compiler choices]]}} | ![]() This page was written for an outdated version of the Source engine. It may not be applicable to newer versions of the Source SDK.
For more up-to-date information, see Compiler choices. |
{{{newer-sdk}}} | Specifies a newer SDK for the equivalent article. Requires {{{newer-sdk-equivalent}}}. | {{Outdated sdk|newer-sdk={{src13|4.1}}|newer-sdk-equivalent=[[Compiling under VS2022]]}} | ![]() This page was written for an outdated version of the Source engine. It may not be applicable to newer versions of the Source SDK.
If you are using ![]() |