# Standardblocks

### **Standard Blocks | Namespaces**

#### WordPress Standard Blöcke

Dieses Blocks sind standardmäßig immer dabei, sobald du WordPress installierst.

**Standard**

| Block          | Name Space      |
| -------------- | --------------- |
| Paragraph      | core/paragraph  |
| Bild           | core/image      |
| Überschrift    | core/heading    |
| Bilder Galerie | core/gallery    |
| Auflistung     | core/list       |
| Zitat          | core/quote      |
| Shortcode      | core/shortcode  |
| Archive        | core/archives   |
| Audio          | core/audio      |
| Button         | core/button     |
| Kalendar       | core/calendar   |
| Kategorien     | core/categories |
| Code           | core/code       |
| Spalten/Grids  | core/columns    |
| Spalte/Column  | core/column     |
| Cover          | core/cover      |

**Einbettungen**

| Einbettung               | Name Space               |
| ------------------------ | ------------------------ |
| Einbettung               | core/embed               |
| Einbettung Twitter       | core-embed/twitter       |
| Einbettung Youtube       | core-embed/youtube       |
| Einbettung Facebook      | core-embed/facebook      |
| Einbettung Instagram     | core-embed/instagram     |
| Einbettung WordPress     | core-embed/wordpress     |
| Einbettung Soundcloud    | core-embed/soundcloud    |
| Einbettung Spotify       | core-embed/spotify       |
| Einbettung Flickr        | core-embed/flickr        |
| Einbettung Vimeo         | core-embed/vimeo         |
| Einbettung Animoto       | core-embed/animoto       |
| Einbettung Cloudup       | core-embed/cloudup       |
| Einbettung Collegehumor  | core-embed/collegehumor  |
| Einbettung Crowdsignal   | core-embed/crowdsignal   |
| Einbettung Dailymotion   | core-embed/dailymotion   |
| Einbettung Hulu          | core-embed/hulu          |
| Einbettung Imgur         | core-embed/imgur         |
| Einbettung Issuu         | core-embed/issuu         |
| Einbettung Kickstarter   | core-embed/kickstarter   |
| Einbettung Meetup-com    | core-embed/meetup-com    |
| Einbettung Mixcloud      | core-embed/mixcloud      |
| Einbettung Polldaddy     | core-embed/polldaddy     |
| Einbettung Reddit        | core-embed/reddit        |
| Einbettung Reverbnation  | core-embed/reverbnation  |
| Einbettung Screencast    | core-embed/screencast    |
| Einbettung Scribd        | core-embed/scribd        |
| Einbettung Slideshare    | core-embed/slideshare    |
| Einbettung Smugmug       | core-embed/smugmug       |
| Einbettung Speaker       | core-embed/speaker       |
| Einbettung Speaker Deck  | core-embed/speaker-deck  |
| Einbettung Ted           | core-embed/ted           |
| Einbettung Tumblr        | core-embed/tumblr        |
| Einbettung Videopress    | core-embed/videopress    |
| Einbettung Wordpress TV  | core-embed/wordpress-tv  |
| Einbettung Amazon Kindle | core-embed/amazon-kindle |

**Weitere Core Blocks**

| Block                        | Name Space           |
| ---------------------------- | -------------------- |
| Datei                        | core/file            |
| Gruppe                       | core/group           |
| Klassik Editor (ehm. Editor) | core/freeform        |
| HTML                         | core/html            |
| Media Text                   | core/media-text      |
| Kommentare aus dem System    | core/latest-comments |
| Artikel aus dem System       | core/latest-posts    |
| Fehlende                     | core/missing         |
| Weitere                      | core/more            |
| Nächste Seite                | core/nextpage        |
| Vorformatiert                | core/preformatted    |
| Zitat                        | core/pullquote       |
| Rss                          | core/rss             |
| Suche                        | core/search          |
| Trenner                      | core/separator       |
| Block                        | core/block           |
| Trenner                      | core/spacer          |
| Unterüberschrift             | core/subhead         |
| Tabelle                      | core/table           |
| Tag Cloud                    | core/tag-cloud       |
| Vorlagen                     | core/template        |
| Text Spalten                 | core/text-columns    |
| Verse                        | core/verse           |
| Video                        | core/video           |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://benjaminzekavica.gitbook.io/gutenberg/blocks/standardblocks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
