Difference between revisions of "Template:Infobox"

From TransSOL
Jump to: navigation, search
 
(6 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
<pre>
 
<pre>
 
{{Infobox
 
{{Infobox
|Logo=
+
|Image=
 
|Year of foundation=
 
|Year of foundation=
 
|Region=
 
|Region=
 +
|Homepage=
 
|Contact=
 
|Contact=
|Homepage=
 
 
}}
 
}}
 
</pre>
 
</pre>
 
Edit the page to see the template text.
 
Edit the page to see the template text.
 
</noinclude><includeonly>
 
</noinclude><includeonly>
{|class= "wikitable"
+
 
|+ {{PAGENAME}}
+
{| class="wikitable" style="float:right; margin-left: 10px;"
! <span style="font-size: larger;">{{PAGENAME}}</span>
+
!colspan="2"| '''{{PAGENAME}}'''
 
|-
 
|-
| {{{Logo|}}}
+
!colspan="2"| {{{Image|}}}
 
|-
 
|-
 
! Year of foundation
 
! Year of foundation
Line 24: Line 24:
 
! Region
 
! Region
 
| {{{Region|}}}
 
| {{{Region|}}}
 +
|-
 +
! Homepage
 +
| {{{Homepage|}}}
 
|-
 
|-
 
! Contact
 
! Contact
 
| {{{Contact|}}}
 
| {{{Contact|}}}
|-
+
 
! Homepage
 
| {{{Homepage|}}}
 
 
|}
 
|}
 +
 
</includeonly>
 
</includeonly>

Latest revision as of 17:14, 1 June 2018

This is the "Infobox" template. It should be called in the following format:

{{Infobox
|Image=
|Year of foundation=
|Region=
|Homepage=
|Contact=
}}

Edit the page to see the template text.