Template:Software Infobox: Difference between revisions

From DISI
Jump to navigation Jump to search
No edit summary
No edit summary
Line 21: Line 21:
</div>
</div>


<nowiki>{{Software_Infobox
 
==To use this==
# Paste this text below on the top of the Edit text box of the page you want to edit
# Replace '''...'' with information
 
<pre>{{
Software_Infobox
|title = ...
|title = ...
|image = ...
|image = ...
Line 29: Line 35:
|Programming Language = ...
|Programming Language = ...
|Dependencies = ...
|Dependencies = ...
}}</nowiki>
}}</pre>
 
==To use this==
1. Click on edit.
2. Paste this text on the top of the Edit text box of the page you want to edit
3. Replace '''...'' with information

Revision as of 23:00, 4 January 2019

Software Infobox


To use this

  1. Paste this text below on the top of the Edit text box of the page you want to edit
  2. Replace '... with information
{{
Software_Infobox
|title = ...
|image = ...
|Paragigm = ...
|Developer = ...
|Stable Version = ...
|Programming Language = ...
|Dependencies = ...
}}