Template:Side box/doc: Difference between revisions

From Mirrorplay: Fae
Jump to navigation Jump to search
mpfae>Annh07
m (Reverted edit by 2A02:AA7:4627:1992:28DF:A484:51EF:F962 (talk) to last version by Andrybak)
 
m (1 revision imported: Supplementary Module/Template UL)
 
(No difference)

Latest revision as of 09:25, 16 June 2024

{{#ifeq:doc |doc

    | 

{{#ifeq:show |show

|

        }}{{#if: |
         |   {{#ifexist:Template:Side box
                  | [[Category:{{#switch:Template |Template=Template |Module=Module |User=User |#default=Wikipedia}} documentation pages]]
                  |
                 }}
        }}
    | 
   }}

This template is a meta-template that can be used to create nicely-styled floating content boxes (see example directly opposite).

Parameters[edit]

Parameter Description
metadata metadata=}}no to suppress the HTML "metadata" class.
position position=}}left to position the box on the left-hand rather than right-hand side of the page and remove the float.
class CSS classes to apply to the box.
style CSS styles to apply to the box.
role WAI-ARIA role, such as note or figure, to apply to the box.
labelledby HTML id of an element that acts as a label for the box.
abovestyle CSS styles to apply to the "above" cell (see next parameter) only.
above Content to appear in a separate row above the main cell (and spanning the entire width of the box).
image A full image tag (or other content); if this is not present or set as <syntaxhighlight lang="text" class="" id="" style="" inline="1">none</syntaxhighlight>, no image is displayed.
textclass CSS classes to apply to the text cells only. (default: 'plainlist')
textstyle CSS styles to apply to the text cells only.
text Text to display in the box.
imageright A full image tag (or other content) to display in a separate table cell on the box's righthand side.
below Content to appear in a separate row underneath the main cell (and spanning the entire width of the box).

See also[edit]