Template:Infobox religious group: Difference between revisions
ComingAgain (talk | contribs) Created page with "{{Infobox religious group | group = | flag = | flag_size = | flag_alt = | flag_caption = | image = | image_size = | image_alt = | image_caption = | population = | founder = | regions = | tablehdr = | region1 = | pop1 = | ref1 = | region2 = | pop2 = | ref2 = | region3 = <!-- up to | region31 = --> | pop3 = <!-- up to | pop31 = -->..." |
ComingAgain (talk | contribs) No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{ | <div class="infobox_religious_group"> | ||
| | <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| | ||
| | <div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}} | ||
<table class="infobox-table">{{#if:{{{traditions_names|}}}|<tr> | |||
<th>Tradition's name(s)</th> | |||
| | <td>{{{traditions_names}}}</td> | ||
| | </tr>}}{{#if:{{{institution|}}}|<tr> | ||
<th>Main institution(s)</th> | |||
<td>{{{institution}}}</td> | |||
| | </tr>}}{{#if:{{{denomination|}}}|<tr> | ||
| | <th>Denomination</th> | ||
<td>{{{denomination}}}</td> | |||
</tr>}}{{#if:{{{christology|}}}|<tr> | |||
| | <th>Christology</th> | ||
| | <td>{{{christology}}}</td> | ||
</tr>}}{{#if:{{{soteriology|}}}|<tr> | |||
<th>Soteriology</th> | |||
| | <td>{{{soteriology}}}</td> | ||
| | </tr>}}{{#if:{{{sacramentology|}}}|<tr> | ||
<th>Sacramentology</th> | |||
<td>{{{sacramentology}}}</td> | |||
| | </tr>}}{{#if:{{{biblical_canon|}}}|<tr> | ||
<th>Biblical Canon</th> | |||
<td>{{{biblical_canon}}}</td> | |||
| | </tr>}}</table> | ||
<templatestyles src="Template:Infobox_religious_group/styles.css" /> | |||
</div> | |||
[[Category:Templates]] | |||