Template:Image: Difference between revisions

From elijah
Jump to navigation Jump to search
WikiSync push v1.1
WikiSync push v1.1
 
Line 57: Line 57:
   box-sizing: border-box;
   box-sizing: border-box;
">
">
  <!-- Card Header -->
  <div style="
    background: linear-gradient(135deg, #2c3e50 0%, #3d5166 100%);
    color: #ffffff;
    padding: 0.75em 1em 0.6em 1em;
  ">
    <div style="font-size:1.25em; font-weight:bold; letter-spacing:0.02em; line-height:1.2;">
      {{{HasImageCaption|{{PAGENAME}}}}}
    </div>
    {{#if:{{{HasImageKind|}}}|
      <div style="font-size:0.82em; opacity:0.80; margin-top:0.2em;">{{{HasImageKind}}}</div>
    }}
  </div>


   <!-- Image Display -->
   <!-- Image Display -->
Line 78: Line 64:
         [[{{{HasFile|}}}|frameless|center|300px]]
         [[{{{HasFile|}}}|frameless|center|300px]]
         {{#if:{{{HasImageCaption|}}}|
         {{#if:{{{HasImageCaption|}}}|
           <div style="font-size:0.85em; color:#555; font-style:italic; text-align:center; padding:0.4em 1em 0.5em; border-top:1px solid #e4e8ec; margin-top:0.4em;">
           <div style="font-size:0.85em; color:#555; text-align:center; padding:0.5em 1em 0.5em;">
             {{{HasImageCaption|}}}
             {{{HasImageCaption|}}}
           </div>
           </div>

Latest revision as of 05:05, 26 May 2026



Use this template on Image: pages to store image metadata.

Example:

{{Image
 |HasFile=File:Perl Joseph portrait.jpg
 |ImageID=IMG-001
 |HasImageCaption=Portrait of Joseph Perl
 |HasImageDescription=Black-and-white portrait photograph of Joseph Perl, Galician rabbi and author.
 |HasImageKind=Portrait
 |HasDate=1880-05-12
 |HasSourceDescription=JGaliciaBukovina archive, digitized 2010
 |HasOnlineSource=https://example.org/images/img-001
 |HasRights=Public domain
 |HasRegion=Galicia
 |HasLicense=CC0 1.0
 |HasNILID=NIL-45821
 |DepictsPerson=Person:Q123456
 |DepictsPlace=Community:Lviv
 |BelongsToTopic=Religion, Rabbinate, Hasidism
 |HasTimePeriod=19th century; Pre-WWI
}}

Properties with type notes:

  • HasFile — page reference to File: namespace (e.g. File:image.jpg)
  • HasDate — SMW Date type (ISO format YYYY-MM-DD or YYYY); requires Property:HasDate declared as type Date in the wiki
  • DepictsPerson — list of page references to Person: namespace (semicolon-separated)
  • DepictsPlace — list of page references to Community: namespace (semicolon-separated)
  • BelongsToTopic — list of text values from controlled vocabulary (semicolon-separated)
  • HasTimePeriod — list of text values (semicolon-separated)
  • HasOnlineSource — url
  • HasRegion — text
  • All others — text