Module talk:InfoboxImage: Difference between revisions
Appearance
moved examples to Module:InfoboxImage/doc |
|||
| Line 15: | Line 15: | ||
I have a suggestion: some infoboxes (e.g., Infobox mountain) have a maximum size parameter for their image. Can someone add this feature to this module? I could try to figure out Lua syntax, but it may be faster for someone who knows what they are doing. —[[User:Hike395|hike395]] ([[User talk:Hike395|talk]]) 12:05, 29 March 2013 (UTC) | I have a suggestion: some infoboxes (e.g., Infobox mountain) have a maximum size parameter for their image. Can someone add this feature to this module? I could try to figure out Lua syntax, but it may be faster for someone who knows what they are doing. —[[User:Hike395|hike395]] ([[User talk:Hike395|talk]]) 12:05, 29 March 2013 (UTC) | ||
:Yes, will have a look. Was already thinking about adding it. -- [[User:WOSlinker|WOSlinker]] ([[User talk:WOSlinker|talk]]) 13:12, 29 March 2013 (UTC) | :Yes, will have a look. Was already thinking about adding it. -- [[User:WOSlinker|WOSlinker]] ([[User talk:WOSlinker|talk]]) 13:12, 29 March 2013 (UTC) | ||
::done. -- [[User:WOSlinker|WOSlinker]] ([[User talk:WOSlinker|talk]]) 13:42, 29 March 2013 (UTC) | |||
Revision as of 13:42, 29 March 2013
Error handling
I've listed some common infobox errors at User:John of Reading/Image errors. Anyone interested in this LUA module might like to take a look. -- John of Reading (talk) 10:02, 26 March 2013 (UTC)
- I've done some work on this. Have done the following:
- images beginning with http: (either linked or unlinked) are now suppressed.
- gallery tags now pass through without further processing
- thumbnail images now are added to Category:Pages using infoboxes with thumbnail images (for article namespace only)
- Any other suggestions would be welcome. There is also the task to roll it out to more infoboxes since I only did it to most of those that were using the {{Hide if placeholder image}} template. -- WOSlinker (talk) 21:55, 26 March 2013 (UTC)
- This looks good! I've updated the descriptions at User:John of Reading/Image errors. -- John of Reading (talk) 22:15, 26 March 2013 (UTC)
Suggestion: maximum size
I have a suggestion: some infoboxes (e.g., Infobox mountain) have a maximum size parameter for their image. Can someone add this feature to this module? I could try to figure out Lua syntax, but it may be faster for someone who knows what they are doing. —hike395 (talk) 12:05, 29 March 2013 (UTC)