Difference between revisions of "Template:API-head/mnw"

From RobotX
Jump to navigation Jump to search
m (Text replacement - "<tvar|(.*)>" to "")
m (Undo revision 9577 by Joelmartin (talk))
Tag: Undo
 
Line 1: Line 1:
 +
<noinclude>
  
 
+
</noinclude>{{#switch:
{{#switch:
 
 
| =
 
| =
 
+
<table {{Databox-layout|style=margin:{{dir|{{pagelang}}|5px 12px 5px 0|5px 0 5px 12px}};}}><tr>
 
+
<th {{Databox-head}}>{{{module|{{BASEPAGENAME}}}}}</th>
 
+
</tr><tr>
 
+
<td colspan="2" style="text-align:center; padding:0.3em; font-style:italic">{{{description|}}}{{#switch: {{{generator|}}} |#default=<br /><small>This module cannot be used as a {{ll|API:generator|nsp=0}}.</small>|yes=<br /><small>This module can be used as a {{ll|API:generator|nsp=0}}.</small>}}</td>
 
+
</tr><tr>
 
+
<th>Prefix</th>
 
+
<td>{{#switch: {{lc:{{{prefix|none}}}}} |none=''none'' |#default={{{prefix}}} }}</td>
 
+
</tr><tr>
 
+
<th>Required rights</th>
 
+
<td>{{#switch: {{lc:{{{rrights|none}}}}} |none=''none'' |#default={{{rrights}}} }}</td>
 
+
</tr><tr>
 
+
<th>Post only?</th>
 
+
<td>{{#switch: {{lc:{{{postonly|no}}}}} |no=ဟွံသေၚ် |#default=ယွံ }}</td>
 
+
</tr><tr>
 
+
<th>Generated help</th>
 
+
<td>[//{{{site|www.mediawiki.org}}}/w/api.php?action=help&modules={{#ifeq: {{lc:{{{query|{{{generator|}}}}}}}} | yes |query+}}{{lc:{{{module|{{IfNotTranslation|{{PAGENAMEE}}|{{BASEPAGENAMEE}}}}}}}}} Current]</td>
 
{{#if:{{{version|}}}|
 
{{#if:{{{version|}}}|
 
+
</tr><tr>
 
+
<th>Version added</th>
 
+
<td>{{MW version|version={{{version|?}}}|compact=yes|comment=and after}}</td>
 
}}
 
}}
 
+
</tr></table><includeonly>
 
{{#ifeq:{{{templatemode|}}}|nocat|
 
{{#ifeq:{{{templatemode|}}}|nocat|
 
   |{{#ifeq:{{{generator|}}}|yes
 
   |{{#ifeq:{{{generator|}}}|yes
 
     |[[Category:MediaWiki API generators]]}}
 
     |[[Category:MediaWiki API generators]]}}
 
+
}}</includeonly>
 
| #default=
 
| #default=
 
   {{#invoke:Template translation|renderTranslatedTemplate|template=Template:API-head|noshift=1}}
 
   {{#invoke:Template translation|renderTranslatedTemplate|template=Template:API-head|noshift=1}}
 
+
}}<noinclude>
 
{{Documentation|content=
 
{{Documentation|content=
  
Line 48: Line 48:
 
|generator=yes
 
|generator=yes
 
}}
 
}}
 
+
<pre>
 
{{API-head
 
{{API-head
 
|version=1.11
 
|version=1.11
Line 57: Line 57:
 
|generator=yes
 
|generator=yes
 
}}
 
}}
 
+
</pre>
 
{{clear}}
 
{{clear}}
 
{{API-head|templatemode=nocat
 
{{API-head|templatemode=nocat
Line 68: Line 68:
 
|query=no
 
|query=no
 
}}
 
}}
 
+
<pre>
 
{{API-head
 
{{API-head
 
|module=edit
 
|module=edit
Line 78: Line 78:
 
|query=no
 
|query=no
 
}}
 
}}
 
+
</pre>
 
{{clear}}
 
{{clear}}
 
}}
 
}}
 
[[Category:API templates]]
 
[[Category:API templates]]
 +
</noinclude>

Latest revision as of 17:25, 21 December 2019


Template documentation

Usage

Displays a box providing more information about an API module.

See also {{ApiEx}} which transcludes the generated API documentation

Examples

{{API-head
|version=1.11
|prefix=sr
|rrights=None
|postonly=No
|description=Perform a full text search
|generator=yes
}}
{{API-head
|module=edit
|version=1.13
|prefix=
|rrights=edit
|postonly=Yes
|description=
|query=no
}}