Difference between revisions of "Template:Documentation/start box"
From LIMSWiki
Jump to navigationJump to searchShawndouglas (talk | contribs) m (Updated code) |
Shawndouglas (talk | contribs) (Undo revision 16581 by Shawndouglas (talk)) |
||
Line 5: | Line 5: | ||
-->{{#ifeq: {{{heading|¬}}} | <!--Defined but empty--> | -->{{#ifeq: {{{heading|¬}}} | <!--Defined but empty--> | ||
| <!--"heading=", do nothing--> | | <!--"heading=", do nothing--> | ||
| <div style="padding-bottom: 3px; border-bottom: 1px solid #aaa; margin-bottom: 1ex;"><span style="{{#if: {{{heading-style|}}} | | <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|}}} | | {{{heading-style|}}} | ||
| {{#ifeq: {{SUBJECTSPACE}} | {{ns:Template}} | | {{#ifeq: {{SUBJECTSPACE}} | {{ns:Template}} | ||
Line 15: | Line 31: | ||
<!--"heading" not defined in this or previous level--> | <!--"heading" not defined in this or previous level--> | ||
{{#switch: {{SUBJECTSPACE}} | {{#switch: {{SUBJECTSPACE}} | ||
| {{ns:Template}} = [[ | | {{ns:Template}} = [[Image:Template-info.svg|50px|alt=]] Template documentation | ||
| {{ns:File}} = Summary | | {{ns:File}} = Summary | ||
| #default = Documentation | | #default = Documentation | ||
Line 23: | Line 38: | ||
<!--"heading" has data or is empty but defined--> | <!--"heading" has data or is empty but defined--> | ||
{{{heading|}}} | {{{heading|}}} | ||
}}</span> | }}</span></div> | ||
}}<noinclude><!-- close the div --></div> | }}<noinclude><!-- close the div --></div> | ||
Revision as of 17:53, 22 November 2014
[edit] [ ] Template documentation