Wiki-Quellcode von FontAwesome

Zuletzt geändert von Daniel Herrmann am 2026/02/07 23:23

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