Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox NRHP: Difference between revisions

Template page
Fix extra whitespace in conditional rows causing oversized sections
Fix conditional rows using HTML table tags (wikitext |- inside {{#if:}} does not work in MW)
Line 10: Line 10:
</pre>
</pre>
[[Category:Infoboxes]]
[[Category:Infoboxes]]
</noinclude><includeonly>{| class="wikitable" style="float:right; margin:0 0 1em 1em; width:280px; font-size:90%;"
</noinclude><includeonly><table class="wikitable" style="float:right; margin:0 0 1em 1em; width:280px; font-size:90%;">
|-
<tr><th colspan="2" style="background:#8B0000; color:white; text-align:center; font-size:110%;">{{{name|}}}</th></tr>
! colspan="2" style="background:#8B0000; color:white; text-align:center; font-size:110%;" | {{{name|}}}
{{#if:{{{image|}}}|<tr><td colspan="2" style="text-align:center;">[[File:{{{image|}}}|270px|center]]</td></tr>}}{{#if:{{{caption|}}}|<tr><td colspan="2" style="text-align:center; font-size:85%; font-style:italic;">{{{caption|}}}</td></tr>}}
{{#if:{{{image|}}}|
<tr><th colspan="2" style="text-align:center;">Location</th></tr>
|-
<tr><td><b>Address</b></td><td>{{{address|}}}</td></tr>
| colspan="2" style="text-align:center;" | [[File:{{{image|}}}|270px|center]]}}
<tr><td><b>City</b></td><td>{{{city|}}}</td></tr>
{{#if:{{{caption|}}}|
<tr><td><b>State</b></td><td>{{{state|}}}</td></tr>
|-
{{#if:{{{zip|}}}|<tr><td><b>ZIP</b></td><td>{{{zip|}}}</td></tr>}}
| colspan="2" style="text-align:center; font-size:85%; font-style:italic;" | {{{caption|}}}}}
<tr><th colspan="2" style="text-align:center;">Construction</th></tr>
|-
<tr><td><b>Built</b></td><td>{{{built|}}}</td></tr>
! colspan="2" style="text-align:center;" | Location
{{#if:{{{architect|}}}|<tr><td><b>Architect</b></td><td>{{{architect|}}}</td></tr>}}{{#if:{{{builder|}}}|<tr><td><b>Builder</b></td><td>{{{builder|}}}</td></tr>}}{{#if:{{{style|}}}|<tr><td><b>Style</b></td><td>{{{style|}}}</td></tr>}}{{#if:{{{material|}}}|<tr><td><b>Materials</b></td><td>{{{material|}}}</td></tr>}}{{#if:{{{owner|}}}|<tr><td><b>Owner</b></td><td>{{{owner|}}}</td></tr>}}{{#if:{{{current_use|}}}|<tr><td><b>Current use</b></td><td>{{{current_use|}}}</td></tr>}}
|-
<tr><th colspan="2" style="text-align:center;">National Register of Historic Places</th></tr>
| '''Address''' || {{{address|}}}
<tr><td><b>Reference #</b></td><td>{{{nrhp_ref|}}}</td></tr>
|-
<tr><td><b>Listed</b></td><td>{{{nrhp_date|}}}</td></tr>
| '''City''' || {{{city|}}}
{{#if:{{{significance|}}}|<tr><td><b>Criteria</b></td><td>{{{significance|}}}</td></tr>}}{{#if:{{{period|}}}|<tr><td><b>Period</b></td><td>{{{period|}}}</td></tr>}}
|-
</table></includeonly>
| '''State''' || {{{state|}}}
{{#if:{{{zip|}}}|
|-
| '''ZIP''' || {{{zip|}}}}}
|-
! colspan="2" style="text-align:center;" | Construction
|-
| '''Built''' || {{{built|}}}
{{#if:{{{architect|}}}|
|-
| '''Architect''' || {{{architect|}}}}}
{{#if:{{{builder|}}}|
|-
| '''Builder''' || {{{builder|}}}}}
{{#if:{{{style|}}}|
|-
| '''Style''' || {{{style|}}}}}
{{#if:{{{material|}}}|
|-
| '''Materials''' || {{{material|}}}}}
{{#if:{{{owner|}}}|
|-
| '''Owner''' || {{{owner|}}}}}
{{#if:{{{current_use|}}}|
|-
| '''Current use''' || {{{current_use|}}}}}
|-
! colspan="2" style="text-align:center;" | National Register of Historic Places
|-
| '''Reference #''' || {{{nrhp_ref|}}}
|-
| '''Listed''' || {{{nrhp_date|}}}
{{#if:{{{significance|}}}|
|-
| '''Criteria''' || {{{significance|}}}}}
{{#if:{{{period|}}}|
|-
| '''Period''' || {{{period|}}}}}
|}</includeonly>

Revision as of 03:21, 4 April 2026

This template creates an infobox for properties listed on the National Register of Historic Places.

Usage

{{Infobox NRHP
|name=|image=|caption=|address=|city=|state=|zip=
|built=|architect=|builder=|style=|material=
|nrhp_ref=|nrhp_date=|significance=|period=|owner=|current_use=
}}
Contents