Delete this page: Difference between revisions
No edit summary |
|||
(12 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
==Button Template== | |||
{{ButtonsGroup | |||
|RecordsName=Records Display Name | |||
|RecordsLink=Main Page | |||
|StartedLink=Main Page | |||
| | |||
| | |||
| | |||
}} | }} | ||
==Buttons code but external class== | |||
<div style="display:flex; flex-flow:row wrap; justify-content:flex-start; gap:20px;"> | |||
<div class="online_records_button" style="align-content:center;">[[{{{RecordsLink|Main Page}}}|{{{RecordsName|Records Display Name}}}]]</div> | |||
<div class="community_button" style="align-content:center;">[[Online Research Help|Online<br>Research Help]]</div> | |||
{{#if:{{{StartedLink|Main Page}}}|<div class="red_online_button" style="align-content:center;">[[{{{StartedLink|Main Page}}}|Getting<br>Started]]</div>|{{#ifexist: {{#replace:{{PAGENAME}}|Genealogy|}} Getting Started |<div class="red_online_button" style="align-content:center;">[[{{{StartedLink|Main Page}}}|Getting<br>Started]]</div>}}}} | |||
</div> | |||
== | ==Buttons code including class== | ||
<div style="display:flex; flex-flow:row wrap; justify-content:flex-start; gap:20px;"> | |||
<div class="online_records_button" style="align-content:center;">[[{{{RecordsLink|Main Page}}}|{{{RecordsName|Records Display Name}}}]]</div> | |||
<div class="community_button" style="align-content:center;">[[Online Research Help|Online<br>Research Help]]</div> | |||
{{#if:{{{StartedLink|Main Page}}}|<div class="red_online_button" style="align-content:center;">[[{{{StartedLink|Main Page}}}|Getting<br>Started]]</div>|{{#ifexist: {{#replace:{{PAGENAME}}|Genealogy|}} Getting Started |<div class="red_online_button" style="align-content:center;">[[{{{StartedLink|Main Page}}}|Getting<br>Started]]</div>}}}} | |||
</div> | |||
::: | |||
: | |||
{{ | |||
{{ | |||
{{ | |||
{{ | |||
{{ | |||