Jump to content

Template:Flotest

From Crops & Farms
Revision as of 18:32, 17 September 2025 by 2beFlo (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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}}