[wordpress插件] Datalist it列出数据

wordpress 插件 文章 2020-04-12 22:31 449 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

This plugin creates a table out of data contained in a cvs file.

此插件根据cvs文件中包含的数据创建一个表。

The table can then be displayed on a website or in a blog.

然后可以将该表显示在网站或博客中。

You need absolutely no technical knowledge.

您完全不需要任何技术知识。

The plugin will convert the cvs file into a database enabling you to decide how the data will be displayed online.

该插件会将cvs文件转换为数据库,使您可以决定如何在线显示数据。

You can define:

您可以定义:

    • orderby – sort the data the way you wish to present it,
    • orderby –以您希望呈现的方式对数据进行排序,

    • columns – decide which columns will be displayed online,
    • 列–确定哪些列将在线显示,

    • norows – define how many rows will be displayed on each “page” of the table.

    • norows –定义表的每个“页面”上将显示多少行。

      The viewer will be able to switch between pages using “Previous” and “Next”.

    • 查看者将能够使用“上一页”和“下一页”在页面之间切换。

    • ID – name the table
    • ID –为表格命名

    Styling (css) can be defined in the Dashboard->Datalist it->Advanced.

    样式(css)可以在“仪表板”->“数据列表”->“高级”中定义。

    HTML version of the full table is also available.

    完整表格的HTML版本也可用。

    Example of database table shortcode:

    数据库表简码示例:

    [datalistit   

      [datalistit   

    dbtable='Sales_results_Q1_sample_file'   

    dbtable ='Sales_results_Q1_sample_file'   

    norows=2   

    Norows = 2   

    orderby='stabilisers'   

    orderby ='稳定器'   

    columns='month, stabilisers' id='table1' ]

    column ='month,stabilsers'id ='table1']

    Example of html table shortcode:

    html表简码示例:

    [datalistit table='Sales_results_sample_file' ]

      [datalistit table ='Sales_results_sample_file']

    Anybody with “Edit post” capability can insert the short code onto a WP site or blog, thus creating a table.

    具有“编辑帖子”功能的任何人都可以将简短代码插入WP网站或博客,从而创建表格。

    No user data is held on the server – any uploaded data is deleted automatically when the server sends the HTML file to the user.

    服务器上没有保存用户数据-服务器将HTML文件发送给用户时,所有上传的数据都会自动删除。

    In order to create a table, the user uploads a csv file using the plugin interface.

    为了创建表,用户使用插件界面上传了一个csv文件。

    The data is sent to the datalistit.com server where the files are processed.

    数据被发送到datalistit.com服务器,在该服务器上处理文件。

    Datalistit.com is a service and the plugin is required to access this service.

    Datalistit.com是一项服务,需要插件才能访问此服务。

    Having processed the data, the server returns a table and short code is created.

    处理完数据后,服务器将返回一个表并创建短代码。

    The user can display the table on their WP site or blog by copying and pasting the short code that is returned by the server.

    通过复制和粘贴服务器返回的短代码,用户可以在其WP网站或博客上显示该表。

    Arbitrary section

    任意部分

安装步骤

    1. Upload plugin-name.php to the /wp-content/plugins/ directory
    2. plugin-name.php 上载到 / wp-content / plugins / 目录

    3. Activate the plugin through the 'Plugins' menu in WordPress or by Automatic Plugin Installation

    4. 通过WordPress中的“插件”菜单或通过自动插件安装来激活插件。

      li>

      li>

下载地址
https://downloads.wordpress.org/plugin/datalistit.0.0.3.zip
-EOF-

AI助手支持GPT4.0