https://bugzilla.wikimedia.org/show_bug.cgi?id=47930
Matthew Flaschen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Matthew Flaschen <[email protected]> --- I have another use case for this, as explained at https://www.wikidata.org/w/index.php?title=Wikidata:Properties_for_deletion&oldid=49338731#Property:P289 and https://www.wikidata.org/w/index.php?title=Wikidata:Requests_for_comment/How_to_classify_items:_lots_of_specific_type_properties_or_a_few_generic_ones%3F&oldid=49339875#Discussion_2 . USS Carl Vinson (CVN-70) is an instance of (P31) Nimitz-class aircraft carrier. Nimitz-class aircraft carrier in turn is an instance of ship class. In such cases (or analogous), the following algorithm should work. In a template such as {{Infobox ship}}: 1. Take L as the list of items the page (ship) is an instance of. 2. For every member x in L, check if x is an instance of ship class (Q559026). If so, display it in the ship class field. Step 1 can be done now, but 2 requires a fix to this bug. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
