Перейти к содержанию

Навигация

Шаблон:SupportedSinceRelease: различия между версиями

Нет описания правки
Строка 8: Строка 8:
{{
{{
#if:{{{deb|}}}
#if:{{{deb|}}}
| <br>Пакет {{{deb}}} версия {{{version}}} и выше.
| <br>{{{deb}}} версия {{{version}}} и выше.
| }}{{
| }}{{
#if:{{{custom_string|}}}
#if:{{{custom_string|}}}
Строка 15: Строка 15:
}}</includeonly><noinclude>
}}</includeonly><noinclude>
== Примеры ==
== Примеры ==
=== Код ===
=== Stable-релиз ===
<syntaxhighlight lang="wiki">
<syntaxhighlight lang="wiki">
{{SupportedSinceRelease  
{{SupportedSinceRelease  
| release=wb-2108
| release= wb-2108
}}
}}
</syntaxhighlight>
</syntaxhighlight>
<syntaxhighlight lang="wiki">
{{SupportedSinceRelease  
{{SupportedSinceRelease  
| release=wb-2111
| release= wb-2108
}}
}}
</syntaxhighlight>


=== Stable-релиз с версией пакета ===
<syntaxhighlight lang="wiki">
<syntaxhighlight lang="wiki">
{{SupportedSinceRelease  
{{SupportedSinceRelease  
| release= wb-2109
| release= wb-2108
| deb=wb-mqtt-serial  
| deb= wb-mqtt-serial  
| version= 2.16.6
| version= 2.16.6
}}
}}
</syntaxhighlight>
</syntaxhighlight>
{{SupportedSinceRelease
| release= wb-2108
| deb= wb-mqtt-serial
| version= 2.16.6
}}


=== Testing-релиз ===
<syntaxhighlight lang="wiki">
<syntaxhighlight lang="wiki">
{{SupportedSinceRelease  
{{SupportedSinceRelease  
| custom_string= wb-mqtt-serial с версии 2.17.0 и в wb-hwconf-manager с версии 1.40.0.
| release= wb-2109
}}
}}
</syntaxhighlight>
</syntaxhighlight>
=== Результат ===
{{SupportedSinceRelease  
{{SupportedSinceRelease  
| release=wb-2108
| release= wb-2109
}}
}}


=== Testing-релиз с версией пакета ===
<syntaxhighlight lang="wiki">
{{SupportedSinceRelease  
{{SupportedSinceRelease  
| release=wb-2111
| release= wb-2109
| deb= wb-mqtt-serial
| version= 2.16.6
}}
}}
 
</syntaxhighlight>
{{SupportedSinceRelease  
{{SupportedSinceRelease  
| release= wb-2109
| release= wb-2109
| deb=wb-mqtt-serial  
| deb= wb-mqtt-serial  
| version= 2.16.6
| version= 2.16.6
}}
}}


=== Testing-релиз и произвольная строка ===
<syntaxhighlight lang="wiki">
{{SupportedSinceRelease
| custom_string= wb-mqtt-serial с версии 2.17.0 и wb-hwconf-manager с версии 1.40.0.
}}
</syntaxhighlight>
{{SupportedSinceRelease  
{{SupportedSinceRelease  
| custom_string= wb-mqtt-serial с версии 2.17.0 и в wb-hwconf-manager с версии 1.40.0.
| custom_string= wb-mqtt-serial с версии 2.17.0 и wb-hwconf-manager с версии 1.40.0.
}}
}}
</noinclude>
</noinclude>