User:MrDolomite/Snippets
From Scratchpad
Handy snippets of wiki-code from the mind of MrDolomite, w00t!
Contents |
[edit] Retrieve template source code onto template talk page
Like on Template_talk:Inplace#Code
==Code==
from {{tl|{{BASEPAGENAME}}}}
----
<code>
{{msgnw::Template:{{BASEPAGENAME}}}}
</code>
----