Module:T-Person: Difference between revisions
// via Wikitext Extension for VSCode |
// via Wikitext Extension for VSCode |
||
| Line 56: | Line 56: | ||
-- Blueprint default: Initialize standard configuration | -- Blueprint default: Initialize standard configuration | ||
Blueprint.initializeConfig(template) | Blueprint.initializeConfig(template) | ||
-- Set the template ID and title styling options | |||
template.config.meta = template.config.meta or {} | |||
template.config.meta.templateId = "person" | |||
template.config.meta.titleOptions = { | |||
className = "template-title-person" -- Apply the CSS class for green background | |||
} | |||
-- CONTROL THE VISUAL ORDER THAT EACH ASPECT IS RENDERED IN | -- CONTROL THE VISUAL ORDER THAT EACH ASPECT IS RENDERED IN | ||