Disputatio Usoris:Saumache
Partem novam addereFormula:Litterarum spatia changes
[recensere]I found an example where your AWB changes did not work. Look at page Pagina:Historia Naturalis Brasiliae (1648).pdf/151 to see that the spacing numbers are now displaying as text.
AWB changed
{{sc|{{spatio|GeorgI MarcgravI|0.6}}
into
{{sc|{{spatio||GeorgI MarcgravI|0.6}}
when it should have changed it to
{{sc|{{spatio|0.6|GeorgI MarcgravI}}
Any idea how to check 959 uses of {{Litterarum spatia}}, {{lsp}}, {{spatium}}, and {{spatio}} ? Shenme (disputatio) 06:07, 23 Iunii 2026 (UTC)
- I'll run another code later today, thanks for reporting it, I should have been more careful. Saumache (disputatio) 06:59, 23 Iunii 2026 (UTC)
(later)
I've looked for more problems with {{lsp}} having spacing values. Some projects didn't use spacing values, like Liber:Hotman - Francogallia, 1586.djvu.
Other projects did use spacing values. When you find a page with problems, you will need to check all the pages in that project that you touched. For example, Liber:Historia Naturalis Brasiliae (1648).pdf. Look at recent changes to see each page you need to check.
THere are probably more than these pages that need to be fixed:
- Pagina:Historia Naturalis Brasiliae (1648).pdf/64
- Pagina:Historia Naturalis Brasiliae (1648).pdf/143 already fixed by User:Trooper57
- Pagina:Historia Naturalis Brasiliae (1648).pdf/145 already fixed by User:Trooper57
- Pagina:Historia Naturalis Brasiliae (1648).pdf/147 already fixed by User:Trooper57
- Pagina:Historia Naturalis Brasiliae (1648).pdf/149
- Pagina:Historia Naturalis Brasiliae (1648).pdf/274
- Pagina:Historia Naturalis Brasiliae (1648).pdf/292
- Pagina:Historia Naturalis Brasiliae (1648).pdf/340
- Pagina:Historia Naturalis Brasiliae (1648).pdf/371
Similarly, project
- Pagina:Foenix. Domini Petri Ravennatis memoriae magistri - (Petrus) (IA hin-wel-all-00002799-001).pdf/27
- Pagina:Foenix. Domini Petri Ravennatis memoriae magistri - (Petrus) (IA hin-wel-all-00002799-001).pdf/30
- Pagina:Foenix. Domini Petri Ravennatis memoriae magistri - (Petrus) (IA hin-wel-all-00002799-001).pdf/31
And then there are these pages:
- Pagina:Nicolaus Machiavellus De Principe.pdf/9
- Pagina:Phoenix (Petrus Ravennas, 1600).djvu/3
- Pagina:Ribbeck - Scaenicae Romanorum Poesis Fragmenta, Vol 1, 1897.djvu/14
- Pagina:Cartesius - Meditationes de prima philosophia.djvu/47
I may have missed some problem pages. I think checking by projects is needed to be sure.
(later)
Additionally, I've seen a few places where a different convention to pass spacing amount was used. The old version here of this template had:
span style="letter-spacing: {{{w|0.15em}}};">
but now the template doesn't look for w=
An example old usage was Pagina:Euclidis Elementorum libri (1756).djvu/11:
{{lsp|w=50%|PRAEFATI}}
which AWB changed into
{{lsp||w=50%|PRAEFATI}}
If I change that to
{{lsp|50%|PRAEFATI}}
that page looks totally different.
Hmmm, it seems there were only three pages with the w= usage:
- list Paginas where "{{lsp||w=" occurs: [1]
AWB is great, until it isn't.
And trying to fix formulae/templates here is a good thing I think. I found Formula:Incisura emissa, which seems like {{outdent}}, except it doesn't always work, as noted by someone back in 2018!! A lot of template strangeness around here. Shenme (disputatio) 07:38, 23 Iunii 2026 (UTC)