Difference between revisions of "Template:New feature"
(Created page with "<includeonly>{{{1|}}}{<div style='font-weight: bold;background:'b0b0ff';color:black;padding:2px; padding-left:8px;'>FROM VERSION {{{2}}} ONWARDS</div><div style='border: 2px soli...") |
|||
(48 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | <includeonly> | + | <includeonly> |
+ | <div class='new-feature' style=' | ||
+ | font-weight: bold; | ||
+ | background: #b0b0ff; | ||
+ | color: black; | ||
+ | padding: 2px; | ||
+ | padding-left: 8px; | ||
+ | -webkit-border-top-left-radius: 10px; | ||
+ | -webkit-border-top-right-radius: 10px; | ||
+ | -moz-border-radius-topleft: 10px; | ||
+ | -moz-border-radius-topright: 10px; | ||
+ | border-top-left-radius: 10px; | ||
+ | border-top-right-radius: 10px;' | ||
+ | data-love-version-note="1">Available since LÖVE [[{{{1}}}]]</div><div style=' | ||
+ | border: 2px solid #b0b0ff; | ||
+ | padding: 3px; | ||
+ | padding-bottom: 1px; | ||
+ | -webkit-border-bottom-right-radius: 10px; | ||
+ | -webkit-border-bottom-left-radius: 10px; | ||
+ | -moz-border-radius-bottomright: 10px; | ||
+ | -moz-border-radius-bottomleft: 10px; | ||
+ | border-bottom-right-radius: 10px; | ||
+ | border-bottom-left-radius: 10px;' | ||
+ | data-love-filterable="1" | ||
+ | data-love-version-added="{{{1}}}">{{{2}}} </div>{{#if: {{{3|}}} |{{#set:Since={{{3}}}}}}} | ||
+ | </includeonly><noinclude>Use this template for functions | ||
+ | Test: | ||
+ | {{New feature|0.8.0| | ||
+ | This is normal text | ||
+ | ''' Bold ''' | ||
+ | * bullleted | ||
+ | }} | ||
− | + | [[Category:Utility templates]] | |
− | [[Category:Utility templates]]</noinclude> | + | </noinclude> |