틀:Side box/doc: 두 판 사이의 차이

Revi HQ
내용 추가됨 내용 삭제됨
(add an above row to the example)
(cat)
 
(사용자 18명의 중간 판 30개는 보이지 않습니다)
1번째 줄: 1번째 줄:
{{Documentation subpage}}
{{Documentation subpage}}
<!-- PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE -->
{{High-risk|650,000+ }}
{{High-use|946171}}
<!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE -->
{{Lua|Module:Side box}}
{{clear right}}
{{Template shortcut |Sidebox}}
{{Sidebox |metadata=no |image={{smaller|(''image'')}} |imageright={{smaller|(''image<br/>right'')}}
<div style="clear:right;margin-top:1.0em;">
|above=content to appear in a separate row above the main cell {{smaller|(''above'')}}
{{Side box |metadata=No
|text=the text to display in the box {{smaller|(''text'')}}
|below=content to appear in a separate row underneath the main cell {{smaller|(''below'')}}
| above = '''''above''''' content appears here, in a separate row above the main text area
| image = {{smaller|('''''image''''')}}
| text = '''''text''''' content, the box's main content, appears here
| imageright = {{longitem|style=font-size:90%|1=('''''image<br/>right'''''{{hair space}})}}
| below = '''''below''''' content appears here, in a separate row below the main text area
}}
}}
{{Parameter names example|_template=Side box
This template is a meta-template that can be used to create nicely-styled floating content boxes (see opposite).
|above

|image
== Usage ==
|text
|imageright
|below
}}
This template is a meta-template that can be used to create nicely-styled floating content boxes (see example directly opposite).
</div>


===Parameters===
{| class="wikitable"
{| class="wikitable"
! Parameter !! Description
|-
|-
| metadata || Set as {{para|metadata|no}} to suppresses the [[Meta element|HTML "metadata" class]].
|style="width:9.0em;"| {{para|text}} || the text to display in the box
|-
|-
| position || Set as {{para|position|left}} to position the box on the left-hand rather than right-hand side of the page and remove the float.
| {{para|image}} || a full image tag (or other content); if this is not present or set to "none", no image is displayed
|-
|-
| class || [[CSS]] [[HTML attribute|class]]es to apply to the box.
| {{para|imageright}} || a full image tag (or other content) to display in a separate table cell on the right of the box
|-
|-
| style || [[CSS styles]] to apply to the box.
| {{para|position}} || if set to {{code|left}}, floats the box on the left side of the page rather than the right
|-
|-
| {{para|metadata}} || if set to {{code|no}}, suppresses the "metadata" HTML class
| 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).
| {{para|class}} || CSS classes to apply to the box
|-
|-
| image || A full image tag (or other content); if this is not present or set as {{code|none}}, no image is displayed.
| {{para|style}} || styles to apply to the box
|-
|-
| {{para|textstyle}} || styles to apply to the text cells only
| textstyle || CSS styles to apply to the text cells only.
|-
|-
| {{para|above}} || content to appear in a separate row above the main cell (and spanning the entire width of the box)
| 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.
| {{para|abovestyle}} || styles to apply to the above cell only
|-
| below || Content to appear in a separate row underneath the main cell (and spanning the entire width of the box).
|-
|-
| {{para|below}} || content to appear in a separate row underneath the main cell (and spanning the entire width of the box)
|}
|}


== See also ==
===See also===
* {{tl|sidebar}}
{{Lua|Module:Side box}}
*{{tl|Mbox}}
* {{tl|Mbox}}
*{{tl|Sidebar box}}
* {{tl|Box-r}}


<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox|<!-- DO NOTHING -->|
<includeonly>[[분류:틀]]</includeonly>
[[Category:Wikipedia metatemplates]]
}}</includeonly>

2021년 1월 12일 (화) 17:46 기준 최신판

틀:High-use 틀:Lua 틀:Template shortcut

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

Parameters

Parameter Description
metadata Set as 틀:Para to suppresses the HTML "metadata" class.
position Set as 틀:Para 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.
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 none, no image is displayed.
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