Difference between revisions of "Template:Button"
From partnersenproppersolutions
(3 intermediate revisions by the same user not shown) | |||
Line 38: | Line 38: | ||
</noinclude><includeonly>{{ | </noinclude><includeonly>{{ | ||
− | #if:{{{Href|}}}|{{# | + | #if:{{{Href|}}}|{{#widget: Button |
− | #if:{{{Link|}}}|{{# | + | |class={{{Class|btn btn-default}}} |
+ | |href={{{Href|}}} | ||
+ | |title={{{Text|}}} | ||
+ | |buttontext={{{Text|}}} | ||
+ | |target={{{Target|}}} | ||
+ | |style=margin-right:6px; {{{Style|}}} | ||
+ | }} }}{{ | ||
+ | #if:{{{Link|}}}|{{#widget: Button | ||
+ | |class={{{Class|btn btn-default}}} | ||
+ | |href={{localurl:{{{Link|}}}}} | ||
+ | |title={{{Text|}}} | ||
+ | |buttontext={{{Text|}}} | ||
+ | |target={{{Target|}}} | ||
+ | |style=margin-right:6px; {{{Style|}}} | ||
+ | }} }}</includeonly> |