Content deleted Content added
Line 115:
:::Thanks! [[User:Julius Schwarz|Julius Schwarz]] ([[User talk:Julius Schwarz|talk]]) 07:20, 9 June 2025 (UTC)
:::Actually @[[User:Janhrach|Janhrach]], even though this is not currently feasible in Wd, how would you go about adding an "s" to the currency in a forked module? Assuming the currency value is always plural. [[User:Julius Schwarz|Julius Schwarz]] ([[User talk:Julius Schwarz|talk]]) 07:24, 9 June 2025 (UTC)
::::Has Ahecht already answered your questtion? [[User:Janhrach|Janhrach]] ([[User talk:Janhrach|talk]]) 18:17, 12 June 2025 (UTC)
:@[[User:Julius Schwarz|Julius Schwarz]] For the first case, are you trying to output the date in that format? If so, as long as the input date is the raw "1992-11-10" or in English, you could set up the code to run the date through something like <source lang=lua inline>lang:formatDate( i18n.fullDate, '1992-11-10')</source> and then, for Spanish, set <code>i18n.fullDate = 'n \\d\\e F \\d\\e Y'</code>. <span class="nowrap">--[[User:Ahecht|Ahecht]] ([[User talk:Ahecht|<b style="color:#FFF;background:#04A;display:inline-block;padding:1px;vertical-align:middle;font:bold 50%/1 sans-serif;text-align:center">TALK<br />PAGE</b>]])</span> 14:14, 9 June 2025 (UTC)
::Thanks a lot, @[[User:Ahecht|Ahecht]]. In the meantime, a Spanish contributor, @[[User:Leoncastro|Leoncastro]], helped out [https://en.wikipedia.org/w/index.php?title=Module:European_and_national_party_data/Wd&action=history here] and [https://en.wikipedia.org/w/index.php?title=Module:European_and_national_party_data/Wd/i18n&action=history here], in case you want to have a look! [[User:Julius Schwarz|Julius Schwarz]] ([[User talk:Julius Schwarz|talk]]) 14:37, 9 June 2025 (UTC)
|