Template:PersonBoxTight: Difference between revisions

From Blank Chronicle
(Created page with "<noinclude> Module for displaying information about people. '''Usage:''' <syntaxhighlight lang="html+handlebars">{{subst:PersonBoxTight|image=|name=|blurb=}}</syntaxhighligh...")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
'''Usage:'''
'''Usage:'''


<syntaxhighlight lang="html+handlebars">{{subst:PersonBoxTight|image=|name=|blurb=}}</syntaxhighlight>
<syntaxhighlight lang="html+handlebars">{{PersonBoxTight|image=|name=|blurb=}}</syntaxhighlight>
</noinclude>
</noinclude><div class="person-container tight">
<div class="person-container tight">
     <div class="person-img">
     <div class="person-img">
[[File:{{{image}}}]]
[[File:{{{image}}}|60px]]
     </div>
     </div>
     <div class="person-content">
     <div class="person-content">
<div class="person-name">
<div class="person-name">
==== {{{name}}} ====
===== {{{name}}} =====
</div>
</div>
<div class="person-blurb">
<div class="person-blurb">

Latest revision as of 18:55, 4 August 2021

Module for displaying information about people.

Usage:

{{PersonBoxTight|image=|name=|blurb=}}

[[File:{{{image}}}|60px]]

{{{name}}}

{{{blurb}}}