Wiki source code of Home
Version 223.1 by Jesse Veentjer on 26-5-2025 10:12
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | (% class="wblinks" %) | ||
2 | ((( | ||
3 | {{velocity}} | ||
4 | #if($isGuest) | ||
5 | #set($loginscherm = 'https://kennis.wardenburg.nl/login/XWiki/XWikiLogin') | ||
6 | =Welcome to our Knowledge Base= | ||
7 | Access to (high-quality) information is a challenge everyone struggles with. With the launch of this digital archive where we can place and share knowledge, the latest developments (news), files, and ideas, we aim to make finding information easier. At its core, the knowledge base enables generating, organizing, and sharing information. | ||
8 | |||
9 | {{showhide showmessage="We can use this in many ways, click here to see some examples:" hidemessage="Hide examples" effectduration="1"}} | ||
10 | ✅ Access to information, broaden your knowledge to new topics. | ||
11 | * Shared knowledge is easily searchable; you can link to specific parts of pages with a weblink! | ||
12 | * Knowledge from colleagues is shared with each other. It prevents you from reinventing the wheel while a colleague may already have information on a certain topic. | ||
13 | * //Help colleagues and customers by enabling them to help themselves//[[(Note: without logging in, visitors can also see the 'Public' folder)>>path:/Main/Openbaar/]] | ||
14 | |||
15 | ✅ Thanks to the news section, the latest developments per 'news topic' can also be placed in the knowledge base. | ||
16 | |||
17 | ✅ Share your knowledge by recording it in the knowledge base. | ||
18 | |||
19 | * Whether it's a known error in a device/software version or a handy way to configure an installation, if you've invested time solving a problem, it's a shame if a colleague has to struggle to reach the same solution. | ||
20 | |||
21 | ✅ Provides transparency and clarity in the area of knowledge. | ||
22 | |||
23 | * Explanations and manuals for installations, as well as our work processes, can be documented and shared via the knowledge base. | ||
24 | * Experiences and discussions can be placed and discussed per topic. | ||
25 | {{/showhide}} | ||
26 | |||
27 | {{html}} | ||
28 | <a href=$loginscherm> | ||
29 | <button class="login-btn" onclick="this.classList.add('clicked')"><span>Login</span></button> | ||
30 | </a> | ||
31 | {{/html}} | ||
32 | By logging in you gain more functions in the knowledge base. Log in using your firstname.lastname (same as your email without the @wardenburg.nl part). | ||
33 | #else | ||
34 | =Search= | ||
35 | [[Click here to clear the search query>>path:/Main ||target="_self"]] | ||
36 | {{include reference="Main.Search" /}} | ||
37 | ---- | ||
38 | * [[Click here for instructions on how the knowledge base works>>path:/Main/Werkwijze/Kennisbank/]]. //If you get lost, you can always click the logo in the top left to return to this homepage.// | ||
39 | * [[To discuss, ask questions, or give feedback about the knowledge base, you can join this team channel>>url:https://teams.microsoft.com/l/team/19%3aAxo-k8j1CVRGXTb0t3Dc6tjNDNudeTZjcP_KZVFR5381%40thread.tacv2/conversations?groupId=4da292cd-ff72-4d4c-adc5-8aa3dfc4ae3f&tenantId=42b413cc-67db-4507-a4a6-ce30ce798022||rel="noopener noreferrer" target="_blank"]]. | ||
40 | #end | ||
41 | #if(!$isGuest) | ||
42 | = News = | ||
43 | {{blogpostlist blog="Nieuws.WebHome" limit="6" layout="cards" layoutParams="displayTitle=true|useSummary=true"/}} | ||
44 | #end | ||
45 | {{/velocity}} | ||
46 | |||
47 | |||
48 | ---- | ||
49 | |||
50 | * [[Click here for instructions on how the knowledge base works>>path:/Main/Werkwijze/Kennisbank/]]. //If you get lost, you can always click the logo in the top left to return to this homepage.// | ||
51 | * [[To discuss, ask questions, or give feedback about the knowledge base, you can join this team channel>>url:https://teams.microsoft.com/l/team/19%3aAxo-k8j1CVRGXTb0t3Dc6tjNDNudeTZjcP_KZVFR5381%40thread.tacv2/conversations?groupId=4da292cd-ff72-4d4c-adc5-8aa3dfc4ae3f&tenantId=42b413cc-67db-4507-a4a6-ce30ce798022||rel="noopener noreferrer" target="_blank"]]. | ||
52 | |||
53 | = News = | ||
54 | |||
55 | {{blogpostlist blog="Nieuws.WebHome" limit="6" layout="cards" layoutParams="displayTitle=true|useSummary=true"/}} | ||
56 | |||
57 | ---- | ||
58 | |||
59 | * [[Click here for instructions on how the knowledge base works>>path:/Main/Werkwijze/Kennisbank/]]. //If you get lost, you can always click the logo in the top left to return to this homepage.// | ||
60 | * [[To discuss, ask questions, or give feedback about the knowledge base, you can join this team channel>>url:https://teams.microsoft.com/l/team/19%3aAxo-k8j1CVRGXTb0t3Dc6tjNDNudeTZjcP_KZVFR5381%40thread.tacv2/conversations?groupId=4da292cd-ff72-4d4c-adc5-8aa3dfc4ae3f&tenantId=42b413cc-67db-4507-a4a6-ce30ce798022||rel="noopener noreferrer" target="_blank"]]. | ||
61 | |||
62 | = News = | ||
63 | |||
64 | {{blogpostlist blog="Nieuws.WebHome" limit="6" layout="cards" layoutParams="displayTitle=true|useSummary=true"/}} | ||
65 | ))) | ||
66 | |||
67 | {{velocity}} | ||
68 | #if (!$hasEdit) | ||
69 | ## Hide tabs | ||
70 | #set($displayDocExtra = false) | ||
71 | ## And the bottom bars | ||
72 | #set ($displayShortcuts = false) | ||
73 | #end | ||
74 | {{/velocity}} |