@Evad37: For bnwiki, i want to add bengali parameter but at same time i don't want to remove english parameter. How can i add this {{{title|{{{শিরোনাম|}}}}}} in lua? (this isn't working)--আফতাব (talk) 16:50, 26 May 2018 (UTC)
- Its not yet possible without heavily modifying the module code. But storing alternate parameter names in a table is a good idea, I just need to make a helper function so the lua code knows what to do with them. - Evad37 [talk] 01:19, 27 May 2018 (UTC)
- @আফতাব:
Done here [1], you can make a similar edit on bnwiki and then it should work - Evad37 [talk]
- @Evad37: Thanks. --আফতাব (talk) 17:55, 27 May 2018 (UTC)
- Hi @Evad37: just let you know that
coord
parameter does not support aliases.coord = { "coord", "anything" },
(line 20) gives error. --আফতাব (talk) 18:50, 29 May 2018 (UTC)- @আফতাব:
Fixed here with this edit - Evad37 [talk] 02:25, 30 May 2018 (UTC)
- @আফতাব:
- Hi @Evad37: just let you know that
- @Evad37: Thanks. --আফতাব (talk) 17:55, 27 May 2018 (UTC)