Difference between revisions of "Template:Artwork"

From MUSICAL HERITAGE ORGANIZATION
Jump to: navigation, search
(Created page with "{| class="infobox vevent" style="width: 22em; line-height: 1.4em; text-align: left; float:{{{painting_alignment|right}}}; {{ #ifeq: {{{painting_alignment|}}}|Left| margin-right: ...")
 
(Redirected page to Template:Infobox artwork)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{| class="infobox vevent" style="width: 22em; line-height: 1.4em; text-align: left; float:{{{painting_alignment|right}}}; {{ #ifeq: {{{painting_alignment|}}}|Left| margin-right: 15px; margin-left: 0px;|}} {{ #ifeq: {{{painting_alignment|}}}|left| margin-right: 15px; margin-left: 0px;|}} font-size: 88%;"
+
#REDIRECT [[Template:Infobox artwork]]
|+ style="font-size: 125%; font-weight: bold; font-style: italic" class="summary" | {{{title|<includeonly>{{PAGENAME}}</includeonly>}}}
 
|-
 
{{#if:{{{other_language_1|}}}{{{other_language_2|}}}|
 
{{!}} colspan="2" style="text-align:center;" {{!}} {{#if:{{{other_language_1|}}}|{{{other_language_1|}}}: ''{{{other_title_1|}}}'' }}{{#if:{{{other_language_2|}}}|, {{{other_language_2|}}}: ''{{{other_title_2|}}}'' }}
 
{{!}}-
 
}}
 
{{#if:{{{image|}}}{{{image_file|}}}|
 
{{!}} colspan="2" style="text-align:center;" {{!}} {{#if:{{{image|}}}|{{{image}}}|[[File:{{{image_file|}}}|{{{image_size|300px}}}|alt={{{alt|}}}]]}}
 
{{!}}-
 
{{#if:{{{caption|}}}|
 
{{!}} colspan=2 style="text-align: center" {{!}} {{{caption}}}
 
}}
 
}}
 
|-
 
{{#if:{{{pushpin_map|}}}|
 
{{!}} align="center" colspan="2" {{!}}<center>{{Location map|{{{pushpin_map}}}
 
|alt = {{{pushpin_map_alt|}}}
 
|lat = {{#if:{{{latm|}}}{{{latNS|}}}| |{{{latd|{{{latitude|}}}}}} }}
 
|long = {{#if:{{{longm|}}}{{{longEW|}}}| |{{{longd|{{{longitude|}}}}}} }}
 
|lat_deg={{#if:{{{latm|}}}{{{latNS|}}}|{{{latd|}}}| }}
 
|lat_min={{#if:{{{latm|}}}{{{latNS|}}}|{{{latm|}}}| }}
 
|lat_sec={{#if:{{{lats|}}}{{{latNS|}}}|{{{lats|}}}| }}
 
|lat_dir={{#if:{{{latNS|}}}|{{{latNS|}}}| }}
 
|lon_deg={{#if:{{{longm|}}}{{{longEW|}}}|{{{longd|}}}| }}
 
|lon_min={{#if:{{{longm|}}}{{{longEW|}}}|{{{longm|}}}| }}
 
|lon_sec={{#if:{{{longs|}}}{{{longEW|}}}|{{{longs|}}}| }}
 
|lon_dir={{#if:{{{longEW|}}}|{{{longEW|}}}| }}
 
|float      = center
 
|caption    =
 
|border    = none
 
|mark      =Nuvola 2.0+ Sculpture.svg
 
|marksize  = 12
 
|position  = {{{pushpin_label_position|}}}
 
|label      = {{#if:{{{map_dot_label|}}}|{{{map_dot_label}}}|{{{title}}}}}
 
|width      = {{#if:{{{map_size|}}}|{{{map_size}}}|280}}
 
}}{{#if:{{{pushpin_map_caption|}}}|<small>{{{pushpin_map_caption}}}</small>}}</center>}}
 
|-
 
{{#if:{{{artist|}}}|
 
! Artist
 
{{!}} class="attendee" {{!}} {{#ifeq:{{ucfirst:{{{artist|}}}}}|Unknown|Unknown|{{#ifexist: {{{artist}}}|[[{{{artist}}}]]|{{{artist}}}}}}}
 
{{!}}-
 
}}
 
{{#if:{{{year|}}}|
 
! Year
 
{{!}} {{{year|Unknown}}}
 
{{!}}-
 
}}
 
{{#if:{{{type|}}}|
 
! Type
 
{{!}} class="category" {{!}} {{{type}}}
 
{{!}}-
 
}}
 
{{#if:{{{material|}}}|
 
! Material
 
{{!}} class="category" {{!}} {{{material}}}
 
{{!}}-
 
}}
 
<!--BEGIN  DIMENSIONAL DATA SECTION; INCLUDES SCARY CODE ;)-->
 
{{#if:{{{height|}}}{{{height_inch|}}}{{{height_metric|}}}{{{height_imperial|}}}{{{width|}}}{{{width_inch|}}}{{{width_metric|}}}{{{width_imperial|}}}{{{length|}}}{{{length_inch|}}}{{{length_metric|}}}{{{length_imperial|}}}{{{diameter|}}}{{{diameter_cm|}}}{{{diameter_inch|}}}{{{diameter_metric|}}}{{{diameter_imperial|}}}{{{dimensions|}}}|<!--if there is any dimensional data, then: -->
 
! Dimensions<!--old version used a check for a single-dimension title; simply "Dimensions" now-->
 
{{!}}<!--open the next cell
 
 
 
  -->{{#if:{{{height|}}}{{{height_inch|}}}{{{height_metric|}}}{{{height_imperial|}}}{{{width|}}}{{{width_inch|}}}{{{width_metric|}}}{{{width_imperial|}}}{{{length|}}}{{{length_inch|}}}{{{length_metric|}}}{{{length_imperial|}}}|<!--Begin H×W×L metric data
 
 
 
  -->{{#if:{{{height|}}}{{{height_inch|}}}{{{height_metric|}}}{{{height_imperial|}}}<!--begin height, metric section
 
    -->|{{#if:{{{height_metric|{{{height|}}}}}}|{{{height_metric|{{{height}}}}}}&nbsp;{{{metric_unit|cm}}}<!--if metric height is available, use it, otherwise:
 
      -->|{{#if:{{isnumeric|{{{height_imperial|{{{height_inch|}}}}}}}}<!--if imperial height is numeric, convert it:
 
        -->|{{#ifeq:{{#if:{{isnumeric|{{{height_imperial|}}}}}|{{#if:{{isnumeric|{{{height_inch|}}}}}| {{#ifeq:{{{imperial_unit|in}}}|ft|SPECIAL|NORMAL}}|NORMAL}}|NORMAL}}|SPECIAL<!--if there's the special ft&in case, then use it:
 
          -->|{{convert|{{{height_imperial}}}|ft|{{{height_inch}}}|in|{{{metric_unit|cm}}}|abbr=on|disp=output only}}<!--otherwise, use the normal conversion scheme:
 
          -->|{{convert|{{formatnum:{{{height_imperial|{{{height_inch}}}}}}|R}}|{{{imperial_unit|in}}}|{{{metric_unit|cm}}}||disp=output only}}|<span class="error" style="white-space:nowrap; font-size:inherit;">??</span><!--close functions-->}}}}}}}}<!--end height, metric section
 
 
 
  -->{{#if:{{{height_metric|{{{height|}}}}}}{{isnumeric|{{{height_imperial|{{{height_inch|}}}}}}}}|<!-- begin ×1; if height is present, then:
 
  -->{{#if:{{{width_metric|{{{width|}}}}}}{{isnumeric|{{{width_imperial|{{{width_inch|}}}}}}}}{{{length_metric|{{{length|}}}}}}{{isnumeric|{{{length_imperial|{{{length_inch|}}}}}}}}|&#32;×&nbsp;}}}}<!-- if width or later is present, add spacing and ×
 
 
 
  -->{{#if:{{{width|}}}{{{width_inch|}}}{{{width_metric|}}}{{{width_imperial|}}}<!--begin width, metric section
 
    -->|{{#if:{{{width_metric|{{{width|}}}}}}|{{{width_metric|{{{width}}}}}}&nbsp;{{{metric_unit|cm}}}<!--if metric width is available, use it, otherwise:
 
      -->|{{#if:{{isnumeric|{{{width_imperial|{{{width_inch|}}}}}}}}<!--if imperial width is numeric, convert it:
 
        -->|{{#ifeq:{{#if:{{isnumeric|{{{width_imperial|}}}}}|{{#if:{{isnumeric|{{{width_inch|}}}}}| {{#ifeq:{{{imperial_unit|in}}}|ft|SPECIAL|NORMAL}}|NORMAL}}|NORMAL}}|SPECIAL<!--if there's the special ft&in case, then use it:
 
          -->|{{convert|{{{width_imperial}}}|ft|{{{width_inch}}}|in|{{{metric_unit|cm}}}|abbr=on|disp=output only}}<!--otherwise, use the normal conversion scheme:
 
          -->|{{convert|{{formatnum:{{{width_imperial|{{{width_inch}}}}}}|R}}|{{{imperial_unit|in}}}|{{{metric_unit|cm}}}||disp=output only}}|<span class="error" style="white-space:nowrap; font-size:inherit;">??</span><!--close functions-->}}}}}}}}<!--end width, metric section
 
 
 
  -->{{#if:{{{width_metric|{{{width|}}}}}}{{isnumeric|{{{width_imperial|{{{width_inch|}}}}}}}}|<!-- begin ×2; if width is present, then:
 
  -->{{#if:{{{length_metric|{{{length|}}}}}}{{isnumeric|{{{length_imperial|{{{length_inch|}}}}}}}}|&#32;×&nbsp;}}}}<!-- if length is present, add spacing and ×
 
 
 
  -->{{#if:{{{length|}}}{{{length_inch|}}}{{{length_metric|}}}{{{length_imperial|}}}<!--begin length, metric section
 
    -->|{{#if:{{{length_metric|{{{length|}}}}}}|{{{length_metric|{{{length}}}}}}&nbsp;{{{metric_unit|cm}}}<!--if metric length is available, use it, otherwise:
 
      -->|{{#if:{{isnumeric|{{{length_imperial|{{{length_inch|}}}}}}}}<!--if imperial length is numeric, convert it:
 
        -->|{{#ifeq:{{#if:{{isnumeric|{{{length_imperial|}}}}}|{{#if:{{isnumeric|{{{length_inch|}}}}}| {{#ifeq:{{{imperial_unit|in}}}|ft|SPECIAL|NORMAL}}|NORMAL}}|NORMAL}}|SPECIAL<!--if there's the special ft&in case, then use it:
 
          -->|{{convert|{{{length_imperial}}}|ft|{{{length_inch}}}|in|{{{metric_unit|cm}}}|abbr=on|disp=output only}}<!--otherwise, use the normal conversion scheme:
 
          -->|{{convert|{{formatnum:{{{length_imperial|{{{length_inch}}}}}}|R}}|{{{imperial_unit|in}}}|{{{metric_unit|cm}}}||disp=output only}}|<span class="error" style="white-space:nowrap; font-size:inherit;">??</span><!--close functions-->}}}}}}}}<!--end length, metric section
 
 
 
  -->&#32;(<!--end H×W×L metric data, begin H×W×L imperial data
 
 
 
  -->{{#if:{{{height|}}}{{{height_inch|}}}{{{height_metric|}}}{{{height_imperial|}}}<!--begin height, imperial section
 
    -->|{{#if:{{{height_imperial|{{{height_inch|}}}}}}|<!--if imperial height is available, then…
 
      -->{{#ifeq:{{#if:{{{height_imperial|}}}|{{#if:{{{height_inch|}}}| {{#ifeq:{{{imperial_unit|in}}}|ft|SPECIAL|NORMAL}}|NORMAL}}|NORMAL}}|SPECIAL|{{{height_imperial}}}&nbsp;ft {{{height_inch}}}&nbsp;in|{{{height_imperial|{{{height_inch}}}}}}&nbsp;{{{imperial_unit|in}}}}}<!--use appropriate formatting, including a check if ft&in format is appropriate. If it's not available, then:
 
      -->|{{#if:{{isnumeric|{{{height_metric|{{{height|}}}}}}}}<!--if metric height is numeric, convert it:
 
        -->|{{convert|{{formatnum:{{{height_metric|{{{height}}}}}}|R}}|{{{metric_unit|cm}}}|{{{imperial_unit|in}}}<!--really ought to include a switch for ftin mode here in a later version; if other imperial ones have the special case, then apply the special case in conversion-->|disp=output only}}|<span class="error" style="white-space:nowrap; font-size:inherit;">??</span><!--close functions-->}}}}}}<!--end height, imperial section
 
 
 
  -->{{#if:{{{height_imperial|{{{height_inch|}}}}}}{{{height_metric|{{{height_cm|{{{height|}}}}}}}}}|<!-- begin ×1; if height is present, then:
 
  -->{{#if:{{{width_imperial|{{{width_inch|}}}}}}{{{width_metric|{{{width_cm|{{{width|}}}}}}}}}{{{length_imperial|{{{length_inch|}}}}}}{{{length_metric|{{{length_cm|{{{length|}}}}}}}}}|&#32;×&nbsp;}}}}<!-- if width or later is present, add spacing and ×
 
 
 
  -->{{#if:{{{width|}}}{{{width_inch|}}}{{{width_metric|}}}{{{width_imperial|}}}<!--begin width, imperial section
 
    -->|{{#if:{{{width_imperial|{{{width_inch|}}}}}}|<!--if imperial width is available, then…
 
      -->{{#ifeq:{{#if:{{{width_imperial|}}}|{{#if:{{{width_inch|}}}| {{#ifeq:{{{imperial_unit|in}}}|ft|SPECIAL|NORMAL}}|NORMAL}}|NORMAL}}|SPECIAL|{{{width_imperial}}}&nbsp;ft {{{width_inch}}}&nbsp;in|{{{width_imperial|{{{width_inch}}}}}}&nbsp;{{{imperial_unit|in}}}}}<!--use appropriate formatting, including a check if ft&in format is appropriate. If it's not available, then:
 
      -->|{{#if:{{isnumeric|{{{width_metric|{{{width|}}}}}}}}<!--if metric width is numeric, convert it:
 
        -->|{{convert|{{formatnum:{{{width_metric|{{{width}}}}}}|R}}|{{{metric_unit|cm}}}|{{{imperial_unit|in}}}<!--really ought to include a switch for ftin mode here in a later version; if other imperial ones have the special case, then apply the special case in conversion-->|disp=output only}}|<span class="error" style="white-space:nowrap; font-size:inherit;">??</span><!--close functions-->}}}}}}<!--end width, imperial section
 
 
 
  -->{{#if:{{{width_imperial|{{{width_inch|}}}}}}{{{width_metric|{{{width_cm|{{{width|}}}}}}}}}|<!-- begin ×2; if width is present, then:
 
  -->{{#if:{{{length_imperial|{{{length_inch|}}}}}}{{{length_metric|{{{length_cm|{{{length|}}}}}}}}}|&#32;×&nbsp;}}}}<!-- if length is present, add spacing and ×
 
 
 
  -->{{#if:{{{length|}}}{{{length_inch|}}}{{{length_metric|}}}{{{length_imperial|}}}<!--begin length, imperial section
 
    -->|{{#if:{{{length_imperial|{{{length_inch|}}}}}}|<!--if imperial length is available, then…
 
      -->{{#ifeq:{{#if:{{{length_imperial|}}}|{{#if:{{{length_inch|}}}| {{#ifeq:{{{imperial_unit|in}}}|ft|SPECIAL|NORMAL}}|NORMAL}}|NORMAL}}|SPECIAL|{{{length_imperial}}}&nbsp;ft {{{length_inch}}}&nbsp;in|{{{length_imperial|{{{length_inch}}}}}}&nbsp;{{{imperial_unit|in}}}}}<!--use appropriate formatting, including a check if ft&in format is appropriate. If it's not available, then:
 
      -->|{{#if:{{isnumeric|{{{length_metric|{{{length|}}}}}}}}<!--if metric length is numeric, convert it:
 
        -->|{{convert|{{formatnum:{{{length_metric|{{{length}}}}}}|R}}|{{{metric_unit|cm}}}|{{{imperial_unit|in}}}<!--really ought to include a switch for ftin mode here in a later version; if other imperial ones have the special case, then apply the special case in conversion-->|disp=output only}}|<span class="error" style="white-space:nowrap; font-size:inherit;">??</span><!--close functions-->}}}}}}<!--end length, imperial section
 
 
 
  -->)<!--end all H×W×L data
 
  -->{{#if:{{{diameter_metric|}}}{{{diameter_cm|}}}{{{diameter|}}}{{{diameter_imperial|}}}{{{diameter_inch|}}}{{{dimensions|}}}|<nowiki>;</nowiki>&#32;}}<!-- if there's diameter or dimensions, add a semicolon divider and a space
 
  -->|}}<!-- if no H×W×L data, then blank; end H×W×L section
 
 
 
  -->{{#switch:0{{#if:{{{diameter_metric|{{{diameter_cm|{{{diameter|}}}}}}}}}|c}}{{#if:{{{diameter_imperial|{{{diameter_inch|}}}}}}|i}}<!--switch controlling diameter section
 
  -->|0c={{#if:{{isnumeric|{{{diameter_metric|{{{diameter_cm|{{{diameter|}}}}}}}}}}}|{{{diameter_metric|{{{diameter_cm|{{{diameter}}}}}}}}}&nbsp;{{{metric_unit|cm}}} diameter ({{convert|{{formatnum:{{{diameter_metric|{{{diameter_cm|{{{diameter}}}}}}}}}|R}}|{{{metric_unit|cm}}}|{{{imperial_unit|in}}}|disp=output only}})|{{{diameter_metric|{{{diameter_cm|{{{diameter}}}}}}}}}&nbsp;{{{metric_unit|cm}}} diameter}}{{#if:{{{dimensions|}}}|<nowiki>;</nowiki>&#32;}}<!--if only cm available
 
  -->|0i={{#if:{{isnumeric|{{{diameter_imperial|{{{diameter_inch|}}}}}}}}|{{convert|{{formatnum:{{{diameter_imperial|{{{diameter_in}}}}}}|R}}|{{{imperial_unit|in}}}|{{{metric_unit|cm}}}|disp=output only}} diameter ({{{diameter_imperial|{{{diameter_inch}}}}}}&nbsp;{{{imperial_unit|in}}})|{{{diameter_imperial|{{{diameter_inch}}}}}}&nbsp;{{{imperial_unit|in}}} diameter}}{{#if:{{{dimensions|}}}|<nowiki>;</nowiki>&#32;}}<!--if only in available
 
-->|0ci={{{diameter_metric|{{{diameter_cm|{{{diameter}}}}}}}}}&nbsp;{{{metric_unit|cm}}} diameter ({{{diameter_imperial|{{{diameter_inch}}}}}}&nbsp;{{{imperial_unit|in}}}){{#if:{{{dimensions|}}}|<nowiki>;</nowiki>&#32;}}<!--if both available
 
-->|0|#default=<!--nothing's available! no output then…-->}}<!--end diameter switch
 
 
-->{{{dimensions|}}}<!--additional or alternate dimensions, if applicable
 
 
 
  -->}}<!--end if any dimensional data--><!--END DIMENSIONAL SECTION-->
 
|-
 
{{#if:{{{weight|}}}|
 
! Weight
 
{{!}} {{{weight}}}
 
{{!}}-
 
}}
 
{{#if:{{{museum|}}}{{{city|}}}|
 
! Location
 
{{!}} {{{museum|}}}{{ #if: {{{city|}}}|{{#if:{{{museum|}}}|,&#32;}}{{{city}}} }}
 
{{!}}-
 
}}
 
{{#if:{{{owner|}}}|
 
! Owner
 
{{!}} {{{owner}}}
 
{{!}}-
 
}}
 
|}{{{coordinates|}}}{{#ifeq:{{{height|a}}}{{{height|b}}}|ab||[[Category:Wikipedia pages with deprecated artwork infobox syntax]]}}{{#ifeq:{{{length|a}}}{{{length|b}}}|ab||[[Category:Wikipedia pages with deprecated artwork infobox syntax]]}}{{#ifeq:{{{width|a}}}{{{width|b}}}|ab||[[Category:Wikipedia pages with deprecated artwork infobox syntax]]}}{{#switch:{{lc:{{{italic title|¬}}}}}
 
|no      = <!-- no italic title -->
 
||¬|force|yes = {{italic title|force={{#ifeq:{{lc:{{{italic title|}}}}}|force|true}}}}
 
}}<noinclude>[[Category:Templates]]</noinclude>
 

Latest revision as of 17:35, 3 May 2012