Forskjell mellom versjoner av «Mal:Infobox»

Fra Norges Kirker

Hopp til: navigasjon, søk
 
(92 mellomliggende revisjoner av samme bruker vises ikke)
Linje 1: Linje 1:
<includeonly>{{checktemplate|name}}
+
{{#if:{{{nosubst|}}}|<div style="display:none;">}} {{#ifeq:{{NAMESPACE}}|{{<includeonly>subst:</includeonly>NAMESPACE}}| |{{error:not substituted|Infobox}}<div style="display:none;">}}{{#if:{{{nosubst|}}}|</div></div>}}{| class="infobox bordered" style="width: 25em; text-align: left; font-size: 95%;"
{{checktemplate|name}}{{checktemplate|image}}{{checktemplate|caption}}{{checktemplate|data 1}}{{checktemplate|data 2}}{{checktemplate|data 3}}</includeonly>
+
|+ style="font-size: larger;" | '''{{{name}}}'''
{| class="infobox" style="width:44em;"
 
! colspan="2" style="font-size:larger;" | {{{name}}}
 
 
|-
 
|-
| colspan="2" style="text-align:center;" | {{{image}}}<br />{{{caption}}}
+
| colspan="2" style="text-align:center;" | [[Image:{{{image}}}|300px| ]]<br>{{{caption}}}
|- style="vertical-align:top;"
+
|-  
| '''Data 1:'''
+
! Data 1:
| {{{data 1}}}
+
| {{{data1}}}
|- style="vertical-align:top;"
+
|-  
| '''Data 2:'''
+
! Data 2:
| {{{data 2}}}
+
| {{{data2|''this text displayed if data2 not defined''}}}
|- class="hiddenStructure{{{data 3}}}" style="vertical-align:top;"
+
|-  
| '''Data 3 (hidden if empty):'''
+
! Data 3 (data hidden if data3 empty or not defined):
| {{{data 3}}}
+
| {{{data3|}}}
|- style="vertical-align:top;"
+
|-  
| colspan="2" style="font-size:smaller;" | {{footnote}}
+
| colspan="2" style="font-size: smaller;" | {{{footnotes|}}}
|}
+
|}<noinclude>
<br style="clear:both;" />
+
 
<pre>
+
<br style="clear:both" />
{| class="infobox" style="width:22em;"
+
== Usage ==
! colspan="2" style="font-size:larger;" | {{{name}}}
+
Copy this code:
 +
<pre>{| class="infobox bordered" style="width: 25em; text-align: left; font-size: 95%;"
 +
|+ style="font-size: larger;" | '''{{{name}}}'''
 
|-
 
|-
| colspan="2" style="text-align:center;" | {{{image}}}<br />{{{caption}}}
+
| colspan="2" style="text-align:center;" | [[Image:{{{image}}}|300px| ]]<br>{{{caption}}}
|- style="vertical-align:top;"
+
|-  
| '''Data 1:'''
+
! Data 1:
| {{{data 1}}}
+
| {{{data1}}}
|- style="vertical-align:top;"
+
|-  
| '''Data 2:'''
+
! Data 2:
| {{{data 2}}}
+
| {{{data2|''this text displayed if data2 not defined''}}}
|- class="hiddenStructure{{{data 3}}}" style="vertical-align:top;"
+
|-  
| '''Data 3 (hidden if empty):'''
+
! Data 3 (data hidden if data3 empty or not defined):
| {{{data 3}}}
+
| {{{data3|}}}
|- style="vertical-align:top;"
+
|-  
| colspan="2" style="font-size:smaller;" | {{footnote}}
+
| colspan="2" style="font-size: smaller;" | {{{footnotes|}}}
|}
+
|}</pre>
</pre>
+
 
 +
==See also==
 +
*[[Wikipedia:Infobox]]
 +
 
 +
[[Category:infobox templates| ]]
 +
[[fr:Modèle:Infobox]]
 +
[[zh:Template:Infobox]]
 +
</noinclude>

Revisjonen fra 15. aug. 2006 kl. 20:56

{{{name}}}
[[Image:{{{image}}}|300px| ]]
{{{caption}}}
Data 1: {{{data1}}}
Data 2: this text displayed if data2 not defined
Data 3 (data hidden if data3 empty or not defined):


Usage

Copy this code:

{| class="infobox bordered" style="width: 25em; text-align: left; font-size: 95%;"
|+ style="font-size: larger;" | '''{{{name}}}'''
|-
| colspan="2" style="text-align:center;" | [[Image:{{{image}}}|300px| ]]<br>{{{caption}}}
|- 
! Data 1:
| {{{data1}}}
|- 
! Data 2:
| {{{data2|''this text displayed if data2 not defined''}}}
|- 
! Data 3 (data hidden if data3 empty or not defined):
| {{{data3|}}}
|- 
| colspan="2" style="font-size: smaller;" | {{{footnotes|}}}
|}

See also

fr:Modèle:Infobox zh:Template:Infobox