Content deleted Content added
BrandonXLF (talk | contribs) |
|||
Line 440:
::Ideally I'd like to see the remaining templates be fixed as the errors are seen, especially as this would require reverting the changes here and also to [[Module:Attached KML]]. Plus the other changes to modules to support the changes here might have to be reverted. From what I can tell the three examples are now fixed based on the page history. [[User:Dreamy Jazz|Dreamy <i style="color:#d00">'''Jazz'''</i>]] <sup>''[[User talk:Dreamy Jazz|talk to me]]'' | ''[[Special:Contribs/Dreamy Jazz|my contributions]]''</sup> 17:30, 24 May 2023 (UTC)
::: Sigh. Yes, I fixed those issues. But this edit has been objected to multiple times so should still be reverted, and I find the ''fait accompli'' WOSlinker did of adding inline coordinates to thousands of articles to work around the problem inappropriate. [[User:Pppery|* Pppery *]] [[User talk:Pppery|<sub style="color:#800000">it has begun...</sub>]] 18:48, 24 May 2023 (UTC)
:::: I've made an edit to the sandbox with a version that fixes the Lua errors. The only downside is that it sends some more HTML to clients, but that isn't a big concern since there's only at most one coordinate with display title per page.
:::: Code:
:::: <syntaxhighlight lang="wikitext">
{{Infobox bridge
| coordinates = {{coord|45|11|30.0|N|67|17|0.2|W|type:landmark|display=title}}
}}
</syntaxhighlight>
:::: Current:
{{Infobox bridge
| coordinates = {{coord|45|11|30.0|N|67|17|0.2|W|type:landmark|display=title}}
}}
{{Clear}}
:::: Fixed:
{{Infobox bridge
| coordinates = {{coord/sandbox|45|11|30.0|N|67|17|0.2|W|type:landmark|display=title}}
}}
{{Clear}}
:::: <span class="nowrap">– [[User:BrandonXLF|<span style="color:blue;">Brandon</span><span style="color:green;">XLF</span>]] ([[User talk:BrandonXLF|talk]])</span> 19:45, 24 May 2023 (UTC)
|