Difference between revisions of "Template:Talk"

From Sourcebook Wiki
Jump to: navigation, search
(New page: <noinclude>Example usage-- all fields beyond the first are optional. <pre>{{talk |What do you mean about that? This is my comment that can't contain pipes or templates. Sorry. |sig=~~~~ |i...)
 
m (Reverted edits by 94.142.69.241 (talk) to last revision by Mattie)
 
(9 intermediate revisions by 2 users not shown)
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|
 +
We have the best GM ever!
 +
}}</pre>
 +
 +
Simple message signed just adds ''<nowiki>|~~~~</nowiki>''
 +
<pre>
 +
{{talk|
 +
We have the best GM ever!
 +
|<nowiki>~~~~</nowiki>
 +
}}
 +
</pre>
 +
 +
Nested messages add the indent flag and how many comment levels deep to indent ''|ident=X''
 +
<pre>
 +
{{talk|
 +
We have the best GM ever!
 +
|~~~~
 +
|indent=1
 +
}}
 +
</pre>
 +
 +
The default style is below:
 
</noinclude>
 
</noinclude>
<div style="border:1px solid black;margin:5px;margin-left:{{{indent|5}}}px;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 style="float:right;color:white;font-weight:bold;text-shadow: black 0.1em 0.1em 0.3em;font-size:14px;margin:0px 3px 5px 3px;">[[Image:Speechbub.png]] Comment</div>
 +
<div>{{{1|No message}}}</div>
 +
<div style="margin-left:10px;"><small>--<i>{{{sig|{{{2|Unsigned, check history}}}}}}</i></small></div></div>

Latest revision as of 03:23, 29 October 2011

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|
We have the best GM ever!
}}

Simple message signed just adds |~~~~

{{talk|
We have the best GM ever!
|~~~~
}}

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

{{talk|
We have the best GM ever!
|~~~~
|indent=1
}}

The default style is below:

Speechbub.png Comment
No message
--Unsigned, check history