|
|
| Line 9: |
Line 9: |
| }} | | }} |
| {{archives|search=yes}} | | {{archives|search=yes}} |
|
| |
| == 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. -- [[User:John of Reading|John of Reading]] ([[User talk: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 {{tl|Hide if placeholder image}} template. -- [[User:WOSlinker|WOSlinker]] ([[User talk:WOSlinker|talk]]) 21:55, 26 March 2013 (UTC)
| |
| ::This looks good! I've updated the descriptions at [[User:John of Reading/Image errors]]. -- [[User:John of Reading|John of Reading]] ([[User talk: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. —[[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)
| |
| ::done. -- [[User:WOSlinker|WOSlinker]] ([[User talk:WOSlinker|talk]]) 13:42, 29 March 2013 (UTC)
| |
|
| |
| ==Improve description==
| |
| The description say "Inputs: image - Can either be a bare filename or a fully formatted image link" but the examples show three versions that work: fully formatted, "File:xxxxx.xxx" and "xxxx.xxx" Is there a simple way to expand the description to include the third case? [[User:Rmhermen|Rmhermen]] ([[User talk:Rmhermen|talk]]) 17:27, 29 March 2013 (UTC)
| |
| :I've updated it a bit. There also the doc page at [[Module:InfoboxImage/doc]] which could do with some further expansion. Contributions are very welcome. -- [[User:WOSlinker|WOSlinker]] ([[User talk:WOSlinker|talk]]) 18:20, 29 March 2013 (UTC)
| |
|
| |
| == http/https ==
| |
|
| |
| The tests for image names beginning "http:" should also catch "https:", shouldn't they? -- [[User:John of Reading|John of Reading]] ([[User talk:John of Reading|talk]]) 16:50, 4 April 2013 (UTC)
| |
| :Yes and done. -- [[User:WOSlinker|WOSlinker]] ([[User talk:WOSlinker|talk]]) 18:04, 4 April 2013 (UTC)
| |
|
| |
| == Code optimization ==
| |
|
| |
| <code>image = mw.ustring.sub(image,6,mw.ustring.len(image));</code> can be shorten to <code>image = mw.ustring.sub(image,6);</code>. The third argument for ustring.sub can be omitted. [[:mw:Extension:Scribunto/Lua reference manual#string.sub]] -- [[User:ChongDae|ChongDae]] ([[User talk:ChongDae|talk]]) 03:12, 8 April 2013 (UTC)
| |
| :I've updated the code. -- [[User:WOSlinker|WOSlinker]] ([[User talk:WOSlinker|talk]]) 06:31, 8 April 2013 (UTC)
| |
|
| |
| == Documentation for module ==
| |
|
| |
| Why doint we create a seprate documentation for module for example templates use template:documentation why doint we create module:documentation so that it support stuff for module which the template doesent instead of liking to start for documentation and then linking box for end box [[Special:Contributions/86.139.246.76|86.139.246.76]] ([[User talk:86.139.246.76|talk]]) 15:13, 20 April 2013 (UTC)
| |
|
| |
| == Error in the code ==
| |
|
| |
| Hello. I just saw, that in the example
| |
| {| class="wikitable"
| |
| | width="60%" | <nowiki>{{#invoke:InfoboxImage|InfoboxImage|image=Abbey Rd Studios.jpg|sizedefault=250px|alt=The front stairs and door of Abbey Road Studios}}</nowiki>
| |
| | width="40%" | {{#invoke:InfoboxImage|InfoboxImage|image=Abbey Rd Studios.jpg|sizedefault=250px|alt=The front stairs and door of Abbey Road Studios}}
| |
| |}
| |
| the text from the alt-attribute doesn't appear in Firefox 21 like a tooltip. Why? I think, that the code has to be changed. The resulting Wiki code now is:
| |
| <pre>
| |
| [[File:Abbey Rd Studios.jpg|250px|alt=The front stairs and door of Abbey Road Studios]]
| |
| </pre>
| |
| But it has to be a little bit other:
| |
| <pre>
| |
| [[File:Abbey Rd Studios.jpg|250px|The front stairs and door of Abbey Road Studios]]
| |
| </pre>
| |
| I think, that you mixed the alt parameter of the module with the Wiki image coding. I created a working version on the page [[:eo:Modulo:InfoboxImage]]. I also added a new parameter ''center'' there. It works very fine on the page [[:eo:Vikipedio:Lua/Moduloj/InfoboxImage/en]]. But the linked version is a little bit localized for the language Esperanto. The code lines with ''dosiero:'' has not to be copied. Greetings --[[User:Tlustulimu|Tlustulimu]] ([[User talk:Tlustulimu|talk]]) 11:12, 22 June 2013 (UTC)
| |
| :I just created a sandbox version of this module. It works now:
| |
| {| class="wikitable"
| |
| | width="60%" | <nowiki>{{#invoke:InfoboxImage/sandbox|InfoboxImage|image=Abbey Rd Studios.jpg|sizedefault=250px|alt=The front stairs and door of Abbey Road Studios}}</nowiki>
| |
| | width="40%" | {{#invoke:InfoboxImage/sandbox|InfoboxImage|image=Abbey Rd Studios.jpg|sizedefault=250px|alt=The front stairs and door of Abbey Road Studios}}
| |
| |-
| |
| | width="60%" | <nowiki>{{#invoke:InfoboxImage/sandbox|InfoboxImage|image=Abbey Rd Studios.jpg|sizedefault=250px|alt=The front stairs and door of Abbey Road Studios|center=yes}}</nowiki>
| |
| | width="40%" | {{#invoke:InfoboxImage/sandbox|InfoboxImage|image=Abbey Rd Studios.jpg|sizedefault=250px|alt=The front stairs and door of Abbey Road Studios|center=yes}}
| |
| |}
| |
| :The second example uses the new parameter ''center'' now. I works very fine. Greetings --[[User:Tlustulimu|Tlustulimu]] ([[User talk:Tlustulimu|talk]]) 11:32, 22 June 2013 (UTC)
| |
|
| |
| Hi, Wikipedia has both alt and title params for images. I've listed the options below. I'll add the center param and for the alt, what I'll do is add a title param and do the code so that if the title param is blank, the alt value will be used instead. -- [[User:WOSlinker|WOSlinker]] ([[User talk:WOSlinker|talk]]) 11:45, 22 June 2013 (UTC)
| |
| {| class="wikitable"
| |
| !<nowiki>[[File:Abbey Rd Studios.jpg|250px|alt=alt|title]]</nowiki>
| |
| |[[File:Abbey Rd Studios.jpg|250px|alt=alt|title]]
| |
| |-
| |
| !<nowiki>[[File:Abbey Rd Studios.jpg|250px|alt=alt]]</nowiki>
| |
| |[[File:Abbey Rd Studios.jpg|250px|alt=alt]]
| |
| |-
| |
| !<nowiki>[[File:Abbey Rd Studios.jpg|250px|title]]</nowiki>
| |
| |[[File:Abbey Rd Studios.jpg|250px|title]]
| |
| |}
| |
| The parameter ''center'' doesn't work. Why? --[[User:Tlustulimu|Tlustulimu]] ([[User talk:Tlustulimu|talk]]) 11:59, 22 June 2013 (UTC)
| |
|
| |
| == Make the module working with all Wikipedias ==
| |
|
| |
| {{Edit template-protected|ans=yes}}
| |
| This original module handles the prefixes of namespace 6 by hardcoding ("file:" and "image:"). However, there might be more alias names of namespace 6 in some Wikipedias. The sandbox version fetches alias names via the library directly; hence, it solves this problem. --[[User:Nullzero|Nullzero]] ([[User talk:Nullzero|talk]]) 04:18, 12 January 2014 (UTC)
| |
| * [[File:Pictogram voting question.svg|20px|link=|alt=]] '''Question:'''<!-- Template:ETp --> Wouldn't it be the simplest to just replace all of the words with <code><nowiki>{{ns:6}}</nowiki></code>? Note that since this module is only used on enwp (if you import move it to another wiki, feel free to change the code as needed there), so I'm not sure what you want changed here. Can you be more specific please? [[User:Technical 13|Technical 13]] ([[User talk:Technical 13|talk]]) 05:05, 12 January 2014 (UTC)
| |
| :: Feel free to reactivate when you answer the question. Happy editing! [[User:Technical 13|Technical 13]] ([[User talk:Technical 13|talk]]) 08:12, 12 January 2014 (UTC)
| |
|
| |
| @{{User link|Technical 13}} Sorry that I didn't make it clear. So, yes, the original code is perfect enough for enwp and for now. I just saw that there are [[hard coding]]s in this module, which annoy me because I believe that if it is possible, there should be no hardcoding. If this module is changed in the way that it retrieves information from the library directly, there will be two advantages. First, suppose in the future enwp adds more alias names of ns6, you don't have to fix the module, as the module fetches the new config automatically. Second, it's easy for another wikis to import this module. thwp, for example, has these names as the alias names of ns6: "file", "image", "ไฟล์", "ภาพ". If I want to import this module, for original code, I have to add this additional code:
| |
| <pre>
| |
| if mw.ustring.lower(mw.ustring.sub(image,1,5)) == "ไฟล์:" then
| |
| image = mw.ustring.sub(image,6);
| |
| end
| |
| if mw.ustring.lower(mw.ustring.sub(image,1,4)) == "ภาพ:" then
| |
| image = mw.ustring.sub(image,5);
| |
| end
| |
| </pre>
| |
| However, the sandbox version works well without having to add anything!
| |
|
| |
| I don't understand the sentence "Wouldn't it be the simplest to just replace all of the words with <code><nowiki>{{ns:6}}</nowiki></code>?" because I can't even see this process in the original code. The process of the sandbox version is exactly the same as that of the original code. For the original code, the process is to cut the "file:" or "image:", and then add <nowiki>[[file:</nowiki>. For the sandbox version, the process is to cut whatever prefix, including "file:" and "image:", and then add "<nowiki>[[file:</nowiki>". --[[User:Nullzero|Nullzero]] ([[User talk:Nullzero|talk]]) 01:34, 13 January 2014 (UTC)
| |
|
| |
| :The change seems reasonable. I can't do it myself at this exact moment, but if no-one else does it soon, I'll be back later to do it. -- [[User:WOSlinker|WOSlinker]] ([[User talk:WOSlinker|talk]]) 07:20, 14 January 2014 (UTC)
| |
| ::{{done}} -- [[User:WOSlinker|WOSlinker]] ([[User talk:WOSlinker|talk]]) 19:10, 14 January 2014 (UTC)
| |
|
| |
| == suppress placeholder ==
| |
|
| |
| Per the consensus on [[WP:IPH]], should 'suppressplaceholder' not be standard 'no', so that it needs to be overridden? Or did I miss something in the code here? --[[User:Beetstra|Dirk Beetstra]] <sup>[[User_Talk:Beetstra|<span style="color:#0000FF;">T</span>]] [[Special:Contributions/Beetstra|<span style="color:#0000FF;">C</span>]]</sup> 07:54, 14 January 2014 (UTC)
| |
|
| |
| :It currently defaults to 'no'. For example:
| |
|
| |
| :{| class="wikitable"
| |
| |-
| |
| | <nowiki>{{#invoke:InfoboxImage|InfoboxImage|image=Replace this image male.svg|suppressplaceholder=yes}}</nowiki>
| |
| | {{#invoke:InfoboxImage|InfoboxImage|image=Replace this image male.svg|suppressplaceholder=yes}}
| |
| |-
| |
| | <nowiki>{{#invoke:InfoboxImage|InfoboxImage|image=Replace this image male.svg|suppressplaceholder=no}}</nowiki>
| |
| | {{#invoke:InfoboxImage|InfoboxImage|image=Replace this image male.svg|suppressplaceholder=no}}
| |
| |-
| |
| | <nowiki>{{#invoke:InfoboxImage|InfoboxImage|image=Replace this image male.svg}}</nowiki>
| |
| | {{#invoke:InfoboxImage|InfoboxImage|image=Replace this image male.svg}}
| |
| |}
| |
| :-- [[User:WOSlinker|WOSlinker]] ([[User talk:WOSlinker|talk]]) 09:25, 14 January 2014 (UTC)
| |
|
| |
| ::Sorry, I worded my question wrong, 'suppressplaceholder=yes' should be the standard, per [[WP:IPH]] - the use of placeholder images is discouraged (unless someone can show me a 'global' discussion that has negated that consensus), and hence, should ''not'' be displayed unless overriden. --[[User:Beetstra|Dirk Beetstra]] <sup>[[User_Talk:Beetstra|<span style="color:#0000FF;">T</span>]] [[Special:Contributions/Beetstra|<span style="color:#0000FF;">C</span>]]</sup> 10:30, 14 January 2014 (UTC)
| |
| ::So, line 86 should read "unless frame.args["suppressplaceholder"] == "no" then". --[[User:Beetstra|Dirk Beetstra]] <sup>[[User_Talk:Beetstra|<span style="color:#0000FF;">T</span>]] [[Special:Contributions/Beetstra|<span style="color:#0000FF;">C</span>]]</sup> 10:37, 14 January 2014 (UTC)
| |
| :::line 86 should read "if frame.args["suppressplaceholder"] ~= "no" then" -- [[User:WOSlinker|WOSlinker]] ([[User talk:WOSlinker|talk]]) 11:40, 14 January 2014 (UTC)
| |
| ::Also, the images that are in [[:Category:Wikipedia_image_placeholders]] should standard be in the list of placeholder images. --[[User:Beetstra|Dirk Beetstra]] <sup>[[User_Talk:Beetstra|<span style="color:#0000FF;">T</span>]] [[Special:Contributions/Beetstra|<span style="color:#0000FF;">C</span>]]</sup> 10:43, 14 January 2014 (UTC)
| |
| :::More could be added to the list in the module if needed. -- [[User:WOSlinker|WOSlinker]] ([[User talk:WOSlinker|talk]]) 11:40, 14 January 2014 (UTC)
| |
|
| |
| == Link not used often? ==
| |
|
| |
| The documentation now says about {{para|link|}} ''(not used very often)''. Why is this? AFAIK, clicking on a image is as internet as is clicking on a hyperlinked text. [[WP:EIS]] and [[Wikipedia:Images linking to articles]] mainly point to (c) issues to be taken care of (which is more an site check issue), if at all. Clicking without link leads to the engoine room of the picture (not even a fullscreen image). I don't know if that is what the reader expects. In short, I'd like that statement to be more specific, or MOS-clrified, or be removed. -[[User:DePiep|DePiep]] ([[User talk:DePiep|talk]]) 14:27, 14 March 2014 (UTC)
| |
| :Removed the quote from doc page. -[[User:DePiep|DePiep]] ([[User talk:DePiep|talk]]) 20:46, 27 April 2014 (UTC)
| |
|
| |
| == http ==
| |
|
| |
| Maybe some example using http/https could be add to documentation? Currently I don't aunderstand how it works. --'''[[User:Edgars2007|<font color="FF6600">Edgars2007</font>]]''' <sup>([[User talk:Edgars2007|talk]]/[[Special:Contributions/Edgars2007|contribs]])</sup> 02:41, 27 April 2014 (UTC)
| |
| :By design, it ''doesn't'' work. A common error by new editors is to try to use external link syntax for the image name. This used to result in a mess, but the module now spots the error and deliberately displays nothing. There are examples at [[User:John of Reading/Image errors]]. -- [[User:John of Reading|John of Reading]] ([[User talk:John of Reading|talk]]) 07:47, 27 April 2014 (UTC)
| |
| ::Thanks! --'''[[User:Edgars2007|<font color="FF6600">Edgars2007</font>]]''' <sup>([[User talk:Edgars2007|talk]]/[[Special:Contributions/Edgars2007|contribs]])</sup> 12:19, 27 April 2014 (UTC)
| |
|
| |
| == Caption ==
| |
|
| |
| {{edit template-protected|Module:InfoboxImage|answered=yes}}
| |
| Maybe there could be added parameter for caption (and for captionstyle which could have some default value (I suppose it could be taken from infobox module). [[Template:Infobox royalty]], for example, uses this module, but isn't based on infobox template, so for caption there has to be "complex" check. --'''[[User:Edgars2007|<font color="FF6600">Edgars2007</font>]]''' <sup>([[User talk:Edgars2007|talk]]/[[Special:Contributions/Edgars2007|contribs]])</sup> 12:10, 21 June 2014 (UTC)
| |
| :[[File:Red information icon with gradient background.svg|20px|link=]] '''Not done:''' please make your requested changes to the module's sandbox first; see [[WP:TESTCASES]].<!-- Template:ETp --> [[User:Jackmcbarn|Jackmcbarn]] ([[User talk:Jackmcbarn|talk]]) 17:08, 21 June 2014 (UTC)
| |
| ::The module is just designed for handling the different ways of specifying an image for displaying in an infobox. I don't think that it would be possible to include the infobox caption in this module. To do so, the module would need to be merged into the infobox module and then support for some caption processing could be added as well. -- [[User:WOSlinker|WOSlinker]] ([[User talk:WOSlinker|talk]]) 11:45, 22 June 2014 (UTC)
| |
|
| |
| == Compute image box ==
| |
|
| |
| In the [[Module:InfoboxImage/sandbox|sandbox]] I've implemented a change that would allow specifying image sizes as "<code>''width''x''height''px</code> with both dimentions being optional (as opposed to current <code>''width''px</code>). The result may be evaluated at [[Module:InfoboxImage/testcases|testcases page]]. As a side effect, absolute maximum dimentions are now also enforced. (I've chosen arbitrary value of 800 for both.) I believe this change to be an uncontroversial improvement, but I would like to solicit some input before I implement them in production module. — [[user:czarkoff|Dmitrij D. Czarkoff]] ([[user talk:czarkoff|talk]]•[[Special:Contributions/czarkoff|track]]) 21:44, 1 July 2014 (UTC)
| |
|
| |
| == Use in topical infobox? ==
| |
|
| |
| First let me note (to myself) that {{tl|Infobox image}} has nothing to do with this module, and is a stand-alone box.
| |
|
| |
| Now my question is: when building a topical infobox using meta {{tl|Infobox}}, would there be any profit for someone to use this module? If I'm correct, the diff would look like:
| |
| <pre>
| |
| {{infobox
| |
| | image1=[[File:Abbey Rd Studios.jpg|250px|alt=Example alt text]]
| |
| | caption1={{{caption|}}}
| |
| ...
| |
| }}
| |
| </pre>
| |
|
| |
| <pre>
| |
| {{infobox
| |
| | image1={{#invoke:InfoboxImage|InfoboxImage|image=Abbey Rd Studios.jpg|250px|center=yes}}
| |
| | caption1={{{caption|}}}
| |
| ...
| |
| }}
| |
| </pre>
| |
| I see extra params available, so I can use them:
| |
| maxsize, sizedefault, suppressplaceholder, center
| |
| Is there an #ifexist: shortcut I could use? (so there would be no need for me to write a preliminary ifexist check before calling the image). -[[User:DePiep|DePiep]] ([[User talk:DePiep|talk]]) 12:44, 19 July 2014 (UTC)
| |
| : there are a few advantages to using this template. (1) the input is not as rigid. for example,
| |
| <pre>
| |
| {{Infobox person
| |
| | image = Example.png
| |
| }}
| |
| {{Infobox person
| |
| | image = File:Example.png
| |
| }}
| |
| {{Infobox person
| |
| | image = [[File:Example.png|frameless]]
| |
| }}
| |
| </pre>
| |
| : are all functional. (2) it can filter out placeholder images. (3) it can find uses of 'thumb' within the image field,
| |
| <pre>
| |
| {{Infobox person
| |
| | image = [[File:Example.png|thumb|this should probably not be allowed]]
| |
| }}</pre>
| |
| : (4) it can partially enforce a maximum size. as far as the 'ifexist' check goes, it's not implemented, although there is no serious reason why a partial check could not be added. it would add some cost, but should be generally possible. [[User:Frietjes|Frietjes]] ([[User talk:Frietjes|talk]]) 22:30, 21 July 2014 (UTC)
| |
| ::thx. -[[User:DePiep|DePiep]] ([[User talk:DePiep|talk]]) 15:09, 24 July 2014 (UTC)
| |
| ===Using User-preferred thumbsize===
| |
| :::Thanks, only profits then. Worth learning this one. btw, I learned from {{U|Christian75}} that this module also uses a "default size" (wiki setting, adjustable in user:preferences for logged-in users). It would be nice if the documentation could start describing this (in a section below). -[[User:DePiep|DePiep]] ([[User talk:DePiep|talk]]) 11:05, 22 July 2014 (UTC)
| |
| ::::The sizedefault parameter already mentioned that it defaulted to frameless. I've now added a link on that word to [[Wikipedia:Autosizing images]]. -- [[User:WOSlinker|WOSlinker]] ([[User talk:WOSlinker|talk]]) 12:13, 22 July 2014 (UTC)
| |
| :::::That's the link needed & I could not think of myself. An improvement. -[[User:DePiep|DePiep]] ([[User talk:DePiep|talk]]) 15:56, 22 July 2014 (UTC)
| |
| : (about #ifexist): Its not normal to check if the image exist in infoboxes (its pretty clear that it doesnt exist after preview/saving). But the modules output is nothing if the parameter <code>image</code> is undefined, as in: <nowiki>"{{#invoke:InfoboxImage|InfoboxImage|image={{{image|}}}|size=100|border=yes}}"</nowiki> gives (I added the "): "{{#invoke:InfoboxImage|InfoboxImage|image={{{image|}}}|size=100|border=yes}}". [[User:Christian75|Christian75]] ([[User talk:Christian75|talk]]) 21:45, 23 July 2014 (UTC)
| |
| ::So obvious by logic, so difficult for me to discover ;-). Thx. -[[User:DePiep|DePiep]] ([[User talk:DePiep|talk]]) 14:34, 24 July 2014 (UTC)
| |
|
| |
| == upright? ==
| |
|
| |
| To add to /doc: What is & does {{para|upright|}}? -[[User:DePiep|DePiep]] ([[User talk:DePiep|talk]]) 22:37, 9 August 2014 (UTC)
| |
| :It's mentioned on [[Wikipedia:Autosizing images]]. You are welcome to update the docs. -- [[User:WOSlinker|WOSlinker]] ([[User talk:WOSlinker|talk]]) 23:31, 9 August 2014 (UTC)
| |
| ::...I hoped the documentation could update me. Anyway, I should understand that the "upright" word is not very to the point, clarifying or even correct. It is a ''linear factor'' applied to the default size. -[[User:DePiep|DePiep]] ([[User talk:DePiep|talk]]) 15:10, 10 August 2014 (UTC)
| |
| :::I'm not really that sure myself about it as I don't use it but have added some more docs on it. -- [[User:WOSlinker|WOSlinker]] ([[User talk:WOSlinker|talk]]) 19:25, 10 August 2014 (UTC)
| |
| ::::Good this way. I find these mutually interactive & conditional parameters a load to learn. It reminds me of these early DOS years. -[[User:DePiep|DePiep]] ([[User talk:DePiep|talk]]) 19:41, 10 August 2014 (UTC)
| |
|
| |
| == Template-protected edit request on 20 August 2014 ==
| |
|
| |
| {{edit template-protected|Module:InfoboxImage|answered=yes}}
| |
| <!-- Begin request -->
| |
| If this is the image of the dart system someone needs to update the map in orange from belt line to dfw[[User:RicHicks|RicHicks]] ([[User talk:RicHicks|talk]]) 21:31, 20 August 2014 (UTC)
| |
| <!-- End request -->
| |
| [[User:RicHicks|RicHicks]] ([[User talk:RicHicks|talk]]) 21:31, 20 August 2014 (UTC)
| |
| :{{replyto|RicHicks}} [[File:Red information icon with gradient background.svg|20px|link=]] '''Not done:''' this is the [[WP:TP|talk page]] for discussing improvements to the page [[:Module:InfoboxImage]]. Please make your request at the talk page for the article concerned.<!-- Template:ETp --> Judging by [[User talk:RicHicks#https://en.m.wikipedia.org/wiki/Burbank (DART station)|this thread on your talk page]], you have some problem at the page [[Burbank (DART station)]], but it's not clear what. A change to [[Module:InfoboxImage]] - which is used on 1.8 ''million'' pages to format images in infoboxes - is unlikely to be the solution. --[[User:Redrose64|<span style="color:#a80000; background:#ffeeee; text-decoration:inherit">Red</span>rose64]] ([[User talk:Redrose64|talk]]) 23:04, 20 August 2014 (UTC)
| |
|
| |
| == http categorization ==
| |
|
| |
| Maybe it is worth to add some tracking category for articles, that uses http(s) for images, just to track down them as for thumbs? --'''[[User:Edgars2007|<span style="color:#FF6600;">Edgars2007</span>]]''' <small>([[User talk:Edgars2007|talk]]/[[Special:Contributions/Edgars2007|contribs]])</small> 07:42, 6 September 2014 (UTC)
| |
|
| |
|
| == Alt text versus title text == | | == Alt text versus title text == |
| Line 235: |
Line 21: |
|
| |
|
| Agreed that this is a bad idea. Agents processing the page source expect the title text to be extra information that can be meaningfully displayed alongside the image; with alt text this tends to have awkward results. To give a specific example, MediaViewer displays title text as the image caption; if there is no title text, it fetches a caption from other sources (such as the image description page). No title text gives much more meaningful results than alt text duplicated as title text. --[[User:Tgr (WMF)|Tgr (WMF)]] ([[User talk:Tgr (WMF)|talk]]) 01:22, 26 November 2014 (UTC) | | Agreed that this is a bad idea. Agents processing the page source expect the title text to be extra information that can be meaningfully displayed alongside the image; with alt text this tends to have awkward results. To give a specific example, MediaViewer displays title text as the image caption; if there is no title text, it fetches a caption from other sources (such as the image description page). No title text gives much more meaningful results than alt text duplicated as title text. --[[User:Tgr (WMF)|Tgr (WMF)]] ([[User talk:Tgr (WMF)|talk]]) 01:22, 26 November 2014 (UTC) |
|
| |
| == Template-protected edit request on 14 October 2014 ==
| |
|
| |
| {{edit template-protected|Module:InfoboxImage|answered=yes}}
| |
| <!-- Begin request -->
| |
|
| |
| [https://vimeo.com/71043058] interview with John Brumley who identified the Wahkpa Chu'gn Buffalo Jump
| |
|
| |
| producer / director : Ray Ekness at UofMT at Missoula
| |
| series: Backroads of Montana
| |
| medium: video
| |
| personalities: Ray Ekness, John Brumley
| |
| date : 2013
| |
|
| |
| I also have 4 jpg images of the Wahkpa Chu'gn Buffalo Jump site to contribute
| |
|
| |
| <!-- End request -->
| |
| [[User:Jan normandale|Jan normandale]] ([[User talk:Jan normandale|talk]]) 02:53, 14 October 2014 (UTC)
| |
| :{{notdone}} {{U|Jan normandale}} I think you are confused about the change you were requested. This is the page to request changes to this programming module [[Module:InfoboxImage]]. — [[User:Xaosflux|<span style="color:#FF9933; font-weight:bold; font-family:monotype;">xaosflux</span>]] <sup>[[User talk:Xaosflux|<span style="color:#00FF00;">Talk</span>]]</sup> 03:43, 14 October 2014 (UTC)
| |
|
| |
|
| == Suggestion: landscape == | | == Suggestion: landscape == |