Processing test: Difference between revisions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
[ { | [ { | ||
Define the language for which the tests are applicable. | Define the language for which the tests are applicable. | ||
lc => "en", | lc => "en", | ||
Define in the ingredients_text the original ingredients that must be tested. These should have the format process ingredient, ingredient process, or whatever is applicable for that language. | Define in the ingredients_text the original ingredients that must be tested. These should have the format process ingredient, ingredient process, or whatever is applicable for that language. | ||
ingredients_text => "</nowiki> raw milk, sliced tomatoes, garlic powder, powdered eggplant, courgette powder" }, | ingredients_text => "</nowiki> raw milk, sliced tomatoes, garlic powder, powdered eggplant, courgette powder" }, | ||
Revision as of 13:39, 22 March 2020
Template for processing adjectives tests:
[ {
Define the language for which the tests are applicable.
lc => "en",
Define in the ingredients_text the original ingredients that must be tested. These should have the format process ingredient, ingredient process, or whatever is applicable for that language.
ingredients_text => "</nowiki> raw milk, sliced tomatoes, garlic powder, powdered eggplant, courgette powder" },
[ {
'id' => 'en:raw-milk', 'text' => 'raw milk' }, { 'id' => 'en:tomato', 'processing' => 'en:sliced', 'text' => 'tomatoes' }, { 'id' => 'en:garlic-powder', 'text' => 'garlic powder' }, { 'id' => 'en:aubergine', 'processing' => 'en:powdered', 'text' => 'eggplant' }, {
'id' => 'en:courgette',
'processing' => 'en:powdered', 'text' => 'courgette'
} ] ]