Template:Event Infobox: Difference between revisions

From Blockate Wiki
no edit summary
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1:
<{| class="wikitable infobox>"
! colspan="2" class="infobox-header" style="background-color: #ff5959;" | {{{title|{{PAGENAME}}}}}
<title source="title">
|- {{#if: {{{image|}}}||style="display: none"}}
<default>{{PAGENAME}}</default>
! colspan="2" | [[File:{{{image}}}|200px]]
</title>
|- {{#if: {{{caption|}}}||style="display: none"}}{{#if: {{{image|}}}||style="display: none"}}
<image source="image">
| colspan="2" style="text-align: center" | <small>{{{caption}}}</small>
<caption source="caption"/>
|- {{#if: {{{date|}}}||style="display: none"}}
</image>
! Date
<data source="date">
| {{{date}}}
<label>Date</label>
|- {{#if: {{{effect|}}}||style="display: none"}}
</data>
! Effect
<data source="effect">
| <ul>{{{effect}}}</ul>
<label>Effect</label>
|- {{#if: {{{world|}}}||style="display: none"}}
</data>
! <label>Worlds Involved</label>
<data source="world">
| <ul>{{{world}}}</ul>
<label>Worlds Involved</label>
|- {{#if: {{{users|}}}||style="display: none"}}
</data>
! <label>Users Involved</label>
<data source="users">
| <ul>{{{users}}}</ul>
<label>Users Involved</label>
|}
</data>
 
</infobox>
<noinclude>
Example usage:<pre>
Line 31:
}}
</pre>
[[Category:Templates]][[Category:Infobox Templates]]
</noinclude>
Cookies help us deliver our services. By using our services, you agree to our use of cookies.