|
|
| (One intermediate revision by the same user not shown) |
| Line 1: |
Line 1: |
| {{DISPLAYTITLE:Profiles needing attention}}
| | #REDIRECT [[Browse soldiers]] |
| Editor queue of roster rows that often need a human look. These are '''not''' vandalism lists — many are incomplete imports or lower-confidence matches. Prefer a sourced fix over deleting research notes.
| |
| | |
| Open a page, check '''Sources''', then use '''Edit soldier facts''' or the biography editor. Privacy issues still go through [[Patrol]].
| |
| | |
| == Lower match confidence ==
| |
| Class-roster match is not marked high. Confirm identity before treating class/team fields as settled.
| |
| | |
| {{#cargo_query:
| |
| tables=Soldiers
| |
| |fields=_pageName=Page,ASN,Class_number,Match_confidence,Nativity
| |
| |where=Match_confidence<>"high" AND Match_confidence IS NOT NULL AND Match_confidence<>""
| |
| |order by=Match_confidence,ASN
| |
| |limit=80
| |
| |format=table
| |
| }}
| |
| | |
| == Missing birth year ==
| |
| Useful enrichment targets (year may still appear only in prose or Timeline).
| |
| | |
| {{#cargo_query:
| |
| tables=Soldiers
| |
| |fields=_pageName=Page,ASN,Class_number,Match_confidence,Nativity
| |
| |where=Birth_year IS NULL
| |
| |order by=ASN
| |
| |limit=80
| |
| |format=table
| |
| }}
| |
| | |
| == See also ==
| |
| * [[Patrol]] — RecentChanges and privacy
| |
| * [[Contribute]] · [[Contribute documents]]
| |
| * [[About the data]] — confidence and roster layers
| |
| * [[Special:RecentChanges]]
| |
| | |
| [[Category:Ritchie Boys Wiki]] | |