'''Short description''' Similiar to the @ME extension of NewPage which does create on the users Homepage a new page this feature request is to create a page below the page where it is called from. This could then easily used to create comment or discussion pages below a main page {{attachment:NewPage_patch.txt}} called: `[[NewPage(template,Discussion,@SELF,Discussion)]]` Applied in 1.6 ---- How could this be localized (e.g. `discussion` in English, `Diskussion` in German, and so on), and integrated somewhere in the GUI (e.g. "more actions" menu)? -- MartinBayer <> localisation should work as far as I could see in the code {{{ if label: # Try to get a translation, this will probably not work in # most case, but better than nothing. label = _(label) }}} it tries to get a translation, moment it needs to be added for nametemplate too. This is only the macro extension. I did this first because at this point it could be generic solved to get several pages created with one macro. I believe you are asking about an action macro. So we need a new action macro for each sub page type if we don't want parameters added by a form. These action macros could be added then to a theme. But I am not sure if it is wanted on the modern theme. Do you see this as an important feature for your wikis if it's provided as action macro or do you need it added to the theme? However the action macros have to be written before. What types are needed? Please less types and short names for them. -- ReimarBauer <> You are right, this shouldn't be discussed here, as your extension is generic, but on the feature request page linked below, sorry. -- MartinBayer <> I've added on that page an example for an action macro. Please verify if you can use it, cheers -- ReimarBauer <> I'm sorry I can't test it, because I'm not running my wiki by myself, I have a managed wiki hosting instead (guess where). But isn't there a MoinMoin wiki playground? -- MartinBayer <> You can do this easily with the DesktopEdition. -- ReimarBauer <> ---- ''Related Issue:'' FeatureRequests/DiscussionAndOrCommentPages ---- CategoryFeatureImplemented in 1.6-dev still no backport to 1.5