Template:ImageMeta: Difference between revisions

From elijah
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:


<includeonly>
<includeonly>
__NOFACTBOX__
<!-- __NOFACTBOX__ -->


<!-- Categorize all described files (optional) -->
<!-- Categorize all described files (optional) -->
[[Category:Images]]
[[Category:Images]]


<!-- Hidden semantic data -->
<div style="display:none;">
<!-- Only write triples when a value exists -->
<!-- Only write triples when a value exists -->
{{#if:{{{ImageID|}}}|[[ImageID::{{{ImageID}}}]]}}
  {{#if:{{{ImageID|}}}|[[ImageID::{{{ImageID}}}]]}}
{{#if:{{{HasFile|}}}|[[HasFile::{{{HasFile}}}]]}}
  {{#if:{{{HasFile|}}}|[[HasFile::{{{HasFile}}}]]}}
{{#if:{{{HasCaption|}}}|[[HasCaption::{{{HasCaption}}}]]}}
  {{#if:{{{HasCaption|}}}|[[HasCaption::{{{HasCaption}}}]]}}
{{#if:{{{DepictsPerson|}}}|[[DepictsPerson::{{{DepictsPerson}}}]]}}
  {{#if:{{{DepictsPerson|}}}|[[DepictsPerson::{{{DepictsPerson}}}]]}}
{{#if:{{{DepictsPlace|}}}|[[DepictsPlace::{{{DepictsPlace}}}]]}}
  {{#if:{{{DepictsPlace|}}}|[[DepictsPlace::{{{DepictsPlace}}}]]}}
{{#if:{{{HasLicense|}}}|[[HasLicense::{{{HasLicense}}}]]}}
  {{#if:{{{HasLicense|}}}|[[HasLicense::{{{HasLicense}}}]]}}
{{#if:{{{Rights|}}}|[[Rights::{{{Rights}}}]]}}
  {{#if:{{{Rights|}}}|[[Rights::{{{Rights}}}]]}}
{{#if:{{{SourceURL|}}}|[[SourceURL::{{{SourceURL}}}]]}}
  {{#if:{{{SourceURL|}}}|[[SourceURL::{{{SourceURL}}}]]}}
</div>


<!-- Visible card -->
<!-- A compact display box (optional) -->
<!-- A compact display box (optional) -->
<div class="imagemeta" style="border:1px solid #ddd; padding:.6em; background:#fafafa; margin:.8em 0;">
<div class="imagemeta" style="border:1px solid #ddd; padding:.8em; background:#fafafa; margin:.8em 0; overflow:auto;">
<!-- <div class="imagemeta" style="border:1px solid #ddd; padding:.6em; background:#fafafa; margin:.8em 0;"> -->


   <!-- Float the image to the right -->
   <!-- Float the image to the right -->
   {{#if:{{{HasFile|}}}|
   {{#if:{{{HasFile|}}}|
     <div style="float:right; margin:0 0 .5em .8em;">
     <div style="float:right; margin:0 0 .5em .8em;">
       [[{{{HasFile}}}|thumb|200px|{{{HasFile|}}}]]
       <!-- [[{{{HasFile}}}|thumb|200px|{{{HasFile|}}}]] -->
      <!-- [[{{{HasFile}}}|thumb|200px|]] -->
      [[{{{HasFile}}}|200px|frameless|{{{HasCaption|}}}]]
     </div>
     </div>
   }}
   }}
Line 39: Line 46:


<noinclude>
<noinclude>
Use this on File: pages to store image metadata.
Use this on Image: pages to store image metadata.


Example:
Example:

Latest revision as of 17:20, 13 November 2025



Use this on Image: pages to store image metadata.

Example:

{{ImageMeta
 |ImageID=IMG-000123
 |HasFile=File:Grain_market_Lviv_1760.jpg
 |HasCaption=Grain market in Lviv, c. 1760.
 |DepictsPerson=Person:Jacob ben ...
 |DepictsPlace=Community:Lviv
 |HasLicense=CC BY-SA 4.0
 |Rights=© 2025 XYZ Museum
 |SourceURL=https://example.org/...
}}