Title: TabbedCode
Author: rinma
Published: <strong>2017 年 4 月 25 日</strong>
Last modified: 2017 年 4 月 25 日

---

搜索插件

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

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

# TabbedCode

 作者：[rinma](https://profiles.wordpress.org/rinma/)

[下载](https://downloads.wordpress.org/plugin/tabbed-code.1.0.zip)

 * [详情](https://cn.wordpress.org/plugins/tabbed-code/#description)
 * [评价](https://cn.wordpress.org/plugins/tabbed-code/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/tabbed-code/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/tabbed-code/#developers)

 [支持](https://wordpress.org/support/plugin/tabbed-code/)

## 描述

Adds Shortcodes for adding code examples in tabs to your blog.

The Plugin adds two shortcodes.
 The first is [tab_group] and it needs an id. This
id must be unique! The second is [tab_code] and it takes the language from your 
code snippet as parameter. You can use all languages from highlight.js. When no 
language is provided the text will be interpreted as a simple text.

Example:

    ```
    [tab_group id="hello-world"]
        [tab_code lang="javascript"]
            console.log("Hello World");
        [/tab_code]
        [tab_code lang="sql"]
            SELECT * FROM hello_world;
        [/tab_code]
        [tab_code]
            Hello World
        [/tab_code]
    [/tab_group]
    ```

## 屏幕截图

 * [[
 * Example tab group for code

## 安装

 1. Install the plugin through the WordPress plugins screen directly or upload the 
    plugin to `/wp-content/plugins/TabbedCode` directory
 2. Activate the plugin through the ‘Plugins’ screen in WordPress

## 常见问题

  Installation Instructions

 1. Install the plugin through the WordPress plugins screen directly or upload the 
    plugin to `/wp-content/plugins/TabbedCode` directory
 2. Activate the plugin through the ‘Plugins’ screen in WordPress

## 评价

此插件暂无评价。

## 贡献者及开发者

「TabbedCode」是开源软件。 以下人员对此插件做出了贡献。

贡献者

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

[帮助将「TabbedCode」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/tabbed-code)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/tabbed-code/)，查看[SVN仓库](https://plugins.svn.wordpress.org/tabbed-code/)，
或通过[RSS](https://plugins.trac.wordpress.org/log/tabbed-code/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/tabbed-code/)。

## 更新日志

#### 1.0

 * Release

## 额外信息

 *  版本 **1.0**
 *  最后更新：**9 年前**
 *  活跃安装数量 **不到10**
 *  WordPress 版本 ** 4.7 或更高版本 **
 *  已测试的最高版本为 **4.7.33**
 *  语言
 * [English (US)](https://wordpress.org/plugins/tabbed-code/)
 * 标签
 * [code](https://cn.wordpress.org/plugins/tags/code/)[tabbed](https://cn.wordpress.org/plugins/tags/tabbed/)
   [tabs](https://cn.wordpress.org/plugins/tags/tabs/)
 *  [高级视图](https://cn.wordpress.org/plugins/tabbed-code/advanced/)

## 评级

尚未提交反馈。

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

[查看全部评论](https://wordpress.org/support/plugin/tabbed-code/reviews/)

## 贡献者

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

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/tabbed-code/)

## 捐助

您愿意支持这个插件的发展吗?

 [ 捐助此插件 ](https://marvin-dalheimer.de)