|
|
| (4 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| <includeonly> | | <includeonly> |
| <templatestyles src="Infobox culture/styles.css" /> | | <templatestyles src="Infobox culture/styles.css" /> |
| <aside class="infobox infobox--culture">
| | {| class="infobox infobox-culture" |
| <header class="infobox__header">
| | |- |
| {{{name|{{PAGENAME}}}}}
| | ! colspan="2" class="infobox-title" | {{{name}}} |
| </header>
| | |- |
| | | | colspan="2" class="infobox-image" | [[File:{{{image}}}|300px|frameless|center]] |
| {{#if: {{{image|}}} |
| | |- |
| <figure class="infobox__figure">
| | ! Type |
| [[File:{{{image}}}|{{{image_size|300px}}}|frameless|center]]
| | | {{{type}}} |
| {{#if: {{{caption|}}} | <figcaption class="infobox__caption">{{{caption}}}</figcaption> }}
| | |- |
| </figure>
| | ! Location |
| }}
| | | {{{location}}} |
| | | |- |
| <dl class="infobox__dl">
| | ! Notable item |
| {{#if: {{{type|}}} | <div class="infobox__row"><dt>Type</dt><dd>{{{type}}}</dd></div> }}
| | | {{{notable_item}}} |
| {{#if: {{{location|}}} | <div class="infobox__row"><dt>Location</dt><dd>{{{location}}}</dd></div> }}
| | |- |
| {{#if: {{{notable_item|}}}| <div class="infobox__row"><dt>Notable item</dt><dd>{{{notable_item}}}</dd></div> }}
| | ! Language |
| {{#if: {{{language|}}} | <div class="infobox__row"><dt>Language</dt><dd>{{{language}}}</dd></div> }}
| | | {{{language}}} |
| {{#if: {{{religion|}}} | <div class="infobox__row"><dt>Religion</dt><dd>{{{religion}}}</dd></div> }}
| | |- |
| </dl>
| | ! Religion |
| </aside>
| | | {{{religion}}} |
| | |} |
| </includeonly> | | </includeonly> |