Jump to content

Template:Flotest: Difference between revisions

From Crops & Farms
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]] || [[Blocks]] || Example
| [[Crops]] || [[Seeds]] || [[Workstations]] || [[Food]] || [[Decorations]] || [[Machines]] || [[Animals]]
|-
| Example || Example || Example
|-
| Example || Example || Example
|}
|}
</div>
</div>

Revision as of 13:28, 18 September 2025


No description.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Positionalignment align

Position: links, rechts, zentriert oder ohne (none).

Suggested values
left right center none
Default
none
Example
right
Stringoptional

Verwendung

  • Normal ohne Dings:
 {{DeinTemplate}}
  • Links:
 {{DeinTemplate|alignment=left}}
  • Rechts:
 {{DeinTemplate|alignment=right}}
  • Zentriert:
 {{DeinTemplate|alignment=center}}