Template:Basic button
From Joomla! Documentation
<html><a href="/Main_Page" id="content-button" class="button expand">Click </a></html>
This documentation is transcluded from Template:Basic button/doc.
To discuss this template as a whole, please see JDOC:WTP. If you wish to discuss general wordings, rather than the wording or formatting of this specific template, don't post here, or else what you say will probably go unnoticed.
{{Basic button|Main Page|Click here}}
<html><a href="/Main_Page" id="content-button" class="button expand">Click here</a></html>
{{Basic button|Main Page|Secondary|class=secondary}}
<html><a href="/Main_Page" id="content-button" class="button expand">Secondary</a></html>
{{Basic button|Main Page|Alert|class=alert}}
<html><a href="/Main_Page" id="content-button" class="button expand">Alert</a></html>
{{Basic button|Main Page|Success|class=success}}
<html><a href="/Main_Page" id="content-button" class="button expand">Success</a></html>