Module talk:Portal-inline

{{Permanently protected}}

{{WikiProject banner shell|1=

{{WikiProject Portals}}

{{WikiProject Inline Templates}}

}}

July 2020

{{edit template-protected|Template:Portal-inline|answered=yes}}

At Template:God the image is on the previous line of the display name. This leaves an image with no context.

I suggest adding a Nbsp to the module.

Change:

root = root .. string.format('File:%s %s', getImageName{ portals[1] }, args['size'], portals[1], displayName)

to

root = root .. string.format('File:%s %s', getImageName{ portals[1] }, args['size'], portals[1], displayName)

Unfortunately I couldn't testcase this change in the sandbox as I struggled to figure out how to do this. Your help is appreciated, comrade waddie96 (talk) 17:23, 16 July 2020 (UTC)

:File:Yes check.svg DoneJonesey95 (talk) 17:37, 16 July 2020 (UTC)

::Thank you Jonesey95, comrade waddie96 (talk) 12:23, 17 July 2020 (UTC)

Template-protected edit request on 3 June 2022

{{edit template-protected|Module:Portal-inline|answered=yes}}

I'm not sure exactly why, but when an image border is specified in Module:Portal/images, it passes through to {{tlx|portal}} but not to {{tlx|portal-inline}}. I'm only talking about the border around the portal image itself, not the whole template. I noticed this regarding Afghanistan. A border is specified around the white flag of Afghanistan at Module:Portal/images/a, but only appears on the former template, not the latter. ― Tartan357 Talk 23:07, 3 June 2022 (UTC)

{{tlx|portal|Afghanistan}}{{portal|Afghanistan}}
{{tlx|portal-inline|Afghanistan}}{{spaces|6}}{{portal-inline|Afghanistan}}

:There was a subtle bug where the border, alt, and link data were being stripped from Module:Portal/images before being returned to Module:Portal-inline. I hope this wasn't intentional. I made a simple change to stop the stripping. If an image border is specified in the database, then now gets used by {{tl|Portal-inline}}. As a side effect, {{para|alt}} and {{para|link}} arguments to the image are now also set to whatever is specified in the database. These are mostly empty. I think this is a good thing, but if other editors object, we can try to fix. — hike395 (talk) 05:09, 4 June 2022 (UTC)