Difference between revisions of "Help:Uncertain information"

From Security Vision
Jump to: navigation, search
Line 10: Line 10:
  
  
=Form with Uncertain information section=
+
=Forms with Uncertain information section=
 +
In Forms+templates Uncertain information is expressed in a"Uncertain information" section.
  
 
* fields that might include uncertain information are double in a section "Uncertain Information"
 
* fields that might include uncertain information are double in a section "Uncertain Information"
* there a multiple subform is used where the different Uncertain fields are able to be chose
+
* there is a "for template" multi sub-form the different Uncertain fields are able to be chosen
* for each a record property is invoked: [[Property:Uncertain information]] OR a subobject with category Uncertain Information
+
* sub form entry a subobject with the category Uncertain Information
  
 
trying with:
 
trying with:
* [[Form:Prototype Uncertain Information]]  
+
* [[Form:Prototype Uncertain Information]] - Temporary Prototype 
* [[Template:Prototype Uncertain Information]]  
+
* [[Template:Prototype Uncertain Information]] - Temporary Prototype
* [[Template:Subobject Uncertain Information]]
+
* [[Template:Subobject Uncertain Information]] - Permanent
 
* [[:Category:Prototype Uncertain Information]] - Temporary
 
* [[:Category:Prototype Uncertain Information]] - Temporary
* [[:Category:Uncertain Information]]
+
* [[:Category:Uncertain Information]] - Permanent, works with subobject
  
  
* Test Page: [[TestUncertaintInforation0001]]
+
Test Pages:  
 +
* [[TestUncertaintInforation0001]]
 +
* [[TestUncertaintInforation0002]]
  
 
= How to turn single property into record=
 
= How to turn single property into record=

Revision as of 18:06, 19 April 2022

Qualifiers with Record (datatype) Property[ ]

Previously qualifiers and other statements about statements were implemented by User:Ruben using Properties with Record type, such as Property:Potentially used by with fields Property:Institution, Property:Information Certainty, Property:Citation reference, Property:Description

Example: TestInstitution (Speculative, ?, ?)

Deployments Form and Template invokes Template:InstitutionCertainty to create the record.


Forms with Uncertain information section[ ]

In Forms+templates Uncertain information is expressed in a"Uncertain information" section.

  • fields that might include uncertain information are double in a section "Uncertain Information"
  • there is a "for template" multi sub-form the different Uncertain fields are able to be chosen
  • sub form entry a subobject with the category Uncertain Information

trying with:


Test Pages:

How to turn single property into record[ ]

Property:City will be integrated into Record Property:City certainty

Property:City certainty will have [[Has fields::City;Information Certainty;CiteRef;Description]] or [[Has fields::City;Information Certainty]]

to include it in a form, it is not needed to use sub form, since there wont be a need to include different Cities, with different levels of certainty

hence something like

{| class="formtable"
|-
! City: 
| {{{field|City|input type=combobox}}} {{{field|City_Certainty|dropdown}}}
|}