Closed TrueBrain closed 4 years ago
Another weird finding:
https://wiki.openttd.org/?title=Advanced_Settings/Interface&action=edit
It includes two templates that are not in the template scope. Which of course I can parse, but this only happens in the Advanced_Settings
pages.
In translations, there is also a bit of work it seems. For example, in "fr", the page:
https://wiki.openttd.org/Encore_une_autre_%C3%A9volution_PBS/Fr
There is a link [[Signalisation du réseau ferroviaire : agencements complexes/Fr#Modèle de voie simple priorisée|modèle amélioré]].
which you convert to Main/en/Signalisation du réseau ferroviaire : agencements complexes/Fr#Modèle de voie simple priorisée
. This is of course wrong. I think it is the #
that is the issue :)
There are also things like this in the translations:
https://wiki.openttd.org/?title=Gares_ferroviaires/Fr&action=edit
[[Wikipedia:Fr:Wagon|wagons]]
Those are not converted now too :)
Sometimes I am missing templates, like this one: https://wiki.openttd.org/Template:Uitbreiding/Nl It is used by https://wiki.openttd.org/OpenTTD:Bewerkingshulp/Nl
For one reason or the other, on this page:
[http://www.tt-forums.net/download/file.php?id=96258 plik szablonu .blend]
became
[Http://www.tt-forums.net/download/file.php?id=96258 plik szablonu .blend]
The h
is now a capital. This is not accepted by wikitextparser
:)
I can't really see why, but on this page:
https://wiki.openttd.org/?title=Ustawienia/Interfejs/Pl&action=edit
[[Image:plusminusbutton.png]]
is not converted to File
. The Listbutton.png
a bit earlier is.
In template:
https://wiki.openttd.org/?title=Template:Navbar&action=edit
You mistake Working on it
for Italian language. It is not :)
In general, redirects seem to be missing. Which sometimes is an issue for pages like this:
https://wiki.openttd.org/Railway_Construction They redirect to https://wiki.openttd.org/Railway_construction (capitalization fix).
Not sure how we are going to deal with those :)
PS: sorry for this lenghty issue, but it is easier for me to write it here then to bomb IRC full of this :)
Pretty sure we fixed all; if not, this issue is no longer useful to figure that out anyway :)
[[:Image]]
, which is currently not converted toFile
. I fixed some on the wiki, but for the history, might be nice if these are also parsed.mailto:
is not replaced correctly, as seen inRomtrain Contact
Archive
something odd is going on, where{{NAMESPACE}}
is prefixed withMain/en
too.OpenTTD-Patch-Stub
exists but is not exported{{other languages}}
seems similar to[[Translation]]
, but is not rewrittenrf status NNN
is not exported, but used. Yes, there are 20 of NNN variants, ranging from 0 to 100.{{Template:NNN}}
is not converted to{{en/NNN}}
Road Construction:Old
,SimCity 2000: Special Edition Music Set
,Tycoonez.com:munity Czech Sets
; they show signs of namespacing, but they are not.Now some questions
{{Scenario:NNN}}
namespace?{{Links:NNN}}
namespace?{{AI:NNN}}
really-not-a-namespace?[[Special:NNN]]
namespace?[[OpenTTD:NNN]]
namespace?That seems to be most of it; other things I could either fix and clean up without problem :)
Cheers!