Good to know.daniel34 wrote:Don't know about google (but pretty sure it also finds names in image links), but phpbb has no problem with it:ssilk wrote:As code:Outsider wrote:
Code: Select all
[img]https://img.shields.io/badge/Name%20%20%20%20%20%20%20%20-Concrete%20Logistics-red.svg[/img] [img]https://img.shields.io/badge/Description-Automated%20Concrete%20Placement%20With%20Logistics%20Networks-orange.svg[/img]
That is not searchable, neither phpbb-search nor google will find good relevance with this. But I admit, it would look quite cool.
search.php?keywords=gameplay&terms=all& ... mit=Search
Although the only thing I don't really like about it that it is not easily seen at first glance which of the badges are actual links, and which just information. Only hovering over them with the mouse tells you if it's a link.
@Afforess:
you should replace %20 for the space character with _ (an underline) which is automatically changed into a space by shields.io.
Dashes -- → - Dash
Underscores __ → _ Underscore
_ or Space → Space
EDIT: Forum search will not work for words between %20 characters.
Edit: I tried to align them with the %20 but spaces are not pixel perfect:
img
I am going to fork the shields.io and see if I can add a leftPad parameter to get exact pixel padding. I did notice a ?logoWidth=X where you can rightPad the label, but it looks very awkward.logoWidth