Template:Place Infobox Template: Difference between revisions
Infobox created with infobox builder. |
m 1 revision imported |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<infobox> | <infobox> | ||
<title source="title"> | <title source="title"> | ||
<default>{{PAGENAME}}</default> | <default>{{{title|{{PAGENAME}}}}}</default> | ||
</title> | </title> | ||
<image source="image"> | <image source="image"> | ||
<default>[[File:NO_DATA.png|thumb]]</default> | <default>[[File:{{{image|NO_DATA.png}}}|thumb]]</default> | ||
</image> | </image> | ||
<header>Place Info</header> | <header>Place Info</header> | ||
<data source="data1"> | <data source="data1"> | ||
<label>Place Class:</label> | |||
<default>{{{data1|Building? City?}}}</default> | |||
</data> | |||
<data source="data2"> | |||
<label>Location:</label> | |||
<default>{{{data2|Where is it located?}}}</default> | |||
</data> | |||
<data source="data3"> | |||
<label>Hostility Level:</label> | <label>Hostility Level:</label> | ||
<default>1-5</default> | <default>{{{data3|1-5}}}</default> | ||
</data> | </data> | ||
<header>World Icon</header> | <header>World Icon</header> | ||
<image source=" | <image source="icon"> | ||
<default>[[File:NO_DATA.png|thumb]]</default> | <default>[[File:{{{icon|NO_DATA.png}}}|thumb]]</default> | ||
</image> | </image> | ||
</infobox> | </infobox> | ||