| Line 117: |
Line 117: |
| | | <code>issueTrackerURL</code> || string || ''nothing'' | | | <code>issueTrackerURL</code> || string || ''nothing'' |
| | | A URL for an issues tracker. <inline alert> This should never be a blank string, as that will cause an error. </inline> | | | A URL for an issues tracker. <inline alert> This should never be a blank string, as that will cause an error. </inline> |
| − | | <code>"http://my.issue.tracker/"</code> | + | | <code><nowiki>"http://my.issue.tracker/"</nowiki></code> |
| | |} | | |} |
| | | | |
| Line 159: |
Line 159: |
| | | <code>updateJSONURL</code> || string || ''nothing'' | | | <code>updateJSONURL</code> || string || ''nothing'' |
| | | The update JSON URL, used by the [Update_Checker update checker]. <inline alert> This should never be a blank string, as that will cause an error. </inline> | | | The update JSON URL, used by the [Update_Checker update checker]. <inline alert> This should never be a blank string, as that will cause an error. </inline> |
| − | | <code>http://myurl.me/path/to/update.json</code> | + | | <code><nowiki>"http://myurl.me/path/to/update.json"</nowiki></code> |
| | |- | | |- |
| | | <code>modproperties</code> || table || <code>{}</code> | | | <code>modproperties</code> || table || <code>{}</code> |
| Line 175: |
Line 175: |
| | | <code>displayURL</code> || string || ''nothing'' | | | <code>displayURL</code> || string || ''nothing'' |
| | | A URL, displayed on the Mods listing screen. Can be any string. | | | A URL, displayed on the Mods listing screen. Can be any string. |
| − | | <code>http://example.com/</code> | + | | <code><nowiki>"http://example.com/"</nowiki></code> |
| | |} | | |} |
| | | | |