We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A common pattern in Infobox Officeholder is to have a level of indirection in dates, such as
|term_start = {{start date|2022|May|6}} |term_end = {{end date|2023|January|11}}
(this one is from https://en.wikipedia.org/wiki/Eric_Mattson)
Currently the full dates end up in the templates section, but the infobox only gets the year:
templates
"term_start": { "text": "2022", "number": 2022 }, "term_end": { "text": "2023", "number": 2023 },
It would be good if the full dates could appear here. Or perhaps there's some way to join these up similar to the approach in #516?
The text was updated successfully, but these errors were encountered:
fix start_date template for #519
1d6a280
good catch. got a fix for this on dev branch
Sorry, something went wrong.
released in 10.1.3 cheers
No branches or pull requests
A common pattern in Infobox Officeholder is to have a level of indirection in dates, such as
(this one is from https://en.wikipedia.org/wiki/Eric_Mattson)
Currently the full dates end up in the
templates
section, but the infobox only gets the year:It would be good if the full dates could appear here. Or perhaps there's some way to join these up similar to the approach in #516?
The text was updated successfully, but these errors were encountered: