Difference between revisions of "LFS Manual:Template index"

From LFS Manual
Jump to navigationJump to search
m
(formatting templates)
Line 8: Line 8:
  
 
== Article namespace ==
 
== Article namespace ==
 +
 +
=== Formatting ===
 +
 +
{{see also|Help:Formatting}}
 +
 +
{| class="wikitable"
 +
|-
 +
! What to type !! What it produces !! Description
 +
|-
 +
| {{tl|code=1|Abbr|UK|United Kingdom}}
 +
| {{Abbr|UK|United Kingdom}}
 +
| Abbreviation
 +
|-
 +
| {{tl|code=1|folder|C:|LFS|data|mods|vehicles}}
 +
| {{folder|C:|LFS|data|mods|vehicles}}
 +
| Folder
 +
|-
 +
| {{tl|code=1|key press|Ctrl|Shift|F}}
 +
| {{key press|Ctrl|Shift|F}}
 +
| Key press
 +
|-
 +
| {{tl|code=1|code|console.log('hello')}}
 +
| {{code|console.log('hello')}}
 +
| Source code
 +
|-
 +
| {{tl|code=1|kbd|71077345}}
 +
| {{kbd|71077345}}
 +
| Keyboard input
 +
|-
 +
| {{tl|code=1|samp|[A]bort, [R]etry, [F]ail?}}
 +
| {{samp|[A]bort, [R]etry, [F]ail?}}
 +
| Example program output
 +
|-
 +
| {{tl|code=1|var|isGood}}
 +
{{tl|code=1|var serif|isGood}}
 +
| {{var|isGood}}
 +
{{var serif|isGood}}
 +
| Program variable
 +
|-
 +
| {{tl|code=1|old button|save}}
 +
{{tl|code=1|old button|save|#a1a1ff}}
 +
|
 +
{{old button|save}}
 +
{{old button|save|#a1a1ff}}
 +
| LFS button (old style)
 +
|-
 +
| {{tl|code=1|button|save}}
 +
{{tl|code=1|button|save|light}}
 +
| {{button|save}}
 +
{{button|save|light}}
 +
| LFS button
 +
|-
 +
| {{tl|code=1|option|one|two|three}}
 +
| {{option|one|two|three}}
 +
| Option (group of buttons)
 +
|-
 +
| {{tl|code=1|car link|XFG}}
 +
| {{car link|XFG}}
 +
| Link to car page using the car's abbreviation
 +
|}
  
 
=== Maintenance ===
 
=== Maintenance ===

Revision as of 21:17, 24 January 2024

TemplateIconUnderConstruction.png This page or section is being initially created, or is in the process of an expansion or major restructuring. You are welcome to assist in its construction by editing it.

This page provides an index of templates used within LFS Manual. They are grouped into topic-specific headings.

A more comprehensive category system may also be viewed at Category:Templates or you can view All pages (Template namespace).

Article namespace

Formatting

See also: Help:Formatting
What to type What it produces Description
{{Abbr|UK|United Kingdom}} UK Abbreviation
{{folder|C:|LFS|data|mods|vehicles}} C:\LFS\data\mods\vehicles Folder
{{key press|Ctrl|Shift|F}} Ctrl + ⇧ Shift + F Key press
{{code|console.log('hello')}} console.log('hello') Source code
{{kbd|71077345}} 71077345 Keyboard input
{{samp|[A]bort, [R]etry, [F]ail?}} [A]bort, [R]etry, [F]ail? Example program output
{{var|isGood}}

{{var serif|isGood}}

isGood

isGood

Program variable
{{old button|save}}

{{old button|save|#a1a1ff}}

save save

LFS button (old style)
{{button|save}}

{{button|save|light}}

save

save

LFS button
{{option|one|two|three}} one two three Option (group of buttons)
{{car link|XFG}} XFG Link to car page using the car's abbreviation

Maintenance

What to type What it produces Where to put it
{{historical}}
TemplateIconHistorical.png This page or section contains outdated information, but is kept for historical reasons.
Top
{{proposed deletion}}
Caution.png It is proposed that this article be deleted.
Top
{{under construction}}
TemplateIconUnderConstruction.png This page or section is being initially created, or is in the process of an expansion or major restructuring. You are welcome to assist in its construction by editing it.
Top

Template namespace