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

League of Legends Shortcodes

Описание

This plugin provides shortcodes for League of Legends stats. This plugin is still in work, but the following shortcodes are already done:

  • Get Summonername by summonerID and Region. Example:
    [summonername region=»euw» summonerid=»20486792″]

This returns «SoBiT».

  • Get League of Summoner by summonerID and Region. Example:
    [summonername region=»euw» summonerid=»20486792″ image=»true»]

This returns an image of the current League of the Summoner «SoBiT» on EUW. If the image parameter is set «false»,
it returns the League as text (for example: «PLATINUM III»).

  • Get League Points by summonerID and Region. Example:
    [points region=»euw» summonerid=»20486792″]

This returns the amount of current League Points of the summoner «SoBiT» on EUW.

  • Get a score (like ELO in the past). Example:
    [score region=»euw» summonerid=»20486792″]

This returns the score (ELO) of summoner «SoBiT» on EUW.

All images used in this plugin are property of Riot Games, Inc.

Riot Games, League of Legends and PvP.net are trademarks,
services marks, or registered trademarks of Riot Games, Inc.

Скриншоты

Установка

  1. Download the .zip-file
  2. Go to the backend of your wordpress-installation
  3. Go to «Plugins» -> «Add new» -> «Upload» and choose the .zip-file
  4. Activate the plugin
  5. Set your API Key in Settings -> LoL Shortcodes
  6. Insert shortcodes in your articles, pages and wherever you want!
  7. Have fun, and happy summoning!

Часто задаваемые вопросы

Will this plugin be extended?

Yes, this plugin is very new and the developer is also very new to wordpress plugins.
You can expect many extensions and improvements!

Отзывы

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

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

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

Участники

Перевести «League of Legends Shortcodes» на ваш язык.

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

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

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

1.0.1

Riot API has updated. This is a fix.

1.0

Released version using the Riot Games API

0.9

  • Initial version