I’m looking at using XWiki to create documents that are all identical in form, but have different content in fields. In MediaWIki, I would do this by creating a template and filling in the fields as template parameters (e.g. {{template:test|param1=value1|param2=value2}}
). This is because I’d like to be able to update the template page, and have those changes automatically appear on the including pages, preferably with some kind of text if we’ve introduced a new parameter that needs to be filled in.
Does XWiki support anything like this?