Template:Button
{{#cargo_store:_table=Managed |Version=1.0 |Version_notes=* Initial version |Managed_item_name=Button |Managed_item_type=Template |Wikibase_name=Noordoostpolder samenwerkingswijzer |Server_name=noordoostpolder.samenwerkingswijzer.nl |Creation_date= |Modification_date= |Item_authors= |Item_creator= }}
{{Button |Text=Home |Link=Main Page |Class=btn-xs ws-btn-darkgreen |Target= }}
or if href is directly needed,
{{Button |Text=Home |Href=... |Target=_blank |Class=btn-xs ws-btn-darkgreen }}
examples
<html><a href="/Main_Page" target=""><button type="button" class="btn btn-default btn-xs ws-btn-darkblue" style="margin-right:6px; ">Home</button></a></html> <html><a href="/Main_Page" target="_blank"><button type="button" class="btn btn-default ws-btn-darkgreen" style="margin-right:6px; ">Home</button></a></html>
<html><a href="mailto:info@wikibase.nl" target=""><button type="button" class="btn btn-default btn-xs ws-btn-darkblue" style="margin-right:6px; margin-right:6px;"> Mail ons</button></a></html> <html><a href="tel:0031162229686" target=""><button type="button" class="btn btn-default btn-xs ws-btn-light" style="margin-right:6px; margin-right:6px;"> Bel ons</button></a></html>