Template talk:CountryLanguage: Difference between revisions

From FamilySearch Wiki
No edit summary
No edit summary
Line 36: Line 36:




Working on incorporating all of the above:
Example of counting the languages in a country:
* Language count: {{#expr: 1 + {{#count:{{CountryLanguage|Indonesia|all}}|;}} }} ({{CountryLanguage|Indonesia|all}})
{| class="wikitable" style="margin-left:25px;"
# [[Image:Geographylogo.png|20px|Geographylogo.png|link=]] In other languages: [https://translate.google.com/translate?hl=en&sl=auto&tl={{LanguageISO|{{CountryLanguage|Indonesia|1}}}}&u={{SERVER}}{{SCRIPTPATH}}/{{FULLPAGENAMEE}} {{CountryLanguage|Indonesia|1}} (melayu)] (manual for #1)
! Wikitext !! Result
# [[Image:Geographylogo.png|20px|Geographylogo.png|link=]] In other languages: [https://translate.google.com/translate?hl=en&sl=auto&tl={{LanguageISO|{{CountryLanguage|Indonesia|2}}}}&u={{SERVER}}{{SCRIPTPATH}}/{{FULLPAGENAMEE}} {{CountryLanguage|Indonesia|2}} (basa jawa)] (manual for #2)
|-
# [[Image:Geographylogo.png|20px|Geographylogo.png|link=]] In other languages: {{#arraymap:{{#switch:{{#expr:1+{{#count:{{CountryLanguage|Indonesia|all}}|;}}}}|3=1;2;3|2=1;2|1}} | ; | @@@@ | [https://translate.google.com/translate?hl=en&sl=auto&tl={{LanguageISO|{{CountryLanguage|Indonesia|@@@@}}}}&u={{SERVER}}{{SCRIPTPATH}}/{{FULLPAGENAMEE}} {{CountryLanguage|Indonesia|@@@@}}] | \s|\s }} (automatic for #1 & #2, but need the localized language names)
| <code><nowiki>{{#expr: 1 + {{#count:{{CountryLanguage|Indonesia|all}}|;}} }}</nowiki></code> || {{#expr: 1 + {{#count:{{CountryLanguage|Indonesia|all}}|;}} }}
|}
 
 
Incorporating all of the above:
# [[Image:Geographylogo.png|20px|Geographylogo.png|link=]] In other languages: [https://translate.google.com/translate?hl=en&sl=auto&tl={{LanguageISO|{{CountryLanguage|Indonesia|1}}}}&u={{SERVER}}{{SCRIPTPATH}}/{{FULLPAGENAMEE}} {{CountryLanguage|Indonesia|1}} (melayu)]
#* Manual for #1
# [[Image:Geographylogo.png|20px|Geographylogo.png|link=]] In other languages: [https://translate.google.com/translate?hl=en&sl=auto&tl={{LanguageISO|{{CountryLanguage|Indonesia|2}}}}&u={{SERVER}}{{SCRIPTPATH}}/{{FULLPAGENAMEE}} {{CountryLanguage|Indonesia|2}} (basa jawa)]
#* Manual for #2
# [[Image:Geographylogo.png|20px|Geographylogo.png|link=]] In other languages: {{#arraymap:{{#switch:{{#expr:1+{{#count:{{CountryLanguage|Indonesia|all}}|;}}}}|3=1;2;3|2=1;2|1}} | ; | @@@@ | [https://translate.google.com/translate?hl=en&sl=auto&tl={{LanguageISO|{{CountryLanguage|Indonesia|@@@@}}}}&u={{SERVER}}{{SCRIPTPATH}}/{{FULLPAGENAMEE}} {{CountryLanguage|Indonesia|@@@@}}] | \s&#124;\s }}
#* Automatic for all, but need the localized language names as a template

Revision as of 12:43, 27 November 2024

Examples of CountryLanguage:

Wikitext Result
{{CountryLanguage|Indonesia|1}} Indonesian
{{CountryLanguage|Indonesia|2}} Malay
{{CountryLanguage|Indonesia|3}} Javanese
{{CountryLanguage|Indonesia|all}} Indonesian;Malay;Javanese


Examples incorporating CountryLanguage with arraymap:

Wikitext Result
{{#arraymap:{{CountryLanguage|Indonesia|1}} | ; | @@@@ | @@@@ | \s|\s }} Indonesian
{{#arraymap:{{CountryLanguage|Indonesia|2}} | ; | @@@@ | @@@@ | \s|\s }} Malay
{{#arraymap:{{CountryLanguage|Indonesia|all}} | ; | @@@@ | @@@@ | \s|\s }}

Indonesian | Malay | Javanese


Examples of LanguageISO:

Wikitext Result
{{LanguageISO|Malay}} ms
{{LanguageISO|Javanese}} jw


Example of counting the languages in a country:

Wikitext Result
{{#expr: 1 + {{#count:{{CountryLanguage|Indonesia|all}}|;}} }} 3


Incorporating all of the above:

  1. Geographylogo.png In other languages: Indonesian (melayu)
    • Manual for #1
  2. Geographylogo.png In other languages: Malay (basa jawa)
    • Manual for #2
  3. Geographylogo.png In other languages: Indonesian | Malay | Javanese
    • Automatic for all, but need the localized language names as a template