Template:TopBox: Difference between revisions
Appearance
mNo edit summary |
m support for altText |
||
| Line 7: | Line 7: | ||
-->|}}<!-- | -->|}}<!-- | ||
--><span class="topBoxText" id="{{{id|}}}"><!-- | --><span class="topBoxText" id="{{{id|}}}"><!-- | ||
-->{{{text|default text}}}{{ #if: {{{ altText |}}} | <br />''{{{altText|}}}'' |}}<!-- | |||
--></span><!-- | --></span><!-- | ||
--></div><includeonly>{{{categories|}}}</includeonly><noinclude> | --></div><includeonly>{{{categories|}}}</includeonly><noinclude> | ||
Revision as of 13:50, 4 February 2017
default text
== Skeleton ==
{{TopBox
| id =
| textColor =
| bgColor =
| borderColor =
| image =
| caption =
| text =
| altText =
| categories =
}}
id : Text to append to CSS id of the parent div of the topBox. This must not contain any spaces or special characters. UseCamelCase starting with a capital letter.Documentation transcluded from Template:TopBox/doc.