Difference between revisions of "Template:Infobox block"
From StarMade Wiki
DukeofRealms (talk | contribs) m (5 revisions imported) |
(replaced French terms by English terms) |
||
Line 13: | Line 13: | ||
|data2 = {{{image|[[File:{{PAGENAME}}.png|150px]]}}} | |data2 = {{{image|[[File:{{PAGENAME}}.png|150px]]}}} | ||
− | |label3 = | + | |label3 = Type |
|data3 = {{{type|}}} | |data3 = {{{type|}}} | ||
− | |label4 = Points | + | |label4 = Hit Points |
|data4 = {{{hp|}}} | |data4 = {{{hp|}}} | ||
− | |label5 = | + | |label5 = Armor |
|data5 = {{{armor|}}} | |data5 = {{{armor|}}} | ||
− | |label6 = | + | |label6 = Armor HP |
|data6 = {{{ahp}}} | |data6 = {{{ahp}}} | ||
− | |label7 = Structure | + | |label7 = Structure HP |
|data7 = {{{shp}}} | |data7 = {{{shp}}} | ||
− | |label8 = | + | |label8 = Mass |
|data8 = {{{mass|}}} | |data8 = {{{mass|}}} | ||
− | |label9 = | + | |label9 = Luminosity |
|data9 = {{{light|}}} | |data9 = {{{light|}}} | ||
− | |label10 = | + | |label10 = Data Value (ID) |
|data10 = {{{dv|}}} | |data10 = {{{dv|}}} | ||
}}<noinclude>{{Documentation}}</noinclude> | }}<noinclude>{{Documentation}}</noinclude> |
Revision as of 11:10, 12 July 2016
Infobox block | |
---|---|
150px | |
Armor HP | {{{ahp}}} |
Structure HP | {{{shp}}} |
Usage
{{infobox block |type=Grey Hull |hp=75 |armor=0% |ahp=50 |shp=5 |mass=0.05 |light=no |dv=598 }}
The above produces the table to the right. If the name of the page does not match the name of the block, the title will be incorrect.
There is an alternate version of the template - {{infobox blockalt}} - which does not take its name from the name of the current page.
.tooltipblock { position: relative; display: inline-block; border-bottom: 1px dotted black; }
.tooltipblock .info { visibility: hidden; text-align: center; border-radius: 6px; padding: 5px 0; position: absolute; z-index: 1; bottom: 100%; left: 50%; margin-left: -60px; opacity: 0; transition: opacity 0.5s; }
.tooltipblock .info { visibility: visible; opacity: 1; }
The above documentation is transcluded from Template:Infobox block/doc. (edit | history) Editors can experiment in this template's sandbox (edit | diff) and testcases (create) pages. Please add categories and interwikis to the /doc subpage. Subpages of this template. |