Difference between revisions of "Template talk:Quest infobox"
m |
|||
Line 10: | Line 10: | ||
I'm quite proficient in java and matlab, however I'm very new to using this language in templates and also wiki editing overall. I've tried as many ways I think of but nothing works. Brackets either show around text or break the page, creates red link like Potion of Intelligence HQ, or <pre>{{iconHQ|Mega-Potion of Intelligence}}</pre> using iconHQ template for {{iconHQ|Mega-Potion of Intelligence}} creates 2 correct picture, but otherwise breaks the req. box and induce error for exceed string length. | I'm quite proficient in java and matlab, however I'm very new to using this language in templates and also wiki editing overall. I've tried as many ways I think of but nothing works. Brackets either show around text or break the page, creates red link like Potion of Intelligence HQ, or <pre>{{iconHQ|Mega-Potion of Intelligence}}</pre> using iconHQ template for {{iconHQ|Mega-Potion of Intelligence}} creates 2 correct picture, but otherwise breaks the req. box and induce error for exceed string length. | ||
My goal is to have the exact same format as now with icon and then item name after, just want to have the icon as HQ version. Not like https://ffxiv.consolegameswiki.com/wiki/Alchemist_Quests where it's just icons and makes it hard to get an quick overview of what items are needed. | My goal is to have the exact same format as now with icon and then item name after, just want to have the icon as HQ version. Not like https://ffxiv.consolegameswiki.com/wiki/Alchemist_Quests where it's just icons and makes it hard to get an quick overview of what items are needed. | ||
== Integrate questlink template with the display of quest requirements == | |||
On similar thoughts as above. I think it would be beneficial to use questlink template to improve this template. Edited a quest page earlier that had I msq quest as req. and thought that that would be nice to highlight. Maybe even add level req. next to it for that msq quest, since I think most doesn't know all quest names but might know ish what level they have progressed to. Just to minimize the need to always jump through links, back and forth between pages. Might be a discussion in Template talk:questlink but they are quite connected, atleast in this case. | |||
To use it on all links in the box, both previous and next could be overkill since that already show which type with the icon in top right corner. |
Revision as of 20:39, 14 August 2021
The infobox prev-quest argument does not correctly interpret quests that have a "," in their title, instead opting to map them to an array, which each side parsed as its own quest. Is there a method to escape a comma so that it is not interpreted as a character separator? - Thanks, UDK450
If you use the html code for "," it will work for you - I had the same problem awhile back ... It's -- & # 4 4 ; -- sorry I'm blanking today and can't remember to make the wiki show html code and not do the code. Put that alltogether and that will go through as a comma. - Whitenorth
Why do some items' icons work and others don't? See Primal Nature where X-Ether works and Hi-Elixir doesn't. I tried converting Hi-Elixir to the new item template (since X-Ether was on it), but it didn't fix it. - Freedom4556
HQ item requirements and rewards
Hi. Is there any way to set the items as high quality in this template?
I'm quite proficient in java and matlab, however I'm very new to using this language in templates and also wiki editing overall. I've tried as many ways I think of but nothing works. Brackets either show around text or break the page, creates red link like Potion of Intelligence HQ, or
{{iconHQ|Mega-Potion of Intelligence}}
using iconHQ template for
creates 2 correct picture, but otherwise breaks the req. box and induce error for exceed string length.
My goal is to have the exact same format as now with icon and then item name after, just want to have the icon as HQ version. Not like https://ffxiv.consolegameswiki.com/wiki/Alchemist_Quests where it's just icons and makes it hard to get an quick overview of what items are needed.
Integrate questlink template with the display of quest requirements
On similar thoughts as above. I think it would be beneficial to use questlink template to improve this template. Edited a quest page earlier that had I msq quest as req. and thought that that would be nice to highlight. Maybe even add level req. next to it for that msq quest, since I think most doesn't know all quest names but might know ish what level they have progressed to. Just to minimize the need to always jump through links, back and forth between pages. Might be a discussion in Template talk:questlink but they are quite connected, atleast in this case. To use it on all links in the box, both previous and next could be overkill since that already show which type with the icon in top right corner.