Difference between revisions of "Template:Infobox/row"
From EVE University Wiki
(Added documentation.) |
|||
Line 1: | Line 1: | ||
− | {{#if:{{{header|}}} | + | <includeonly>{{#if:{{{header|}}} |
|<tr><th colspan="2" class="{{{class|}}}" style="border-top:1px solid #582806;padding-top:2px;text-align:center; {{{headerstyle|}}}">{{{header}}}</th></tr> | |<tr><th colspan="2" class="{{{class|}}}" style="border-top:1px solid #582806;padding-top:2px;text-align:center; {{{headerstyle|}}}">{{{header}}}</th></tr> | ||
|{{#if:{{{data|}}} | |{{#if:{{{data|}}} | ||
Line 9: | Line 9: | ||
{{{data}}}</td></tr> | {{{data}}}</td></tr> | ||
}} | }} | ||
− | }} | + | }}</includeonly><noinclude> |
− | <noinclude> | + | {{donotedit}} |
+ | {{documentation}} | ||
</noinclude> | </noinclude> |
Revision as of 22:00, 26 March 2017
Template documentation (for the above template, sometimes hidden or invisible)
- Description
- This template is used to make Template:Infobox code more concise and readable.
- Syntax
{{Infobox/row}}
- Sample output
{{Infobox/row}}
- gives...
- ... no visible output. See Template:Infobox for how to use it.