Template:Entry: Difference between revisions

From softwear.directory
Jump to navigation Jump to search
(Created page with "<noinclude> This is the "Entry" template. It should be called in the following format: <pre> {{Entry |Entry number= }} </pre> Edit the page to see the template text. </noinclude><includeonly>__NOTITLE____NOTOC__ {{#set: Class=Entry |Entry number={{{Entry number|}}} }} {| class="formtable" ! Entry number |- | {{{Entry number|}}} |- |} Category:Entries </includeonly>")
 
No edit summary
Line 5: Line 5:
{{Entry
{{Entry
|Entry number=
|Entry number=
|Book=
|Web=
}}
}}
</pre>
</pre>
Line 11: Line 13:
{{#set: Class=Entry
{{#set: Class=Entry
|Entry number={{{Entry number|}}}
|Entry number={{{Entry number|}}}
|Book={{{Book|}}}
|Web={{{Web|}}}
}}  
}}  
{| class="formtable"
{| class="formtable"
! Entry number
! Entry number
|-
|-
| {{{Entry number|}}}
! Book or Web?
|-
|{{#ifeq: {{{Book|}}} | Yes  | Book  | }}
{{#ifeq: {{{Web|}}} | Yes  | Web  | }}
|-
|-
|}
|}

Revision as of 14:59, 24 November 2023

This is the "Entry" template. It should be called in the following format:

{{Entry
|Entry number=
|Book=
|Web=
}}

Edit the page to see the template text.