Templat:Bendera parpol image/doc: Perbedaan antara revisi

tidak ada ringkasan suntingan
Tidak ada ringkasan suntingan
Tidak ada ringkasan suntingan
Baris 2: Baris 2:
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->
== Usage ==
== Usage ==
This template generates a floating flag image. Use the parameter {{para|Image}} to specify an image without "File:"/"Image:" prefix, {{para|Pos}} to control the position of the image (left, right, none or center; default right), {{para|Image_size}} to control the image size (default 210&times;105px), {{para|Width}} to specify image width (integer only, without any unit or suffix), {{para|Box_width}} to specify the width of the box (integer only, without any unit or suffix), {{para|Caption}} to specify the text underneath the image, and {{para|NoCentering}} to make the text not centered underneath the image. The parameter {{para|Country}} may be used to use the image specified by Template:Country data {{{Country}}} (overridden by the {{para|Image}} parameter if specified) and to generate a default caption "Flag of {{{Country}}}". Parameter names are fully case-sensitive.
This template generates a floating flag image. Use the parameter {{para|Image}} to specify an image without "File:"/"Image:" prefix, {{para|Pos}} to control the position of the image (left, right, none or center; default right), {{para|Image_size}} to control the image size (default 210&times;105px), {{para|Width}} to specify image width (integer only, without any unit or suffix), {{para|Box_width}} to specify the width of the box (integer only, without any unit or suffix), {{para|Caption}} to specify the text underneath the image, and {{para|NoCentering}} to make the text not centered underneath the image. The parameter {{para|Parpol}} may be used to use the image specified by Template:Country data {{{Parpol}}} (overridden by the {{para|Image}} parameter if specified) and to generate a default caption "Flag of {{{Parpol}}}". Parameter names are fully case-sensitive.


==Examples==
==Examples==
Baris 8: Baris 8:
<syntaxhighlight lang="text">
<syntaxhighlight lang="text">
{|
{|
|{{Bendera parpol image|Country=Denmark}}
|{{Bendera parpol image|Parpol=Denmark}}
|{{Bendera parpol image|Image=Flag of Germany.svg|Caption=Flag of Germany}}
|{{Bendera parpol image|Image=Flag of Germany.svg|Caption=Flag of Germany}}
|{{Bendera parpol image|Country=Nepal|NoBorder=yes}}
|{{Bendera parpol image|Parpol=Nepal|NoBorder=yes}}
|{{Bendera parpol image|Country=Russia|Image_size=120px}}
|{{Bendera parpol image|Parpol=Russia|Image_size=120px}}
|}
|}
</syntaxhighlight>
</syntaxhighlight>
Baris 17: Baris 17:
Output:
Output:
{|
{|
|{{Bendera parpol image|Country=Denmark}}
|{{Bendera parpol image|Parpol=Denmark}}
|{{Bendera parpol image|Image=Flag of Germany.svg|Caption=Flag of Germany}}
|{{Bendera parpol image|Image=Flag of Germany.svg|Caption=Flag of Germany}}
|{{Bendera parpol image|Country=Nepal|NoBorder=yes}}
|{{Bendera parpol image|Parpol=Nepal|NoBorder=yes}}
|{{Bendera parpol image|Country=Russia|Image_size=120px}}
|{{Bendera parpol image|Parpol=Russia|Image_size=120px}}
|}
|}