Template:AuthorCard: Difference between revisions
From AbhiprayaVedi
mNo edit summary Tag: 2017 source edit |
mNo edit summary Tag: 2017 source edit |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 8: | Line 8: | ||
}} | }} | ||
<!-- എഴുത്തുകാരന്റെ പേര് | <!-- എഴുത്തുകാരന്റെ പേര് --> | ||
<h4 class="author-card-name" style="margin: 5px 0;"> | <h4 class="author-card-name" style="margin: 5px 0;"> | ||
[[{{{AuthorPage|}}}|{{{Displayname|{{{1}}}}}}]] | [[{{{AuthorPage|}}}|{{{Displayname|{{{1}}}}}}]] | ||
| Line 15: | Line 15: | ||
<!-- ബയോ ഉണ്ടെങ്കിൽ കാണിക്കുക --> | <!-- ബയോ ഉണ്ടെങ്കിൽ കാണിക്കുക --> | ||
{{#if: {{{AuthorBio|}}} | | {{#if: {{{AuthorBio|}}} | | ||
<p class="author-card-bio" style="font-size: 13px; color: #666; height: 50px; overflow: hidden;"> | <p class="author-card-bio" style="font-size: 13px; color: #666; height: 50px; overflow: hidden; margin-bottom: 10px;"> | ||
{{{AuthorBio|}}} | {{{AuthorBio|}}} | ||
</p> | </p> | ||
}} | }} | ||
<!-- | <!-- എക്സ്റ്റേണൽ ലിങ്ക് ഉണ്ടെങ്കിൽ മാത്രം വിക്കി സിന്റാക്സിൽ കാണിക്കുക --> | ||
{{#if: {{{AuthorsiteLink|}}} | | {{#if: {{{AuthorsiteLink|}}} | | ||
<p class="author-card-external" style="font-size: 12px; margin-top: 5px;"> | <p class="author-card-external" style="font-size: 12px; margin-top: 5px;"> | ||
🌐 {{{AuthorsiteLink|}}} | |||
</p> | </p> | ||
}} | }} | ||
</div> | </div> | ||