Help:Templates: Difference between revisions

From Shifti
Jump to navigation Jump to search
split table based on subject area
m splitting it properly this time :)
Line 14: Line 14:
|<nowiki>{{XXX}}</nowiki>
|<nowiki>{{XXX}}</nowiki>
|{{XXX}}
|{{XXX}}
|-
|<nowiki>{{editing requested}}</nowiki>
|{{editing requested}}
|}
|}


Line 19: Line 22:
|+ Templates for suggesting edits within story text
|+ Templates for suggesting edits within story text
|-
|-
|<nowiki>{{editing requested}}</nowiki>
!Template code
|{{editing requested}}
!Displayed template
|-
|-
|<nowiki>{{add|text to add}}</nowiki>
|<nowiki>{{add|text to add}}</nowiki>

Revision as of 00:51, 21 July 2007

A "template" is a small Shifti page in the template namespace that one can insert into the body of another page via a process called "transclusion". Templates are denoted using curley brackets instead of square brackets.

The following content warning templates may be used at the start of a story page to alert readers to potentially displeasing content they may encounter in the story:

Tags to be placed at the top of stories
Template code Displayed template
{{WIP}} {{#if:Work in progress.png|}}
Icon
Icon
This story is a work in progress.
{{#ifeq:Help|Help||}}
{{XXX}} {{#if:Triple X.png|}}
Icon
Icon
This story contains adult content.
{{#ifeq:Help|Help||}}
{{editing requested}} {{#if:Icono copyedit2.png|}}
Icon
Icon
Copyediting is welcome
{{#ifeq:Help|Help||}}
Templates for suggesting edits within story text
Template code Displayed template
{{add|text to add}} text to add
{{remove|text to remove}} text to remove
{{replace|text to remove|text to replace it with}} text to removetext to replace it with
{{note|note text}} note text

In addition, a number of standard images are available for use to decorate one's story. These are not templates but are included on this page for the time being since there aren't many yet.

Image code Displayed image
[[Image:Separator f.png|200px|center]]
[[Image:Separator k.png|200px|center]]

The width of the image in pixels is defined by the "200px" part of the image tag, you can change the size of the image by putting a different number in here.