Difference between revisions of "Template:Infobox"

From TransSOL
Jump to: navigation, search
(Created page with "{| cellpadding="0" cellspacing="0" style="float:right; clear: right; border: 1px solid #aaa; padding: 5px; margin:0em 0em 1em 1em;max-width: 300px background: white;" !style="...")
 
 
(31 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| cellpadding="0" cellspacing="0" style="float:right; clear: right; border: 1px solid #aaa; padding: 5px; margin:0em 0em 1em 1em;max-width: 300px background: white;"
+
<noinclude>
!style="backgrounnd: white; padding:5px; aling: center;"| {{{Rating}}}}
+
This is the "Infobox" template.
 +
It should be called in the following format:
 +
<pre>
 +
{{Infobox
 +
|Image=
 +
|Year of foundation=
 +
|Region=
 +
|Homepage=
 +
|Contact=
 +
}}
 +
</pre>
 +
Edit the page to see the template text.
 +
</noinclude><includeonly>
 +
 
 +
{| class="wikitable" style="float:right; margin-left: 10px;"
 +
!colspan="2"| '''{{PAGENAME}}'''
 
|-
 
|-
{|cellpadding="1" cellspacing="0" style="font-size: 90%; width: 100%; "
+
!colspan="2"| {{{Image|}}}
|-{{#if: {{{First name}}} | {{First name|{{{First name}}}|}} |{{blank}} }}  
+
|-
|-{{#if: {{{Organisation}}} | {{Organisation|{{{Organisation}}}|}} |{{blank}} }}
+
! Year of foundation
|}
+
| {{{Year of foundation|}}}
 +
|-
 +
! Region
 +
| {{{Region|}}}
 +
|-
 +
! Homepage
 +
| {{{Homepage|}}}
 +
|-
 +
! Contact
 +
| {{{Contact|}}}
 +
 
 
|}
 
|}
 +
 +
</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.