Module:Dictionary/doc: Difference between revisionsGive feedback
m examples with fallback_str being blank |
m moving important translations list to Template:Translate |
||
| Line 89: | Line 89: | ||
* The parameters do not need to be prefixed with "1=", "2=", etc., they are used in the above example because the 4th parameter contains an equal sign (<code>=</code>) in it, where it would be read as a named parameter rather than a ordinal parameter. | * The parameters do not need to be prefixed with "1=", "2=", etc., they are used in the above example because the 4th parameter contains an equal sign (<code>=</code>) in it, where it would be read as a named parameter rather than a ordinal parameter. | ||
* Ensure the number of passed variables (other than the key) matches the number of %s used in the translated string. | * Ensure the number of passed variables (other than the key) matches the number of %s used in the translated string. | ||