Adding meeting action points in MediaWiki and viewing them in another page

点点圈 提交于 2019-12-13 03:47:33

问题


In the minutes of a meeting we want to be able to place action points in the text. Then we want easily to be able to print a list of action points, e.g. via another page.

So the minutes will be:

blah blah blah #AP1 ... blah blah blah #AP2... blah

And then we want a list like this:

#AP1

#AP2

How would we do this? Is there e.g. a solution with templates or an extension?


回答1:


You can do it without an extension, though the syntax is a bit verbose - probably can simplified further for ease of note-taking.

  • Example meeting notes: http://en.wikipedia.org/wiki/User:Jlerner/SandboxNotes
  • Action items derived from above: http://en.wikipedia.org/wiki/User:Jlerner/SandboxActionItems



回答2:


One possible solution we've come up with is using references - that way the action points are separated but we can still see the context.

However, this is not really sufficient. We want to print ONLY the action points and so (we think) we need a separate page for the action points.



来源:https://stackoverflow.com/questions/2698294/adding-meeting-action-points-in-mediawiki-and-viewing-them-in-another-page

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!