Mix with mediawiki code.
It would be nice to add wiki code inside HTML pages, for example, autofill username in a form field.
—The preceding unsigned comment was added by 150.241.210.1 (talk • contribs) 10:52, 16 September 2010
HTMLets are for static HTML only. Extension:RawMsg might allow something like this, not sure.
In any case: pre-filling form fields with user-specific information has to be done with JavaScript anyway. Remember that the generated HTML for pages gets cached. This means that there can be no user-specific content there.
-- Duesentrieb ⇌ 09:03, 13 February 2011 (UTC)