Template:Documentation/Start Box: Difference between revisions

From Lifecraft Wiki
Jump to navigation Jump to search
(Created page with "<!-- DO NOT CHANGE THIS PAGE --> <!-- Start of green doc box --><div id="template-documentation" class="template-documentation iezoomfix"><!-- Add the heading at the top of the doc box: -->{{#ifeq: {{{heading|¬}}} | <!--Defined but empty--> | <!--"heading=", do nothing--> | <div style="padding-bottom: 3px; border-bottom: 1px solid #aaa; margin-bottom: 1ex;">{{ #if: {{{content|}}} | | <!--Add the [edit][purge] or [create] links--> <span class="editsection...")
 
(Replaced content with "1")
Tag: Replaced
Line 1: Line 1:
<!-- DO NOT CHANGE THIS PAGE -->
1
<!--
  Start of green doc box
--><div id="template-documentation" class="template-documentation iezoomfix"><!--
  Add the heading at the top of the doc box:
-->{{#ifeq: {{{heading|¬}}} | <!--Defined but empty-->
| <!--"heading=", do nothing-->
| <div style="padding-bottom: 3px; border-bottom: 1px solid #aaa; margin-bottom: 1ex;">{{
  #if: {{{content|}}}
  |
  | <!--Add the [edit][purge] or [create] links-->
    <span class="editsection plainlinks" id="doc_editlinks">{{
    #if: {{{doc exist|yes}}}
    | [[{{fullurl:{{{docpage|{{FULLPAGENAME}}/doc}}}|action=edit}} Edit]] [{{purge|Purge}}]
    | <!--/doc doesn't exist-->
      [[{{fullurl:{{{docpage|{{FULLPAGENAME}}/doc}}}| action=edit&preload={{
        #if: {{{preload|}}}
        | {{urlencode:{{{preload}}}}}
        | {{#ifeq: {{SUBJECTSPACE}} | {{ns:File}}
          | Template:Documentation/preload-filespace
          | Template:Documentation/preload
          }} }} }} Create]]
    }}</span>
  }} <span style="{{#if: {{{heading-style|}}}
  | {{{heading-style|}}}
  | {{#ifeq: {{SUBJECTSPACE}} | {{ns:Template}}
    | font-weight: bold; font-size: 125%
    | font-size: 150%
    }}
  }}">{{#switch: {{{heading|¬}}}
  | ¬ = 
    <!--"heading" not defined in this or previous level-->
    {{#switch: {{SUBJECTSPACE}}
    | {{ns:Template}} = [[File:Template-info.png|50px|alt=]] Template Doc
    | {{ns:File}} =Abstracts
    | #default =File
    }}
  | #default =
    <!--"heading" has data or is empty but defined-->
    {{{heading|}}}
  }}</span></div>
}}<noinclude><!-- close the div --></div>
<!-- DO NOT CHANGE THIS PAGE -->
</noinclude>

Revision as of 14:42, 27 March 2025

1