Template:Image: Difference between revisions
Jump to navigation
Jump to search
WikiSync push v1.0 |
WikiSync push v1.1 |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<!-- WikiSync | version=1. | <!-- WikiSync | version=1.1 | updated=2026-04-27 --> | ||
<includeonly> | <includeonly> | ||
__NOFACTBOX__ | __NOFACTBOX__ | ||
| Line 19: | Line 19: | ||
|HasImageKind={{{HasImageKind|}}} | |HasImageKind={{{HasImageKind|}}} | ||
|HasDate={{{HasDate|}}} | |HasDate={{{HasDate|}}} | ||
|HasRegion={{{HasRegion|}}} | |||
}} | }} | ||
| Line 56: | Line 57: | ||
box-sizing: border-box; | box-sizing: border-box; | ||
"> | "> | ||
<!-- Image Display --> | <!-- Image Display --> | ||
<div style="text-align:center; padding:1em 1em 0 1em; background:#f8f9fa;"> | <div style="text-align:center; padding:1em 1em 0 1em; background:#f8f9fa;"> | ||
{{#if:{{{HasFile|}}}| | {{#if:{{{HasFile|}}}| | ||
[[{{{HasFile|}}}| | <div style="max-width:100%; overflow:hidden;"> | ||
[[{{{HasFile|}}}|frameless|center|300px]] | |||
{{#if:{{{HasImageCaption|}}}| | |||
<div style="font-size:0.85em; color:#555; text-align:center; padding:0.5em 1em 0.5em;"> | |||
{{{HasImageCaption|}}} | |||
</div> | |||
}} | |||
</div> | |||
| | | | ||
<div style=" | <div style=" | ||
width:400px; | max-width:400px; | ||
width:100%; | |||
height:260px; | height:260px; | ||
margin:0 auto; | margin:0 auto; | ||
| Line 107: | Line 102: | ||
<!-- Metadata Table --> | <!-- Metadata Table --> | ||
{{#if:{{{HasImageKind|}}}{{{HasDate|}}}{{{HasLicense|}}}{{{HasRights|}}}{{{HasSourceDescription|}}}| | {{#if:{{{HasImageKind|}}}{{{HasDate|}}}{{{HasRegion|}}}{{{HasLicense|}}}{{{HasRights|}}}{{{HasSourceDescription|}}}| | ||
<table style="border-collapse:collapse; font-size:0.88em; margin-bottom:0.65em; width:100%;"> | <table style="border-collapse:collapse; font-size:0.88em; margin-bottom:0.65em; width:100%;"> | ||
{{#if:{{{HasImageKind|}}}| | {{#if:{{{HasImageKind|}}}| | ||
| Line 119: | Line 114: | ||
<td style="color:#777; padding:0.12em 0.8em 0.12em 0; white-space:nowrap; vertical-align:top;">'''Date'''</td> | <td style="color:#777; padding:0.12em 0.8em 0.12em 0; white-space:nowrap; vertical-align:top;">'''Date'''</td> | ||
<td style="color:#222;">{{{HasDate}}}</td> | <td style="color:#222;">{{{HasDate}}}</td> | ||
</tr> | |||
}} | |||
{{#if:{{{HasRegion|}}}| | |||
<tr> | |||
<td style="color:#777; padding:0.12em 0.8em 0.12em 0; white-space:nowrap; vertical-align:top;">'''Region'''</td> | |||
<td style="color:#222;">{{{HasRegion}}}</td> | |||
</tr> | </tr> | ||
}} | }} | ||
| Line 216: | Line 217: | ||
|HasOnlineSource=https://example.org/images/img-001 | |HasOnlineSource=https://example.org/images/img-001 | ||
|HasRights=Public domain | |HasRights=Public domain | ||
|HasRegion=Galicia | |||
|HasLicense=CC0 1.0 | |HasLicense=CC0 1.0 | ||
|HasNILID=NIL-45821 | |HasNILID=NIL-45821 | ||
| Line 233: | Line 235: | ||
* HasTimePeriod — list of text values (semicolon-separated) | * HasTimePeriod — list of text values (semicolon-separated) | ||
* HasOnlineSource — url | * HasOnlineSource — url | ||
* HasRegion — text | |||
* All others — text | * All others — text | ||
</noinclude> | </noinclude> | ||
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