Help: Uncertain information

From Security Vision
Revision as of 13:56, 19 April 2022 by Andre (talk | contribs)
Jump to: navigation, search

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.


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}}}
|}