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