Module talk:Unimplemented: Difference between revisions

Content added Content deleted
(Potential improvement)
 
m (Improve output formatting)
Line 4: Line 4:


This will significantly reduce the number of <code>#ask</code> queries the script performs by calling <code>language_tasks(language)</code> and <code>omitted_language_tasks(language)</code> just once per page instead of 2 or 3 times. --[[User:Jgrprior|Jgrprior]] ([[User talk:Jgrprior|talk]]) 08:31, 27 February 2023 (UTC)
This will significantly reduce the number of <code>#ask</code> queries the script performs by calling <code>language_tasks(language)</code> and <code>omitted_language_tasks(language)</code> just once per page instead of 2 or 3 times. --[[User:Jgrprior|Jgrprior]] ([[User talk:Jgrprior|talk]]) 08:31, 27 February 2023 (UTC)

== Improve output formatting ==

We currently output tasks as continuous lists in a single column. Is it desirable to group tasks by their first character, and explore the possibility of a multi column layout?

For reference, [http://web.archive.org/web/20220815063448/http://www.rosettacode.org/wiki/Reports:Tasks_not_implemented_in_Go here's] an example of a pre-migration "Tasks not implemented in" page from the Wayback Machine. --[[User:Jgrprior|Jgrprior]] ([[User talk:Jgrprior|talk]]) 08:43, 27 February 2023 (UTC)