Help:Editing FAQ/pt

PD Nota: Quando modificais esta página, estais a aceitar que a vossa contribuição se publique no marco de CC0. Olhem Páginas de ajuda de domínio público para mais informação. PD

Esta página complementa Ajuda: Editar páginas.

Em baixo estão as perguntas e respostas selecionadas das páginas relacionadas com as edições de "Ajuda:". Se encontrar informação valiosa noutro lugar, fique à vontade para contribuí-la aqui.

Editar uma página

P: Como é que eu edito uma página que já existe? =

A: To edit a Wiki page, click the "edit" tab at the top of the page for full-page editing, or click the "edit" link next to a specific section for editing that section only. See the w:Wikipedia:Tutorial Introduction to Wikipedia Editing for more guidance.

P: Como é que eu assino o conteúdo que eu edito?

A: Use three tildes (~~~) for a link to your user page, four (~~~~) for the link and save time, and five (~~~~~) for just the time and date.

P: É possível interligar a um cabeçalho de secção específico se existirem várias secções com o mesmo nome? Se sim, como?

A: Yes, each section header (in any size or depth) is numbered based on how many times its name appears on the page. For example, if there are three headers named Foo, they can be linked as [[#Foo 1]], [[#Foo 2]], [[#Foo 3]]. The number 1 is usually unnecessary, as linking to the first header automatically occurs with [[Foo]]. To hide the number, use a piped link like [[Foo 2|Foo]].

If you're unsure how many times a header appears on a page, there are two ways to find out.

  1. Refer to the table of contents.
    To link to a specific header in a webpage with a table of contents, you can click on the header you want, and the page will jump to it. The URL will display the ID of that header at the end. For instance, if the header name is Foo and it's the third instance, the URL might look like this:
    http://meta.wikimedia.org/wiki/Example_article#Foo_3
    To create a link to this header, you would use [[#Foo 3]].
  2. Inspect the source.
    When inspecting the source code, locate the desired section and note its ID tags, which display a numerical value. For instance, if the section header is named Foo and it's the second occurrence, its tags would be:
    <p><a name="Foo_2" id="Foo_2"></a></p>
    <h3>Foo</h3>
    This indicates that the section can be linked with [[#Foo 2]].

These numbers will unfortunately change as the article is edited, which can be resolved by following the process at #Linking sections using an arbitrary id.

Outras

P: Eu posso pré-formatar o texto a incluir numa lista numerada?

A: Using HTML List Elements: One approach involves using HTML list elements directly within the table cell:

Lista ordenada:

  1. Use ordered lists (OL) to begin each item with a number.
  2. End a list item before starting a line with spaces.
  3. Here is a pre-formatted text.
    Enclosed within a border.
    
  4. And the last item
<ol>
<li>Use ordered lists (OL) to begin each item with a number.</li>
<li>End a list item before starting a line with spaces.</li>
<pre>
Here is a pre-formatted text.
Enclosed within a border.
<li>And the last item</li>
</ol>


Lista desordenada:

  • one
  • two
    Here are a couple lines...
    ...of preformatted text
    
  • and the numbering
  • starts over
<ul>
<li>one</li>
<li>two<pre>

Here are a couple lines...
...of preformatted text

</pre></li>
<li>and the numbering</li>
<li>starts over</li>
</ul>

P: Iniciar sessão?

Even though I use the four tildes as instructed, my username isn't linked to my user page.

I type the four tildes as it says every time, but where my name is there isn't a link to my user page and after I do it the SineBot says I haven't signed it (even though you can see my name there) and then it signs it for me. Bsrboy 22:58, 25 March 2009 (UTC) <<< see? >>>

A: Ensure that your username is linked to your user page when signing comments you can do this by confirming that your signature appears as a link to your user page. For example, Network-charles. Also double-check that you are using four tildes (~) correctly, sometimes, errors in typing or formatting can prevent the signature from registering properly.

P: Eu posso criar uma estrutura de frame na página da Wiki?

I want to embed a chart into my Wiki page.

A: You can achieve this using HTML <div> elements with inline CSS styles. Set the <div> height and width, and enable scrolling with the overflow property.

Utilizar Tabelas

P: É possível criar margens transparentes e regras par uma tabela?

R: Sim, é possível. However, it's challenging because there isn't a specific cellborder command for table styles. You can adjust the border and rule attributes, but browsers may not always interpret them as desired.

I think the easiest way to write this is using wiki table notation with a different background for the table and for each row.

123456789
987654321
{|style="background:white"
|- style="background:lightgrey;"
| 123 || 456 ||789
|- style="background:lightgrey;"
| 987 || 654 || 321
|}

Utilizar Hiperligações ==

P: Eu posso criar uma hiperligação que abre num novo separador ou janela?

Consulte: Manual:Opening external links in a new window

Category:Help/pt
Category:Help/pt