Template:Infobox: Difference between revisions

From GeoSkills Wiki
Jump to navigation Jump to search
m (1 revision imported)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
[[Category:Templates]]
If you want to create an infobox, but there isn't one for your page type (i.e. Countries with [[Template:CountryIB]]), this template should do the trick.
If you want to create an infobox, but there isn't one for your page type (i.e. Countries with [[Template:CountryIB]]), this template should do the trick.
<pre>
<pre>
Line 38: Line 37:
<th colspan="2"><span style="text-align: center;"><b>{{{title}}}</b></span></th>
<th colspan="2"><span style="text-align: center;"><b>{{{title}}}</b></span></th>
{{#if:{{{img|}}}|<tr>
{{#if:{{{img|}}}|<tr>
<td colspan="2">[[File:{{{img}}}|border|center|298px]]</td>
<td colspan="2">[[{{{img}}}|border|center|298px]]</td>
</tr>
</tr>
}}{{#if:{{{row1|}}}|
}}{{#if:{{{row1|}}}|

Latest revision as of 17:35, 3 February 2023

If you want to create an infobox, but there isn't one for your page type (i.e. Countries with Template:CountryIB), this template should do the trick.

{{Infobox
| title =
| img = 
| row1 = 
| data1 = 
| row2 =
| data2 =
| row3 =
| data3 = 
| row4 = 
| data4 =
| row5 = 
| data5 = 
| row6 = 
| data6 = 
| row7 = 
| data7 = 
| url = 
| urlname = 
| addinfo = 
}}