Module talk:InfoboxImage
Template:Talk header User:MiszaBot/config Template:Archives
Template-protected edit request on 19 October 2017
Template:Edit template-protected BCX (part of the Telkom Group) formerly known as Business Connexion Group Maraisrc (talk) 08:47, 19 October 2017 (UTC)
- Template:Not done Unclear request, does not seem to be related to this module. -- AlexTW 08:49, 19 October 2017 (UTC)
location=right is possible?
I want to position an image right in a data(n) field. With regular WP:EIS notation this is possible (in body text). Is there a reason this is not possible (or: not advised) in an infobox? -DePiep (talk) 19:18, 24 October 2017 (UTC)
alt=?
Wanted to ask for some feedback before I made an edit that broke a lot of crap: but shouldn't alt text just be appended to the image link without using alt=? That's not valid best I remember. Fixing this would fix potentially many thousands of the "bogus file operation" lint categories. FACE WITH TEARS OF JOY [u+1F602] 03:19, 21 December 2017 (UTC)
- Maybe you could make an example edit to an article, or to this module's sandbox, to show us what you mean. – Jonesey95 (talk) 04:18, 21 December 2017 (UTC)
I'm looking at the following snippet in this module: <syntaxhighlight lang="lua">
if alt ~= "" and alt ~= nil then
result = result .. "|alt=" .. alt;
end
</syntaxhighlight> This seems both incorrect (File links shouldn't have alt= parameters), as well as redundant, considering we handle alt/title further down. FACE WITH TEARS OF JOY [u+1F602] 23:08, 18 January 2018 (UTC)
- The alt text is meant to be a description of the image for visually impaired readers and is not a redundant feature. -- WOSlinker (talk) 17:55, 19 January 2018 (UTC)
Is there a way to right-justify?
~ Tom.Reding (talk ⋅dgaf) 21:05, 10 March 2018 (UTC)
Just noticed the |title=right hack above. Thanks Template:U! ~ Tom.Reding (talk ⋅dgaf) 21:08, 10 March 2018 (UTC)
- I see you've used it in {{Year in Taiwan/sandbox}}. I'm not sure there much benefit in using InfoboxImage when all the parameters are fixed values. InfoboxImage is there to tidy up the values that are passed through. -- WOSlinker (talk) 21:21, 10 March 2018 (UTC)