Template:Button

From Venlo Samenwerkingswijzer
Revision as of 14:38, 26 October 2016 by Admin (talk | contribs) (Created page with "<noinclude> <pre> {{Button |Text=Home |Link=Main Page |Class=btn-xs ws-btn-darkgreen |Target= }} </pre> or if href is directly needed, <pre> {{Button |Text=Home |Href=... |...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
{{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>