I couldn't find discussions on this so forgive me if it's been brought up already. I think it would be useful to add a feature like in wikimedia where I can create a template for a chunk of a page.
Example.
Lets say I want all users of my website to use a consitent
format for creating glossary entries such as:
NOI - Net Operating Income
Is the gross operating income, less the operating expenses.
But I don't want them to have to write the code:
[[div style="width:500px;"]]
+++ NOI - **Net Operating Income**
[[div style="widht:500px;position:relative;top:-20px"]]
Is the gross operating income, less the operating expenses.
[[/div]]
[[/div]]
Every time they need to make an entry. Instead I could define a template, and then use it like:
[template:glossaryEntry
|Accronym=NOI
|Full_Name=Net Operating Income
|Description=Is the gross operating income, less the operating expenses.
]
What do you think?