Template:Infobox start: Difference between revisions

Template page
(move table outer style css to MediaWiki:Common.css to allow more skin compatibility)
m (oops)
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
* name
* name
* image (default none)
* image (default none)
* headercolor (default #cccccc)
* darkheader (set to 1 if the background is dark. header text will be white. default 0)
* description
* description
</noinclude><includeonly>
</noinclude><includeonly>
{| cellpadding="3" cellspacing="0" class="t-infobox"
{| cellpadding="3" cellspacing="0" class="t-infobox"
! colspan="2" style="text-align: center; border-bottom: 1px solid #aaaaaa; background-color: {{{headercolor|#cccccc}}}; color: {{#ifeq: {{{darkheader|}}} | 1 | white | black}}" <!--
! colspan="2" style="text-align: center; border-bottom: 1px solid #b0b0b0; background-color: rgba(127, 127, 127, .1);" <!--
     --> | <big>{{{name}}}</big>
     --> | <big>{{{name}}}</big>
{{ifnotempty|1={{{image|}}}|2={{!-}}
{{ifnotempty|1={{{image|}}}|2={{!-}}
Line 15: Line 13:
-->|3=}}
-->|3=}}
|-
|-
| colspan="2" style="text-align: center; border-bottom: 1px solid #aaaaaa" <!--
| colspan="2" style="text-align: center; border-bottom: 1px solid #b0b0b0;" <!--
     --> | [[Has description::{{{description|}}}]]
     --> | [[Has description::{{{description|}}}]]
</includeonly>
</includeonly>

Revision as of 09:04, 20 April 2024

parameters:

  • name
  • image (default none)
  • description