Difference between revisions of "Template:Extension/doc"

231 bytes removed ,  08:33, 12 September 2007
moved "cut and paste" to top of usage section
>Egfrank~mediawikiwiki
>Egfrank~mediawikiwiki
(moved "cut and paste" to top of usage section)
Line 9: Line 9:
|- valign="top"
|- valign="top"
| align="left" |
| align="left" |
Cut and paste:
<span id="CutAndPaste">Cut and paste:</span>
<pre>{{Extension
<pre>{{Extension
|name        =  
|name        =  
Line 29: Line 29:
}}</pre>
}}</pre>
| align="right"|{{Extension|templatemode=nocats
| align="right"|{{Extension|templatemode=nocats
|name        = Extension
|name        = {{{name}}}
|status      = {{{status}}}
|status      = {{{status}}}
|type        = {{{type}}}
|type        = {{{type}}}
Line 50: Line 50:
<br style="clear:both"/>
<br style="clear:both"/>


== Usage ==
== Parameters ==
 
{|
{|
|
|
Line 128: Line 127:
== Using the infobox ==
== Using the infobox ==
=== Existing extension pages ===
=== Existing extension pages ===
If you want to add the infobox to an existing page, copy and paste the following code and add it to the top:
If you want to add the infobox to an existing page, copy and paste the code at the [[#CutAndPaste|top of this page]].
 
<nowiki>{{Extension
|name        =
|status      =
|type        =
|author      =
|username    =
|image      =
|version    =
|update      =
|mediawiki  =
|download    =
|readme      =
|changelog  =
|description =
|parameters  =
|rights      =
|example    =
}}</nowiki>


=== Create a new extension article ===
=== Create a new extension article ===