Difference between revisions of "User:Anonymax/Sandbox"
Jump to navigation
Jump to search
m (→Britfag) |
m (→Britfag: Unsafe) |
||
Line 3: | Line 3: | ||
===Britfag=== | ===Britfag=== | ||
{{userbox | {{userbox | ||
|box-border-col= # | |box-border-col= #CF142B | ||
|box-bg-col= # | |box-bg-col= #00247D | ||
|id-bg-col= # | |id-bg-col= #00247D | ||
|id-border-col= # | |id-border-col= #00247D | ||
|info-col= #fff | |info-col= #fff | ||
|info-bg-col= # | |info-bg-col= #00247D | ||
|info-border-col = # | |info-border-col = #00247D | ||
|id= [[Image:Uk-flag.png|55px|Union Jack]] | |id= [[Image:Uk-flag.png|55px|Union Jack]] | ||
|info= '''Britfag''': I say! This user is a Britfag who, by order of The Queen (God Save Her), is required to use unnecessary vowels. Jolly good!}} | |info= '''Britfag''': I say! This user is a Britfag who, by order of The Queen (God Save Her), is required to use unnecessary vowels. Jolly good!}} |
Revision as of 15:18, 29 May 2010
Userboxes
Nationality
Britfag
Britfag: I say! This user is a Britfag who, by order of The Queen (God Save Her), is required to use unnecessary vowels. Jolly good! |
Americunt
Americunt: This user is an Americunt and refuses to use unnecessary vowels. Uncle Sam would be proud! |
Help Stuff
Templates
What are they?
Templates are a simple way to insert content in to an article without having to use a lot of Wiki markup. They are most often used for complex things like navigation boxes at the foot of articles, of fancy infoboxes.
- Templates are stored in the Template namespace e.g. Template:Captain's Log
- When a template is updated, the changes are rolled out everywhere the template is used
- They can make use of variables, to insert information in specified places in the template.
How do I use one?
Inserting a template in to an article varies according to the template being used.
- For a simple template without any parameters, you use the code {{templatename}}
- If a template has named parameters, you use the code {{templatename |paramname=Some |paramname2=Content}}
- Spaces are not needed between parameters, but can help make the template more readable to editors
- In the template code, named parameters appear as {{{varname}}}. Text you enter for that parameter will be inserted in its place.
- If the template doesn't have named parameters, any text placed after a vertical pipe | is treated as a numbered parameter: {{templatename|Some|Content}}
- In the template code, numbered parameters appear as {{{1}}}. Each subsequent pipe adds a new numbered parameter.
Be careful with pipes
Any vertical pipes placed within the template braces {{ }} will be interpreted as the start of a new parameter. If you need to insert a pipe as part of a parameter's content, use: {{!}} (Usage)