Wiki-Quellcode von Font Awesome SVG Sprite
Zuletzt geändert von MACH formsolutions am 29.09.2020
Verstecke letzte Bearbeiter
| author | version | line-number | content |
|---|---|---|---|
| |
1.1 | 1 | ## General settings |
| 2 | xwiki.iconset.type = image | ||
| 3 | xwiki.iconset.ssx = IconThemes.FontAwesome.SVGSprite | ||
| 4 | xwiki.iconset.render.wiki = {{html clean="false"}}<svg class="fa-svg"><use href="$xcontext.getURLFactory().createAttachmentURL('fa-solid.svg', 'IconThemes.FontAwesome', 'SVGSprite', 'download', '', $context.context)#${icon}"></use></svg>{{/html}} | ||
| 5 | xwiki.iconset.render.html = <svg class="fa-svg"><use href="$xcontext.getURLFactory().createAttachmentURL('fa-solid.svg', 'IconThemes.FontAwesome', 'SVGSprite', 'download', '', $context.context)#${icon}"></use></svg> | ||
| 6 | |||
| 7 | ## XWiki Icon Set (see: http://design.xwiki.org/xwiki/bin/view/Proposal/XWiki+Icon+Set) | ||
| 8 | home = home | ||
| 9 | wiki = globe | ||
| 10 | space = folder | ||
| 11 | page = file | ||
| 12 | check = check | ||
| 13 | add = plus | ||
| 14 | anchor = anchor | ||
| 15 | terminal = terminal | ||
| 16 | list = list-alt | ||
| 17 | branch = code-branch | ||
| 18 | down = arrow-down | ||
| 19 | up = arrow-up | ||
| 20 | left = arrow-left | ||
| 21 | right = arrow-right | ||
| 22 | arrows = expand-arrows-alt | ||
| 23 | repeat = redo-alt | ||
| 24 | undo = undo | ||
| 25 | refresh = sync | ||
| 26 | rotate-left = undo | ||
| 27 | rotate-right = redo | ||
| 28 | switch = random | ||
| 29 | random = random | ||
| 30 | attach = paperclip | ||
| 31 | shopping-cart = shopping-cart | ||
| 32 | bell = bell | ||
| 33 | trash = trash-alt | ||
| 34 | bomb = bomb | ||
| 35 | book = book | ||
| 36 | cube = cube | ||
| 37 | cubes = cubes | ||
| 38 | briefcase = briefcase | ||
| 39 | bug = bug | ||
| 40 | building = building | ||
| 41 | caret-down = caret-down | ||
| 42 | caret-up = caret-up | ||
| 43 | caret-right = caret-right | ||
| 44 | calculator = calculator | ||
| 45 | calendar = calendar-alt | ||
| 46 | camera = camera | ||
| 47 | remove = times-circle | ||
| 48 | cross = times | ||
| 49 | car = car | ||
| 50 | truck = truck | ||
| 51 | chart-bar = chart-bar | ||
| 52 | chart-organisation = sitemap | ||
| 53 | cloud = cloud | ||
| 54 | clock = clock | ||
| 55 | cog = cog | ||
| 56 | comment = comment | ||
| 57 | comments = comments | ||
| 58 | desktop = desktop | ||
| 59 | contrast = adjust | ||
| 60 | eject = eject | ||
| 61 | step-forward = step-forward | ||
| 62 | step-backward = step-backward | ||
| 63 | fast-forward = fast-forward | ||
| 64 | backward = backward | ||
| 65 | play = play | ||
| 66 | pause = pause | ||
| 67 | stop = stop | ||
| 68 | gamepad = gamepad | ||
| 69 | credit-card = credit-card | ||
| 70 | coffee = coffee | ||
| 71 | cut = cut | ||
| 72 | database = database | ||
| 73 | delete = minus-circle | ||
| 74 | floppy-disk = save | ||
| 75 | glass = glass-martini | ||
| 76 | drive = hdd | ||
| 77 | envelope = envelope | ||
| 78 | warning = exclamation-triangle | ||
| 79 | error = exclamation-circle | ||
| 80 | info = info-circle | ||
| 81 | eye = eye | ||
| 82 | female = female | ||
| 83 | male = male | ||
| 84 | film = film | ||
| 85 | flag = flag | ||
| 86 | search = search | ||
| 87 | search-plus = search-plus | ||
| 88 | search-minus = search-minus | ||
| 89 | folder = folder-open | ||
| 90 | user = user | ||
| 91 | group = users | ||
| 92 | heart = heart | ||
| 93 | question = question-circle | ||
| 94 | image = image | ||
| 95 | key = key | ||
| 96 | keyboard = keyboard | ||
| 97 | lightbulb = lightbulb | ||
| 98 | link = link | ||
| 99 | unlink = unlink | ||
| 100 | lock = lock | ||
| 101 | unlock = unlock | ||
| 102 | money = money-bill-alt | ||
| 103 | dollar = dollar-sign | ||
| 104 | euro = euro-sign | ||
| 105 | gbp = pound-sign | ||
| 106 | yen = yen-sign | ||
| 107 | music = music | ||
| 108 | file = file | ||
| 109 | file-white = file | ||
| 110 | file-pdf = file-pdf | ||
| 111 | file-code = file-code | ||
| 112 | file-archive = file-archive | ||
| 113 | file-word = file-word | ||
| 114 | file-excel = file-excel | ||
| 115 | file-powerpoint = file-powerpoint | ||
| 116 | file-text = file-alt | ||
| 117 | paste = clipboard | ||
| 118 | pencil = pencil-alt | ||
| 119 | print = print | ||
| 120 | shield = shield-alt | ||
| 121 | certificate = certificate | ||
| 122 | volume-up = volume-up | ||
| 123 | volume-down = volume-down | ||
| 124 | volume-off = volume-off | ||
| 125 | soccer = futbol | ||
| 126 | star = star | ||
| 127 | table = table | ||
| 128 | phone = phone | ||
| 129 | font = font | ||
| 130 | bold = bold | ||
| 131 | italic = italic | ||
| 132 | strikethrough = strikethrough | ||
| 133 | subscript = subscript | ||
| 134 | superscript = superscript | ||
| 135 | underline = underline | ||
| 136 | align-center = align-center | ||
| 137 | align-justify = align-justify | ||
| 138 | align-left = align-left | ||
| 139 | align-right = align-right | ||
| 140 | columns = columns | ||
| 141 | indent-left = indent | ||
| 142 | indent-right = outdent | ||
| 143 | list-bullets = list-ul | ||
| 144 | list-numbers = list-ol | ||
| 145 | sun = sun | ||
| 146 | world = globe | ||
| 147 | wrench = wrench | ||
| 148 | menu=bars | ||
| 149 | more-vertical=ellipsis-v | ||
| 150 | edit=edit | ||
| 151 | copy=copy | ||
| 152 | move=external-link-alt | ||
| 153 | download=download | ||
| 154 | log-in=sign-in-alt | ||
| 155 | log-out=sign-out-alt | ||
| 156 | th=th | ||
| 157 | |||
| 158 | ## Silk icons for backward compatibility (see: http://design.xwiki.org/xwiki/bin/view/Proposal/Silk+Mapping) | ||
| 159 | accept = check | ||
| 160 | anchor = anchor | ||
| 161 | application = square | ||
| 162 | application_osx_terminal = terminal | ||
| 163 | application_view_list = list-alt | ||
| 164 | application_view_tile = th-large | ||
| 165 | application_xp_terminal = terminal | ||
| 166 | arrow_branch = code-branch | ||
| 167 | arrow_divide = code-branch | ||
| 168 | arrow_down = arrow-down | ||
| 169 | arrow_inout = arrows-alt | ||
| 170 | arrow_left = arrow-left | ||
| 171 | arrow_out = arrows-alt | ||
| 172 | arrow_redo = repeat | ||
| 173 | arrow_refresh = sync | ||
| 174 | arrow_refresh_small = sync | ||
| 175 | arrow_right = arrow-right | ||
| 176 | arrow_rotate_anticlockwise = undo | ||
| 177 | arrow_rotate_clockwise = redo | ||
| 178 | arrow_switch = random | ||
| 179 | arrow_turn_left = share | ||
| 180 | arrow_turn_right = reply | ||
| 181 | arrow_undo = undo | ||
| 182 | arrow_up = arrow-up | ||
| 183 | asterisk_orange = asterisk | ||
| 184 | asterisk_yellow = asterisk | ||
| 185 | attach = paperclip | ||
| 186 | basket = shopping-basket | ||
| 187 | bell = bell | ||
| 188 | bell_delete=bell-slash | ||
| 189 | bin = trash-alt | ||
| 190 | bomb = bomb | ||
| 191 | book = book | ||
| 192 | book_addresses=address-book | ||
| 193 | box = cube | ||
| 194 | bricks = cubes | ||
| 195 | briefcase = briefcase | ||
| 196 | bug = bug | ||
| 197 | building = building | ||
| 198 | bullet_arrow_down = caret-down | ||
| 199 | bullet_arrow_up = caret-up | ||
| 200 | bullet_go = caret-right | ||
| 201 | cake=birthday-cake | ||
| 202 | calculator = calculator | ||
| 203 | calendar = calendar-alt | ||
| 204 | calendar_add=calendar-plus | ||
| 205 | calendar_delete=calendar-times | ||
| 206 | camera = camera | ||
| 207 | cancel = times-circle | ||
| 208 | car = car | ||
| 209 | cart = shopping-cart | ||
| 210 | cart_add=cart-plus | ||
| 211 | chart_curve=chart-area | ||
| 212 | chart_line = chart-line | ||
| 213 | chart_pie = chart-pie | ||
| 214 | chart_bar = chart-bar | ||
| 215 | chart_organisation = sitemap | ||
| 216 | weather_clouds = cloud | ||
| 217 | clock = clock | ||
| 218 | cog = cog | ||
| 219 | comment = comment | ||
| 220 | comments = comments | ||
| 221 | computer = desktop | ||
| 222 | contrast = adjust | ||
| 223 | control_eject = eject | ||
| 224 | control_end = step-forward | ||
| 225 | control_equalizer = sliders-h | ||
| 226 | control_fastforward = fast-forward | ||
| 227 | control_pause = pause | ||
| 228 | control_play = play | ||
| 229 | control_rewind = backward | ||
| 230 | control_start = step-backward | ||
| 231 | control_stop = stop | ||
| 232 | controller = gamepad | ||
| 233 | creditcards = credit-card | ||
| 234 | cross = times | ||
| 235 | cup = coffee | ||
| 236 | cursor=mouse-pointer | ||
| 237 | cut = cut | ||
| 238 | database = database | ||
| 239 | delete = minus-circle | ||
| 240 | disk = save | ||
| 241 | drink = glass | ||
| 242 | drive = hdd | ||
| 243 | email = envelope | ||
| 244 | emoticon_smile=smile | ||
| 245 | error = exclamation-triangle | ||
| 246 | exclamation = exclamation-circle | ||
| 247 | eye = eye | ||
| 248 | feed = rss-square | ||
| 249 | female = female | ||
| 250 | film = film | ||
| 251 | find = search | ||
| 252 | flag = flag | ||
| 253 | folder = folder | ||
| 254 | font = font | ||
| 255 | group = users | ||
| 256 | heart = heart | ||
| 257 | help = question-circle | ||
| 258 | house = home | ||
| 259 | hourglass=hourglass | ||
| 260 | image = image | ||
| 261 | information = info-circle | ||
| 262 | ipod = tablet-alt | ||
| 263 | joystick = gamepad | ||
| 264 | key = key | ||
| 265 | keyboard = keyboard | ||
| 266 | layout = columns | ||
| 267 | lightbulb = lightbulb | ||
| 268 | link = link | ||
| 269 | link_break = unlink | ||
| 270 | lock = lock | ||
| 271 | lock_open = unlock | ||
| 272 | lorry = truck | ||
| 273 | magifier_zoom_out = search-minus | ||
| 274 | magnifier = search | ||
| 275 | magnifier_zoom_in = search-plus | ||
| 276 | male = male | ||
| 277 | map = map-marker | ||
| 278 | money = money-bill-alt | ||
| 279 | money_dollar = dollar-sign | ||
| 280 | money_euro = euro-sign | ||
| 281 | money_pound = pound-sign | ||
| 282 | money_yen = yen-sign | ||
| 283 | monitor = desktop | ||
| 284 | music = music | ||
| 285 | newspaper=newspaper | ||
| 286 | note=sticky-note | ||
| 287 | paintbrush=paint-brush | ||
| 288 | page = file | ||
| 289 | page_white = file | ||
| 290 | page_white_acrobat = file-pdf | ||
| 291 | page_white_code = file-code | ||
| 292 | page_white_compressed = file-archive | ||
| 293 | page_white_excel = file-excel | ||
| 294 | page_white_picture = file-image | ||
| 295 | page_white_powerpoint = file-powerpoint | ||
| 296 | page_white_text = file-alt | ||
| 297 | page_white_word = file-word | ||
| 298 | page_white_zip = file-archive | ||
| 299 | paste_plain = clipboard | ||
| 300 | pencil = pencil-alt | ||
| 301 | phone = mobile-alt | ||
| 302 | photo = image | ||
| 303 | picture = file-image | ||
| 304 | plugin=puzzle-piece | ||
| 305 | printer = print | ||
| 306 | rosette = certificate | ||
| 307 | rss = rss | ||
| 308 | shape_group=object-group | ||
| 309 | shape_ungroup=object-ungroup | ||
| 310 | shield = shield-alt | ||
| 311 | sitemap=sitemap | ||
| 312 | sound = volume-up | ||
| 313 | sound_low = volume-down | ||
| 314 | sound_none = volume-off | ||
| 315 | sport_soccer = futbol | ||
| 316 | star = star | ||
| 317 | style = font | ||
| 318 | table = table | ||
| 319 | tag = tag | ||
| 320 | telephone = phone | ||
| 321 | television= tv | ||
| 322 | text_align_center = align-center | ||
| 323 | text_align_justify = align-justify | ||
| 324 | text_align_left = align-left | ||
| 325 | text_align_right = align-right | ||
| 326 | text_bold = bold | ||
| 327 | text_columns = columns | ||
| 328 | text_indent = indent | ||
| 329 | text_indent_remove = outdent | ||
| 330 | text_italic = italic | ||
| 331 | text_list_bullets = list-ul | ||
| 332 | text_list_numbers = list-ol | ||
| 333 | text_strikethrough = strikethrough | ||
| 334 | text_subscript = subscript | ||
| 335 | text_superscript = superscript | ||
| 336 | text_underline = underline | ||
| 337 | thumb_down=thumbs-down | ||
| 338 | thumb_up=thumbs-up | ||
| 339 | tick=check | ||
| 340 | time = clock | ||
| 341 | transmit = rss | ||
| 342 | user = user | ||
| 343 | user_add=user-plus | ||
| 344 | user_delete=user-times | ||
| 345 | vcard = id-card | ||
| 346 | weather_clouds = cloud | ||
| 347 | weather_sun = sun | ||
| 348 | weather_snow=snowflake | ||
| 349 | webcam = video | ||
| 350 | world = globe | ||
| 351 | wrench = wrench | ||
| 352 | zoom = search | ||
| 353 | zoom_in = search-plus | ||
| 354 | zoom_out = search-minus |