> [!metadata|i-at]
> [[Callout Adjustments]]
# Callout Infoboxes

---
## Attributes
| Attribute | Description |
| --- | --- |
| `wikipedia` | Style inner tables like wikipedia |
Positioning the same as the [[Image Adjustments#Position|Image Adjustment Positioning]]
![[Image Adjustments#^img-adj-positions|clean nmg]]
> [!warning] Position Attributes will not work in Live Preview
> This causes issues with editing notes so it is and will not be natively supported by me unless that stops occurring.
---
## Examples
```markdown
> [!infobox]
> # Name
> ![[Image.png|cover hsmall]]
> ###### Stats
> | Type | Stat |
> | ---- | ---- |
> | Test | Testing |
> | Test | Testing |
>
> ##### Stats 2
> | Type | Stat |
> | ---- | ---- |
> | Test | Testing |
> | Test | Testing |
```
```markdown
> [!infobox]+ Collapsible Infobox
> # Name
> ![[Image.png|cover hsmall]]
> ###### Stats
> | Type | Stat |
> | ---- | ---- |
> | Test | Testing |
> | Test | Testing |
>
> ###### Stats 2
> | Type | Stat |
> | ---- | ---- |
> | Test | Testing |
> | Test | Testing |
```
```markdown
> [!infobox|left]
> # Name
> ![[Image.png|cover hsmall]]
> ###### Stats
> | Type | Stat |
> | ---- | ---- |
> | Test | Testing |
> | Test | Testing |
>
> ###### Stats 2
> | Type | Stat |
> | ---- | ---- |
> | Test | Testing |
> | Test | Testing |
```
```markdown
> [!infobox|left wikipedia]+
> # Heading
> ![[Image.png]]
> ###### Heading 6
> | Table Header | Table Header |
> | ---- | --- |
> | Test | Testing |
> | Test | Testing |
>
> # Heading 1
> - Bullet list
> - Testing
> - Testing
> - Testing
```
## Live Examples
> [!infobox]+
> # Default
> ![[SlRvb Logo.png]]
> ###### Heading 6
> | Table Header | Table Header |
> | ---- | --- |
> | Test | Testing |
> | Test | Testing |
>
> # Heading 1
> - Bullet list
> - Testing
> - Testing
> - Testing
> [!infobox|left wikipedia]+
> # Left Callout
> # Wikipedia Styling
> ![[SlRvb Logo.png]]
> ###### Heading 6
> | Table Header | Table Header |
> | ---- | --- |
> | Test | Testing |
> | Test | Testing |
>
> # Heading 1
> - Bullet list
> - Testing
> - Testing
> - Testing
---