4. `Page` (page type, ignored)
The fragments `1.` and `3.` from above are used to construct the path to the template: `<installDirOfWSC>/templates/test.tpl` (the first letter of `Test` is being converted to lower-case).
-
-{% include links.html %}
The [WoltLab Suite Core](https://github.com/WoltLab/WCF) as well as most of the other packages are available on [github.com/WoltLab/](https://github.com/WoltLab) and are licensed under the terms of the [GNU Lesser General Public License 2.1](https://github.com/WoltLab/WCF/blob/master/LICENSE).
You can edit this documentation by visiting the edit link on each page, it is also available on [GitHub](https://github.com/WoltLab/woltlab.github.io).
-
-{% include links.html %}
<img src="http://example.com/thumbnail.jpg">
</a>
```
-
-{% include links.html %}
The `hasTiny` attribute is optional, you can set it to `false` or just omit it
entirely if you do not provide a tiny build for your file.
-
-{% include links.html %}
console.log("Hello World".hashCode());
// outputs: -862545276
```
-
-{% include links.html %}
});
</script>
```
-
-{% include links.html %}
});
</script>
```
-
-{% include links.html %}
- `windows` (IE Mobile)
- `mobile` (generic mobile device)
- `desktop` (default)
-
-{% include links.html %}
Converts some HTML entities into their original character. This is the reverse
function of `escapeHTML()`.
-
-{% include links.html %}
### `get(key: Object): Object | undefined`
Retrieves the value of the provided key, or `undefined` if the key was not found.
-
-{% include links.html %}
## `isOpen(id: string | Object): boolean`
Returns true if the dialog exists and is open.
-
-{% include links.html %}
DomChangeListener.trigger();
});
```
-
-{% include links.html %}
Removes all event listeners for an `identifier` whose action ends with the value
of `suffix`.
-
-{% include links.html %}
### `show(message: string, callback?: () => void, cssClassName?: string)`
Shows the notification and executes the callback after 2 seconds.
-
-{% include links.html %}
| Ui/TabMenu | WoltLabSuite/Core/Ui/TabMenu |
| Upload | WoltLabSuite/Core/Upload |
| User | WoltLabSuite/Core/User |
-
-{% include links.html %}
The LESS compiler has been in use since WoltLab Community Framework 2.0, but was replaced with a SCSS compiler in WoltLab Suite 3.0. This change was motivated by SCSS becoming the de facto standard for CSS pre-processing and some really annoying shortcomings in the old LESS compiler.
The entire CSS has been rewritten from scratch, please read the [docs on CSS][view_css] to learn what has changed.
-
-{% include links.html %}
## pageMenu.xml
The `pageMenu.xml` has been superseded by the `page.xml` and is no longer available.
-
-{% include links.html %}
### SearchIndexManager
The methods `SearchIndexManager::add()` and `SearchIndexManager::update()` have been deprecated and forward their call to the new method `SearchIndexManager::set()`.
-
-{% include links.html %}
## Color Variables in `alert.scss`
The color values for `<small class="innerError">` used to be hardcoded values, but have now been changed to use the values for error messages (`wcfStatusError*`) instead.
-
-{% include links.html %}
elInnerError(input, (input.value.trim() === '' ? Language.get('wcf.global.form.error.empty') : false));
}
```
-
-{% include links.html %}
## Limited Forward-Compatibility for Plugins
Please refer to the documentation of the [`<compatibility>`](package_package-xml.html#compatibility) tag in the `package.xml`.
-
-{% include links.html %}
// ...
}
```
-
-{% include links.html %}
{assign var='__sidebarRightShow' value='Show Right Sidebar'}
{assign var='__sidebarRightHide' value='Hide Right Sidebar'}
```
-
-{% include links.html %}
| [userNotificationEvent][package_pip_user-notification-event] | Events of the user notification system |
| [userOption][package_pip_user-option] | User settings |
| [userProfileMenu][package_pip_user-profile-menu] | User profile tabs |
-
-{% include links.html %}
</delete>
</data>
```
-
-{% include links.html %}
</delete>
</data>
```
-
-{% include links.html %}
at least how it was implemented - was really necessary.
Caching should always be a solution for a problem. Not the other way around.
-
-{% include links.html %}
This is the only method that a cache builder deriving from `AbstractCacheBuilder`
has to implement and it will be invoked whenever the cache is required to be
rebuild for whatever reason.
-
-{% include links.html %}
An example project with the [source code can be found on GitHub](https://github.com/WoltLab/woltlab.github.io/tree/master/_includes/tutorial/basic-app/),
it includes everything that is required for a basic app.
-
-{% include links.html %}
}
\wcf\system\WCF::getDB()->commitTransaction();
```
-
-{% include links.html %}
`can*` or `admin*`, or are blacklisted using this array. You should append any
of your plugin's or app's user option that should not be exported, for example
because it does not contain personal data, such as internal data.
-
-{% include links.html %}
right-to-left support for phrases. Additionally, a special version of the
stylesheet is loaded that contains all necessary adjustments for the reverse
direction.
-
-{% include links.html %}