Help:Templates: Difference between revisions

From Shifti
Jump to navigation Jump to search
No edit summary
m Reverted edits by ShadowWolf (Talk); changed back to last version by Bryan
Line 36: Line 36:
|<nowiki>{{note|note text}}</nowiki>
|<nowiki>{{note|note text}}</nowiki>
|{{note|note text}}
|{{note|note text}}
|}
{| border="1"
|+ Templates for some story markup
|-
!Template Code
!Displayed template
|-
|<nowiki>{{title|name=name of page|author=page author}}</nowiki>
|{{title|name=Example|author=Example}}
|-
|<nowiki>{{part|number=part number|name=part name}}</nowiki>
|<nowiki><h3>Part 3.14158: PI</h3></nowiki>
|}
|}



Revision as of 02:11, 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.

Inter-paragraph divider dingbats
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.