Added compendium wiki link
This commit is contained in:
@@ -55,6 +55,10 @@
|
|||||||
"random": "Random"
|
"random": "Random"
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
|
"custom-compendiums": {
|
||||||
|
"title": "Compendiums",
|
||||||
|
"link": "https://gitlab.com/teaml5r/l5r5e/-/wikis/users/custom-compendiums.md"
|
||||||
|
},
|
||||||
"wiki": {
|
"wiki": {
|
||||||
"title": "Wiki",
|
"title": "Wiki",
|
||||||
"link": "https://gitlab.com/teaml5r/l5r5e/-/wikis/home"
|
"link": "https://gitlab.com/teaml5r/l5r5e/-/wikis/home"
|
||||||
|
|||||||
@@ -55,6 +55,10 @@
|
|||||||
"random": "Random"
|
"random": "Random"
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
|
"custom-compendiums": {
|
||||||
|
"title": "Compendiums",
|
||||||
|
"link": "https://gitlab.com/teaml5r/l5r5e/-/wikis/users/custom-compendiums.md"
|
||||||
|
},
|
||||||
"wiki": {
|
"wiki": {
|
||||||
"title": "Wiki",
|
"title": "Wiki",
|
||||||
"link": "https://gitlab.com/teaml5r/l5r5e/-/wikis/home"
|
"link": "https://gitlab.com/teaml5r/l5r5e/-/wikis/home"
|
||||||
|
|||||||
@@ -55,6 +55,10 @@
|
|||||||
"random": "Aléatoire"
|
"random": "Aléatoire"
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
|
"custom-compendiums": {
|
||||||
|
"title": "Compendiums",
|
||||||
|
"link": "https://gitlab.com/teaml5r/l5r5e/-/wikis/users/custom-compendiums.md"
|
||||||
|
},
|
||||||
"wiki": {
|
"wiki": {
|
||||||
"title": "Wiki",
|
"title": "Wiki",
|
||||||
"link": "https://gitlab.com/teaml5r/l5r5e/-/wikis/home"
|
"link": "https://gitlab.com/teaml5r/l5r5e/-/wikis/home"
|
||||||
|
|||||||
@@ -56,6 +56,10 @@
|
|||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"wiki": {
|
"wiki": {
|
||||||
|
"custom-compendiums": {
|
||||||
|
"title": "Compendiums",
|
||||||
|
"link": "https://gitlab.com/teaml5r/l5r5e/-/wikis/users/custom-compendiums.md"
|
||||||
|
},
|
||||||
"title": "Wiki",
|
"title": "Wiki",
|
||||||
"link": "https://gitlab.com/teaml5r/l5r5e/-/wikis/home"
|
"link": "https://gitlab.com/teaml5r/l5r5e/-/wikis/home"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -98,7 +98,11 @@ export default class HooksL5r5e {
|
|||||||
`<p><a href="${game.system.changelog}" target="_blank">Changelog</a>` +
|
`<p><a href="${game.system.changelog}" target="_blank">Changelog</a>` +
|
||||||
` <a href="${game.i18n.localize(
|
` <a href="${game.i18n.localize(
|
||||||
"l5r5e.settings.wiki.link"
|
"l5r5e.settings.wiki.link"
|
||||||
)}" target="_blank">${game.i18n.localize("l5r5e.settings.wiki.title")}</a></p>`
|
)}" target="_blank">${game.i18n.localize("l5r5e.settings.wiki.title")}</a>` +
|
||||||
|
` <a href="${game.i18n.localize(
|
||||||
|
"l5r5e.settings.custom-compendiums.link"
|
||||||
|
)}" target="_blank">${game.i18n.localize("l5r5e.settings.custom-compendiums.title")}</a>` +
|
||||||
|
`</p>`
|
||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
"version": "1.9.0",
|
"version": "1.9.0",
|
||||||
"compatibility": {
|
"compatibility": {
|
||||||
"minimum": 10,
|
"minimum": 10,
|
||||||
"verified": "10.276"
|
"verified": "10.277"
|
||||||
},
|
},
|
||||||
"manifestPlusVersion": "1.2.0",
|
"manifestPlusVersion": "1.2.0",
|
||||||
"socket": true,
|
"socket": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user