|
|
| Line 75: |
Line 75: |
| |shorthand={{((}}'''[[Template:InFi|InFi]]'''{{))}} | | |shorthand={{((}}'''[[Template:InFi|InFi]]'''{{))}} |
| |relieson= | | |relieson= |
| }}
| |
|
| |
| ==Examples==
| |
| <syntaxhighlight lang="wikitext">{{Artwork
| |
| |Artist = Artist name
| |
| |Other fields 1 = {{Information field|Name=Field Name 1|Value=Field Value 1}}
| |
| |Title = Title
| |
| |Year = {{other date|between|1503|1505}}
| |
| |Technique = {{technique|oil|poplar panel}}
| |
| |Dimensions = {{size|cm|76.8|53}}
| |
| |Source = source
| |
| |Other fields = {{Information field|Name=Field Name 2|Value=Field Value 2}}
| |
| }}</syntaxhighlight> will produce
| |
| {{Artwork
| |
| |Artist = Artist name
| |
| |Title = Title
| |
| |Year = {{other date|between|1503|1505}}
| |
| |Technique = {{technique|oil|poplar panel}}
| |
| |Dimensions = {{size|cm|76.8|53}}
| |
| |Source = source
| |
| |Other fields 1 = {{Information field|Name=Field Name 1|Value=Field Value 1}}
| |
| |Other fields = {{Information field|Name=Field Name 2|Value=Field Value 2}}
| |
| }} | | }} |
|
| |
|