How to preview a message with $params?
← Thread:Support/How to preview a message with $params?/reply (4)
Thank you for your answer.
Unfortunately, I can’t use {{int:}} magic word because it includes the "official" translation and not the last edit.
With the given example, today {{int:}} displays a message starting with "Parmi" whereas the last version starts with "Concernant".
Maybe trying if the GENDER work or not? {{int:XXX|$2=Somebody}}
(assume that that has {{GENDER:$2|foo}}
) probably is useful
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
Return to Thread:Support/How to preview a message with $params?/reply (4).
Thank you Nike. I didn’t know Special:ExpandTemplates.
However, I don’t achieve to give params. In the follwing code, params are not taken into account:
{{MediaWiki:Notification-header-mention-status-bundle/fr|aaa|Pols12|5|User talk:Pols12|3|2}}
.
The following code work: {{int:Notification-header-mention-status-bundle/fr|Bastard|Pols12|5|User talk:Pols12|3|2}}
But, as I explained to Nemo, int:
display the real message, and I’d like to test a new translation, not waiting for their daily export.