| Class | MediaWikiParams |
| In: |
lib/mediacloth/mediawikiparams.rb
|
| Parent: | Object |
MediaWiki parser parameter handler object.
Stores and gives access to various parser settings and parser environment variables.
| author | [RW] | The name of the wiki page author |
# File lib/mediacloth/mediawikiparams.rb, line 15
15: def initialize
16: @author = "Creator"
17: end