<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://research.nationalgallery.org.uk/wiki/research/Template:ConditionIssue?action=history&amp;feed=atom</id>
	<title>Template:ConditionIssue - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://research.nationalgallery.org.uk/wiki/research/Template:ConditionIssue?action=history&amp;feed=atom"/>
	<link rel="alternate" type="text/html" href="https://research.nationalgallery.org.uk/wiki/research/Template:ConditionIssue?action=history"/>
	<updated>2026-04-17T12:44:58Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://research.nationalgallery.org.uk/wiki/ng/index.php?title=Template:ConditionIssue&amp;diff=985&amp;oldid=prev</id>
		<title>ApiUser: Created page with &quot;&lt;noinclude&gt;__NOTOC__ {|cellpadding=&quot;10&quot; cellspacing=&quot;0&quot; border=&quot;1&quot; style=&quot;border-style: solid; border-color: #F00&quot; | ==Template Example== This template has been set-up to allo...&quot;</title>
		<link rel="alternate" type="text/html" href="https://research.nationalgallery.org.uk/wiki/ng/index.php?title=Template:ConditionIssue&amp;diff=985&amp;oldid=prev"/>
		<updated>2012-07-31T16:48:43Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;noinclude&amp;gt;__NOTOC__ {|cellpadding=&amp;quot;10&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;border-style: solid; border-color: #F00&amp;quot; | ==Template Example== This template has been set-up to allo...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;noinclude&amp;gt;__NOTOC__&lt;br /&gt;
{|cellpadding=&amp;quot;10&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;border-style: solid; border-color: #F00&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
==Template Example==&lt;br /&gt;
This template has been set-up to allow users to define the details of specific condition examination issues in relation to a given painting. &lt;br /&gt;
As an example on the [[NG1: Condition]] page this template could be used multiple times to identify each condition issue identified on [[NG1]]:&lt;br /&gt;
=== Example Code Options ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{ConditionIssue&lt;br /&gt;
 |date=Indicate the date, or time span with which this event took place.&lt;br /&gt;
 |(not really needed)number=1,2,3,4,etc : Sequential number of issues raised on a particular &lt;br /&gt;
   date. For new dates i.e. for new examination the number for each set &lt;br /&gt;
   of issues should start again at 1.&lt;br /&gt;
 |name=The name of the person carrying out the check.&lt;br /&gt;
 |note=Free text description of the actual modification event including &lt;br /&gt;
   all of the required details.&lt;br /&gt;
 |display=Yes or No: This template is used to define an internal object, &lt;br /&gt;
   part of it can be displayed directly or lists can be displayed &lt;br /&gt;
   separately using #ask: queries.&lt;br /&gt;
 |pending=Yes or No: Does the check describe an issue that requires some &lt;br /&gt;
   action which is still pending.&lt;br /&gt;
 |rtSupport=Yes or No, Issue is related to the support&lt;br /&gt;
 |rtPrep=Yes or No, Issue is related to the preparation layers&lt;br /&gt;
 |rtPaint=Yes or No, Issue is related to the paint layers&lt;br /&gt;
 |rtSurface=Yes or No, Issue is related to the surface coatings&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In addition to displaying the details entered the following internal semantic object will also be created with the defined semantic properties.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{#set_internal:P35F-has_identified&lt;br /&gt;
|P14F-carried out by#list={{{name|}}}&lt;br /&gt;
|PN12F-has start date={{{date|}}}&lt;br /&gt;
|PN19F-is_considered_to_be_complete={{#ifeq: {{{pending|}}} | Yes | No | Yes}}&lt;br /&gt;
|P3F-has_note={{{note|}}}&lt;br /&gt;
|P2F-has_type=Category:E14-Condition_Assessment &lt;br /&gt;
|P34F-concerned={{#ask: [[P44F-has condition::{{PAGENAME}}]] }}&lt;br /&gt;
|PN15F-is_related_to={{#ifeq: {{{rtSupport|}}}| Yes |Category:EN13-Support|}}&lt;br /&gt;
|PN15F-is_related_to={{#ifeq: {{{rtPrep|}}}| Yes |Category:EN48-Preparation_Layers|}}&lt;br /&gt;
|PN15F-is_related_to={{#ifeq: {{{rtPaint|}}}| Yes |Category:EN46-Paint_Layers|}}&lt;br /&gt;
|PN15F-is_related_to={{#ifeq: {{{rtSurface|}}}| Yes |Category:EN47-Surface_Coatings|}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Example Code ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{ConditionIssue&lt;br /&gt;
 |date=2011&lt;br /&gt;
 |name=Joseph Padfield&lt;br /&gt;
 |note=Free text description of the actual modification event including &lt;br /&gt;
   all of the required details.&lt;br /&gt;
 |display=Yes&lt;br /&gt;
 |pending=No&lt;br /&gt;
 |rtSupport=Yes&lt;br /&gt;
 |rtPrep=No&lt;br /&gt;
 |rtPaint=No&lt;br /&gt;
 |rtSurface=Yes&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|{{ConditionIssue&lt;br /&gt;
 |date=2011&lt;br /&gt;
 |name=Joseph Padfield&lt;br /&gt;
 |note=Free text description of the actual modification event including all of the required details.&lt;br /&gt;
 |display=Yes&lt;br /&gt;
 |pending=No&lt;br /&gt;
 |rtSupport=Yes&lt;br /&gt;
 |rtPrep=No&lt;br /&gt;
 |rtPaint=No&lt;br /&gt;
 |rtSurface=Yes&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{#ifeq: {{{display|}}}| Yes |* '''{{{date|Please enter date or date range}}}''': {{{note|}}} {{#if: {{{name|}}}|({{{name|}}})| }}|}}{{#set_internal:P35F-has_identified&lt;br /&gt;
|P14F-carried out by#list={{{name|}}}&lt;br /&gt;
|PN12F-has start date={{{date|}}}&lt;br /&gt;
|PN19F-is_considered_to_be_complete={{#ifeq: {{{pending|}}} | Yes | No | Yes}}&lt;br /&gt;
|P3F-has_note={{{note|}}}&lt;br /&gt;
|P2F-has_type=Category:E14-Condition_Assessment &lt;br /&gt;
|P34F-concerned={{#ask: [[P44F-has condition::{{PAGENAME}}]]|link=none }}&lt;br /&gt;
|PN15F-is_related_to={{#ifeq: {{{rtSupport|}}}| Yes |Category:EN13-Support|}}&lt;br /&gt;
|PN15F-is_related_to={{#ifeq: {{{rtPrep|}}}| Yes |Category:EN48-Preparation_Layers|}}&lt;br /&gt;
|PN15F-is_related_to={{#ifeq: {{{rtPaint|}}}| Yes |Category:EN46-Paint_Layers|}}&lt;br /&gt;
|PN15F-is_related_to={{#ifeq: {{{rtSurface|}}}| Yes |Category:EN47-Surface_Coatings|}}&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>ApiUser</name></author>
	</entry>
</feed>