Jump to content

Module talk:InfoboxImage: Difference between revisions

From Fifth Empire Wiki
Is there a way to right-justify?: {{U|WOSlinker}}, is there another/a better way of removing them from Category:Pages using deprecated image syntax?
Line 43: Line 43:


:I see you've used it in {{tl|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. -- [[User:WOSlinker|WOSlinker]] ([[User talk:WOSlinker|talk]]) 21:21, 10 March 2018 (UTC)
:I see you've used it in {{tl|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. -- [[User:WOSlinker|WOSlinker]] ([[User talk:WOSlinker|talk]]) 21:21, 10 March 2018 (UTC)
::{{U|WOSlinker}}, is there another/a better way of removing them from [[:Category:Pages using deprecated image syntax]]? &nbsp;&nbsp;<b>~</b>&nbsp;<span style="font-family:Monotype Corsiva; font-size:16px;">[[User:Tom.Reding|Tom.Reding]] ([[User talk:Tom.Reding|talk]] ⋅[[WP:DGAF|dgaf]])</span>&nbsp; 06:07, 11 March 2018 (UTC)

Revision as of 06:08, 11 March 2018

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)

it's a hack, but |title=right works. Frietjes (talk) 18:59, 27 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 (talkdgaf)  21:05, 10 March 2018 (UTC)

Just noticed the |title=right hack above. Thanks Template:U!   ~ Tom.Reding (talkdgaf)  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)
Template:U, is there another/a better way of removing them from Category:Pages using deprecated image syntax?   ~ Tom.Reding (talkdgaf)  06:07, 11 March 2018 (UTC)