Mudanças entre as edições de "Pagina de teste"
Linha 274: | Linha 274: | ||
<span class="notranslate" onmouseover="_tipon(this)" onmouseout="_tipoff()"><span class="google-src-text" style="direction: ltr; text-align: left">{{Page tabs |[[Template:Page tabs|the template]] |[[Template:Page tabs/doc|the documentation]] |[[Template:Page tabs/tabs|the tab page]] |[[Main Page]] |This={{{This|3}}}}}</span> {{Separadores de página | [[Template: guias de página | o modelo]] | [[Template: Página guias / doc | a documentação]] | [[Template: guias de página / abas | página da guia]] | [[Página principal ]] | Este = {{{Este | 3}}}}}</span> | <span class="notranslate" onmouseover="_tipon(this)" onmouseout="_tipoff()"><span class="google-src-text" style="direction: ltr; text-align: left">{{Page tabs |[[Template:Page tabs|the template]] |[[Template:Page tabs/doc|the documentation]] |[[Template:Page tabs/tabs|the tab page]] |[[Main Page]] |This={{{This|3}}}}}</span> {{Separadores de página | [[Template: guias de página | o modelo]] | [[Template: Página guias / doc | a documentação]] | [[Template: guias de página / abas | página da guia]] | [[Página principal ]] | Este = {{{Este | 3}}}}}</span> | ||
+ | |||
+ | |||
+ | - Implementa este módulo {{Página tabs}}. local getArgs = require ( ' Module:Arguments' ). getArgs local yesno = require ( ' Module:Yesno' ) local p = {} function p . main ( frame ) local args = getArgs ( frame ) return p . _main ( args ) end function p . _main ( args ) local makeTab = p . makeTab local root = mw . html . create () root : wikitext ( yesno ( args . NOTOC ) and ' __NOTOC__' or nil ) local troot = root : tag ( ' table' ) troot : css ( ' background' , args . Background or ' #f8fcff' ) : css ( ' text-align' , ' center' ) : css ( ' width' , ' 100%' ) : css ( ' border' , ' 0' ) : css ( ' border-spacing' , ' 0' ) : css ( ' border-collapse' , ' collapse' ) : css ( ' vertical-align' , ' top' ) local trow = troot : tag ( ' tr' ) if not args [ 1 ] then args [ 1 ] = ' {{{1}}}' end for i , link in ipairs ( args ) do local thisPage if tonumber ( args . This ) == i then thisPage = true end trow : wikitext ( makeTab ( link , thisPage )) end trow : tag ( ' td' ) : css ( ' border-bottom' , ' 2px sólido #a3b1bf' ) : css ( ' width' , ' 3000px' ) : wikitext ( ' ' ) return tostring ( root ) end function p . makeTab ( link , thisPage ) local tcell = mw . html . create () tcell : tag ( ' td' ) : css ( ' padding' , ' 0.5em' ) : css ( ' background-color' , thisPage and ' white' or ' #cee0f2' ) : cssText ( not thisPage and ' font-size:90%' or nil ) : css ( ' line-height' , ' 0.95em' ) : css ( ' border' , ' solid 2px #a3b1bf' ) : cssText ( thisPage and ' border-bottom:0' ) : cssText ( thisPage and ' font-weight:bold' ) : css ( ' white-space' , ' nowrap' ) : css ( ' width' , ' 20px' ) : wikitext ( link ) : done () : tag ( ' td' ) : css ( ' border-bottom' , ' 2px solid # a3b1bf '): css (' largura ',' 3px "): css ('padding', '0'): wikitext ('& nbsp;') return tostring (tcell) return end p |
Edição das 14h45min de 18 de janeiro de 2016
Através desta tela é possível consultar os dados cadastrais de planos e serviços, financeiros e de atendimento. |
Através desta tela é possível consultar os dados cadastrais de planos e serviços, financeiros e de atendimento. |
Através desta tela é possível exibir notas importantes. |
Através desta tela é possível informar telas bloqueadas. |
Através desta tela é possível exibir alertas na página. |
Através desta tela é possível exibir regras na página. |
Dica em formato de balão
Esta demonstração mostra como trabalhar com dicas em formato de balão semelhantes ao do Windows. Passe o mouse aqui. para ver a ação. Luciano AfonsoManual Lx-300 Manual Lx-300
Teste
Base| Inserir Plano|Ts| Novo Protocolo| Imprimir Cadastro
{{{1}}}<?xml version="1.0" encoding="UTF-8"?> <requirement-specification> <req_spec title="Especificação do Projeto de Teste 4" doc_id="Proj 4" > <type><![CDATA[3]]></type> <node_order><![CDATA[0]]></node_order> <total_req><![CDATA[0]]></total_req> <scope> <![CDATA[Aquientra a especificação do Projeto de Teste de software.]]> </scope> </req_spec></requirement-specification>
Predefinição:Guias Predefinição:Page tabs Predefinição:Separadores de página
- Implementa este módulo Predefinição:Página tabs. local getArgs = require ( ' Module:Arguments' ). getArgs local yesno = require ( ' Module:Yesno' ) local p = {} function p . main ( frame ) local args = getArgs ( frame ) return p . _main ( args ) end function p . _main ( args ) local makeTab = p . makeTab local root = mw . html . create () root : wikitext ( yesno ( args . NOTOC ) and ' ' or nil ) local troot = root : tag ( ' table' ) troot : css ( ' background' , args . Background or ' #f8fcff' ) : css ( ' text-align' , ' center' ) : css ( ' width' , ' 100%' ) : css ( ' border' , ' 0' ) : css ( ' border-spacing' , ' 0' ) : css ( ' border-collapse' , ' collapse' ) : css ( ' vertical-align' , ' top' ) local trow = troot : tag ( ' tr' ) if not args [ 1 ] then args [ 1 ] = ' {{{1}}}' end for i , link in ipairs ( args ) do local thisPage if tonumber ( args . This ) == i then thisPage = true end trow : wikitext ( makeTab ( link , thisPage )) end trow : tag ( ' td' ) : css ( ' border-bottom' , ' 2px sólido #a3b1bf' ) : css ( ' width' , ' 3000px' ) : wikitext ( ' ' ) return tostring ( root ) end function p . makeTab ( link , thisPage ) local tcell = mw . html . create () tcell : tag ( ' td' ) : css ( ' padding' , ' 0.5em' ) : css ( ' background-color' , thisPage and ' white' or ' #cee0f2' ) : cssText ( not thisPage and ' font-size:90%' or nil ) : css ( ' line-height' , ' 0.95em' ) : css ( ' border' , ' solid 2px #a3b1bf' ) : cssText ( thisPage and ' border-bottom:0' ) : cssText ( thisPage and ' font-weight:bold' ) : css ( ' white-space' , ' nowrap' ) : css ( ' width' , ' 20px' ) : wikitext ( link ) : done () : tag ( ' td' ) : css ( ' border-bottom' , ' 2px solid # a3b1bf '): css (' largura ',' 3px "): css ('padding', '0'): wikitext ('& nbsp;') return tostring (tcell) return end p