Разница между страницами «Шаблон:API-head/pt» и «Шаблон:API-head/pt/sandbox»

Материал из База знаний VINTEO
(Различия между страницами)
Первая страница
Вторая страница
м (1 версия импортирована)
 
м (1 версия импортирована)
 
Строка 1: Строка 1:
<noinclude>
+
<!--
<languages/>
 
</noinclude>{{#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>Este módulo não pode ser utilizado como um {{ll|API:generator|nsp=0}}.</small>|yes=<br /><small>Este módulo pode ser utilizado como um {{ll|API:generator|nsp=0}}.</small>}}</td>
 
</tr><tr>
 
<th>Prefixo</th>
 
<td>{{#switch: {{lc:{{{prefix|none}}}}} |none=''nenhum'' |#default={{{prefix}}} }}</td>
 
</tr><tr>
 
<th>Permissões requeridas</th>
 
<td>{{#switch: {{lc:{{{rrights|none}}}}} |none=''nenhuma'' |#default={{{rrights}}} }}</td>
 
</tr><tr>
 
<th>Só publicação?</th>
 
<td>{{#switch: {{lc:{{{postonly|no}}}}} |no=Não |#default=Sim }}</td>
 
</tr><tr>
 
<th>Ajuda gerada</th>
 
<td>[//{{{site|www.mediawiki.org}}}/w/api.php?action=help&modules={{#ifeq: {{lc:{{{query|{{{generator|}}}}}}}} | yes |query+}}{{lc:{{{module|{{IfNotTranslation|{{PAGENAMEE}}|{{BASEPAGENAMEE}}}}}}}}} Atual]</td>
 
{{#if:{{{version|}}}|
 
</tr><tr>
 
<th>Versão adicionada</th>
 
<td>{{MW version|version={{{version|?}}}|compact=yes|comment=and after}}</td>
 
}}
 
</tr></table><includeonly>
 
{{#ifeq:{{{templatemode|}}}|nocat|
 
  |{{#ifeq:{{{generator|}}}|yes
 
    |[[Category:MediaWiki API generators{{#translation:}}]]}}
 
}}</includeonly>
 
| #default=
 
  {{#invoke:Template translation|renderTranslatedTemplate|template=Template:API-head|noshift=1}}
 
}}<noinclude>
 
{{Documentation|content=
 
  
== Utilização ==
+
  Adicione aqui o código do seu modelo experimental.
{{clear}}
 
Displays a box providing more information about an API module.
 
  
See also {{tl|ApiEx}} which transcludes the generated API documentation
+
--><noinclude>
== Exemplos ==
+
{{Documentation}}
{{API-head|templatemode=nocat
 
|version=1.11
 
|prefix=sr
 
|rrights=None
 
|postonly=No
 
|description=Perform a full text search
 
|generator=yes
 
}}
 
<pre>
 
{{API-head
 
|version=1.11
 
|prefix=sr
 
|rrights=None
 
|postonly=No
 
|description=Perform a full text search
 
|generator=yes
 
}}
 
</pre>
 
{{clear}}
 
{{API-head|templatemode=nocat
 
|module=edit
 
|version=1.13
 
|prefix=
 
|rrights=edit
 
|postonly=Yes
 
|description=
 
|query=no
 
}}
 
<pre>
 
{{API-head
 
|module=edit
 
|version=1.13
 
|prefix=
 
|rrights=edit
 
|postonly=Yes
 
|description=
 
|query=no
 
}}
 
</pre>
 
{{clear}}
 
}}
 
[[Category:API templates{{#translation:}}]]
 
 
</noinclude>
 
</noinclude>