Difference between revisions of "Template:Changed in"
Jump to navigation
Jump to search
(Add base template for version tags) |
(Add derived templates) |
||
Line 23: | Line 23: | ||
| <code>details</code> || Additional info to include into the tooltip | | <code>details</code> || Additional info to include into the tooltip | ||
|} | |} | ||
=== Examples === | === Examples === | ||
Line 39: | Line 38: | ||
| <code><nowiki>{{changed in|1.2.3|details=The feature should not be used anymore.}}</nowiki></code> || {{changed in|1.2.3|details=The feature should not be used anymore.}} | | <code><nowiki>{{changed in|1.2.3|details=The feature should not be used anymore.}}</nowiki></code> || {{changed in|1.2.3|details=The feature should not be used anymore.}} | ||
|} | |} | ||
== See also == | |||
The following are convenience templates which call this one with suitable parameters: | |||
* [[Template:Added in]] | |||
* [[Template:Removed in]] | |||
* [[Template:Deprecated in]] | |||
</noinclude> | </noinclude> |
Revision as of 15:32, 26 April 2020
changed unknown version
Template Documentation
Allows to add a visual hint explaining in which version of Inkscape a feature has changed.
For example: Use great featurechanged 1.2.3 for your work.
Parameters
Parameter ! Explanation | |
---|---|
1 |
program version in which the feature changed (required) |
text |
Short text to display for what happened to the feature (default: "changed") |
program |
Affected program (default: "Inkscape") |
details |
Additional info to include into the tooltip |
Examples
Wiki text | Result |
---|---|
{{changed in|1.2.3}} |
changed 1.2.3 |
{{changed in|1.2.3|text=removed in}} |
removed 1.2.3 |
{{changed in|1.2.3|program=Inkview}} |
changed 1.2.3 |
{{changed in|1.2.3|details=The feature should not be used anymore.}} |
changed 1.2.3 |
See also
The following are convenience templates which call this one with suitable parameters: