#29374 closed Cleanup/optimization (fixed)
Group the 'Available format strings' in the date template tag doc by category
Reported by: | Pietro Bernardi | Owned by: | Brenton Cleeland |
---|---|---|---|
Component: | Documentation | Version: | |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
'Available format strings' table is ordered alphabetically by format characters. It's IMHO inconvenient,
more times you search for format character of given element then for meaning of given format character.
So I reordered the table and added intermediate titles (see attached html file)
Pious soul that incorporates this snippet to doc is prayed to reformat intermediate titles (add appropriate classes and delete these ugly <b></b>).
The rest is copy/paste of original html page and needed no modifications.
Pietro
Change History (7)
comment:2 by , 7 years ago
Has patch: | unset |
---|---|
Summary: | built-in template tags - time - 'Available format strings' table for humans → Group the 'Available format strings' in the date template tag doc by category |
Triage Stage: | Unreviewed → Accepted |
comment:3 by , 6 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
The suggestion seems good -- PHP's table uses that approach.
You should submit your patch as a pull request.