I want to put a Complex tabber at the center of the page but i don't know how. Maybe it's something easy (i guess it is) but i don't know how.
Thx
(right now the tabber is on the left)
And is it possible to use image instead of a word ? For example instead of "Normal" i can put an icon
I want to put a Complex tabber at the center of the page but i don't know how. Maybe it's something easy (i guess it is) but i don't know how.
Thx
(right now the tabber is on the left)
I think complex tabbers is what i'm looking for
Not exaclty but quite close
@Oot42, i'm trying to do something like that
1, 2, 3 and 4 is the first line of option
And 1., 2., 3., 4. is the 2nd line of option
And you can select 1 option in each line (ex: 2 + 3.)
HI, i'm trying to do a tabber but there is something that i don't know how to do.
I'm trying to do clickable buttons in 2 lines
In the first line: Normal | Passable | Correct | Excellent
And in the 2nd line: Fer, Bronze, Argent, Or, Suprême
Also, right now it's only possible to select 1 option, is it possible to do that it's possible to select 1 option from line 1 and 1 option from line 2 ?
Here is what i did:
https://fantasy-life-3ds.fandom.com/fr/wiki/Mod%C3%A8le:GearFLI#Normal
@JasperStones555 Hi, thanks. I just don't understand well what you want me to do. You said "Remember to replace the placeholder "zone1" with the actual id you have for your area. This approach assumes that your map areas are defined using the HTML <area> element within an <img> tag"
How i can get the id
What do you mean when you are saying"This approach assumes that your map areas are defined using the HTML <area> element within an <img> tag" and how i can do that
And when i past this code, there is an error line 1 Error: Unexpected '<'
Thanks
Hi, i just see on a wiki an information box really cool and want to do the same but i don't know how hehe. In the info box, i can wrote a lot of informations about object but the really specific things is that when i click on a rarity, the back ground of the object change to match the rarity. I already have the image of the object and background rarity images ready, just need to know how to do this.
Something like that:
Idk why i can't add more image so i will add them in reply to this post
Thanks
Hello, I'd like to add an option to my interactive map where when I click on an area, a new image of the area appears plus zoom. The file World map Fantasy Life.png is my world map and the file Castel_map.png is the image plus zoom of the city.
When I save the code and check it again, nothing has been saved and all I have is the basic code.
The code:
{
"mapImage": "World map Fantasy Life.png",
"pageCategories": [],
"defaultSort": "",
"description": "",
"coordinateOrder": "xy",
"mapBounds": [
[0, 0],
[3000, 1800]
],
"origin": "bottom-left",
"useMarkerClustering": true,
"categories": [
{
"id": "1",
"listId": 1,
"name": "General",
"color": "#fa005a",
"symbol": "",
"symbolColor": ""
}
],
"markers": [],
"areas": [
{
"shape": "rect",
"coords": [1899.2888142670668, 777.8174593052023, 2063.3375875023457, 726.9057710597709],
"href": "Castel_map.png",
"alt": "Zone 1"
}
]
}
Thanks