Templat: GetIllustration: Perbedaan antara revisi

Dari GBI Danau Bogor Raya
Lompat ke: navigasi, cari
Leo (bicara | kontrib)
kTidak ada ringkasan suntingan
Leo (bicara | kontrib)
kTidak ada ringkasan suntingan
Baris 23: Baris 23:


| A5 = {{#ifexist: File:{{{illustrationA5|}}}
| A5 = {{#ifexist: File:{{{illustrationA5|}}}
   | {{{ilustrasiA5}}}
   | {{{illustrationA5}}}
   | {{#ifexist: File:{{{illustration16x9|}}}
   | {{#ifexist: File:{{{illustration16x9|}}}
  | {{{illustration16x9}}}
  | {{{illustration16x9}}}
Baris 57: Baris 57:
                       | {{{ilustrasi1x1}}} <!-- else: nothing -->
                       | {{{ilustrasi1x1}}} <!-- else: nothing -->
                       | {{#ifexist: File:{{{illustrationA5|}}}
                       | {{#ifexist: File:{{{illustrationA5|}}}
                           | {{{ilustrasiA5}}} <!-- else: nothing -->
                           | {{{illustrationA5}}} <!-- else: nothing -->
                         }}
                         }}
                     }}
                     }}

Revisi per 18 November 2022 04.51

Dokumentasi templat


Usage

{{getillustration
| type=1x1/16x9/A5
| illustration16x9=
| illustration1x1=
| illustrationA5=
| default=
}}
{{getillustration
| type=1x1
| illustration16x9=
| ilustrasi16x9=
| illustration1x1=
| ilustrasi1x1=
| illustration=
| ilustrasi=
| illustrationA5=
| default=
}}
Notes
  • default type and type=16x9: Priority 16x9 → 1x1 → A5
  • type=1x1: Priority 1x1 → 16x9 → A5
  • type=A5: Priority A5 → 16x9 → 1x1
Example
{{getillustration
| type=1x1
| illustration16x9={{{illustration16x9|}}}
| illustration1x1={{{illustration1x1|}}}
| illustrationA5={{{foto|{{{illustrationA5|}}}}}}
}}