Template:AuthorCard: Difference between revisions
From AbhiprayaVedi
mNo edit summary Tag: 2017 source edit |
mNo edit summary Tag: 2017 source edit |
||
| Line 1: | Line 1: | ||
< | <div class="author-card" style="border: 1px solid #ddd; padding: 15px; margin: 10px; width: 220px; float: left; border-radius: 8px; text-align: center; box-shadow: 2px 2px 5px #f0f0f0;"> | ||
<!-- | |||
<!-- ഫോട്ടോ ഉണ്ടെങ്കിൽ കാണിക്കുക --> | |||
{{# | {{#if: {{{AuthorPhoto|}}} | | ||
<div class="author-card-photo" style="margin-bottom: 10px;"> | |||
{{{AuthorPhoto|}}} | |||
</div> | |||
</div> | }} | ||
<!-- | |||
< | <!-- എഴുത്തുകാരന്റെ പേര് (പ്രൊഫൈൽ പേജിലേക്ക് ലിങ്ക് ചെയ്തത്) --> | ||
<h4 class="author-card-name" style="margin: 5px 0;"> | |||
[[ | [[{{{AuthorPage|}}}|{{{Displayname|{{{1}}}}}}]] | ||
</ | </h4> | ||
< | |||
<!-- ബയോ ഉണ്ടെങ്കിൽ കാണിക്കുക --> | |||
< | {{#if: {{{AuthorBio|}}} | | ||
<p class="author- | <p class="author-card-bio" style="font-size: 13px; color: #666; height: 50px; overflow: hidden;"> | ||
</ | {{{AuthorBio|}}} | ||
</p> | |||
}} | |||
<!-- വിക്കിപീഡിയ ലിങ്ക് ഉണ്ടെങ്കിൽ കാണിക്കുക --> | |||
{{#if: {{{WikipediaLink|}}} | | |||
<p class="author-card-external" style="font-size: 12px; margin-top: 5px;"> | |||
<a href="{{{WikipediaLink|}}}" target="_blank" rel="noopener" style="color: #0066cc; text-decoration: none;">🌐 Wikipedia Profile</a> | |||
</p> | |||
}} | |||
</div> | </div> | ||