Template:Title\Old: Difference between revisions

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

Revision as of 17:51, 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)