If you want a card layout for the individual templates, you can add some custom-css to the page MediaWiki:Common.css.
Custom page templates selection

/** Customized page templates selection **/
.bs-pt-items{
margin-top: 2rem;
margin-left: 0;
display: flex;
flex-flow: row wrap;
position: relative;
}
.bs-pt-item {position: relative;
word-wrap: break-word;
background-color: #e9e9ee;
margin: 1.16%;
width: 31%;
border-radius: 5px;
padding:20px
}