Template:Title\Old: Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
m (modifications to strip whitespace and newlines.)
(further modifications to strip whitespace and newlines)
Line 9: Line 9:
| <!-- NoInclude -->
| <!-- NoInclude -->
{{ #if: {{{maleonly|}}} |
{{ #if: {{{maleonly|}}} |
: {{treq|Must be male}} }}
: [[title requirement::{{strip|s=Must be male}}]] }}
{{ #if: {{{femaleonly|}}} |
{{ #if: {{{femaleonly|}}} |
: {{treq|Must be female}} }}
: [[title requirement::{{strip|s=Must be female}}]] }}
{{ #if: {{{1|}}} |
{{ #if: {{{1|}}} |
: {{treq|{{{1}}} }} }}
: [[title requirement::{{strip|s={{{1}}} }}]] }}
{{ #if: {{{2|}}} |
{{ #if: {{{2|}}} |
: {{treq|{{{2}}} }} }}
: [[title requirement::{{strip|s={{{2}}} }}]] }}
{{ #if: {{{3|}}} |
{{ #if: {{{3|}}} |
: {{treq|{{{3}}} }} }}
: [[title requirement::{{strip|s={{{3}}} }}]] }}
{{ #if: {{{4|}}} |
{{ #if: {{{4|}}} |
: {{treq|{{{4}}} }} }}
: [[title requirement::{{strip|s={{{4}}} }}]] }}
{{ #if: {{{5|}}} |
{{ #if: {{{5|}}} |
: {{treq|{{{5}}} }} }}
: [[title requirement::{{strip|s={{{5}}} }}]] }}
{{ #if: {{{6|}}} |
{{ #if: {{{6|}}} |
: {{treq|{{{6}}} }} }}
: [[title requirement::{{strip|s={{{6}}} }}]] }}
{{ #if: {{{7|}}} |
{{ #if: {{{7|}}} |
: {{treq|{{{7}}} }} }}
: [[title requirement::{{strip|s={{{7}}} }}]] }}
{{ #if: {{{8|}}} |
{{ #if: {{{8|}}} |
: {{treq|{{{8}}} }} }}
: [[title requirement::{{strip|s={{{8}}} }}]] }}
{{ #if: {{{9|}}} |
{{ #if: {{{9|}}} |
: {{treq|{{{9}}} }} }}
: [[title requirement::{{strip|s={{{9}}} }}]] }}
{{ #if: {{{10|}}} |
{{ #if: {{{10|}}} |
: {{treq|{{{10}}} }} }}
: [[title requirement::{{strip|s={{{10}}} }}]] }}
{{ #if: {{{11|}}} |
{{ #if: {{{11|}}} |
: {{treq|{{{11}}} }} }}
: [[title requirement::{{strip|s={{{11}}} }}]] }}
| <!-- IncludeOnly -->
| <!-- IncludeOnly -->
{{!}}
{{!}}

Revision as of 17:57, 15 August 2008

USAGE Information:

{{title
   |page={{subst:PAGENAME}}
   |category=category
   |titlename=title[1]
   |maleonly=yes[2]
   |femaleonly=yes[2]
   |Req1
   |Req2
   ....
   |Req11
 }}
  • [1] -- Only need if pagename is different than title name (such as if there is a disambiguation)
  • [2] -- Any value entered here will mark these both as "yes"; Warning bad thingstm can happen if you enter both.
  • page -- will have to be manually changed if the page is ever moved.
  • category -- what category of title this is.
  • Req1 ... Req11 -- Each line (note, NO = sign) is the wikitext for that particular title requirement, if more requirements than detailed here are needed, just add them to the particular title page (as if more was allowed) and add a comment on this template's talk page.
  • LEAVE UNUSED (and unneeded) values OUT COMPLETELY. (titlename for example is only needed if the titlename is different than the page-name, such as in Disambiguation issues)