Difference between revisions of "Template:Talk"

From Sourcebook Wiki
Jump to: navigation, search
Line 1: Line 1:
 
<noinclude>Example usage-- all fields beyond the first are optional.
 
<noinclude>Example usage-- all fields beyond the first are optional.
 
<pre>{{talk
 
<pre>{{talk
|What do you mean about that? This is my comment that can't contain pipes or templates. Sorry.
+
|This is my comment that can't contain pipes or templates. Sorry.
|sig=~~~~
+
|~~~~
|indent=20
+
|indent=1
 
|bg=#DDDDDD
 
|bg=#DDDDDD
 
}}</pre>
 
}}</pre>
 +
 +
So if you wanted to submit a simple message just do:
 +
<pre>{{talk|
 +
This is my message hello! Way to go.
 +
}}</pre>
 +
 +
Simple message signed just adds ''|[[User:Mattie|Mattie]] 15:49, 24 April 2010 (EDT)''
 +
<pre>
 +
{{talk|
 +
This is my message hello! Way to go.
 +
|~~~~
 +
}}
 +
</pre>
 +
 +
Nested messages add the indent flag and how many comment levels deep to indent ''|ident=X''
 +
<pre>
 +
{{talk|
 +
This is my message hello! Way to go.
 +
|~~~~
 +
|indent=1
 +
}}
 +
</pre>
 +
 +
The default style is below:
 
</noinclude>
 
</noinclude>
 
<div style="border:1px solid black;margin:5px;margin-left:{{{indent|0}}}.5em;background-color:{{{bg|#EEEEEE}}};padding:5px;"><div>{{{1|No message}}}</div><div style="margin-left:10px;"><small>--<i>{{{sig|{{{2|Unsigned, check history}}}}}}</i></small></div></div>
 
<div style="border:1px solid black;margin:5px;margin-left:{{{indent|0}}}.5em;background-color:{{{bg|#EEEEEE}}};padding:5px;"><div>{{{1|No message}}}</div><div style="margin-left:10px;"><small>--<i>{{{sig|{{{2|Unsigned, check history}}}}}}</i></small></div></div>

Revision as of 15:49, 24 April 2010

Example usage-- all fields beyond the first are optional.

{{talk
|This is my comment that can't contain pipes or templates. Sorry.
|~~~~
|indent=1
|bg=#DDDDDD
}}

So if you wanted to submit a simple message just do:

{{talk|
This is my message hello! Way to go.
}}

Simple message signed just adds |Mattie 15:49, 24 April 2010 (EDT)

{{talk|
This is my message hello! Way to go.
|~~~~
}}

Nested messages add the indent flag and how many comment levels deep to indent |ident=X

{{talk|
This is my message hello! Way to go.
|~~~~
|indent=1
}}

The default style is below:

No message
--Unsigned, check history