**Problem:**
On the JS version of the page we have input placeholders for the input fields like "noun" since editors are expected to put in text. On the no-JS page they are required to put in Item IDs. We need to update the placeholder text to reference IDs instead.
**BDD**
GIVEN the no-JS page
THEN the input placeholder texts mention Q-IDs
**Acceptance criteria:**
[ ] the respective item IDs (and labels) to be used in the placeholder message should be retrieved from the info panel example lexeme configuration
[ ] input placeholder texts on the no-JS version of the page mention Q-IDs instead of labels of the respective Items
[ ] input placeholder texts on the JS version of the page continue to use the labels of the respective Items
**Copy:**
* "The Lexeme's language, e.g. 'Q1860'"
* "The Lexeme's lexical category, e.g. 'Q24905'"
**Note**
- We hope to use the same translation message for both the JS and no-JS versions, just with different arguments.