Timothy Clemans
Timothy Clemans

Reputation: 1771

Viewing source output of a MediaWiki template

Is there a way to get the mediawiki code that is generated by a template? I want to go on to Wikipedia, use a citation template, and copy the generated wiki code to my wiki that doesn't have those citation templates.

Upvotes: 1

Views: 280

Answers (1)

Brion
Brion

Reputation: 1041

There is indeed a way -- http://en.wikipedia.org/wiki/Special:ExpandTemplates

Note that this is provided by an extension, so if you want this ability on your own MediaWiki installation you may need to install it: http://www.mediawiki.org/wiki/Extension:ExpandTemplates

Upvotes: 2

Related Questions