Module:T-Norm: Difference between revisions
// via Wikitext Extension for VSCode Tag: Reverted |
// via Wikitext Extension for VSCode Tag: Manual revert |
||
| (One intermediate revision by the same user not shown) | |||
| Line 48: | Line 48: | ||
-- SPECIAL SEMANTIC MAPPINGS GO HERE | -- SPECIAL SEMANTIC MAPPINGS GO HERE | ||
-- ================================================================================ | -- ================================================================================ | ||
| Line 64: | Line 55: | ||
Blueprint.addPreprocessor(template, 'setPageIdField') -- Blueprint default | Blueprint.addPreprocessor(template, 'setPageIdField') -- Blueprint default | ||
Blueprint.addPreprocessor(template, 'deriveRegionFromCountry') -- Possible blueprint default | Blueprint.addPreprocessor(template, 'deriveRegionFromCountry') -- Possible blueprint default | ||
-- ==================== Main Render Function ==================== | -- ==================== Main Render Function ==================== | ||
| Line 81: | Line 63: | ||
"render", | "render", | ||
function() | function() | ||
return template.render(frame) | return template.render(frame) | ||
end, | end, | ||