Template:InspirationBox: Difference between revisions

Template page
(Created page with "<div class="inspiration-box"> <div class="inspiration-title">Names and inspiration</div> <table> {{#if:{{{inspiration|}}}|<tr> <th>Inspiration</th> <td>{{{inspiration}}}</td> </tr>}} {{#if:{{{place_names|}}}|<tr> <th>Place names</th> <td>{{{place_names}}}</td> </tr>}} {{#if:{{{character_names|}}}|<tr> <th>Character names</th> <td>{{{character_names}}}</td> </tr>}} </table> </div>")
 
No edit summary
Line 1: Line 1:
<div class="inspiration-box">
{{Navbox
<div class="inspiration-title">Names and inspiration</div>
| title = Names and inspiration
| listclass = hlist
| bodyclass = hlist


<table>
{{#if:{{{inspiration|}}}|<tr>
{{#if:{{{inspiration|}}}|<tr>
    <th>Inspiration</th>
| group1 = Inspiration
    <td>{{{inspiration}}}</td>
| list1  =
* {{{inspiration}}}
</tr>}}
</tr>}}


{{#if:{{{place_names|}}}|<tr>
{{#if:{{{place_names|}}}|<tr>
    <th>Place names</th>
| group2 = Place names
    <td>{{{place_names}}}</td>
| list2  =
* {{{place_names}}}
</tr>}}
</tr>}}


{{#if:{{{character_names|}}}|<tr>
{{#if:{{{character_names|}}}|<tr>
    <th>Character names</th>
| group3 = Character names
    <td>{{{character_names}}}</td>
| list3  =
* {{{character_names}}}
</tr>}}
</tr>}}
 
}}
</table>
</div>

Revision as of 00:41, 28 July 2022