Title: Template Dictionary
Author: radovank
Published: <strong>15.08.2017</strong>
Last modified: 16.11.2020

---

Поиск плагинов

Этот плагин **не тестировался с последними 3 основными выпусками WordPress**. Скорее
всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

![](https://s.w.org/plugins/geopattern-icon/template-dictionary.svg)

# Template Dictionary

 Автор: [radovank](https://profiles.wordpress.org/radovank/)

[Скачать](https://downloads.wordpress.org/plugin/template-dictionary.1.6.1.zip)

 * [Детали](https://ru.wordpress.org/plugins/template-dictionary/#description)
 * [Отзывы](https://ru.wordpress.org/plugins/template-dictionary/#reviews)
 * [Разработка](https://ru.wordpress.org/plugins/template-dictionary/#developers)

 [Поддержка](https://wordpress.org/support/plugin/template-dictionary/)

## Описание

Template Dictionary is a plugin which can be used to create template variables editable
by admins.

The plugin is multilingual ready. It includes Polylang integration, another multilingual
plugin can be integrated with filters.

#### Admin pages

There are few admin pages for managing the plugin.

 * **Template Dictionary** – view, edit and delete the template variables values
 * **Settings list** – view, edit and delete template variables settings
 * **Add setting** – add new or edit template variables setting
 * **Edit values** – edit a value, this page is accessable from the page **Template
   Dictionary**
 * **Export/Import** – export settings and values to xml or import it from xml

#### Usage in template

You can use a value in template by calling function `get` of Template Dictionary
object, which can be accessed by function `TmplDict()`.

For example, if you set a setting with code _the\_code_, you can use it’s value 
by:

    ```
    TmplDict()->get( 'the_code' );
    ```

This function returns the value. If you need to echo the value, you can use function`
eget`. Both functions have an optional argument `$default`, which is the default
returned/echoed value, if the admin value is empty.

You can also get the value by accessing the code as property:

    ```
    $value = TmplDict()->the_code;
    ```

#### Usage with shortcode

You can also use a shortcode `[tmpl_dict]` with attributes `code`, `default` and`
do_shortcode`. The last attribute says, if the function `do_shortcode` will be called
on the value.

#### Setup template language

Default template language can be set by setting the constant `TMPL_DICT_DEFAULT_LANG`
in wp-config. Default value of this constant consists of two first characters of
the current WP locale. **It is important to set the default language constant properly
if you plan to create your site multilingual in future.**

**If you have a multilingual site**, you need to set current template language with
the filter `template_dictionary_language`. For users of Polylang, it is already 
integrated in this plugin, the current template language is the Polylang current
language slug.

#### Setup available languages

**If you have a multilingual site**, you also need to set available languages with
the filter `template_dictionary_languages`. Again, if Polylang is activated, these
available languages consist of Polylang languages slugs.

If your site is not multilingual, there is only one available language – the default
language.

#### Use JS object

To generate JavaScript dictionary object, you need to define `TMPL_DICT_JS_VAR_NAME`
constant. Add to `wp_config.php`:

    ```
    define( 'TMPL_DICT_JS_VAR_NAME', 'dict' );
    ```

Then you can use it in JS:

    ```
    $('#some-element').text( dict.the_code );
    ```

## Скриншоты

 * [[
 * Setting up a variable
 * [[
 * Filling out values
 * [[
 * Values list
 * [[
 * Various field types
 * [[
 * Export/Import page
 * [[
 * Using values in template

## Отзывы

Нет отзывов об этом плагине.

## Участники и разработчики

«Template Dictionary» — проект с открытым исходным кодом. В развитие плагина внесли
свой вклад следующие участники:

Участники

 *   [ radovank ](https://profiles.wordpress.org/radovank/)

[Перевести «Template Dictionary» на ваш язык.](https://translate.wordpress.org/projects/wp-plugins/template-dictionary)

### Заинтересованы в разработке?

[Посмотрите код](https://plugins.trac.wordpress.org/browser/template-dictionary/),
проверьте [SVN репозиторий](https://plugins.svn.wordpress.org/template-dictionary/),
или подпишитесь на [журнал разработки](https://plugins.trac.wordpress.org/log/template-dictionary/)
по [RSS](https://plugins.trac.wordpress.org/log/template-dictionary/?limit=100&mode=stop_on_copy&format=rss).

## Журнал изменений

#### 1.6.1

 * Fix: When exporting both settings and values, export empty settings too.
 * Fix: Correct number of placeholders for wpdb::prepare.

#### 1.6

 * Added method to get whole dictionary array.
 * Added JS dictionary object.

#### 1.5

 * Added term field type.
 * Add admin info notice if `TMPL_DICT_DEFAULT_LANG` constant is not set.

#### 1.4

 * Fix: Page for editing settings was not showing.
 * Show admin submenu opened on Edit Values page.

#### 1.3

 * Fix: screen option per_page on settings list
 * Enabled caching of values
 * Set user locale as language in admin if it is in available languages list.
 * Refactored admin pages

#### 1.02

 * Added post-multiple field type.
 * Added method __get for accessing dictionary values as properties.

#### 1.01

 * Fix: notice after deleting setting
 * Do not show empty field options in settings list.

## Мета

 *  Версия **1.6.1**
 *  Обновление: **6 лет назад**
 *  Активных установок: **10+**
 *  Версия WordPress ** 4.5 или выше **
 *  Совместим вплоть до: **5.5.18**
 *  Язык
 * [English (US)](https://wordpress.org/plugins/template-dictionary/)
 * Метки:
 * [dictionary](https://ru.wordpress.org/plugins/tags/dictionary/)[options](https://ru.wordpress.org/plugins/tags/options/)
   [settings](https://ru.wordpress.org/plugins/tags/settings/)[template](https://ru.wordpress.org/plugins/tags/template/)
   [variables](https://ru.wordpress.org/plugins/tags/variables/)
 *  [Дополнительно](https://ru.wordpress.org/plugins/template-dictionary/advanced/)

## Оценки

Пока что нет ни одного отзыва.

[Your review](https://wordpress.org/support/plugin/template-dictionary/reviews/#new-post)

[Посмотреть всеотзывы](https://wordpress.org/support/plugin/template-dictionary/reviews/)

## Участники

 *   [ radovank ](https://profiles.wordpress.org/radovank/)

## Поддержка

Есть что сказать? Нужна помощь?

 [Перейти в форум поддержки](https://wordpress.org/support/plugin/template-dictionary/)