Template:Infobox staff: Difference between revisions
Jump to navigation
Jump to search
(Testing background) |
(Set proper background color and provide example and usage) |
||
Line 1: | Line 1: | ||
<includeonly> |
<includeonly> |
||
<table class="infobox" style="float: right; clear: right; margin: 0 0 2em 2em; border: thin solid; padding: 0 0.5em; box-sizing: border-box; width: 20em; max-width: 33.3%; background |
<table class="infobox" style="float: right; clear: right; margin: 0 0 2em 2em; border: thin solid; padding: 0 0.5em; box-sizing: border-box; width: 20em; max-width: 33.3%; background: hsl(0, 0%, 90%;"> |
||
<tr> |
<tr> |
||
<th colspan="2" style="font-size: larger;">{{{name}}}</th> |
<th colspan="2" style="font-size: larger;">{{{name}}}</th> |
||
Line 21: | Line 21: | ||
<noinclude> |
<noinclude> |
||
{{Infobox staff |
{{Infobox staff |
||
|name = |
|name = {{{name}}} |
||
|image = |
|image = {{{image}}} |
||
|title = |
|title = {{{title}}} |
||
|school = |
|school = {{{school}}} |
||
|email = |
|email = {{{email}}} |
||
}} |
}} |
||
<pre>{{Infobox staff |
<pre>{{Infobox staff |
||
|name = |
|name = First Last |
||
|image = File: |
|image = File:portrait.jpeg |
||
|title = Kindergarten Teacher |
|title = e.g. Kindergarten Teacher |
||
|school = |
|school = School (link) |
||
|email = |
|email = user@example.org |
||
}}</pre> |
}}</pre> |
||
</noinclude> |
</noinclude> |
Revision as of 12:56, 8 August 2013
{{{name}}} | |
---|---|
[[{{{image}}}|frameless]] | |
{{{title}}} | |
{{{school}}} | |
{{{email}}} |
{{Infobox staff |name = First Last |image = File:portrait.jpeg |title = e.g. Kindergarten Teacher |school = School (link) |email = user@example.org }}