Template:Flotest: Difference between revisions
Appearance
Created page with "<includeonly> <div style="{{#switch:{{{alignment|none}}} | left = float:left; margin:0 1em 1em 0; | right = float:right; margin:0 0 1em 1em; | center = display:table; margin:0 auto; | #default = }}"> {| class="wikitable" |+ Pages | Crops || Blocks || Example |- | Example || Example || Example |- | Example || Example || Example |} </div> </includeonly> <noinclude> <templatedata> { "params": { "alignment": { "label": "Position", "descripti..." |
No edit summary |
||
| Line 8: | Line 8: | ||
{| class="wikitable" | {| class="wikitable" | ||
|+ Pages | |+ Pages | ||
| [[Crops]] || [[ | | [[Crops]] || [[Seeds]] || [[Workstations]] || [[Food]] || [[Decorations]] || [[Machines]] || [[Animals]] | ||
| | |||
| | |||
| | |||
| | |||
|} | |} | ||
</div> | </div> | ||
Revision as of 13:28, 18 September 2025
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Position | alignment align | Position: links, rechts, zentriert oder ohne (none).
| String | optional |
Verwendung
- Normal ohne Dings:
{{DeinTemplate}}
- Links:
{{DeinTemplate|alignment=left}}
- Rechts:
{{DeinTemplate|alignment=right}}
- Zentriert:
{{DeinTemplate|alignment=center}}