Help:Editing basics: Difference between revisions

From Inkipedia, the Splatoon wiki
m (Text replacement - "\[\[wikipedia:(.*?)\\\|(.*?)\]\]" to "$2")
(Removed forced background; general clean-up)
Line 5: Line 5:


==The Basics==
==The Basics==
{| class="unsortable" width=100% align="center" cellpadding="1px" style="background:#FFFFFF; text-align:left; border: 3px solid #a9de00; padding: 5px; {{roundy}}"
{| class="unsortable" width=100% align="center" cellpadding="1px" style="text-align:left; border: 3px solid #a9de00; padding: 5px; {{roundy}}"
!class="unsortable" |  
!class="unsortable" |
! Input
! Input
! Output
! Output
Line 28: Line 28:


==Links==
==Links==
{| class="unsortable" width=100% align="center" cellpadding="1px" style="background:#FFFFFF; text-align:left; border: 3px solid #a9de00; padding: 5px; {{roundy}}"
{| class="unsortable" width=100% align="center" cellpadding="1px" style="text-align:left; border: 3px solid #a9de00; padding: 5px; {{roundy}}"
!class="unsortable" |  
!class="unsortable" |
! Input
! Input
! Output
! Output
Line 52: Line 52:


==Templates==
==Templates==
{| class="unsortable" width=100% align="center" cellpadding="1px" style="background:#FFFFFF; text-align:left; border: 3px solid #a9de00; padding: 5px; {{roundy}}"
{| class="unsortable" width=100% align="center" cellpadding="1px" style="text-align:left; border: 3px solid #a9de00; padding: 5px; {{roundy}}"
!class="unsortable" |  
!class="unsortable" |
! Input
! Input
! Output
! Output
|-
|-
|'''Left Stick'''
|'''Left Stick'''
|<nowiki>{{button|LS}}</nowiki>
|<nowiki>{{button|LS}}</nowiki><br/>
|{{button|LS}}
<nowiki>{{button|LS|Switch}}</nowiki>
|{{button|LS}}<br/>
{{button|LS|Switch}}
|-
|-
|'''Right Stick'''
|'''Right Stick'''
|<nowiki>{{button|RS}}</nowiki>
|<nowiki>{{button|RS}}</nowiki><br/>
|{{button|RS}}
<nowiki>{{button|RS|Switch}}</nowiki>
|{{button|RS}}<br/>
{{button|RS|Switch}}
|-
|-
|'''ZL'''
|'''GamePad'''
|<nowiki>{{button|ZL}}</nowiki>
|<nowiki>{{GP}}</nowiki>
|{{button|ZL}}
|{{GP}}
|-
|'''ZR'''
|<nowiki>{{button|ZR}}</nowiki>
|{{button|ZR}}
|-
|'''L'''
|<nowiki>{{button|L}}</nowiki>
|{{button|L}}
|-
|'''R'''
|<nowiki>{{button|R}}</nowiki>
|{{button|R}}
|-
|'''X'''
|<nowiki>{{button|X}}</nowiki>
|{{button|X}}
|-
|'''Y'''
|<nowiki>{{button|Y}}</nowiki>
|{{button|Y}}
|-
|'''A'''
|<nowiki>{{button|A}}</nowiki>
|{{button|A}}
|-
|'''B'''
|<nowiki>{{button|B}}</nowiki>
|{{button|B}}
|-
|'''Dpad'''
|<nowiki>{{button|DPad}}</nowiki>
|{{button|DPad}}
|-
|'''Plus'''
|<nowiki>{{button|Plus}}</nowiki>
|{{button|Plus}}
|-
|'''Minus'''
|<nowiki>{{button|Minus}}</nowiki>
|{{button|Minus}}
|-
|'''Gamepad'''
|<nowiki>{{gamepad}}</nowiki>
|{{gamepad}}
|-
|-
| ''See {{t|button}} for more examples''
|}
|}


==Images==
==Images==
{| class="unsortable" width=100% align="center" cellpadding="3px" style="background:#FFFFFF; text-align:left; border: 3px solid #a9de00; padding: 5px; {{roundy}}"
{| class="unsortable" width=100% align="center" cellpadding="3px" style="text-align:left; border: 3px solid #a9de00; padding: 5px; {{roundy}}"
!class="unsortable" width=20% |
! Input
! Input
! Output
! Output
Line 156: Line 116:
==Tables==
==Tables==
{{main|Help:Tables}}
{{main|Help:Tables}}
{| class="unsortable" width=100% align="center" cellpadding="3px" style="background:#FFFFFF; text-align:left; border: 3px solid #a9de00; padding: 5px; {{roundy}}"
{| class="unsortable" width=100% align="center" cellpadding="3px" style="text-align:left; border: 3px solid #a9de00; padding: 5px; {{roundy}}"
!class="unsortable" width=20% |  
!class="unsortable" width=20% |
! Input
! Input
! Output
! Output
Line 163: Line 123:
! Table
! Table
| <nowiki>{| class="wikitable"</nowiki><br><nowiki>| Foo</nowiki><br><nowiki>|}</nowiki>
| <nowiki>{| class="wikitable"</nowiki><br><nowiki>| Foo</nowiki><br><nowiki>|}</nowiki>
|  
|
{| class="wikitable"
{| class="wikitable"
| Foo
| Foo
Line 170: Line 130:
! Table with multiple cells
! Table with multiple cells
| <nowiki>{| class="wikitable"</nowiki><br><nowiki>| Foo</nowiki><br><nowiki>| Bar </nowiki><br><nowiki>|}</nowiki>
| <nowiki>{| class="wikitable"</nowiki><br><nowiki>| Foo</nowiki><br><nowiki>| Bar </nowiki><br><nowiki>|}</nowiki>
|  
|
{| class="wikitable"
{| class="wikitable"
| Foo
| Foo
Line 178: Line 138:
! Table with multiple rows
! Table with multiple rows
| <nowiki>{| class="wikitable"</nowiki><br><nowiki>| Foo</nowiki><br><nowiki>| Bar </nowiki><br><nowiki>|</nowiki>-<br><nowiki>| Baz</nowiki><br><nowiki>| Qux</nowiki><br><nowiki>|}</nowiki>
| <nowiki>{| class="wikitable"</nowiki><br><nowiki>| Foo</nowiki><br><nowiki>| Bar </nowiki><br><nowiki>|</nowiki>-<br><nowiki>| Baz</nowiki><br><nowiki>| Qux</nowiki><br><nowiki>|}</nowiki>
|  
|
{| class="wikitable"
{| class="wikitable"
| Foo
| Foo
Line 189: Line 149:
! Table with header cells
! Table with header cells
| <nowiki>{| class="wikitable"</nowiki><br>! Foo<br>! Bar<br><nowiki>|</nowiki>-<br><nowiki>| Baz</nowiki><br><nowiki>| Qux</nowiki><br><nowiki>|}</nowiki>
| <nowiki>{| class="wikitable"</nowiki><br>! Foo<br>! Bar<br><nowiki>|</nowiki>-<br><nowiki>| Baz</nowiki><br><nowiki>| Qux</nowiki><br><nowiki>|}</nowiki>
|  
|
{| class="wikitable"
{| class="wikitable"
! Foo
! Foo

Revision as of 22:42, 5 September 2022

← Return to Help:Contents
Suggest an editing topic to be added here!

Welcome to Inkipedia! If you're on this page, you're probably new to Wikicode or just need a little clarification to build that awesome template you've been dreaming of. Look no further, because we've got you covered.

The Basics

Input Output
Text Hello world! Hello world!
Italics ''Hello world!'' Hello world!
Bold '''Hello world!''' Hello world!
Bold Italics '''''Hello world!''''' Hello world!

Links

Input Output
Link [[Inkling]] Inkling
[[Inkling]]s Inklings
Redlink [[Red link example]] Red link example
Pipe [[Inkling|Squid]] Squid

Templates

Input Output
Left Stick {{button|LS}}

{{button|LS|Switch}}

Left Stick

Right Stick {{button|RS}}

{{button|RS|Switch}}

Right Stick

GamePad {{GP}} width=auto
See {{button}} for more examples

Images

Input Output
Image [[File:MarieArt.png]]
Image thumbnail [[File:MarieArt.png|thumb]]
Image thumbnail with caption [[File:MarieArt.png|thumb|A caption!]]
A caption!
Image with a maximum width [[File:MarieArt.png|100px]]
Image with a maximum height [[File:MarieArt.png|x100px]]
Image with a maximum width and height [[File:MarieArt.png|100x100px]]
*Note that if an image is given a maximum width and height that do not match its aspect ratio, it will conform to whichever value makes it smaller. For example, the above image becomes 100px wide by 80px tall; if it was 100px tall then it would be 125px wide, which exceeds the given maximum width.
Image that floats to the right [[File:MarieArt.png|float|right]]
float
float
*An image with the thumb attribute also floats to the right, but this does so without the frame

Tables

Main article: Help:Tables
Input Output
Table {| class="wikitable"
| Foo
|}
Foo
Table with multiple cells {| class="wikitable"
| Foo
| Bar
|}
Foo Bar
Table with multiple rows {| class="wikitable"
| Foo
| Bar
|-
| Baz
| Qux
|}
Foo Bar
Baz Qux
Table with header cells {| class="wikitable"
! Foo
! Bar
|-
| Baz
| Qux
|}
Foo Bar
Baz Qux