Template:Data Integrity Check: Difference between revisions
Jump to navigation
Jump to search
Ttenbergen (talk | contribs) mNo edit summary |
Ttenbergen (talk | contribs) mNo edit summary |
||
Line 4: | Line 4: | ||
To use: | To use: | ||
<pre>{{Data Integrity Check}} and then use form | <pre>{{Data Integrity Check}} and then use form | ||
== Related articles == | == Related articles == | ||
Line 11: | Line 13: | ||
* if ready to implement, the template should also put the check on the [[Requested Changes]] Page. Now there is a tricky thing! Means we actually need to template requested changes in the first place. And if we go there, should a requested change turn into a log entry? It all becomes really disjointed but also powerful. | * if ready to implement, the template should also put the check on the [[Requested Changes]] Page. Now there is a tricky thing! Means we actually need to template requested changes in the first place. And if we go there, should a requested change turn into a log entry? It all becomes really disjointed but also powerful. | ||
===Cargo declaration=== | |||
{{#cargo_declare: | |||
_table = DataIntegrityChecks | |||
|Summary=Wikitext | |||
|Status=text | |||
|App=page | |||
|Timing=text | |||
|ImplementationDate=date | |||
|Coding=text | |||
|Firmness=text | |||
|L_Problem=boolean | |||
}} | |||
Line 31: | Line 46: | ||
|- | |- | ||
| style="background:silver; color:arsenic" align="right"| '''Timing: ''' | | style="background:silver; color:arsenic" align="right"| '''Timing: ''' | ||
| {{{DIC_timing | | | {{{DIC_timing | always}}} | ||
|- | |- | ||
| style="background:silver; color:arsenic" align="right"| '''App: ''' | | style="background:silver; color:arsenic" align="right"| '''App: ''' | ||
Line 47: | Line 62: | ||
| style="background:silver; color:arsenic" align="right"| '''Implementation Date: ''' | | style="background:silver; color:arsenic" align="right"| '''Implementation Date: ''' | ||
| {{{DIC_implementation_date |not entered}}} | | {{{DIC_implementation_date |not entered}}} | ||
|} </div> {{ | |} </div> </includeonly><div style="display: none;"> | ||
#set: DICLProblem={{{DIC_LProblem|false}}} }}{{ | {{#cargo_store: | ||
_table = table_name | |||
|field_1 = value 1 | |||
}}</div></includeonly><div style="display: none;"> | |||
* Cargo | |||
{{#cargo_store: | |||
_table = DataIntegrityChecks | |||
|Summary={{{DIC_summary|not entered}}} | |||
|Status={{{DIC_status|needs review}}} | |||
|App={{{DIC_app|not entered}}} | |||
|Timing= {{{DIC_timing |always}}} | |||
|ImplementationDate={{{DIC_implementation_date|}} | |||
|Coding={{{DIC_coding |not entered}}} | |||
|Firmness={{{DIC_firmness |not entered}}} | |||
|L_Problem={{{DIC_LProblem|false}}} | |||
}} | |||
* SMW | |||
{{#set: DICLProblem={{{DIC_LProblem|false}}} }}{{ | |||
#set: DICStatus={{{DIC_status|needs review}}} }} {{ | #set: DICStatus={{{DIC_status|needs review}}} }} {{ | ||
#set: DICApp={{{DIC_app|not entered}}} }} {{ | #set: DICApp={{{DIC_app|not entered}}} }} {{ | ||
#set: DICSummary={{{DIC_summary|not entered}}} }}{{ | #set: DICSummary={{{DIC_summary|not entered}}} }}{{ | ||
#if:{{{DIC_related_concepts|}}}|{{#arraymap:{{{DIC_related_concepts}}}|;|x|{{#set:DICRelatedConcepts=x}} }}|}} | #if:{{{DIC_related_concepts|}}}|{{#arraymap:{{{DIC_related_concepts}}}|;|x|{{#set:DICRelatedConcepts=x}} }}|}} | ||
* Categories: | |||
[[Category:Data Integrity Checks]] | |||
{{#if:{{{DIC_app}}}|[[Category:{{{DIC_app}}}]]|}} | |||
</div></includeonly> |
Revision as of 12:48, 2019 June 19
This template manages information related to Data Integrity Checks. the template call is usually managed by Form:Data Integrity Check.
To use:
{{Data Integrity Check}} and then use form == Related articles == {{Related Articles}}
- if ready to implement, the template should also put the check on the Requested Changes Page. Now there is a tricky thing! Means we actually need to template requested changes in the first place. And if we go there, should a requested change turn into a log entry? It all becomes really disjointed but also powerful.
Cargo declaration
This template defines the table "DataIntegrityChecks". View table.
Data Integrity Checks | |
Summary: | not entered |
Related: | |
Firmness: | not entered |
Timing: | always |
App: | not entered |
Coding: | not entered |
Uses L Problem table: | not entered |
Status: | not entered |
Implementation Date: | not entered |
</includeonly>
</includeonly>
</includeonly>