Content deleted Content added
remove reliance on subtemplate for p.confdoc, use mw.html for table manipulation |
use require('strict') instead of require('Module:No globals') |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1:
require('
local conf = require( "Module:Taxonbar/conf" ) -- configuration module
Line 10:
:tag('caption')
:wikitext('Taxon identifiers by parameter name')
:done()
:tag('tr')
:tag('th')
Line 21 ⟶ 22:
:tag('th')
:wikitext('Description')
local format = string.format
Line 116 ⟶ 121:
.. '\n|' .. examples
.. '\n|' .. datatype
.. '\n|' .. url .. '
end
end
|