|
|
(49 intermediate revisions by 3 users not shown) |
Line 1: |
Line 1: |
| {| class="infobox" cellspacing="0" style="width:300px; background:{{{BG|#996}}}; color:{{{color1|#000}}};" | | {{Infobox|start|bg=#996}} |
| {{!}}- | | {{Infobox|title|name={{{name|}}}}} |
| ! style="background:{{{nameBG|transparent}}}; color:{{{color2|#FFFFFF}}}; text-align:center; font-size:120%;" colspan="2" | {{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}}
| | {{Infobox|media|content={{{image|}}}|caption={{{caption|}}}}} |
| {{!}}- | | |
| {{#if:{{{image|}}}| | | {{Infobox|section|title={{{section1-title|General overview}}}|bg=#DDB|color=#000|entries= |
| ! style="background:{{{imageBG|#F0F0F0}}}; text-align:center; border-bottom:1px solid {{{lineBG|#999999}}};" colspan="2" {{!}} {{{image|}}} {{#if:{{{caption|}}}|<div style="clear:both">{{{caption}}}</div>}}
| | {{Infobox|entry|title={{{classification-title|Classification}}}|content={{{classification|}}}}} |
| | {{Infobox|entry|title={{{distinctions-title|Distinctions}}}|content={{{distinctions|}}}}} |
| | {{Infobox|entry|title={{{height-title|Height}}}|content={{{height|}}}}} |
| | {{Infobox|entry|title={{{mass-title|Mass}}}|content={{{mass|}}}}} |
| | {{Infobox|entry|title={{{attacks-title|Method of attack}}}|content={{{attacks|}}}}} |
| | {{Infobox|entry|title={{{notable-title|Notable individuals}}}|content={{{notable|}}}}} |
| }} | | }} |
| {{!}}-
| | |
| {{#if:{{{hidea|}}}|{{!}}-|{{!}}-
| | {{Infobox|end}}<noinclude>{{clear}} |
| ! colspan="2" style="font-size:90%; color:{{{color2|#000}}}; text-align:center; background:{{{sectionBG|#DDB}}}" {{!}} {{{section1-title|General overview}}}}}
| | ==Usage instructions== |
| {{!}}-
| |
| {{#if:{{{distinctions|}}}|
| |
| {{!}} class="infoboxlabel" style="background:{{{fieldBG|#F0F0F0}}}; border-bottom:1px solid {{{lineBG|#999999}}}; border-top:1px solid {{{lineBG|#999999}}}; font-size:90%; padding: 0 0 0 2px; line-height:14px; width:100px;" {{!}}
| |
| '''{{{distinctions-title|Distinctions}}}''':
| |
| {{!}} class="infoboxcell" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999999}}}" {{!}}
| |
| {{{distinctions|}}} | |
| {{!}}-}}
| |
| {{#if:{{{height|}}}|
| |
| {{!}} class="infoboxlabel" style="background:{{{fieldBG|#F0F0F0}}}; border-bottom:1px solid {{{lineBG|#999999}}}; border-top:1px solid {{{lineBG|#999999}}}; font-size:90%; padding: 0 0 0 2px; line-height:14px; width:100px;" {{!}}
| |
| '''{{{height-title|Height}}}''':
| |
| {{!}} class="infoboxcell" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999999}}}" {{!}}
| |
| {{{height|}}}
| |
| {{!}}-}}
| |
| {{#if:{{{attacks|}}}|
| |
| {{!}} class="infoboxlabel" style="background:{{{fieldBG|#F0F0F0}}}; border-bottom:1px solid {{{lineBG|#999999}}}; border-top:1px solid {{{lineBG|#999999}}}; font-size:90%; padding: 0 0 0 2px; line-height:14px; width:100px;" {{!}}
| |
| '''{{{attacks-title|Method of attack}}}''':
| |
| {{!}} class="infoboxcell" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999999}}}" {{!}}
| |
| {{{attacks|}}}
| |
| {{!}}-}}
| |
| {{#if:{{{notable|}}}|
| |
| {{!}} class="infoboxlabel" style="background:{{{fieldBG|#F0F0F0}}}; border-bottom:1px solid {{{lineBG|#999999}}}; border-top:1px solid {{{lineBG|#999999}}}; font-size:90%; padding: 0 0 0 2px; line-height:14px; width:100px;" {{!}}
| |
| '''{{{notable-title|Notable individuals}}}''':
| |
| {{!}} class="infoboxcell" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999999}}}" {{!}}
| |
| {{{notable|}}}
| |
| {{!}}-}}
| |
| | colspan=2 style="text-align:center; background:{{{BG|transparent}}}; padding:0; font-size:10px; line-height:10px;" |
| |
| |}<noinclude>
| |
| {{clear}} | |
| ===Usage instructions===
| |
| Paste the following code into the top of an article, filling all known fields: | | Paste the following code into the top of an article, filling all known fields: |
| | |
| <pre> | | <pre> |
| {{Flood infobox | | {{Flood infobox |
| |image= | | |image= |
| | |classification= |
| |distinctions= | | |distinctions= |
| |height= | | |height= |
| | |mass= |
| |attacks= | | |attacks= |
| |notable= | | |notable= |
| }}</pre> | | }} |
| | </pre> |
|
| |
|
| [[Category:Infobox templates]]</noinclude> | | [[Category:Infobox templates]]</noinclude> |