コンテンツにスキップ

「テンプレート:ギャラリー」の版間の差分

編集の要約なし
編集の要約なし
編集の要約なし
1行目: 1行目:
<includeonly><nomobile>
<includeonly><onlyinclude><nomobile>
{| class="wikitable" style="text-align: center; padding: 8px;border-style: none; width: 250px;"
{| class="wikitable" style="text-align: center; padding: 8px;border-style: none; width: 250px;"
|<img src="{{{url}}}" width="{{{width}}}" height="auto">
|<img src="{{ #if:{{{url|}}} | {{{url}}} | }}" width="{{ #if:{{{width|}}} | {{{width}}} | }}" height="auto">
|-
|-
|{{{画像説明}}}
|{{{画像説明}}}
|}</nomobile>
|}</nomobile>
<mobileonly>{| class="wikitable" style="text-align: center; padding: 8px;border-style: none; width: 100%
<mobileonly>{| class="wikitable" style="text-align: center; padding: 8px;border-style: none; width: 100%
|<img src="{{{url}}}"  width="{{{mobilewidth}}}" height="auto">
|<img src="{{ #if:{{{url|}}} | {{{url}}} | }}"  width="{{ #if:{{{mobilewidth|}}} | {{{mobilewidth}}} | }}" height="auto">
|-
|-
|{{{画像説明}}}
|{{ #if:{{{画像説明|}}} | {{{画像説明}}} | }}
|}</mobileonly>
|}</mobileonly>
</includeonly><noinclude>
</onlyinclude></includeonly><noinclude>
ギャラリー項目に使用するテンプレートです。画像を掲載することができます。
ギャラリー項目に使用するテンプレートです。画像を掲載することができます。
<pre>
<pre>