66 lines
2.0 KiB
Markdown
66 lines
2.0 KiB
Markdown
# Example base post code
|
|
|
|
This is the exact code used for the [example page](./example-page.md). You can confirm this for yourself on the [Github](https://github.com/aleabodo/survival-pi-docs/blob/main/docs/wiki/How%20To%20Contribute/example-page.md) of course 🤗.
|
|
|
|
```markdown
|
|
import Tabs from '@theme/Tabs';
|
|
import TabItem from '@theme/TabItem';
|
|
|
|
# Example base post
|
|
|
|

|
|
|
|
<Tabs>
|
|
<TabItem value="about" label="Description">
|
|
Here can go a short description of the base.
|
|
</TabItem>
|
|
<TabItem value="coords" label="Coords" default>
|
|
| X | Y | Z |
|
|
| ----- | ----- | ----- |
|
|
| 42 | 69 | -42 |
|
|
</TabItem>
|
|
<TabItem value="ncooords" label="Nether Directions">
|
|
The portals are directly linked with the nether hub.
|
|
</TabItem>
|
|
<TabItem value="builders" label="Builders">
|
|
- Albert Einstein
|
|
- Neil Armstrong
|
|
- Friedrich Nietzsche
|
|
- Steve
|
|
</TabItem>
|
|
<TabItem value="date" label="Date Finished">
|
|
04/07/2024
|
|
</TabItem>
|
|
</Tabs>
|
|
|
|
## Lore and Tales
|
|
|
|
Some lore. Who doesn't like to write some lore 😃 *italic* **bold** __underline__. `Ever needed code too`?
|
|
|
|
### A smaller headline
|
|
|
|
#### An even smaller one
|
|
|
|
- A list
|
|
- more list
|
|
|
|
You can also add pictures anywhere in the lore. You may also add more sections if you see fit. It doesn't really matter. Your base, your post! 💪
|
|
|
|
## Build Process
|
|
|
|
You can maybe describe how you build it. What you enjoyed most. You you just don't include this section add all or replace it with another. Your choice! 💯
|
|
|
|
Of course you can also complement your descriptions with pictures of your progression.
|
|
|
|
## Additional Pictures
|
|
|
|
You cann add more pictures here if you have good ones. People love pictures! 🤩
|
|
|
|

|
|
|
|

|
|
|
|

|
|
|
|

|
|
``` |