قالب:***
✽✽✽
This template uses a See H:DIVSPAN for details. |
| هذا القالب يستخدم أنماط القوالب: |
Usage
Produces a centred row of asterisks or other characters. This is a common way of breaking passages of text (example).
Parameters
- 1: the number of asterisks (optional, default is 3)
- 2: the spacing between asterisks (optional, default is 2em)
- char: the character used (optional, default is "*"). Images are also possible.
- style: where there is a need to specify the style of the text, an optional "style" parameter can be used, e.g.
{{***|style=font-size:110%}}
رموز نجوم بديلة
| Symbol | Unicode | HTML Code | Name / Description |
|---|---|---|---|
*
|
U+002A | * or *
|
Asterisk (standard ASCII) |
⁎
|
U+204E | ⁎
|
Low Asterisk |
∗
|
U+2217 | ∗ or ∗
|
Asterisk Operator (math symbol) |
✱
|
U+2731 | ✱
|
Heavy Asterisk |
✲
|
U+2732 | ✲
|
Open Center Asterisk |
✳
|
U+2733 | ✳
|
Eight Spoked Asterisk |
✴
|
U+2734 | ✴
|
Eight Pointed Black Star |
✵
|
U+2735 | ✵
|
Eight Pointed Pinwheel Star |
✶
|
U+2736 | ✶
|
Six Pointed Black Star |
✷
|
U+2737 | ✷
|
Eight Pointed Rectilinear Black Star |
✸
|
U+2738 | ✸
|
Heavy Eight Pointed Rectilinear Black Star |
✹
|
U+2739 | ✹
|
Twelve Pointed Black Star |
✺
|
U+273A | ✺
|
Twelve Pointed Black Star (alt) |
✻
|
U+273B | ✻
|
Heavy Teardrop Spoked Asterisk |
✼
|
U+273C | ✼
|
Open Center Teardrop Spoked Asterisk |
✽
|
U+273D | ✽
|
Heavy Open Center Asterisk |
❊
|
U+274A | ❊
|
Eight Teardrop-Spoked Propeller Asterisk |
❋
|
U+274B | ❋
|
Heavy Eight Teardrop-Spoked Propeller Asterisk |
Examples
- The code
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis.
{{***}}
Dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.
- Gives
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis. ✽✽✽ Dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.
- Variable number of stars
{{***|6}}
✽✽✽✽✽✽
- Variable star spacing
{{***|4|6em}}
✽✽✽✽
- Different characters
{{***|char=~}}
~~~
- Using images
{{***|char=[[File:Five Pointed Star Solid.svg|15px|alt=*]]}}
- Variable star spacing
{{***|4|6em}}
✽✽✽✽
- style settings
{{***|style=font-size:182%|3}}
✽✽✽
{{***|style=font-size:182%|3|char=~}}
~~~
See also
- {{asterism}} for the "⁂" symbol.
- {{separator}} for a full-width divider using mid-dots
·(or any other character).
لا وصف.
| وسيط | وصف | نوع | حالة | |
|---|---|---|---|---|
| 1 | 1 | Number of astersks to show. | رقم | اختياري |
| 2 | 2 | Spacing between asterisks. | محتوى | اختياري |
| style | style | Additional CSS styles to apply. | غير معروف | اختياري |
| char | char symbol | Character to use instead of * | محتوى | اختياري |