Content deleted Content added
→Support for marker-size: new section |
→Support for marker-size: comment |
||
Line 101:
I just added support for {{para|marker-size}} with valid values of "small", "medium" or "large". it doesn't look like I broke anything, but let me know if I did. [[User:Frietjes|Frietjes]] ([[User talk:Frietjes|talk]]) 14:46, 24 October 2019 (UTC)
:{{Ping|Frietjes}} The module now refers to <code>L10n.defaults.markerSize</code> on line 254, but markerSize wasn't added to the L10n.defaults table (lines 98-106), so it evaluates to <code>nil</code>. I think that probably wasn't your intention, but in any case, the code would be clearer if either a default markerSize was added to the L10n.defaults table, or if <code>nil</code> was used directly rather than a non-existent table key. - <u>'''[[User:Evad37|Evad]]''37'''''</u> <span style="font-size:95%;">[[[d:w:User talk:Evad37|talk]]]</span> 15:23, 24 October 2019 (UTC)
|