Llamax
Llamax

Reputation: 337

How do you edit a Scribunto-based MediaWiki template?

I have imported a few templates to my wiki from Wikipedia. I believe most of them use Scribunto. None of this was a problem until recently, when I needed to edit one of them.

The template in question is Wikipedia's {{Key press}}. The source code seems to be quite empty:

<includeonly>{{{{{♥|safesubst:}}}#invoke:key|keypress}}</includeonly><noinclude>
{{documentation}}
</noinclude>

My question is this: where do you find the actual source code?

Upvotes: 0

Views: 89

Answers (1)

Tgr
Tgr

Reputation: 28160

{{#invoke:key|keypress}} calls the keypress method in the object returned by Module:Key.

Upvotes: 1

Related Questions