1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-09 20:05:12 +00:00

Availability gallery

- add handling for the new separator image
This commit is contained in:
Roland Heyder 2023-01-19 23:48:22 +01:00
parent 12e63da7a4
commit 163f6eb6e2

View file

@ -357,6 +357,7 @@ SUB WikiParse (a$) 'Wiki page interpret
i = ii + LEN(wla$) 'ignore this gallery
ELSE
wla$ = StrRemove$(wla$, " "): wla$ = StrRemove$(wla$, CHR$(10))
wla$ = StrRemove$(wla$, "File:Apix.png") 'alpha pixels image (separator only)
wla$ = StrReplace$(wla$, "|'''", "|*"): wla$ = StrReplace$(wla$, "'''", "'' / ")
wla$ = StrReplace$(wla$, "File:Qb64.png|*", "'''QB64;''' ''")
wla$ = StrReplace$(wla$, "File:Qbpe.png|*", "'''QB64-PE;''' ''")