Property talk:P6835
Jump to navigation
Jump to search
Documentation
title in LaTeX
(qualifier) for title property (P1476), to write title in LaTeX/math notation, if the string can't render it normally. Enclose normal text with "\text{" and "}"
(qualifier) for title property (P1476), to write title in LaTeX/math notation, if the string can't render it normally. Enclose normal text with "\text{" and "}"
Represents | LaTeX (Q5310) | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
Data type | Mathematical expression | |||||||||
Domain | title statements (note: this should be moved to the property statements) | |||||||||
Allowed values | MediaWiki TeX markup notably \text{title part in plain text} for the part in plain text
(note: this should be moved to the property statements) | |||||||||
Example | According to this template:
Markup examples:
According to statements in the property:
When possible, data should only be stored as statementsOn the Integers of the Form xk +yk (Q56458961) → First Observation of the Doubly Cabibbo-Suppressed Decay of a Charmed Baryon: Λ_{c}^{+}→pK^{+}π^{-}. (Q50609473) → Measurements of the branching fractions of [Formula: see text] decays (Q35209922) → Worker Ant Foraging Response on and Near Mounds of the Red Imported Fire Ant, Solenopsis invicta Buren (Q56765472) → | |||||||||
See also | title in HTML (P6833), title (P1476) | |||||||||
Lists | ||||||||||
Proposal discussion | Proposal discussion | |||||||||
Current uses |
|
[create Create a translatable help page (preferably in English) for this property to be included here]
Scope is as qualifier (Q54828449): the property must be used by specified way only (Help)
List of violations of this constraint: Database reports/Constraint violations/P6835#Scope, hourly updated report, SPARQLExceptions are possible as rare values may exist. Exceptions can be specified using exception to constraint (P2303).
List of violations of this constraint: Database reports/Constraint violations/P6835#Format, SPARQL
List of violations of this constraint: Database reports/Constraint violations/P6835#Format, SPARQL
Format “
Exceptions are possible as rare values may exist. Exceptions can be specified using exception to constraint (P2303). (?i)((?!\b(ormula: see text)).)*
”: value must be formatted using this pattern (PCRE syntax). (Help)List of violations of this constraint: Database reports/Constraint violations/P6835#Format, SPARQL
Allowed entity types are Wikibase item (Q29934200), Wikibase MediaInfo (Q59712033), Wikibase property (Q29934218): the property may only be used on a certain entity type (Help)
Exceptions are possible as rare values may exist. Exceptions can be specified using exception to constraint (P2303). List of violations of this constraint: Database reports/Constraint violations/P6835#Entity types
Qualifier of P1476 only
Is defined as a qualifier of title (P1476), not other properties (Help)
Violations query:
List of this constraint violations: Database reports/Complex constraint violations/P6835#Qualifier of P1476 only
Is defined as a qualifier of title (P1476), not other properties (Help)
Violations query:
SELECT ?item ?p WHERE { ?st pq:P6835 [] . MINUS { ?item p:P1476 ?st } MINUS { ?item p:P1855 ?st } ?item ?p ?st }
List of this constraint violations: Database reports/Complex constraint violations/P6835#Qualifier of P1476 only
Article titles with "$" might use this
To exclude book reviews, add genre (P136)=book review (Q637866) (Help)
Violations query:
List of this constraint violations: Database reports/Complex constraint violations/P6835#Article titles with "$" might use this
To exclude book reviews, add genre (P136)=book review (Q637866) (Help)
Violations query:
SELECT ?item ?value { hint:Query hint:optimizer "None". ?item wdt:P1476 ?value . FILTER( !REGEX( STR( ?value ), "^[^$]*(\\$[^$]*)?$" ) ) MINUS { ?item p:P1476 / pq:P6835 [] } MINUS { ?item p:P1476 / pq:P6833 [] } MINUS { ?item wdt:P136 wd:Q637866 } ?item wdt:P31 wd:Q13442814 } LIMIT 10
List of this constraint violations: Database reports/Complex constraint violations/P6835#Article titles with "$" might use this
Regex #1
.*\\text\{.+\}.* (Help)
Violations query:
List of this constraint violations: Database reports/Complex constraint violations/P6835#Regex #1
.*\\text\{.+\}.* (Help)
Violations query:
SELECT ?item ?value ?str { ?statement1 pq:P6835 ?value; wikibase:rank ?rank. ?item ?p1 ?statement1. BIND( STR( ?value ) AS ?str ). BIND( REGEX( ?str, "\\\\text\\{.+\\}.*" ) AS ?regexresult ). FILTER( ?regexresult = false ) . }
List of this constraint violations: Database reports/Complex constraint violations/P6835#Regex #1