Template:Post: Difference between revisions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
{{{Indent}}}{|border=1 cellpadding=5 cellspacing=0 style=background:#F0F0F0 | {{{Indent}}}{|border=1 cellpadding=5 cellspacing=0 style=background:#F0F0F0 | ||
| | | | ||
{{#ifeq:{{{To| }}} | | {{#ifeq:{{{To| }}} | '''To:''' {{{To}}}<br> | }} | ||
{{{Text}}} | {{{Text}}} | ||
|} | |} | ||
Line 12: | Line 12: | ||
<pre> | <pre> | ||
{{Post | {{Post | ||
| Indent = | |||
| To = | | To = | ||
| Text = | | Text = | ||
Line 18: | Line 19: | ||
== Usage == | == Usage == | ||
Used to make posts on talk pages or on the [[Forum]] to help readability. If Indent is left blank there will be no indent, use a : for each level of indentation desired. To can also be left blank if there isn't a particular person the post is addressed to. | |||
For example: | |||
--[[User:Tlosk|Tlosk]] 06:12, 24 January 2009 (CST) | |||
<pre> | |||
{{Post | |||
| Indent = | |||
| To = Wiki User 1 | |||
| Text = I agree that we should start using exact names for in game items. But what about when more than one item has the same name, which should get the exact name? --~~~~ | |||
}} | |||
{{Post | |||
| Indent = : | |||
| To = Wiki User 2 | |||
| Text = There's an article, [[Naming Conventions]], that describes which gets the exact name --~~~~ | |||
}} | |||
</pre> | |||
displays as: | |||
{{Post | {{Post | ||
Line 24: | Line 43: | ||
| Text = I agree that we should start using exact names for in game items. But what about when more than one item has the same name, which should get the exact name? --[[User:Wiki User 1|Wiki User 1]] 06:04, 24 January 2009 (CST) | | Text = I agree that we should start using exact names for in game items. But what about when more than one item has the same name, which should get the exact name? --[[User:Wiki User 1|Wiki User 1]] 06:04, 24 January 2009 (CST) | ||
}} | }} | ||
{{Post | {{Post | ||
| Indent = | | Indent = : | ||
| To = Wiki User 2 | | To = Wiki User 2 | ||
| Text = There's an article, [[Naming Conventions]], that describes which gets the exact name --[[User:Wiki User 2|Wiki User 2]] 06:15, 24 January 2009 (CST) | | Text = There's an article, [[Naming Conventions]], that describes which gets the exact name --[[User:Wiki User 2|Wiki User 2]] 06:15, 24 January 2009 (CST) | ||
}} | }} | ||
</noinclude> | </noinclude> |
Revision as of 12:12, 24 January 2009
Related topics: Wiki Templates, Forum
Syntax
{{Post | Indent = | To = | Text = }}
Usage
Used to make posts on talk pages or on the Forum to help readability. If Indent is left blank there will be no indent, use a : for each level of indentation desired. To can also be left blank if there isn't a particular person the post is addressed to.
For example: --Tlosk 06:12, 24 January 2009 (CST)
{{Post | Indent = | To = Wiki User 1 | Text = I agree that we should start using exact names for in game items. But what about when more than one item has the same name, which should get the exact name? --~~~~ }} {{Post | Indent = : | To = Wiki User 2 | Text = There's an article, [[Naming Conventions]], that describes which gets the exact name --~~~~ }}
displays as:
I agree that we should start using exact names for in game items. But what about when more than one item has the same name, which should get the exact name? --Wiki User 1 06:04, 24 January 2009 (CST) |
There's an article, Naming Conventions, that describes which gets the exact name --Wiki User 2 06:15, 24 January 2009 (CST)