User:Johan G/Template:Informative template with preloaded text: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
m (Intermediate save. Sketching out better logic)
m (Intermediate save)
 
Line 8: Line 8:


-->
-->
  <nowiki>1 and doc is empty and /doc do not exist
  <nowiki>1 or doc defined or /doc exist
     1 is not empty
     /doc exist
         use 1
         doc defined
    doc is not empty
          doc = /doc
        /doc exist and doc is not /doc
              1
          trow error
              doc
        use doc
            else
              1
              warn
              doc
       else
       else
         /doc exist
         1
          use /doc
        /doc
   else
   else
     encourage writing /doc</nowiki></noinclude><includeonly>
     write /doc</nowiki>
 
Header
 
Top1
 
{{#if: {{{1|-{{{doc|{{#ifexist: {{FULLPAGENAME}}/doc | <!-- Yes -->}} }}} }}} <!-- Are 1 or doc defined or /doc exist? -->
  |  <!-- Yes, 1 or doc are defined or /doc exist -->
'''''1''' or '''doc''' are defined or '''/doc''' exist''
 
<!--
-->{{#ifexist: {{FULLPAGENAME}}/doc-  <!-- Is there a subpage /doc? -->
    |  <!-- Yes, there is a subpage /doc -->
''There is a subpage '''/doc'''''
 
'''1'''
 
<!--
  -->{{#ifeq: {{{doc|{{FULLPAGENAME}}/doc}}} | {{FULLPAGENAME}}/doc  <!-- Do doc point to /doc? -->
      |  <!-- Yes, doc point to /doc -->
'''''doc''' point to '''/doc'''''
 
'''doc'''
 
Top2
 
'''Transcluded'''
 
Bottom2
 
      |  <!-- No, doc do not point to /doc -->
'''''doc''' do not point to '''/doc'''''
 
'''warning'''
 
'''doc'''
 
Bottom1
 
Top2
 
'''Transcluded'''
 
Bottom2
 
<!--
  -->}}
    |  <!-- No, there is no subpage /doc -->
''There is no subpage '''/doc'''''
 
'''1'''
 
'''doc'''
 
Top2
 
'''Transcluded'''
 
Bottom2
 
<!--
-->}}
  |  <!-- No, 1 and doc are not defined and /doc do not exist -->
'''''1''' and '''doc''' are not defined and '''/doc''' do not exist''
 
'''Write /doc!'''
}}
 
Bottom1
 
</noinclude><includeonly>
__NOEDITSECTION__
__NOEDITSECTION__
__NOTOC__
__NOTOC__

Latest revision as of 14:54, 27 June 2019

This template is a draft on a userpage.

See also discussion page
Please suggest changes to this draft on the discussion page.

1 or doc defined or /doc exist
    /doc exist
        doc defined
          doc = /doc
              1
              doc
            else
              1
              warn
              doc
      else
        1
        /doc
  else
    write /doc

Header

Top1

1 or doc are defined or /doc exist

There is no subpage /doc

1

doc

Top2

Transcluded

Bottom2

Bottom1



The following template description is not displayed when the template is inserted in an article.

1

Template documentation3 [ View ] [ Edit ] [ History ] [ Purge ] 4


This template is used when documenting templates.

Optionally the documentation can be put on a separate page, typically a subpage to the template, named /doc.

If the template is put on a page without a /doc subpage, or no link is given to a subpage with documentation, clicking a link labeled "Click here to create documentation for this template" will open a skeleton page for template documentation.

Usage

The template is used with one variable and must be put between <noinclude></noinclude> tags.

Note Please put the <noinclude> tag right behind the intended contents of the template, as an empty line or extra spaces will alter the way the template is rendered.

{{User:Johan G/Template:Informative template with preloaded text
| 1=
| doc=
| link box=
}}

If documentation is the same page as the template 1 is mandatory. Otherwise all parameters are optional.

For some content the text in 1 and link box must start on a new line (see examples below). Some formatting will otherwise fail.
1
Will allow wiki markup to be used above or instead of a separate documentation page.
doc
Name of page with documentation
If content is empty doc will default to {{FULLPAGENAME}}/doc
link box
Will add content to the link box at the bottom

Examples

{{User:Johan G/Template:Informative template with preloaded text}}

Template loop detected: User:Johan G/Template:Informative template with preloaded text

{{User:Johan G/Template:Informative template with preloaded text
  | 1=
Test
}}

Template loop detected: User:Johan G/Template:Informative template with preloaded text

{{User:Johan G/Template:Informative template with preloaded text
| 1=
Test
| link box=Test text}}

Template loop detected: User:Johan G/Template:Informative template with preloaded text

{{User:Johan G/Template:Informative template with preloaded text |doc=User:Johan G/Template:Informative template with preloaded text/doc}}

Template loop detected: User:Johan G/Template:Informative template with preloaded text

Technical details

When creating a template with the "Create documentation" link, the new page is preloaded from User:Johan G/Template:Informative template with preloaded text/preload text.

Known issues

This template is still under development.

Related templates

The above documentation is transcluded from User:Johan G/Template:Informative template with preloaded text/doc. (Edit | History)562