Mall:Stack/doc

Allikas: Vikipeedia
Malli tuleb tõlkida ja kohandada!

Kasutus[muuda lähteteksti]

Lihtsaim viis:

{{stack|<objects>}}

The <object> may simply be a string of wikicode for many images/templates.

Valikulised parameetrid[muuda lähteteksti]

{{stack| <objects> | float=left/right | clear=true/false}}

või

{{stack begin | float=left/right | clear=true/false}}

where

  • float= left or right (default is right)
    This option can be used to float the stack to the left or right of the page
  • clear= true or false (default is false)
    This option can be used to force the stack to the far left or right (e.g., near an infobox).

You can also explicitly list multiple arguments:

{{stack| float=left/right | clear=true/false
|1=<object(s)>
|2=<object(s)>
|3=<object(s)>, etc. up to 9 parameters in the current version
}}
  • NB This multiple argument version does include extra vertical whitespace between each (set of) <object(s)>.

Näide[muuda lähteteksti]

Example
Example2
Example3
{{stack|
[[File:Example.png|thumb|Example]]
[[File:Example.png|thumb|Example2]]
[[File:Example.png|thumb|Example3]]
}}