Module:TemplateStructure: Difference between revisions
// via Wikitext Extension for VSCode Tag: Reverted |
// via Wikitext Extension for VSCode |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
-- | --[[ | ||
- | * Name: TemplateStructure | ||
* Author: Mark W. Datysgeld | |||
* Description: Block-based template rendering module with centralized error reporting integration | |||
* Notes: Block rendering functions for templates; title blocks; divider blocks; field tables; configurable CSS classes and attributes; ARIA support; container tag support for div wrappers; error handling integration | |||
]] | |||
local ErrorHandling = require('Module:ErrorHandling') | local ErrorHandling = require('Module:ErrorHandling') | ||
| Line 225: | Line 228: | ||
return renderFieldTableOperation(fields, options) | return renderFieldTableOperation(fields, options) | ||
end | end | ||
end | end | ||
return p | return p | ||