Difference between revisions of "Template:Message/doc"

From Life After BOB Wiki
Jump to navigation Jump to search
m (1 revision imported)
Tags: Mobile web edit Mobile edit
 
Line 4: Line 4:
 
== Usage ==
 
== Usage ==
 
  <nowiki>{{</nowiki>{{BASEPAGENAME}}
 
  <nowiki>{{</nowiki>{{BASEPAGENAME}}
   | email        = yes
+
   | email        = NO
 
   | bgcolor      = background color
 
   | bgcolor      = background color
 
   | border-color = border color
 
   | border-color = border color
Line 19: Line 19:
  
  
All parameters are optional, and default to the appearance shown above.
+
All parameters are optional,
 
 
Just put <code><nowiki>{{</nowiki>{{BASEPAGENAME}}<nowiki>}}</nowiki></code> at the top of your talk page or user page.  This will create the "Please leave a new message" link as shown above.  You can use <code>subst:</code> if you want to, but then you won't benefit from updates to this template.
 
 
 
{{Userspace Disclaimers}}
 
 
 
<includeonly>{{Sandbox other||
 
<!-- CATEGORIES HERE, THANKS -->
 
 
 
[[Category:User talk header templates]]
 
}}</includeonly>
 

Latest revision as of 19:08, 18 December 2024

Usage[edit]

{{Message
 | email        = NO
 | bgcolor      = background color
 | border-color = border color
 | color        = text color
 | linkcolor    = link color (for "new message" or {{{message}}} link)
 | message      = the text of the link
 | link         = the actual link, if it is not your user talk page; type out the full link
 | extra-style  = extra styles, like border-radius etc...
 | width        = box width
 | margin       = margin measurements
 | padding      = padding measurements
 | text-align   = text alignment (left, right, center)
}}


All parameters are optional,