Templates Wiki
(Created page with "{{Forumheader|Help desk}} <!-- Please put your content under this line. Be sure to sign your edits with four tildes: ~~~~ -->I'm looking for a template in the wiki, but it i...")
 
No edit summary
Line 2: Line 2:
   
 
<!-- Please put your content under this line. Be sure to sign your edits with four tildes: ~~~~ -->I'm looking for a template in the wiki, but it is too hard to understand for a beginner like me.... All I was looking for was a table template, but am unsure which one to use. I tryed using a basic infobox, but it only allows up to 10 boxes and i need more than this? Can anyone help to which template I could use?
 
<!-- Please put your content under this line. Be sure to sign your edits with four tildes: ~~~~ -->I'm looking for a template in the wiki, but it is too hard to understand for a beginner like me.... All I was looking for was a table template, but am unsure which one to use. I tryed using a basic infobox, but it only allows up to 10 boxes and i need more than this? Can anyone help to which template I could use?
  +
  +
:Are you looking for a temlate in this wiki using the search menu? I don't think there is a template for a table, but here's how you create a table in wiki code:
  +
<pre style="margin-left: 25px;">
  +
{|
  +
! row 1 heading !! row 2 heading !! 3 row heading
  +
|-
  +
| cell 1 in row 1 || cell 2 in row 1 || cell 3 in row 1
  +
|-
  +
| cell 1 in row 2 || cell 2 in row 2 || cell 3 in row 2
  +
|-
  +
| cell 1 in row 3 || cell 2 in row 3 || cell 3 in row 3
  +
|}
  +
</pre>
  +
:You can also add to the top of your wiki table a class like this, to give it a designed theme called "wiki table":
  +
:<pre>{| class="wikitable"</pre>
  +
:There is also soime really helpful info in [[Help:Tables]] if you are editing via visual mode. if you want to find something specific about template, or want some help about creating a template for tables, please comment below. [[user:Penguin-Pal|<span style="color: #0e92cf;">Penguin-Pal</span>]] [[user talk:Penguin-Pal|<span style="color: #2e47aa;">(talk)</span>]] 16:41, April 25, 2013 (UTC)

Revision as of 16:41, 25 April 2013

Forums: Index Help desk Looking for a Template?
Note: This topic has been unedited for 11 years. It is considered archived - the discussion is over. Information in this thread may be out of date. Do not add to unless it really needs a response.

I'm looking for a template in the wiki, but it is too hard to understand for a beginner like me.... All I was looking for was a table template, but am unsure which one to use. I tryed using a basic infobox, but it only allows up to 10 boxes and i need more than this? Can anyone help to which template I could use?

Are you looking for a temlate in this wiki using the search menu? I don't think there is a template for a table, but here's how you create a table in wiki code:
{|
! row 1 heading !! row 2 heading !! 3 row heading
|-
| cell 1 in row 1 || cell 2 in row 1 || cell 3 in row 1
|-
| cell 1 in row 2 || cell 2 in row 2 || cell 3 in row 2
|-
| cell 1 in row 3 || cell 2 in row 3 || cell 3 in row 3
|}
You can also add to the top of your wiki table a class like this, to give it a designed theme called "wiki table":
{| class="wikitable"
There is also soime really helpful info in Help:Tables if you are editing via visual mode. if you want to find something specific about template, or want some help about creating a template for tables, please comment below. Penguin-Pal (talk) 16:41, April 25, 2013 (UTC)