User:Aidan9382/EP
Appearance
The content of this page was for tracking what needed to be done for this change, and has not been updated since this update |
Stuff I use during extensive debugging or rewriting of EP
Externals of EP
[edit]Tracking what is and isn't used by things that rely on EP
Used
[edit]- Entry points for templates
- lead - Template:Transclude lead excerpt
- random - Template:Transclude random excerpt
- linked - Template:Transclude linked excerpt
- listitem - Template:Transclude list item excerpt
- selected - Template:Transclude selected excerpt
- Entry points for modules
- get - Module:Excerpt slideshow
- getContent - Module:Excerpt slideshow & Module:Random slideshow
- getSection - Module:Excerpt slideshow & Module:Random slideshow
- getMoreLinkText - Module:Excerpt slideshow
- numberFlags - Module:Excerpt slideshow
- cleanupText - Module:Random slideshow
- checkImage - Module:Random slideshow
- parse - Module:Random slideshow
- Backwards compatability
- <None>
Unused
[edit]- Entry points for templates
- main (yes, really)
- wikiError - Removed from sandbox
- excerpt
- Entry points for modules
- Backwards compatability - All removed from sandbox
- getsection
- parseimage
- checkimage
- argimage
- numberflags
Bugs of EP/S
[edit]- Module no longer hunts for parameters similar to image/symbol/whatever else (See #Geneva) - Done
- Args provided in a file inside an infobox like
|alt=
become ignored (See #Bread) - Done - Args provided through
|fileargs=
are ignored by infoboxes (See #Bread) - Done - Image order loses consistency (See #Albania) - Done
- Module no longer hunts for an unknown image and then attempt to add a recognised caption to it (See #Dubh Artach) - Done
- Module can't handle images that are inside another template (See #Goa) - Done
- imagemaps presumably dont work (See #Snake) - Done
Outstanding sections
[edit]Less specific bugs like above, more list of things that just dont work that need attention.
- <None>
This is a list of things that could be considered either acceptable new behaviour or minor bugs, though could still warrant attention
- #Khamgaon - Files missing - Not done. Makes sense why these aren't picked up - its kind of a stretch to find the one the testcase gives given how its formatted and located. I'd say it's debatable whether or not this image is even really relevant here, so I'm not considering it a major bug.
Every other test case is either an exact match, the correct difference, or possibly even an improvement over the current version (E.g. better captions for imagemaps).
General bugs
[edit]- Linter errors (and general display errors) when the caption is incredibly freeform (See Template:Transclude files as random slideshow/testcases2)