giterlizzi / dokuwiki-plugin-datatables

Add DataTables support to DokuWiki
GNU General Public License v2.0
10 stars 11 forks source link

Using datatable info in prose text? #32

Open richb-hanover opened 6 years ago

richb-hanover commented 6 years ago

The OpenWrt wiki is successfully using the data/datable plugin to format tabular data in its wiki (see, for example, https://openwrt.org/toh/tp-link/archer-c7-1750 for some goodness :-)

Is it possible to use the data from our dataentry pages to drop data into simple text? That is, I would like to enter something like:

The @@brand@@ @@model@@ is a @@devicetype@@ with @@numEthernet@@ Ethernet ports...

and have the plugin substitute the assorted data fields to produce this:

The XYZ 1234 is a router with 4 Ethernet ports...

Is there a facility to do this? Many thanks!