forked from MapComplete/MapComplete
Small fixes to climbing theme, wiki generation, version bump
This commit is contained in:
parent
a641d976fc
commit
70fb6f5303
4 changed files with 20 additions and 8 deletions
|
@ -89,7 +89,11 @@ function generateWikiEntry(layout: LayoutConfig){
|
|||
|name= [https://mapcomplete.osm.be/${layout.id}.html ${layout.id}]
|
||||
|region= Worldwide
|
||||
|lang= ${languages}
|
||||
|descr= A MapComplete theme: ${Translations.W(layout.description).InnerRender()}
|
||||
|descr= A MapComplete theme: ${Translations.W(layout.description)
|
||||
.InnerRender()
|
||||
.replace("<a href='", "[[")
|
||||
.replace(/'>.*<\/a>/, "]]")
|
||||
}
|
||||
|material= {{yes|[https://mapcomplete.osm.be/ ${auth}]}}
|
||||
|image= MapComplete_Screenshot.png
|
||||
|genre= POI, editor, ${layout.id}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue